2025-03-04T19:47:21.5110649Z Current runner version: '2.322.0' 2025-03-04T19:47:21.5117563Z Runner name: 'i-0b2217af1fd0ed00d' 2025-03-04T19:47:21.5118499Z Runner group name: 'Default' 2025-03-04T19:47:21.5119496Z Machine name: 'ip-10-1-0-205' 2025-03-04T19:47:21.5124040Z ##[group]GITHUB_TOKEN Permissions 2025-03-04T19:47:21.5126891Z Actions: read 2025-03-04T19:47:21.5127553Z Attestations: read 2025-03-04T19:47:21.5128238Z Checks: read 2025-03-04T19:47:21.5128821Z Contents: read 2025-03-04T19:47:21.5129429Z Deployments: read 2025-03-04T19:47:21.5130083Z Discussions: read 2025-03-04T19:47:21.5130721Z Issues: read 2025-03-04T19:47:21.5131326Z Metadata: read 2025-03-04T19:47:21.5131908Z Packages: read 2025-03-04T19:47:21.5132601Z Pages: read 2025-03-04T19:47:21.5133227Z PullRequests: read 2025-03-04T19:47:21.5133912Z RepositoryProjects: read 2025-03-04T19:47:21.5134592Z SecurityEvents: read 2025-03-04T19:47:21.5135193Z Statuses: read 2025-03-04T19:47:21.5135825Z ##[endgroup] 2025-03-04T19:47:21.5139266Z Secret source: Actions 2025-03-04T19:47:21.5140270Z Prepare workflow directory 2025-03-04T19:47:21.8206597Z Prepare all required actions 2025-03-04T19:47:21.8248861Z Getting action download info 2025-03-04T19:47:22.0408716Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-04T19:47:22.3291504Z Download action repository 'actions/download-artifact@v4' (SHA:cc203385981b70ca67e1cc392babf9cc229d5806) 2025-03-04T19:47:22.7006551Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-04T19:47:22.8215652Z Download action repository 'actions/upload-artifact@v4' (SHA:4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1) 2025-03-04T19:47:23.2236006Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-04T19:47:23.5362570Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (79438512a0632583899938d3b0277da78f5569e0) 2025-03-04T19:47:23.5365925Z ##[group] Inputs 2025-03-04T19:47:23.5379460Z script: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:47:23.5394154Z timeout: 120 2025-03-04T19:47:23.5394943Z runner: lf.linux.2xlarge 2025-03-04T19:47:23.5395796Z upload-artifact: 2025-03-04T19:47:23.5396949Z upload-artifact-to-s3: false 2025-03-04T19:47:23.5397875Z download-artifact: 2025-03-04T19:47:23.5398684Z repository: 2025-03-04T19:47:23.5399438Z fetch-depth: 0 2025-03-04T19:47:23.5400165Z submodules: 2025-03-04T19:47:23.5401001Z ref: 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:23.5402121Z test-infra-repository: pytorch/test-infra 2025-03-04T19:47:23.5403170Z test-infra-ref: 2025-03-04T19:47:23.5404036Z docker-image: pytorch-linux-focal-linter 2025-03-04T19:47:23.5405347Z docker-build-dir: .ci/docker 2025-03-04T19:47:23.5406380Z gpu-arch-type: cpu 2025-03-04T19:47:23.5407199Z gpu-arch-version: 2025-03-04T19:47:23.5408001Z job-name: linux-job 2025-03-04T19:47:23.5408817Z continue-on-error: false 2025-03-04T19:47:23.5409670Z binary-matrix: 2025-03-04T19:47:23.5410443Z run-with-docker: true 2025-03-04T19:47:23.5411250Z secrets-env: 2025-03-04T19:47:23.5411991Z no-sudo: false 2025-03-04T19:47:23.5412756Z ##[endgroup] 2025-03-04T19:47:23.5413603Z Complete job name: quick-checks / linux-job 2025-03-04T19:47:23.5979568Z A job started hook has been configured by the self-hosted runner administrator 2025-03-04T19:47:23.6118537Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-04T19:47:23.6129823Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:23.6131263Z ##[endgroup] 2025-03-04T19:47:24.8192414Z Runner Type: lf.linux.2xlarge 2025-03-04T19:47:24.8192833Z Instance Type: c5.2xlarge 2025-03-04T19:47:24.8193217Z AMI Name: unknown 2025-03-04T19:47:24.8218513Z AMI ID: ami-05b10e08d247fb927 2025-03-04T19:47:30.1609231Z ##[group]Run set -euxo pipefail 2025-03-04T19:47:30.1609755Z set -euxo pipefail 2025-03-04T19:47:30.1610080Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-04T19:47:30.1610490Z  echo "::group::Cleanup with-sudo debug output" 2025-03-04T19:47:30.1610901Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-04T19:47:30.1611239Z else 2025-03-04T19:47:30.1611539Z  echo "::group::Cleanup no-sudo debug output" 2025-03-04T19:47:30.1611913Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-04T19:47:30.1612235Z fi 2025-03-04T19:47:30.1612472Z  2025-03-04T19:47:30.1612730Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-04T19:47:30.1613070Z echo "::endgroup::" 2025-03-04T19:47:30.1620881Z shell: /usr/bin/bash -e {0} 2025-03-04T19:47:30.1621186Z env: 2025-03-04T19:47:30.1621581Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:47:30.1621952Z REPOSITORY: pytorch/pytorch 2025-03-04T19:47:30.1622321Z PR_NUMBER: 148205 2025-03-04T19:47:30.1626670Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:47:30.1631237Z NO_SUDO: false 2025-03-04T19:47:30.1631492Z ##[endgroup] 2025-03-04T19:47:30.1657306Z + [[ false == \f\a\l\s\e ]] 2025-03-04T19:47:30.1668300Z + echo '::group::Cleanup with-sudo debug output' 2025-03-04T19:47:30.1668823Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-03-04T19:47:30.1675656Z ##[group]Cleanup with-sudo debug output 2025-03-04T19:47:30.3051330Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/branches' 2025-03-04T19:47:30.3052768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.3054255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/hooks/commit-msg.sample' 2025-03-04T19:47:30.3055950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/hooks/post-update.sample' 2025-03-04T19:47:30.3057596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.3059071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/hooks/pre-commit.sample' 2025-03-04T19:47:30.3060559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.3062018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/hooks/pre-push.sample' 2025-03-04T19:47:30.3063395Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/hooks/pre-receive.sample' 2025-03-04T19:47:30.3064889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.3066363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.3067411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/hooks/update.sample' 2025-03-04T19:47:30.3068615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.3069621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/hooks/pre-rebase.sample' 2025-03-04T19:47:30.3070830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.3071546Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/hooks' 2025-03-04T19:47:30.3072378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/info/exclude' 2025-03-04T19:47:30.3073017Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/info' 2025-03-04T19:47:30.3073648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/description' 2025-03-04T19:47:30.3074272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/config' 2025-03-04T19:47:30.3074917Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/heads' 2025-03-04T19:47:30.3075811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug' 2025-03-04T19:47:30.3076745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ci/binaries/77164' 2025-03-04T19:47:30.3077501Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ci/binaries' 2025-03-04T19:47:30.3078845Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ci' 2025-03-04T19:47:30.3080043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/all/70978' 2025-03-04T19:47:30.3081367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/all/70979' 2025-03-04T19:47:30.3082682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/all/70989' 2025-03-04T19:47:30.3083454Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/all' 2025-03-04T19:47:30.3084237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/120076' 2025-03-04T19:47:30.3085033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/129465' 2025-03-04T19:47:30.3085855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/138996' 2025-03-04T19:47:30.3086632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/139760' 2025-03-04T19:47:30.3087409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/141178' 2025-03-04T19:47:30.3088173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/142040' 2025-03-04T19:47:30.3088957Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/143082' 2025-03-04T19:47:30.3089908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/143416' 2025-03-04T19:47:30.3090690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/143794' 2025-03-04T19:47:30.3091468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/144127' 2025-03-04T19:47:30.3092253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/145119' 2025-03-04T19:47:30.3093019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/145224' 2025-03-04T19:47:30.3093800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/146717' 2025-03-04T19:47:30.3095073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/147448' 2025-03-04T19:47:30.3096951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/147498' 2025-03-04T19:47:30.3098159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/147607' 2025-03-04T19:47:30.3098949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/147664' 2025-03-04T19:47:30.3099716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/147817' 2025-03-04T19:47:30.3100958Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/147917' 2025-03-04T19:47:30.3101854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/147945' 2025-03-04T19:47:30.3102634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/147964' 2025-03-04T19:47:30.3103409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/148163' 2025-03-04T19:47:30.3104205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/148173' 2025-03-04T19:47:30.3105460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries/148343' 2025-03-04T19:47:30.3106241Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries' 2025-03-04T19:47:30.3107066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries_wheel/138834' 2025-03-04T19:47:30.3107894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries_wheel/142279' 2025-03-04T19:47:30.3108730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries_wheel/143388' 2025-03-04T19:47:30.3109556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries_wheel/144049' 2025-03-04T19:47:30.3110382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries_wheel/146055' 2025-03-04T19:47:30.3111214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries_wheel/146573' 2025-03-04T19:47:30.3112025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries_wheel/147074' 2025-03-04T19:47:30.3112862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries_wheel/147448' 2025-03-04T19:47:30.3113687Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries_wheel/147455' 2025-03-04T19:47:30.3114518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries_wheel/148313' 2025-03-04T19:47:30.3115364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries_wheel/148319' 2025-03-04T19:47:30.3116215Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/binaries_wheel' 2025-03-04T19:47:30.3117013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/cuda/70978' 2025-03-04T19:47:30.3117856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/cuda/70979' 2025-03-04T19:47:30.3118599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/cuda/70989' 2025-03-04T19:47:30.3119355Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/cuda' 2025-03-04T19:47:30.3120160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-cu126/140793' 2025-03-04T19:47:30.3121010Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-cu126' 2025-03-04T19:47:30.3121906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-micro-benchmark/141910' 2025-03-04T19:47:30.3122857Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-micro-benchmark' 2025-03-04T19:47:30.3123856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-perf-compare/140195' 2025-03-04T19:47:30.3124785Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-perf-compare' 2025-03-04T19:47:30.3125733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-perf-test-nightly/140195' 2025-03-04T19:47:30.3126710Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-perf-test-nightly' 2025-03-04T19:47:30.3127637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-periodic/140793' 2025-03-04T19:47:30.3128493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-periodic/145612' 2025-03-04T19:47:30.3129364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-periodic/147315' 2025-03-04T19:47:30.3130483Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-periodic' 2025-03-04T19:47:30.3131345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-rocm/140989' 2025-03-04T19:47:30.3132165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-rocm/141309' 2025-03-04T19:47:30.3132988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-rocm/141355' 2025-03-04T19:47:30.3133806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-rocm/146264' 2025-03-04T19:47:30.3134613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-rocm/146903' 2025-03-04T19:47:30.3135424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-rocm/147315' 2025-03-04T19:47:30.3136238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-rocm/147320' 2025-03-04T19:47:30.3137084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-rocm/147452' 2025-03-04T19:47:30.3137902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-rocm/147583' 2025-03-04T19:47:30.3138720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-rocm/147619' 2025-03-04T19:47:30.3139535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-rocm/148305' 2025-03-04T19:47:30.3140360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-rocm/148437' 2025-03-04T19:47:30.3141202Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor-rocm' 2025-03-04T19:47:30.3142090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147422' 2025-03-04T19:47:30.3142871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/110155' 2025-03-04T19:47:30.3143732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147415' 2025-03-04T19:47:30.3144517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/113257' 2025-03-04T19:47:30.3145309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148002' 2025-03-04T19:47:30.3146214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/119496' 2025-03-04T19:47:30.3146978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148007' 2025-03-04T19:47:30.3147755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/119977' 2025-03-04T19:47:30.3148702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148008' 2025-03-04T19:47:30.3150069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/120076' 2025-03-04T19:47:30.3151451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148010' 2025-03-04T19:47:30.3152321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/121445' 2025-03-04T19:47:30.3153117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148042' 2025-03-04T19:47:30.3153888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/124490' 2025-03-04T19:47:30.3154678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148046' 2025-03-04T19:47:30.3155467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/125270' 2025-03-04T19:47:30.3156243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148063' 2025-03-04T19:47:30.3157022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/125326' 2025-03-04T19:47:30.3157806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148083' 2025-03-04T19:47:30.3158571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/125428' 2025-03-04T19:47:30.3159356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148091' 2025-03-04T19:47:30.3160133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/125469' 2025-03-04T19:47:30.3160909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148092' 2025-03-04T19:47:30.3161680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/125806' 2025-03-04T19:47:30.3162464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148104' 2025-03-04T19:47:30.3163694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/125888' 2025-03-04T19:47:30.3164474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148130' 2025-03-04T19:47:30.3165252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/125995' 2025-03-04T19:47:30.3166035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148131' 2025-03-04T19:47:30.3166818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/126348' 2025-03-04T19:47:30.3167596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148132' 2025-03-04T19:47:30.3168371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/127011' 2025-03-04T19:47:30.3169138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148138' 2025-03-04T19:47:30.3169923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/127171' 2025-03-04T19:47:30.3170789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148139' 2025-03-04T19:47:30.3171567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/127293' 2025-03-04T19:47:30.3172538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148160' 2025-03-04T19:47:30.3173319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/127294' 2025-03-04T19:47:30.3174099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148163' 2025-03-04T19:47:30.3174862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/129352' 2025-03-04T19:47:30.3175640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148173' 2025-03-04T19:47:30.3176525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/129420' 2025-03-04T19:47:30.3177316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148174' 2025-03-04T19:47:30.3178102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/130141' 2025-03-04T19:47:30.3178883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148176' 2025-03-04T19:47:30.3179649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/130499' 2025-03-04T19:47:30.3180430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148186' 2025-03-04T19:47:30.3181211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/130887' 2025-03-04T19:47:30.3182061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148190' 2025-03-04T19:47:30.3182848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/131354' 2025-03-04T19:47:30.3183631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148202' 2025-03-04T19:47:30.3184411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/132021' 2025-03-04T19:47:30.3185180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148205' 2025-03-04T19:47:30.3185964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/132414' 2025-03-04T19:47:30.3186750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148206' 2025-03-04T19:47:30.3187531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/133044' 2025-03-04T19:47:30.3188759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148209' 2025-03-04T19:47:30.3189551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/133121' 2025-03-04T19:47:30.3190328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148210' 2025-03-04T19:47:30.3191731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/133287' 2025-03-04T19:47:30.3192546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148212' 2025-03-04T19:47:30.3193420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/133289' 2025-03-04T19:47:30.3194204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148220' 2025-03-04T19:47:30.3195567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/133296' 2025-03-04T19:47:30.3196619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148223' 2025-03-04T19:47:30.3197405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/133297' 2025-03-04T19:47:30.3198340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148231' 2025-03-04T19:47:30.3199578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/133315' 2025-03-04T19:47:30.3200980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148233' 2025-03-04T19:47:30.3202315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/133392' 2025-03-04T19:47:30.3203392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148234' 2025-03-04T19:47:30.3204236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/133419' 2025-03-04T19:47:30.3205017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148235' 2025-03-04T19:47:30.3205908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/133423' 2025-03-04T19:47:30.3206725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148236' 2025-03-04T19:47:30.3207874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/133667' 2025-03-04T19:47:30.3208651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148243' 2025-03-04T19:47:30.3209412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/133753' 2025-03-04T19:47:30.3210186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148260' 2025-03-04T19:47:30.3210960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/134681' 2025-03-04T19:47:30.3211737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148261' 2025-03-04T19:47:30.3212524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/135708' 2025-03-04T19:47:30.3213433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148279' 2025-03-04T19:47:30.3214820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/135792' 2025-03-04T19:47:30.3216039Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148288' 2025-03-04T19:47:30.3216823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/136355' 2025-03-04T19:47:30.3217611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148290' 2025-03-04T19:47:30.3218388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/136702' 2025-03-04T19:47:30.3219166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148292' 2025-03-04T19:47:30.3219956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/137400' 2025-03-04T19:47:30.3220719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148294' 2025-03-04T19:47:30.3221589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/137568' 2025-03-04T19:47:30.3222372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148303' 2025-03-04T19:47:30.3223152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/137583' 2025-03-04T19:47:30.3223931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148305' 2025-03-04T19:47:30.3224709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/137846' 2025-03-04T19:47:30.3225485Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148323' 2025-03-04T19:47:30.3226366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/137884' 2025-03-04T19:47:30.3227153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148328' 2025-03-04T19:47:30.3227933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/138185' 2025-03-04T19:47:30.3228709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148357' 2025-03-04T19:47:30.3229486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/138202' 2025-03-04T19:47:30.3230264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148358' 2025-03-04T19:47:30.3231028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/138213' 2025-03-04T19:47:30.3231804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148359' 2025-03-04T19:47:30.3232813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/138214' 2025-03-04T19:47:30.3233884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148363' 2025-03-04T19:47:30.3234668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/138388' 2025-03-04T19:47:30.3235447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148364' 2025-03-04T19:47:30.3236235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/138513' 2025-03-04T19:47:30.3237489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148366' 2025-03-04T19:47:30.3238266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/138519' 2025-03-04T19:47:30.3239041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148367' 2025-03-04T19:47:30.3239824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/138555' 2025-03-04T19:47:30.3240860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148376' 2025-03-04T19:47:30.3241906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/138626' 2025-03-04T19:47:30.3242671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148377' 2025-03-04T19:47:30.3243442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/138889' 2025-03-04T19:47:30.3244218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148380' 2025-03-04T19:47:30.3244993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/138930' 2025-03-04T19:47:30.3245777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148381' 2025-03-04T19:47:30.3246561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/139094' 2025-03-04T19:47:30.3247380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148385' 2025-03-04T19:47:30.3248159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/139271' 2025-03-04T19:47:30.3248948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148386' 2025-03-04T19:47:30.3249835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/139561' 2025-03-04T19:47:30.3250608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148401' 2025-03-04T19:47:30.3251392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/139975' 2025-03-04T19:47:30.3252178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148407' 2025-03-04T19:47:30.3253091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/140032' 2025-03-04T19:47:30.3253874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148413' 2025-03-04T19:47:30.3254653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/140084' 2025-03-04T19:47:30.3255767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148414' 2025-03-04T19:47:30.3257077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/140159' 2025-03-04T19:47:30.3257865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148415' 2025-03-04T19:47:30.3258653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/140195' 2025-03-04T19:47:30.3259450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148418' 2025-03-04T19:47:30.3260324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/140746' 2025-03-04T19:47:30.3261114Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148423' 2025-03-04T19:47:30.3261957Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/140756' 2025-03-04T19:47:30.3262739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148424' 2025-03-04T19:47:30.3263524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/140979' 2025-03-04T19:47:30.3264304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148430' 2025-03-04T19:47:30.3265090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/141082' 2025-03-04T19:47:30.3265878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148432' 2025-03-04T19:47:30.3266668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/141096' 2025-03-04T19:47:30.3267437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148445' 2025-03-04T19:47:30.3268222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/141097' 2025-03-04T19:47:30.3269002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148450' 2025-03-04T19:47:30.3270068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/141213' 2025-03-04T19:47:30.3270980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148454' 2025-03-04T19:47:30.3271964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/141309' 2025-03-04T19:47:30.3272766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148459' 2025-03-04T19:47:30.3273555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/141393' 2025-03-04T19:47:30.3274402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/148470' 2025-03-04T19:47:30.3275792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/141641' 2025-03-04T19:47:30.3277171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/3b9a386' 2025-03-04T19:47:30.3278053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/141684' 2025-03-04T19:47:30.3278847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/3d4b92b' 2025-03-04T19:47:30.3279613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/141700' 2025-03-04T19:47:30.3280397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/88106' 2025-03-04T19:47:30.3281334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/141730' 2025-03-04T19:47:30.3282108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/88196' 2025-03-04T19:47:30.3282883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/141842' 2025-03-04T19:47:30.3283728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/88998' 2025-03-04T19:47:30.3284493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/141889' 2025-03-04T19:47:30.3285281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/d224ac7' 2025-03-04T19:47:30.3286069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/141940' 2025-03-04T19:47:30.3286935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/141944' 2025-03-04T19:47:30.3287794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/141961' 2025-03-04T19:47:30.3288577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/142091' 2025-03-04T19:47:30.3289351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/142092' 2025-03-04T19:47:30.3290121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/142163' 2025-03-04T19:47:30.3291332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/142272' 2025-03-04T19:47:30.3292109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/142273' 2025-03-04T19:47:30.3292887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/142295' 2025-03-04T19:47:30.3293692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/142296' 2025-03-04T19:47:30.3294909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/142309' 2025-03-04T19:47:30.3295678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/142350' 2025-03-04T19:47:30.3296461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/142372' 2025-03-04T19:47:30.3297246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/142483' 2025-03-04T19:47:30.3298173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/142851' 2025-03-04T19:47:30.3299319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143044' 2025-03-04T19:47:30.3300100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143103' 2025-03-04T19:47:30.3300896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143220' 2025-03-04T19:47:30.3302189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143256' 2025-03-04T19:47:30.3302975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143275' 2025-03-04T19:47:30.3303753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143313' 2025-03-04T19:47:30.3304528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143411' 2025-03-04T19:47:30.3305562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143457' 2025-03-04T19:47:30.3306542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143464' 2025-03-04T19:47:30.3307307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143475' 2025-03-04T19:47:30.3308091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143525' 2025-03-04T19:47:30.3308959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143527' 2025-03-04T19:47:30.3309741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143533' 2025-03-04T19:47:30.3310522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143534' 2025-03-04T19:47:30.3311297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143544' 2025-03-04T19:47:30.3312078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143666' 2025-03-04T19:47:30.3312840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143671' 2025-03-04T19:47:30.3313617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143712' 2025-03-04T19:47:30.3314450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143812' 2025-03-04T19:47:30.3315234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143833' 2025-03-04T19:47:30.3316007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143961' 2025-03-04T19:47:30.3316784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/143987' 2025-03-04T19:47:30.3317543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144008' 2025-03-04T19:47:30.3318325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144017' 2025-03-04T19:47:30.3319105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144073' 2025-03-04T19:47:30.3319883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144097' 2025-03-04T19:47:30.3320667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144120' 2025-03-04T19:47:30.3321448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144172' 2025-03-04T19:47:30.3322227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144234' 2025-03-04T19:47:30.3322993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144272' 2025-03-04T19:47:30.3323777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144288' 2025-03-04T19:47:30.3324554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144293' 2025-03-04T19:47:30.3325338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144294' 2025-03-04T19:47:30.3326110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144332' 2025-03-04T19:47:30.3326894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144333' 2025-03-04T19:47:30.3327658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144349' 2025-03-04T19:47:30.3328433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144353' 2025-03-04T19:47:30.3329210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144365' 2025-03-04T19:47:30.3329981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144366' 2025-03-04T19:47:30.3330766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144405' 2025-03-04T19:47:30.3331545Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144413' 2025-03-04T19:47:30.3332314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144414' 2025-03-04T19:47:30.3333160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144438' 2025-03-04T19:47:30.3333942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144452' 2025-03-04T19:47:30.3334775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144458' 2025-03-04T19:47:30.3335945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144501' 2025-03-04T19:47:30.3336731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144505' 2025-03-04T19:47:30.3337514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144507' 2025-03-04T19:47:30.3338434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144516' 2025-03-04T19:47:30.3339498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144542' 2025-03-04T19:47:30.3340357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144548' 2025-03-04T19:47:30.3341143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144551' 2025-03-04T19:47:30.3341995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144553' 2025-03-04T19:47:30.3342846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144555' 2025-03-04T19:47:30.3343615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144556' 2025-03-04T19:47:30.3344402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144579' 2025-03-04T19:47:30.3345178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144598' 2025-03-04T19:47:30.3346024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144712' 2025-03-04T19:47:30.3346808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144721' 2025-03-04T19:47:30.3347585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144724' 2025-03-04T19:47:30.3348364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144733' 2025-03-04T19:47:30.3349125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144741' 2025-03-04T19:47:30.3349901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144765' 2025-03-04T19:47:30.3350675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144771' 2025-03-04T19:47:30.3351448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144880' 2025-03-04T19:47:30.3352223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144905' 2025-03-04T19:47:30.3353009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144925' 2025-03-04T19:47:30.3353779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144943' 2025-03-04T19:47:30.3354555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144953' 2025-03-04T19:47:30.3355333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144975' 2025-03-04T19:47:30.3356110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144979' 2025-03-04T19:47:30.3356886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144986' 2025-03-04T19:47:30.3357663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/144992' 2025-03-04T19:47:30.3358436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145024' 2025-03-04T19:47:30.3359596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145061' 2025-03-04T19:47:30.3360457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145117' 2025-03-04T19:47:30.3361237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145119' 2025-03-04T19:47:30.3362012Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145150' 2025-03-04T19:47:30.3362792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145153' 2025-03-04T19:47:30.3363735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145254' 2025-03-04T19:47:30.3364597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145331' 2025-03-04T19:47:30.3365381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145353' 2025-03-04T19:47:30.3366247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145475' 2025-03-04T19:47:30.3367030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145523' 2025-03-04T19:47:30.3367811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145540' 2025-03-04T19:47:30.3368591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145559' 2025-03-04T19:47:30.3369376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145562' 2025-03-04T19:47:30.3370151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145594' 2025-03-04T19:47:30.3370931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145595' 2025-03-04T19:47:30.3371711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145605' 2025-03-04T19:47:30.3372723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145612' 2025-03-04T19:47:30.3373500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145636' 2025-03-04T19:47:30.3374284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145647' 2025-03-04T19:47:30.3375052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145681' 2025-03-04T19:47:30.3375826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145865' 2025-03-04T19:47:30.3376601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145885' 2025-03-04T19:47:30.3377376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145911' 2025-03-04T19:47:30.3378259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145922' 2025-03-04T19:47:30.3379364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145936' 2025-03-04T19:47:30.3380151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145966' 2025-03-04T19:47:30.3380914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145969' 2025-03-04T19:47:30.3381913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145979' 2025-03-04T19:47:30.3382973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/145992' 2025-03-04T19:47:30.3383752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146051' 2025-03-04T19:47:30.3384527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146063' 2025-03-04T19:47:30.3385308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146101' 2025-03-04T19:47:30.3386639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146115' 2025-03-04T19:47:30.3387417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146135' 2025-03-04T19:47:30.3388192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146171' 2025-03-04T19:47:30.3388988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146172' 2025-03-04T19:47:30.3390235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146176' 2025-03-04T19:47:30.3391012Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146180' 2025-03-04T19:47:30.3391793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146218' 2025-03-04T19:47:30.3392650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146228' 2025-03-04T19:47:30.3393437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146264' 2025-03-04T19:47:30.3394218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146267' 2025-03-04T19:47:30.3395059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146275' 2025-03-04T19:47:30.3396223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146280' 2025-03-04T19:47:30.3397005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146288' 2025-03-04T19:47:30.3397770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146319' 2025-03-04T19:47:30.3398550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146335' 2025-03-04T19:47:30.3399749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146341' 2025-03-04T19:47:30.3400538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146393' 2025-03-04T19:47:30.3401330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146395' 2025-03-04T19:47:30.3402107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146415' 2025-03-04T19:47:30.3402892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146421' 2025-03-04T19:47:30.3403662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146436' 2025-03-04T19:47:30.3404439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146455' 2025-03-04T19:47:30.3405215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146499' 2025-03-04T19:47:30.3405999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146500' 2025-03-04T19:47:30.3406786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146501' 2025-03-04T19:47:30.3407572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146502' 2025-03-04T19:47:30.3408338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146504' 2025-03-04T19:47:30.3409121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146505' 2025-03-04T19:47:30.3409902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146506' 2025-03-04T19:47:30.3410689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146526' 2025-03-04T19:47:30.3411472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146530' 2025-03-04T19:47:30.3412259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146535' 2025-03-04T19:47:30.3413115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146558' 2025-03-04T19:47:30.3413883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146561' 2025-03-04T19:47:30.3414667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146562' 2025-03-04T19:47:30.3415442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146636' 2025-03-04T19:47:30.3416223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146661' 2025-03-04T19:47:30.3417002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146678' 2025-03-04T19:47:30.3418058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146706' 2025-03-04T19:47:30.3419480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146718' 2025-03-04T19:47:30.3420281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146779' 2025-03-04T19:47:30.3421057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146781' 2025-03-04T19:47:30.3422108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146823' 2025-03-04T19:47:30.3422886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146826' 2025-03-04T19:47:30.3423786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146827' 2025-03-04T19:47:30.3424630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146844' 2025-03-04T19:47:30.3426007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146845' 2025-03-04T19:47:30.3427388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146850' 2025-03-04T19:47:30.3428381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146864' 2025-03-04T19:47:30.3429161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146870' 2025-03-04T19:47:30.3429939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146873' 2025-03-04T19:47:30.3430740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146874' 2025-03-04T19:47:30.3431648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146894' 2025-03-04T19:47:30.3432428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146895' 2025-03-04T19:47:30.3433203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146919' 2025-03-04T19:47:30.3433990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146921' 2025-03-04T19:47:30.3434766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146928' 2025-03-04T19:47:30.3435544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146935' 2025-03-04T19:47:30.3436312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146942' 2025-03-04T19:47:30.3437088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146962' 2025-03-04T19:47:30.3437979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146983' 2025-03-04T19:47:30.3439032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/146989' 2025-03-04T19:47:30.3439808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147007' 2025-03-04T19:47:30.3440710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147014' 2025-03-04T19:47:30.3441497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147021' 2025-03-04T19:47:30.3442267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147036' 2025-03-04T19:47:30.3443051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147049' 2025-03-04T19:47:30.3443835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147105' 2025-03-04T19:47:30.3444620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147146' 2025-03-04T19:47:30.3445831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147149' 2025-03-04T19:47:30.3446612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147155' 2025-03-04T19:47:30.3447472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147178' 2025-03-04T19:47:30.3448260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147205' 2025-03-04T19:47:30.3449041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147225' 2025-03-04T19:47:30.3449826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147229' 2025-03-04T19:47:30.3450603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147269' 2025-03-04T19:47:30.3451430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147272' 2025-03-04T19:47:30.3452205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147314' 2025-03-04T19:47:30.3452971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147315' 2025-03-04T19:47:30.3453753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147320' 2025-03-04T19:47:30.3454530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147341' 2025-03-04T19:47:30.3455305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147360' 2025-03-04T19:47:30.3456077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147368' 2025-03-04T19:47:30.3456851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147403' 2025-03-04T19:47:30.3457615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147410' 2025-03-04T19:47:30.3458664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147414' 2025-03-04T19:47:30.3459576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147445' 2025-03-04T19:47:30.3460360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147452' 2025-03-04T19:47:30.3461137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147481' 2025-03-04T19:47:30.3462001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147485' 2025-03-04T19:47:30.3462863Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147498' 2025-03-04T19:47:30.3463632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147514' 2025-03-04T19:47:30.3464473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147528' 2025-03-04T19:47:30.3465306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147552' 2025-03-04T19:47:30.3466082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147557' 2025-03-04T19:47:30.3466975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147561' 2025-03-04T19:47:30.3467756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147562' 2025-03-04T19:47:30.3468523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147574' 2025-03-04T19:47:30.3469299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147583' 2025-03-04T19:47:30.3470077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147592' 2025-03-04T19:47:30.3470858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147603' 2025-03-04T19:47:30.3471637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147619' 2025-03-04T19:47:30.3472621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147648' 2025-03-04T19:47:30.3473515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147660' 2025-03-04T19:47:30.3474288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147727' 2025-03-04T19:47:30.3475550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147741' 2025-03-04T19:47:30.3476336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147745' 2025-03-04T19:47:30.3478194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147768' 2025-03-04T19:47:30.3479460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147790' 2025-03-04T19:47:30.3480249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147797' 2025-03-04T19:47:30.3481038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147798' 2025-03-04T19:47:30.3481809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147800' 2025-03-04T19:47:30.3482747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147817' 2025-03-04T19:47:30.3483717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147821' 2025-03-04T19:47:30.3484503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147836' 2025-03-04T19:47:30.3485285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147863' 2025-03-04T19:47:30.3486069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147870' 2025-03-04T19:47:30.3487065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147881' 2025-03-04T19:47:30.3487855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147899' 2025-03-04T19:47:30.3488633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147902' 2025-03-04T19:47:30.3489407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147903' 2025-03-04T19:47:30.3490286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147908' 2025-03-04T19:47:30.3491064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147910' 2025-03-04T19:47:30.3491842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147915' 2025-03-04T19:47:30.3492607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147917' 2025-03-04T19:47:30.3493479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147927' 2025-03-04T19:47:30.3494655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147945' 2025-03-04T19:47:30.3495579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147955' 2025-03-04T19:47:30.3496359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147956' 2025-03-04T19:47:30.3497137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147957' 2025-03-04T19:47:30.3497906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147958' 2025-03-04T19:47:30.3498684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147959' 2025-03-04T19:47:30.3499461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147960' 2025-03-04T19:47:30.3500239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147962' 2025-03-04T19:47:30.3501097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor/147990' 2025-03-04T19:47:30.3501987Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/inductor' 2025-03-04T19:47:30.3502806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/125888' 2025-03-04T19:47:30.3503615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/126050' 2025-03-04T19:47:30.3504430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/126054' 2025-03-04T19:47:30.3505246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/133297' 2025-03-04T19:47:30.3506056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/133315' 2025-03-04T19:47:30.3506867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/133392' 2025-03-04T19:47:30.3507689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/133419' 2025-03-04T19:47:30.3508492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/133423' 2025-03-04T19:47:30.3509304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/133667' 2025-03-04T19:47:30.3510117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/133753' 2025-03-04T19:47:30.3510931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/135058' 2025-03-04T19:47:30.3511744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/135333' 2025-03-04T19:47:30.3512558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/135792' 2025-03-04T19:47:30.3513370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/136355' 2025-03-04T19:47:30.3514177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/137568' 2025-03-04T19:47:30.3514994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/138388' 2025-03-04T19:47:30.3515999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/138889' 2025-03-04T19:47:30.3517137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/140159' 2025-03-04T19:47:30.3517952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/143741' 2025-03-04T19:47:30.3518766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/145942' 2025-03-04T19:47:30.3519784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/146823' 2025-03-04T19:47:30.3520870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/146826' 2025-03-04T19:47:30.3521768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/146895' 2025-03-04T19:47:30.3522583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/147073' 2025-03-04T19:47:30.3523649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/147337' 2025-03-04T19:47:30.3524667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/147341' 2025-03-04T19:47:30.3525476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/147359' 2025-03-04T19:47:30.3526273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/147498' 2025-03-04T19:47:30.3527352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/147763' 2025-03-04T19:47:30.3528483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/147817' 2025-03-04T19:47:30.3529298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/147855' 2025-03-04T19:47:30.3530112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/147917' 2025-03-04T19:47:30.3530955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/147945' 2025-03-04T19:47:30.3532219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/147955' 2025-03-04T19:47:30.3533017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/147956' 2025-03-04T19:47:30.3533829Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/147957' 2025-03-04T19:47:30.3534808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/147958' 2025-03-04T19:47:30.3535908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/147959' 2025-03-04T19:47:30.3536724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/147964' 2025-03-04T19:47:30.3537536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/148076' 2025-03-04T19:47:30.3538334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/148163' 2025-03-04T19:47:30.3539591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/148173' 2025-03-04T19:47:30.3540404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64/148403' 2025-03-04T19:47:30.3541582Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/linux-aarch64' 2025-03-04T19:47:30.3542483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/102148' 2025-03-04T19:47:30.3543231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/119496' 2025-03-04T19:47:30.3543978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/120076' 2025-03-04T19:47:30.3544872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/133423' 2025-03-04T19:47:30.3545709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/133667' 2025-03-04T19:47:30.3546449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/138640' 2025-03-04T19:47:30.3547183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/139469' 2025-03-04T19:47:30.3547921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/140159' 2025-03-04T19:47:30.3548659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/140211' 2025-03-04T19:47:30.3549481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/140725' 2025-03-04T19:47:30.3550221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/142097' 2025-03-04T19:47:30.3550959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/142202' 2025-03-04T19:47:30.3551700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/142477' 2025-03-04T19:47:30.3552440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/143630' 2025-03-04T19:47:30.3553177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/143666' 2025-03-04T19:47:30.3553901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/143911' 2025-03-04T19:47:30.3554636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/143966' 2025-03-04T19:47:30.3555447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/144405' 2025-03-04T19:47:30.3556182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/144664' 2025-03-04T19:47:30.3556924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/145955' 2025-03-04T19:47:30.3557657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/146098' 2025-03-04T19:47:30.3558393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/146436' 2025-03-04T19:47:30.3559217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/146754' 2025-03-04T19:47:30.3560175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/146989' 2025-03-04T19:47:30.3560947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/147205' 2025-03-04T19:47:30.3562183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/147583' 2025-03-04T19:47:30.3562920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/147644' 2025-03-04T19:47:30.3563650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/147893' 2025-03-04T19:47:30.3564373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/148287' 2025-03-04T19:47:30.3565533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/148305' 2025-03-04T19:47:30.3566270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/148350' 2025-03-04T19:47:30.3567002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/148415' 2025-03-04T19:47:30.3567739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/148449' 2025-03-04T19:47:30.3568471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/148468' 2025-03-04T19:47:30.3569617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps/148471' 2025-03-04T19:47:30.3570368Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/mps' 2025-03-04T19:47:30.3571161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/op-benchmark/143733' 2025-03-04T19:47:30.3572190Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/op-benchmark' 2025-03-04T19:47:30.3573013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/054a2fd' 2025-03-04T19:47:30.3573912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/123020' 2025-03-04T19:47:30.3574695Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/134817' 2025-03-04T19:47:30.3575471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/140989' 2025-03-04T19:47:30.3576488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/141309' 2025-03-04T19:47:30.3577567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/141355' 2025-03-04T19:47:30.3578357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/141730' 2025-03-04T19:47:30.3579184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/142179' 2025-03-04T19:47:30.3579998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/143959' 2025-03-04T19:47:30.3581132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/144953' 2025-03-04T19:47:30.3582000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/146264' 2025-03-04T19:47:30.3582884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/146403' 2025-03-04T19:47:30.3583949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/146823' 2025-03-04T19:47:30.3584923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/146903' 2025-03-04T19:47:30.3585709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/147459' 2025-03-04T19:47:30.3586491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/147870' 2025-03-04T19:47:30.3587262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/148351' 2025-03-04T19:47:30.3588050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/2a6d37d' 2025-03-04T19:47:30.3588838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/317eeb8' 2025-03-04T19:47:30.3589620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/3c32' 2025-03-04T19:47:30.3590406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/3e98831' 2025-03-04T19:47:30.3591212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/94512-point' 2025-03-04T19:47:30.3592038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/csl/test87519' 2025-03-04T19:47:30.3592875Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/csl' 2025-03-04T19:47:30.3593707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/csltest88275' 2025-03-04T19:47:30.3594544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/csltest88761' 2025-03-04T19:47:30.3595374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/release_1.12' 2025-03-04T19:47:30.3596218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/release_1.12.0' 2025-03-04T19:47:30.3597056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic/sha-ec5b83' 2025-03-04T19:47:30.3598121Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/periodic' 2025-03-04T19:47:30.3598995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/riscv64/143979' 2025-03-04T19:47:30.3599781Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/riscv64' 2025-03-04T19:47:30.3600548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/124424' 2025-03-04T19:47:30.3601449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/134817' 2025-03-04T19:47:30.3602282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/137136' 2025-03-04T19:47:30.3603105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/139469' 2025-03-04T19:47:30.3603843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/139975' 2025-03-04T19:47:30.3604581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/140989' 2025-03-04T19:47:30.3605318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/141309' 2025-03-04T19:47:30.3606118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/141355' 2025-03-04T19:47:30.3606855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/142097' 2025-03-04T19:47:30.3607593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/142859' 2025-03-04T19:47:30.3608318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/143416' 2025-03-04T19:47:30.3609120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/143971' 2025-03-04T19:47:30.3610169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/144120' 2025-03-04T19:47:30.3611017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/144572' 2025-03-04T19:47:30.3611758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/144664' 2025-03-04T19:47:30.3612493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/145475' 2025-03-04T19:47:30.3613468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/145584' 2025-03-04T19:47:30.3614392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/145685' 2025-03-04T19:47:30.3615130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/145946' 2025-03-04T19:47:30.3615882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/146227' 2025-03-04T19:47:30.3616677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/146264' 2025-03-04T19:47:30.3617825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/146448' 2025-03-04T19:47:30.3618572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/146903' 2025-03-04T19:47:30.3619298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/147034' 2025-03-04T19:47:30.3620054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/147243' 2025-03-04T19:47:30.3621232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/147315' 2025-03-04T19:47:30.3622049Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/147320' 2025-03-04T19:47:30.3623121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/147382' 2025-03-04T19:47:30.3623876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/147403' 2025-03-04T19:47:30.3624965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/147452' 2025-03-04T19:47:30.3625763Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/147459' 2025-03-04T19:47:30.3626509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/147527' 2025-03-04T19:47:30.3627254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/147619' 2025-03-04T19:47:30.3627984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/147630' 2025-03-04T19:47:30.3628720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/147821' 2025-03-04T19:47:30.3629831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/147904' 2025-03-04T19:47:30.3630661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/147993' 2025-03-04T19:47:30.3631396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/148223' 2025-03-04T19:47:30.3632131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/148228' 2025-03-04T19:47:30.3632865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/148371' 2025-03-04T19:47:30.3633599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/148394' 2025-03-04T19:47:30.3634337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/148432' 2025-03-04T19:47:30.3635058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm/148437' 2025-03-04T19:47:30.3635812Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/rocm' 2025-03-04T19:47:30.3665897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/s390/142346' 2025-03-04T19:47:30.3666846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/s390/143959' 2025-03-04T19:47:30.3667595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/s390/148452' 2025-03-04T19:47:30.3668355Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/s390' 2025-03-04T19:47:30.3669117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/01c7106' 2025-03-04T19:47:30.3670265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/0577043' 2025-03-04T19:47:30.3671244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym' 2025-03-04T19:47:30.3672503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/0e81104' 2025-03-04T19:47:30.3673238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/139975' 2025-03-04T19:47:30.3673952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/146256' 2025-03-04T19:47:30.3674663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/146903' 2025-03-04T19:47:30.3675380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/1732077' 2025-03-04T19:47:30.3676099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/187eb7c' 2025-03-04T19:47:30.3676815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/1faef89' 2025-03-04T19:47:30.3677534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/3920ec1' 2025-03-04T19:47:30.3678260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/3b7c6b2' 2025-03-04T19:47:30.3678984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/59a3759' 2025-03-04T19:47:30.3679710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/70ef0bb' 2025-03-04T19:47:30.3680427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/788ff06' 2025-03-04T19:47:30.3681573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym' 2025-03-04T19:47:30.3682562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/9d85864' 2025-03-04T19:47:30.3683296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/9ffad5b' 2025-03-04T19:47:30.3684166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/a206e8b' 2025-03-04T19:47:30.3685023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/a837609' 2025-03-04T19:47:30.3685899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/af841f3' 2025-03-04T19:47:30.3686816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym' 2025-03-04T19:47:30.3687739Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/slow' 2025-03-04T19:47:30.3688483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/108303' 2025-03-04T19:47:30.3689213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/113257' 2025-03-04T19:47:30.3689944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/113258' 2025-03-04T19:47:30.3690678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/120076' 2025-03-04T19:47:30.3691497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/121445' 2025-03-04T19:47:30.3692762Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/123020' 2025-03-04T19:47:30.3693528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/124424' 2025-03-04T19:47:30.3694283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/124490' 2025-03-04T19:47:30.3695036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/125469' 2025-03-04T19:47:30.3695789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/125806' 2025-03-04T19:47:30.3696537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/125888' 2025-03-04T19:47:30.3697329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/125995' 2025-03-04T19:47:30.3698146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/126050' 2025-03-04T19:47:30.3699208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/126054' 2025-03-04T19:47:30.3699964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/126635' 2025-03-04T19:47:30.3700712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/127171' 2025-03-04T19:47:30.3701527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/127919' 2025-03-04T19:47:30.3702276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/129352' 2025-03-04T19:47:30.3703009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/129420' 2025-03-04T19:47:30.3703757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/130141' 2025-03-04T19:47:30.3704586Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/130752' 2025-03-04T19:47:30.3705337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/131354' 2025-03-04T19:47:30.3706127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/131507' 2025-03-04T19:47:30.3706876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/132021' 2025-03-04T19:47:30.3707609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/133044' 2025-03-04T19:47:30.3708550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/133289' 2025-03-04T19:47:30.3709304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/133296' 2025-03-04T19:47:30.3710282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/133297' 2025-03-04T19:47:30.3711228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/133315' 2025-03-04T19:47:30.3712075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/133392' 2025-03-04T19:47:30.3712827Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/133419' 2025-03-04T19:47:30.3713558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/133423' 2025-03-04T19:47:30.3714296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/133667' 2025-03-04T19:47:30.3715039Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/133753' 2025-03-04T19:47:30.3715781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/134219' 2025-03-04T19:47:30.3716981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/134515' 2025-03-04T19:47:30.3717731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/135058' 2025-03-04T19:47:30.3718525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/135631' 2025-03-04T19:47:30.3719269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/136780' 2025-03-04T19:47:30.3720008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/136824' 2025-03-04T19:47:30.3720751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/136835' 2025-03-04T19:47:30.3721495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/136993' 2025-03-04T19:47:30.3722689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/137400' 2025-03-04T19:47:30.3723426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/137580' 2025-03-04T19:47:30.3724171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/138213' 2025-03-04T19:47:30.3724923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/138436' 2025-03-04T19:47:30.3725672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/138626' 2025-03-04T19:47:30.3726414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/138834' 2025-03-04T19:47:30.3727154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/138889' 2025-03-04T19:47:30.3727941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/138996' 2025-03-04T19:47:30.3729081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/139070' 2025-03-04T19:47:30.3729825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/139094' 2025-03-04T19:47:30.3730574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/139971' 2025-03-04T19:47:30.3731328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/139975' 2025-03-04T19:47:30.3732067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/140084' 2025-03-04T19:47:30.3732794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/140159' 2025-03-04T19:47:30.3733535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/140211' 2025-03-04T19:47:30.3734515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/140298' 2025-03-04T19:47:30.3735454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/140323' 2025-03-04T19:47:30.3736196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/140365' 2025-03-04T19:47:30.3737196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/140399' 2025-03-04T19:47:30.3738022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/140793' 2025-03-04T19:47:30.3738865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/140979' 2025-03-04T19:47:30.3739709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/140989' 2025-03-04T19:47:30.3741010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/141178' 2025-03-04T19:47:30.3741832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/141257' 2025-03-04T19:47:30.3742573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/141309' 2025-03-04T19:47:30.3743317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/141730' 2025-03-04T19:47:30.3744066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/141796' 2025-03-04T19:47:30.3744885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/141842' 2025-03-04T19:47:30.3745632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/141889' 2025-03-04T19:47:30.3746358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/141910' 2025-03-04T19:47:30.3747109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/141914' 2025-03-04T19:47:30.3747860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/141961' 2025-03-04T19:47:30.3748607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/142091' 2025-03-04T19:47:30.3749770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/142092' 2025-03-04T19:47:30.3750519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/142097' 2025-03-04T19:47:30.3751264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/142179' 2025-03-04T19:47:30.3752004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/142272' 2025-03-04T19:47:30.3752904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/142273' 2025-03-04T19:47:30.3754213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/142326' 2025-03-04T19:47:30.3755457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/142346' 2025-03-04T19:47:30.3756773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/142350' 2025-03-04T19:47:30.3758110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/142372' 2025-03-04T19:47:30.3759521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/142477' 2025-03-04T19:47:30.3760897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/142821' 2025-03-04T19:47:30.3762363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/142859' 2025-03-04T19:47:30.3763792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/142865' 2025-03-04T19:47:30.3765167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143082' 2025-03-04T19:47:30.3766265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143093' 2025-03-04T19:47:30.3767441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143220' 2025-03-04T19:47:30.3768198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143261' 2025-03-04T19:47:30.3768941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143303' 2025-03-04T19:47:30.3769683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143313' 2025-03-04T19:47:30.3770563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143347' 2025-03-04T19:47:30.3771310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143402' 2025-03-04T19:47:30.3772231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143416' 2025-03-04T19:47:30.3772965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143451' 2025-03-04T19:47:30.3773707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143475' 2025-03-04T19:47:30.3774912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143630' 2025-03-04T19:47:30.3776199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143666' 2025-03-04T19:47:30.3777481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143671' 2025-03-04T19:47:30.3778984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143689' 2025-03-04T19:47:30.3780462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143712' 2025-03-04T19:47:30.3781956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143733' 2025-03-04T19:47:30.3783358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143822' 2025-03-04T19:47:30.3784708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143833' 2025-03-04T19:47:30.3786018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143894' 2025-03-04T19:47:30.3787495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143896' 2025-03-04T19:47:30.3788873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143961' 2025-03-04T19:47:30.3789650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/143966' 2025-03-04T19:47:30.3790402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144017' 2025-03-04T19:47:30.3791144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144019' 2025-03-04T19:47:30.3791888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144120' 2025-03-04T19:47:30.3792630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144138' 2025-03-04T19:47:30.3793786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144172' 2025-03-04T19:47:30.3794625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144177' 2025-03-04T19:47:30.3795361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144268' 2025-03-04T19:47:30.3796111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144272' 2025-03-04T19:47:30.3796854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144293' 2025-03-04T19:47:30.3797584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144452' 2025-03-04T19:47:30.3798329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144468' 2025-03-04T19:47:30.3799058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144557' 2025-03-04T19:47:30.3800244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144572' 2025-03-04T19:47:30.3800994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144590' 2025-03-04T19:47:30.3801732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144616' 2025-03-04T19:47:30.3802482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144620' 2025-03-04T19:47:30.3803371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144664' 2025-03-04T19:47:30.3804124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144708' 2025-03-04T19:47:30.3804860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144721' 2025-03-04T19:47:30.3805740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144733' 2025-03-04T19:47:30.3806792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144763' 2025-03-04T19:47:30.3807534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144771' 2025-03-04T19:47:30.3808276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144844' 2025-03-04T19:47:30.3809080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144880' 2025-03-04T19:47:30.3809813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144925' 2025-03-04T19:47:30.3810556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144953' 2025-03-04T19:47:30.3811305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144975' 2025-03-04T19:47:30.3812263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/144992' 2025-03-04T19:47:30.3813304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/145061' 2025-03-04T19:47:30.3814043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/145116' 2025-03-04T19:47:30.3814774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/145119' 2025-03-04T19:47:30.3815519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/145136' 2025-03-04T19:47:30.3816270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/145153' 2025-03-04T19:47:30.3817005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/145224' 2025-03-04T19:47:30.3817743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/145241' 2025-03-04T19:47:30.3818486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/145254' 2025-03-04T19:47:30.3819230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/145331' 2025-03-04T19:47:30.3819960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/145406' 2025-03-04T19:47:30.3821152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/145523' 2025-03-04T19:47:30.3822029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/145559' 2025-03-04T19:47:30.3822776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/145677' 2025-03-04T19:47:30.3823519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/145717' 2025-03-04T19:47:30.3824263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/145936' 2025-03-04T19:47:30.3824994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/145946' 2025-03-04T19:47:30.3825735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/145966' 2025-03-04T19:47:30.3826473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/145979' 2025-03-04T19:47:30.3827634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146051' 2025-03-04T19:47:30.3828382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146069' 2025-03-04T19:47:30.3829199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146090' 2025-03-04T19:47:30.3829925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146098' 2025-03-04T19:47:30.3830664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146110' 2025-03-04T19:47:30.3831403Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146115' 2025-03-04T19:47:30.3832141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146176' 2025-03-04T19:47:30.3832864Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146182' 2025-03-04T19:47:30.3833900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146256' 2025-03-04T19:47:30.3834772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146275' 2025-03-04T19:47:30.3835568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146289' 2025-03-04T19:47:30.3836312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146335' 2025-03-04T19:47:30.3837043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146421' 2025-03-04T19:47:30.3837779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146489' 2025-03-04T19:47:30.3838521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146517' 2025-03-04T19:47:30.3839260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146530' 2025-03-04T19:47:30.3839995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146561' 2025-03-04T19:47:30.3841151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146573' 2025-03-04T19:47:30.3841894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146582' 2025-03-04T19:47:30.3842895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146661' 2025-03-04T19:47:30.3843720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146718' 2025-03-04T19:47:30.3844468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146777' 2025-03-04T19:47:30.3845197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146807' 2025-03-04T19:47:30.3846094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146823' 2025-03-04T19:47:30.3847331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146826' 2025-03-04T19:47:30.3848086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146827' 2025-03-04T19:47:30.3848834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146845' 2025-03-04T19:47:30.3849566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146870' 2025-03-04T19:47:30.3850300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146873' 2025-03-04T19:47:30.3851028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146874' 2025-03-04T19:47:30.3851766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146903' 2025-03-04T19:47:30.3852499Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146928' 2025-03-04T19:47:30.3853294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/146970' 2025-03-04T19:47:30.3854415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147014' 2025-03-04T19:47:30.3855160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147072' 2025-03-04T19:47:30.3855980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147105' 2025-03-04T19:47:30.3856721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147155' 2025-03-04T19:47:30.3857463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147272' 2025-03-04T19:47:30.3858201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147314' 2025-03-04T19:47:30.3858942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147320' 2025-03-04T19:47:30.3859730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147334' 2025-03-04T19:47:30.3860821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147349' 2025-03-04T19:47:30.3861713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147368' 2025-03-04T19:47:30.3862461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147403' 2025-03-04T19:47:30.3863202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147422' 2025-03-04T19:47:30.3863941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147448' 2025-03-04T19:47:30.3864680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147452' 2025-03-04T19:47:30.3865415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147481' 2025-03-04T19:47:30.3866143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147498' 2025-03-04T19:47:30.3867341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147574' 2025-03-04T19:47:30.3868084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147583' 2025-03-04T19:47:30.3868853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147660' 2025-03-04T19:47:30.3869664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147664' 2025-03-04T19:47:30.3870403Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147741' 2025-03-04T19:47:30.3871133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147742' 2025-03-04T19:47:30.3872066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147752' 2025-03-04T19:47:30.3873424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147797' 2025-03-04T19:47:30.3874255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147798' 2025-03-04T19:47:30.3874999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147808' 2025-03-04T19:47:30.3875791Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147817' 2025-03-04T19:47:30.3876533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147820' 2025-03-04T19:47:30.3877258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147821' 2025-03-04T19:47:30.3877986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147836' 2025-03-04T19:47:30.3878722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147862' 2025-03-04T19:47:30.3879464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147870' 2025-03-04T19:47:30.3880361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147881' 2025-03-04T19:47:30.3881091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147897' 2025-03-04T19:47:30.3881959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147910' 2025-03-04T19:47:30.3882708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147917' 2025-03-04T19:47:30.3883446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147945' 2025-03-04T19:47:30.3884185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147955' 2025-03-04T19:47:30.3884925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147956' 2025-03-04T19:47:30.3885663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147957' 2025-03-04T19:47:30.3886608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147958' 2025-03-04T19:47:30.3887583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147959' 2025-03-04T19:47:30.3888401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147962' 2025-03-04T19:47:30.3889143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147964' 2025-03-04T19:47:30.3889877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147994' 2025-03-04T19:47:30.3890618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/147997' 2025-03-04T19:47:30.3891355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148049' 2025-03-04T19:47:30.3892084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148076' 2025-03-04T19:47:30.3892824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148083' 2025-03-04T19:47:30.3893977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148131' 2025-03-04T19:47:30.3894718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148163' 2025-03-04T19:47:30.3895462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148173' 2025-03-04T19:47:30.3896194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148180' 2025-03-04T19:47:30.3896919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148231' 2025-03-04T19:47:30.3897655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148261' 2025-03-04T19:47:30.3898630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148279' 2025-03-04T19:47:30.3899749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148287' 2025-03-04T19:47:30.3900636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148290' 2025-03-04T19:47:30.3901558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148292' 2025-03-04T19:47:30.3902358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148305' 2025-03-04T19:47:30.3903202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148343' 2025-03-04T19:47:30.3903951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148350' 2025-03-04T19:47:30.3904698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148364' 2025-03-04T19:47:30.3905450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148366' 2025-03-04T19:47:30.3906195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148388' 2025-03-04T19:47:30.3907379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/148423' 2025-03-04T19:47:30.3908368Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/70978' 2025-03-04T19:47:30.3909775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk/70979' 2025-03-04T19:47:30.3910694Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/trunk' 2025-03-04T19:47:30.3911464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/unstable/123' 2025-03-04T19:47:30.3912231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/unstable/146104' 2025-03-04T19:47:30.3913044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/unstable/146264' 2025-03-04T19:47:30.3914240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/unstable/147320' 2025-03-04T19:47:30.3915040Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/unstable' 2025-03-04T19:47:30.3915891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/137566' 2025-03-04T19:47:30.3916640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/137580' 2025-03-04T19:47:30.3917380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/138889' 2025-03-04T19:47:30.3918120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/138996' 2025-03-04T19:47:30.3918838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/139469' 2025-03-04T19:47:30.3919579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/139971' 2025-03-04T19:47:30.3920750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/140365' 2025-03-04T19:47:30.3921480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/140372' 2025-03-04T19:47:30.3922212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/140686' 2025-03-04T19:47:30.3922943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/140972' 2025-03-04T19:47:30.3923668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/142040' 2025-03-04T19:47:30.3924381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/142097' 2025-03-04T19:47:30.3925108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/143597' 2025-03-04T19:47:30.3925839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/143833' 2025-03-04T19:47:30.3926613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/144240' 2025-03-04T19:47:30.3927352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/144452' 2025-03-04T19:47:30.3928085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/144664' 2025-03-04T19:47:30.3928990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/146098' 2025-03-04T19:47:30.3929721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147161' 2025-03-04T19:47:30.3930453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147349' 2025-03-04T19:47:30.3931184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147355' 2025-03-04T19:47:30.3931914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147403' 2025-03-04T19:47:30.3932651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147448' 2025-03-04T19:47:30.3933818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147498' 2025-03-04T19:47:30.3934544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147507' 2025-03-04T19:47:30.3935371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147583' 2025-03-04T19:47:30.3936102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147593' 2025-03-04T19:47:30.3936831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147664' 2025-03-04T19:47:30.3937565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147727' 2025-03-04T19:47:30.3938444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147821' 2025-03-04T19:47:30.3939514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147945' 2025-03-04T19:47:30.3940251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147955' 2025-03-04T19:47:30.3940986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147956' 2025-03-04T19:47:30.3941855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147957' 2025-03-04T19:47:30.3942803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147958' 2025-03-04T19:47:30.3943768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147959' 2025-03-04T19:47:30.3944488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/147962' 2025-03-04T19:47:30.3945212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/148076' 2025-03-04T19:47:30.3945944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/148081' 2025-03-04T19:47:30.3946690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/148305' 2025-03-04T19:47:30.3947852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/148313' 2025-03-04T19:47:30.3948593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/148366' 2025-03-04T19:47:30.3949328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/148403' 2025-03-04T19:47:30.3950048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu/148423' 2025-03-04T19:47:30.3950799Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow/xpu' 2025-03-04T19:47:30.3951978Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/ciflow' 2025-03-04T19:47:30.3952689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/cslpull75' 2025-03-04T19:47:30.3953369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/cslpull76' 2025-03-04T19:47:30.3954044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/cslpull77' 2025-03-04T19:47:30.3954703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/cslpull78' 2025-03-04T19:47:30.3955789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/cslpull79' 2025-03-04T19:47:30.3956544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/cslpull80' 2025-03-04T19:47:30.3957215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/cslpull81' 2025-03-04T19:47:30.3957887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/cslpull82' 2025-03-04T19:47:30.3958556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/cslpull83' 2025-03-04T19:47:30.3959223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/cslpull84' 2025-03-04T19:47:30.3960310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/cslpull85' 2025-03-04T19:47:30.3960981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/cslpull86' 2025-03-04T19:47:30.3961782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/cslpull87' 2025-03-04T19:47:30.3962539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/cslpull88' 2025-03-04T19:47:30.3963677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/cslpull89' 2025-03-04T19:47:30.3964336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/cslpull90' 2025-03-04T19:47:30.3965004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/cslpull91' 2025-03-04T19:47:30.3965673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/cslpull92' 2025-03-04T19:47:30.3966338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/flight_5' 2025-03-04T19:47:30.3967007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/flight_5.1' 2025-03-04T19:47:30.3967681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/flight_5.2' 2025-03-04T19:47:30.3968344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/flight_5.3' 2025-03-04T19:47:30.3969113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/forpull1' 2025-03-04T19:47:30.3969823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/malfet/tag-2ef5611' 2025-03-04T19:47:30.3970563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/malfet/tag-317b1a0' 2025-03-04T19:47:30.3971307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/malfet/tag-ec6f767' 2025-03-04T19:47:30.3972200Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/malfet' 2025-03-04T19:47:30.3972917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/nightly-binary' 2025-03-04T19:47:30.3973671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/sqzhang_flight4_plus' 2025-03-04T19:47:30.3974423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/sqzhang_flight_3' 2025-03-04T19:47:30.3975122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v0.1.1' 2025-03-04T19:47:30.3975783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v0.1.10' 2025-03-04T19:47:30.3976521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v0.1.11' 2025-03-04T19:47:30.3977170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v0.1.12' 2025-03-04T19:47:30.3977806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v0.1.2' 2025-03-04T19:47:30.3978082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v0.1.3' 2025-03-04T19:47:30.3978344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v0.1.4' 2025-03-04T19:47:30.3978618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v0.1.5' 2025-03-04T19:47:30.3978882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v0.1.6' 2025-03-04T19:47:30.3979166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v0.1.7' 2025-03-04T19:47:30.3979430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v0.1.8' 2025-03-04T19:47:30.3979692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v0.1.9' 2025-03-04T19:47:30.3979965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v0.2.0' 2025-03-04T19:47:30.3980227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v0.3.0' 2025-03-04T19:47:30.3980499Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v0.3.1' 2025-03-04T19:47:30.3980761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v0.4.0' 2025-03-04T19:47:30.3981036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v0.4.1' 2025-03-04T19:47:30.3981303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.0.0' 2025-03-04T19:47:30.3981767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.0.0a0' 2025-03-04T19:47:30.3982049Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.0.1' 2025-03-04T19:47:30.3982324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.0rc0' 2025-03-04T19:47:30.3982608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.0rc1' 2025-03-04T19:47:30.3982871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.1.0' 2025-03-04T19:47:30.3983157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.1.0a0' 2025-03-04T19:47:30.3983429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.10.0' 2025-03-04T19:47:30.3983726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.10.0-rc1' 2025-03-04T19:47:30.3984014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.10.0-rc2' 2025-03-04T19:47:30.3984375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.10.0-rc3' 2025-03-04T19:47:30.3984661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.10.1' 2025-03-04T19:47:30.3984952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.10.1-rc1' 2025-03-04T19:47:30.3985234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.10.2' 2025-03-04T19:47:30.3985529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.10.2-rc1' 2025-03-04T19:47:30.3986003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.11.0' 2025-03-04T19:47:30.3986542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.11.0-rc1' 2025-03-04T19:47:30.3986857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.11.0-rc2' 2025-03-04T19:47:30.3987149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.11.0-rc3' 2025-03-04T19:47:30.3987442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.11.0-rc4' 2025-03-04T19:47:30.3987737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.11.0-rc5' 2025-03-04T19:47:30.3988022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.11.0-rc6' 2025-03-04T19:47:30.3988318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.11.0-rc7' 2025-03-04T19:47:30.3988591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.12.0' 2025-03-04T19:47:30.3988885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.12.0-rc1' 2025-03-04T19:47:30.3989170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.12.0-rc2' 2025-03-04T19:47:30.3989456Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.12.0-rc3' 2025-03-04T19:47:30.3989938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.12.0-rc4' 2025-03-04T19:47:30.3990501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.12.0-rc5' 2025-03-04T19:47:30.3990827Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.12.0-rc6' 2025-03-04T19:47:30.3991112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.12.0-rc7' 2025-03-04T19:47:30.3991408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.12.0-rc8' 2025-03-04T19:47:30.3991678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.12.1' 2025-03-04T19:47:30.3991963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.12.1-rc1' 2025-03-04T19:47:30.3992258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.12.1-rc2' 2025-03-04T19:47:30.3992541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.12.1-rc3' 2025-03-04T19:47:30.3992840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.12.1-rc4' 2025-03-04T19:47:30.3993191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.12.1-rc5' 2025-03-04T19:47:30.3993475Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.13.0' 2025-03-04T19:47:30.3993823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.13.0-rc1' 2025-03-04T19:47:30.3994356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.13.0-rc2' 2025-03-04T19:47:30.3994820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.13.0-rc3' 2025-03-04T19:47:30.3995105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.13.0-rc4' 2025-03-04T19:47:30.3995402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.13.0-rc5' 2025-03-04T19:47:30.3995684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.13.0-rc6' 2025-03-04T19:47:30.3996030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.13.1' 2025-03-04T19:47:30.3996315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.13.1-rc1' 2025-03-04T19:47:30.3996595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.2.0' 2025-03-04T19:47:30.3996871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.2.0a0' 2025-03-04T19:47:30.3997147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.3.0' 2025-03-04T19:47:30.3997421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.3.0a0' 2025-03-04T19:47:30.3997689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.3.1' 2025-03-04T19:47:30.3997964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.4.0' 2025-03-04T19:47:30.3998377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.4.0a0' 2025-03-04T19:47:30.3998919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.4.1' 2025-03-04T19:47:30.3999213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.5.0' 2025-03-04T19:47:30.3999506Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.5.0-rc1' 2025-03-04T19:47:30.3999784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.5.0-rc2' 2025-03-04T19:47:30.4000066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.5.0-rc3' 2025-03-04T19:47:30.4000358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.5.0-rc4' 2025-03-04T19:47:30.4000637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.5.0-rc5' 2025-03-04T19:47:30.4000914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.5.1' 2025-03-04T19:47:30.4001195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.5.1-rc1' 2025-03-04T19:47:30.4001476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.6.0' 2025-03-04T19:47:30.4001755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.6.0-rc1' 2025-03-04T19:47:30.4002051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.6.0-rc2' 2025-03-04T19:47:30.4002504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.6.0-rc3' 2025-03-04T19:47:30.4003027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.6.0-rc4' 2025-03-04T19:47:30.4003321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.6.0-rc5' 2025-03-04T19:47:30.4003600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.6.0-rc6' 2025-03-04T19:47:30.4003888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.6.0-rc7' 2025-03-04T19:47:30.4004155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.7.0' 2025-03-04T19:47:30.4004513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.7.0-rc1' 2025-03-04T19:47:30.4004794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.7.0-rc2' 2025-03-04T19:47:30.4005084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.7.0-rc3' 2025-03-04T19:47:30.4005363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.7.0-rc4' 2025-03-04T19:47:30.4005630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.7.1' 2025-03-04T19:47:30.4006094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.7.1-rc1' 2025-03-04T19:47:30.4006622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.7.1-rc2' 2025-03-04T19:47:30.4006923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.7.1-rc3' 2025-03-04T19:47:30.4007249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.8.0' 2025-03-04T19:47:30.4007552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.8.0-rc1' 2025-03-04T19:47:30.4007829Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.8.0-rc2' 2025-03-04T19:47:30.4008107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.8.0-rc3' 2025-03-04T19:47:30.4008402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.8.0-rc4' 2025-03-04T19:47:30.4008681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.8.0-rc5' 2025-03-04T19:47:30.4008962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.8.1' 2025-03-04T19:47:30.4009241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.8.1-rc1' 2025-03-04T19:47:30.4009541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.8.1-rc2' 2025-03-04T19:47:30.4010054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.8.1-rc3' 2025-03-04T19:47:30.4010502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.8.2' 2025-03-04T19:47:30.4010783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.8.2-rc1' 2025-03-04T19:47:30.4011049Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.9.0' 2025-03-04T19:47:30.4011343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.9.0-rc1' 2025-03-04T19:47:30.4011624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.9.0-rc2' 2025-03-04T19:47:30.4011913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.9.0-rc3' 2025-03-04T19:47:30.4012192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.9.0-rc4' 2025-03-04T19:47:30.4012472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.9.1' 2025-03-04T19:47:30.4012760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.9.1-rc1' 2025-03-04T19:47:30.4013042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v1.9.1-rc2' 2025-03-04T19:47:30.4013320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.0.0' 2025-03-04T19:47:30.4013598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.0.0-rc1' 2025-03-04T19:47:30.4013892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.0.0-rc2' 2025-03-04T19:47:30.4014170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.0.0-rc3' 2025-03-04T19:47:30.4014461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.0.0-rc4' 2025-03-04T19:47:30.4014740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.0.0-rc5' 2025-03-04T19:47:30.4015030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.0.0-rc6' 2025-03-04T19:47:30.4015367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.0.1' 2025-03-04T19:47:30.4015645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.0.1-rc1' 2025-03-04T19:47:30.4015938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.0.1-rc2' 2025-03-04T19:47:30.4016221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.0.1-rc3' 2025-03-04T19:47:30.4016515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.0.1-rc4' 2025-03-04T19:47:30.4016783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.1.0' 2025-03-04T19:47:30.4017079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.1.0-rc1' 2025-03-04T19:47:30.4017360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.1.0-rc2' 2025-03-04T19:47:30.4017687Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.1.0-rc3' 2025-03-04T19:47:30.4017985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.1.0-rc4' 2025-03-04T19:47:30.4018265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.1.0-rc5' 2025-03-04T19:47:30.4018557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.1.0-rc6' 2025-03-04T19:47:30.4018823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.1.1' 2025-03-04T19:47:30.4019112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.1.1-rc1' 2025-03-04T19:47:30.4019386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.1.1-rc2' 2025-03-04T19:47:30.4019672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.1.1-rc3' 2025-03-04T19:47:30.4019950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.1.1-rc4' 2025-03-04T19:47:30.4020231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.1.1-rc5' 2025-03-04T19:47:30.4020523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.1.1-rc6' 2025-03-04T19:47:30.4020786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.1.2' 2025-03-04T19:47:30.4021078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.1.2-rc1' 2025-03-04T19:47:30.4021359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.1.2-rc2' 2025-03-04T19:47:30.4021716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.1.2-rc3' 2025-03-04T19:47:30.4021981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.2.0' 2025-03-04T19:47:30.4022272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.2.0-rc1' 2025-03-04T19:47:30.4022547Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.2.0-rc2' 2025-03-04T19:47:30.4022830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.2.0-rc3' 2025-03-04T19:47:30.4023129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.2.0-rc4' 2025-03-04T19:47:30.4023405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.2.0-rc5' 2025-03-04T19:47:30.4023696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.2.0-rc6' 2025-03-04T19:47:30.4023973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.2.0-rc7' 2025-03-04T19:47:30.4024270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.2.0-rc8' 2025-03-04T19:47:30.4024536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.2.1' 2025-03-04T19:47:30.4024815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.2.1-rc1' 2025-03-04T19:47:30.4025105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.2.1-rc2' 2025-03-04T19:47:30.4025440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.2.1-rc3' 2025-03-04T19:47:30.4025720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.2.2' 2025-03-04T19:47:30.4025999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.2.2-rc1' 2025-03-04T19:47:30.4026290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.2.2-rc2' 2025-03-04T19:47:30.4026568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.2.2-rc3' 2025-03-04T19:47:30.4026845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.3.0' 2025-03-04T19:47:30.4027121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.3.0-rc1' 2025-03-04T19:47:30.4027410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.3.0-rc10' 2025-03-04T19:47:30.4027707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.3.0-rc11' 2025-03-04T19:47:30.4028043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.3.0-rc12' 2025-03-04T19:47:30.4028334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.3.0-rc2' 2025-03-04T19:47:30.4028612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.3.0-rc3' 2025-03-04T19:47:30.4028903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.3.0-rc4' 2025-03-04T19:47:30.4029183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.3.0-rc5' 2025-03-04T19:47:30.4029459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.3.0-rc6' 2025-03-04T19:47:30.4029750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.3.0-rc7' 2025-03-04T19:47:30.4030029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.3.0-rc8' 2025-03-04T19:47:30.4030323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.3.0-rc9' 2025-03-04T19:47:30.4030592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.3.1' 2025-03-04T19:47:30.4030882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.3.1-rc1' 2025-03-04T19:47:30.4031161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.3.1-rc2' 2025-03-04T19:47:30.4031455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.3.1-rc3' 2025-03-04T19:47:30.4031907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.4.0' 2025-03-04T19:47:30.4032454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.4.0-rc1' 2025-03-04T19:47:30.4032784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.4.0-rc2' 2025-03-04T19:47:30.4033064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.4.0-rc3' 2025-03-04T19:47:30.4033359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.4.0-rc4' 2025-03-04T19:47:30.4033642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.4.0-rc5' 2025-03-04T19:47:30.4033934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.4.0-rc6' 2025-03-04T19:47:30.4034213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.4.0-rc7' 2025-03-04T19:47:30.4034503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.4.0-rc8' 2025-03-04T19:47:30.4034781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.4.0-rc9' 2025-03-04T19:47:30.4035046Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.4.1' 2025-03-04T19:47:30.4035332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.4.1-rc1' 2025-03-04T19:47:30.4035625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.4.1-rc2' 2025-03-04T19:47:30.4036149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.4.1-rc3' 2025-03-04T19:47:30.4036630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.5.0' 2025-03-04T19:47:30.4036922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.5.0-rc1' 2025-03-04T19:47:30.4037210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.5.0-rc10' 2025-03-04T19:47:30.4037488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.5.0-rc2' 2025-03-04T19:47:30.4037777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.5.0-rc3' 2025-03-04T19:47:30.4038058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.5.0-rc4' 2025-03-04T19:47:30.4038348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.5.0-rc5' 2025-03-04T19:47:30.4038627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.5.0-rc6' 2025-03-04T19:47:30.4038977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.5.0-rc7' 2025-03-04T19:47:30.4039257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.5.0-rc8' 2025-03-04T19:47:30.4039548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.5.0-rc9' 2025-03-04T19:47:30.4039939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.5.1' 2025-03-04T19:47:30.4040481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.5.1-rc1' 2025-03-04T19:47:30.4040807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.6.0' 2025-03-04T19:47:30.4041085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.6.0-rc1' 2025-03-04T19:47:30.4041376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.6.0-rc2' 2025-03-04T19:47:30.4041653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.6.0-rc3' 2025-03-04T19:47:30.4041951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.6.0-rc4' 2025-03-04T19:47:30.4042233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.6.0-rc5' 2025-03-04T19:47:30.4042514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.6.0-rc6' 2025-03-04T19:47:30.4042804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.6.0-rc7' 2025-03-04T19:47:30.4043082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.6.0-rc8' 2025-03-04T19:47:30.4043370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/v2.6.0-rc9' 2025-03-04T19:47:30.4043745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/whc_flight_1' 2025-03-04T19:47:30.4044324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/whc_flight_2' 2025-03-04T19:47:30.4044712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags/whc_flight_4' 2025-03-04T19:47:30.4045012Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/tags' 2025-03-04T19:47:30.4045359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/triton_kernel' 2025-03-04T19:47:30.4045721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/2.1-dynamic-doc' 2025-03-04T19:47:30.4046126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/python_compiled_autograd' 2025-03-04T19:47:30.4046488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/2.6.0.dev20241004+' 2025-03-04T19:47:30.4046832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mesh_check' 2025-03-04T19:47:30.4047225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/20250219_e8m0_intermediate' 2025-03-04T19:47:30.4047587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/triton-update' 2025-03-04T19:47:30.4048211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/20250219_test' 2025-03-04T19:47:30.4048764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ipiszy/fix' 2025-03-04T19:47:30.4049118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ipiszy/fp8_test' 2025-03-04T19:47:30.4049453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ipiszy/mypy' 2025-03-04T19:47:30.4049820Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ipiszy' 2025-03-04T19:47:30.4050196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/maxautotune_big_gpu' 2025-03-04T19:47:30.4050745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/Adjust-Description-for-linux-binary-test-Workflow' 2025-03-04T19:47:30.4051186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/try-speedup-docbuild' 2025-03-04T19:47:30.4051558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/Chillee-patch-5' 2025-03-04T19:47:30.4052126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/qat-conv-bn-1d' 2025-03-04T19:47:30.4052726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/Flamefire-patch-1' 2025-03-04T19:47:30.4053060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/migrate_map' 2025-03-04T19:47:30.4053492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/HDCharles-2.6.0-release-notes' 2025-03-04T19:47:30.4053932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/JackCaoG/add_new_lazy_counter_macro' 2025-03-04T19:47:30.4054405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/JackCaoG/dynamo_make_fx_non_core_aten_ops' 2025-03-04T19:47:30.4054826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/JackCaoG/fix_xla_torchbench' 2025-03-04T19:47:30.4055221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/JackCaoG/update_dynamo_doc' 2025-03-04T19:47:30.4055690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/JackCaoG/update_xla_pin_to_skip_test' 2025-03-04T19:47:30.4056139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/JackCaoG/update_xla_pin_to_skip_test2' 2025-03-04T19:47:30.4056514Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/JackCaoG' 2025-03-04T19:47:30.4056889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/qat-remove-bias-temp' 2025-03-04T19:47:30.4057275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/NicolasHug-patch-2' 2025-03-04T19:47:30.4057641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/qat_cudnn_batchnorm' 2025-03-04T19:47:30.4058040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/PR-AOTInductorNoneBug' 2025-03-04T19:47:30.4058459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/missing_gloo_causes_deadlock' 2025-03-04T19:47:30.4058854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/PR-AOTInductorNoneBugFix' 2025-03-04T19:47:30.4059271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/qat_preserve_source_fn_stack' 2025-03-04T19:47:30.4059638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/PR-FixConfigsIssue' 2025-03-04T19:47:30.4060035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/reenable-sgd-benchmark' 2025-03-04T19:47:30.4060492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/PR-NoneBugFix-viable' 2025-03-04T19:47:30.4060861Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/triton_kernel_perf' 2025-03-04T19:47:30.4061214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/PR-ResetToZero' 2025-03-04T19:47:30.4061645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mod_guards3' 2025-03-04T19:47:30.4062068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/Remove-linux_t4g_2xlarge-Usage' 2025-03-04T19:47:30.4062398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/raggedsdpa' 2025-03-04T19:47:30.4062771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/Revert-PR-110949' 2025-03-04T19:47:30.4063178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/refactor-adamw' 2025-03-04T19:47:30.4063583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/Update-Flash-Packaging' 2025-03-04T19:47:30.4064009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/Valentine/flash_attention_bf16' 2025-03-04T19:47:30.4064384Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/Valentine' 2025-03-04T19:47:30.4064758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/_tmp-orig/release/2.6' 2025-03-04T19:47:30.4065170Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/_tmp-orig/release' 2025-03-04T19:47:30.4065533Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/_tmp-orig' 2025-03-04T19:47:30.4065886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/_tmp-release/2.6' 2025-03-04T19:47:30.4066286Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/_tmp-release' 2025-03-04T19:47:30.4066697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/abock/onnx-1.15.0-validation' 2025-03-04T19:47:30.4067172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/abock/ort-nightly==1.16.0.dev20230908001' 2025-03-04T19:47:30.4067523Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/abock' 2025-03-04T19:47:30.4067907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/S429861-debug' 2025-03-04T19:47:30.4068231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/aa' 2025-03-04T19:47:30.4068617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/adam-compiled' 2025-03-04T19:47:30.4069012Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/adam-fused-bench' 2025-03-04T19:47:30.4069416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/adam-fused-bench2' 2025-03-04T19:47:30.4069776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/adam-test2' 2025-03-04T19:47:30.4070145Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/asgd-compile' 2025-03-04T19:47:30.4070511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/aux-vars' 2025-03-04T19:47:30.4070911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/backup-test-branch' 2025-03-04T19:47:30.4071300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/bad-cudagraphs' 2025-03-04T19:47:30.4071654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/baseline' 2025-03-04T19:47:30.4072286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/baseline-graph-breaks' 2025-03-04T19:47:30.4072667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/batch-fuse-opt' 2025-03-04T19:47:30.4073041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/beta-tensor' 2025-03-04T19:47:30.4073394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/buff-opt2' 2025-03-04T19:47:30.4073740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/buffers' 2025-03-04T19:47:30.4074100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/buffers2' 2025-03-04T19:47:30.4074450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/buffers3' 2025-03-04T19:47:30.4074887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/ck2' 2025-03-04T19:47:30.4075257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/combokernels' 2025-03-04T19:47:30.4075647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/compiled-nadam' 2025-03-04T19:47:30.4075993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/concat2' 2025-03-04T19:47:30.4076345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/copy2' 2025-03-04T19:47:30.4076729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/cudagraph-tests' 2025-03-04T19:47:30.4077152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/cudagraphs-measurement' 2025-03-04T19:47:30.4077524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/data-gather' 2025-03-04T19:47:30.4077902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/data-ptrs2' 2025-03-04T19:47:30.4078272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/data-ptrs3' 2025-03-04T19:47:30.4078655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/dataclass-proxy' 2025-03-04T19:47:30.4079055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/disable-closures' 2025-03-04T19:47:30.4079439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/disable-subclass' 2025-03-04T19:47:30.4079819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/disabled-opt' 2025-03-04T19:47:30.4080180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/exp_disable' 2025-03-04T19:47:30.4080533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/faster' 2025-03-04T19:47:30.4080879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/faster2' 2025-03-04T19:47:30.4081226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/fe-copy' 2025-03-04T19:47:30.4081806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/foreach-op' 2025-03-04T19:47:30.4082412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/foreach-reds' 2025-03-04T19:47:30.4082776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/freezing' 2025-03-04T19:47:30.4083122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/fuse-cat' 2025-03-04T19:47:30.4083493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/gen-foreach' 2025-03-04T19:47:30.4083918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/h-comp' 2025-03-04T19:47:30.4084278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/h-comp2' 2025-03-04T19:47:30.4084618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/hc-hf' 2025-03-04T19:47:30.4084999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/init-per-param' 2025-03-04T19:47:30.4085390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/init_per_param' 2025-03-04T19:47:30.4085751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/less-guards' 2025-03-04T19:47:30.4086149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/lr-composibility' 2025-03-04T19:47:30.4086605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/main-test-enablement' 2025-03-04T19:47:30.4086963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/main2' 2025-03-04T19:47:30.4087317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/main_test' 2025-03-04T19:47:30.4087692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/mcg' 2025-03-04T19:47:30.4088307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/mcg2' 2025-03-04T19:47:30.4088758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/meta-guards' 2025-03-04T19:47:30.4089126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/mlazos/ck2' 2025-03-04T19:47:30.4089493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/mlazos/clean' 2025-03-04T19:47:30.4089877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/mlazos/faster2' 2025-03-04T19:47:30.4090308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/mlazos/foreach-map-adam' 2025-03-04T19:47:30.4090732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/mlazos/subclass-test' 2025-03-04T19:47:30.4091143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/mlazos/tf-mode-backup' 2025-03-04T19:47:30.4091558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/mlazos/tf-trace-full' 2025-03-04T19:47:30.4091936Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/mlazos' 2025-03-04T19:47:30.4092288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/mod-fix' 2025-03-04T19:47:30.4092648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/more-tests' 2025-03-04T19:47:30.4093025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/mutable-backup' 2025-03-04T19:47:30.4093376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/mv-tfo' 2025-03-04T19:47:30.4093717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/no-cpp' 2025-03-04T19:47:30.4094182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/no-init-group-handling' 2025-03-04T19:47:30.4094910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/op-investigation' 2025-03-04T19:47:30.4095330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/opt-bench-exp2' 2025-03-04T19:47:30.4095688Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/opt-bench2' 2025-03-04T19:47:30.4096113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/opt-bench3' 2025-03-04T19:47:30.4096464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/opt-incr' 2025-03-04T19:47:30.4096817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/opt-recipe' 2025-03-04T19:47:30.4097194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/opt-slowdown' 2025-03-04T19:47:30.4097543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/opt-warn' 2025-03-04T19:47:30.4097913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/proxy-ctors' 2025-03-04T19:47:30.4098265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/proxy-opt' 2025-03-04T19:47:30.4098602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/pt' 2025-03-04T19:47:30.4099008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/restart' 2025-03-04T19:47:30.4099379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/rm-thunkify' 2025-03-04T19:47:30.4099705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/rtp' 2025-03-04T19:47:30.4100073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/sdpa-driss' 2025-03-04T19:47:30.4100469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/static-inputs-log' 2025-03-04T19:47:30.4100916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/subclass-test' 2025-03-04T19:47:30.4101658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/td-fix2' 2025-03-04T19:47:30.4102100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/tensor-hasattr2' 2025-03-04T19:47:30.4102532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/tensor-inherit-backup' 2025-03-04T19:47:30.4102913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/tensor-like-fix' 2025-03-04T19:47:30.4103278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/tensor-lr' 2025-03-04T19:47:30.4103636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/tensor-lr2' 2025-03-04T19:47:30.4104000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/tf-inherit' 2025-03-04T19:47:30.4104341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/tf-mode' 2025-03-04T19:47:30.4104720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/tf-mode-backup2' 2025-03-04T19:47:30.4105116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/tf-mode-reland' 2025-03-04T19:47:30.4105496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/tf-mode-reland2' 2025-03-04T19:47:30.4105888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/tf-mode-reland3' 2025-03-04T19:47:30.4106247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/tf-refactor' 2025-03-04T19:47:30.4106650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/tf-subclass-stack' 2025-03-04T19:47:30.4107057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/tf-trace-full' 2025-03-04T19:47:30.4107662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/th' 2025-03-04T19:47:30.4108134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/tune-proto' 2025-03-04T19:47:30.4108552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/vary-beta' 2025-03-04T19:47:30.4108919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/vary-beta2' 2025-03-04T19:47:30.4109279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos/weird-perf1' 2025-03-04T19:47:30.4109643Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mlazos' 2025-03-04T19:47:30.4110046Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/add-android-build-workflow' 2025-03-04T19:47:30.4110420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update_kineto_0214' 2025-03-04T19:47:30.4110749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/add-assign' 2025-03-04T19:47:30.4111170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/invoke-subgraph' 2025-03-04T19:47:30.4111612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/add_broadcast_functional_collective' 2025-03-04T19:47:30.4111955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mod_guards1' 2025-03-04T19:47:30.4112353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/add_from_group_doc_and_test' 2025-03-04T19:47:30.4112701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/moderniz29_cyy' 2025-03-04T19:47:30.4113104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/add_mha_to_autocast_policy' 2025-03-04T19:47:30.4113434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ios-mac-m1' 2025-03-04T19:47:30.4113809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/type_dec' 2025-03-04T19:47:30.4114607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/add_non_parallel_model_comparison' 2025-03-04T19:47:30.4114986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mps-linear-1d' 2025-03-04T19:47:30.4115376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/add_test_to_show_view_gap' 2025-03-04T19:47:30.4115751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/msaroufim-patch-11' 2025-03-04T19:47:30.4116136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/add_windows_testing_back' 2025-03-04T19:47:30.4116507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update_kineto_0212_3' 2025-03-04T19:47:30.4116870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/addmm-heuristic' 2025-03-04T19:47:30.4117190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/v1.0.1' 2025-03-04T19:47:30.4117522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/addsimde' 2025-03-04T19:47:30.4117871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/adi/gemm_bf16f32' 2025-03-04T19:47:30.4118221Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/adi' 2025-03-04T19:47:30.4118599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/remove-edit-on-github' 2025-03-04T19:47:30.4118996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ah-globalfeedback-hook' 2025-03-04T19:47:30.4119350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/alanwaketan/pin2' 2025-03-04T19:47:30.4119724Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/alanwaketan' 2025-03-04T19:47:30.4120113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/v0.1.2' 2025-03-04T19:47:30.4120664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/albanD-patch-1' 2025-03-04T19:47:30.4121225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/v1.0.3' 2025-03-04T19:47:30.4121576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/albanD-patch-2' 2025-03-04T19:47:30.4121900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/v1.1.0' 2025-03-04T19:47:30.4122230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/alt-disable' 2025-03-04T19:47:30.4122588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/144772' 2025-03-04T19:47:30.4123097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/aot_inductor_bench_comp_time' 2025-03-04T19:47:30.4123538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/aot_inductor_benchmark' 2025-03-04T19:47:30.4123946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/aot_inductor_torch' 2025-03-04T19:47:30.4124363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/aoti_additional_files' 2025-03-04T19:47:30.4124772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/aotinductor_const' 2025-03-04T19:47:30.4125198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/aotinductor_const_name' 2025-03-04T19:47:30.4125662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/benchmark_skip' 2025-03-04T19:47:30.4126334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/bincount' 2025-03-04T19:47:30.4126868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/change_pytree_serialization' 2025-03-04T19:47:30.4127237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/constraint' 2025-03-04T19:47:30.4127609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/cp107981' 2025-03-04T19:47:30.4127966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/cp108783' 2025-03-04T19:47:30.4128321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/cp109060' 2025-03-04T19:47:30.4128707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/cpp_loader' 2025-03-04T19:47:30.4129115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/custom_and_getattr' 2025-03-04T19:47:30.4129492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/customop' 2025-03-04T19:47:30.4129895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/default_serialized' 2025-03-04T19:47:30.4130269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/distribby' 2025-03-04T19:47:30.4130648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/distribution' 2025-03-04T19:47:30.4131001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/docs' 2025-03-04T19:47:30.4131603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/draft_logger' 2025-03-04T19:47:30.4132214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/embed_constants' 2025-03-04T19:47:30.4132634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/export_custom_op_rst' 2025-03-04T19:47:30.4133070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/export_docs' 2025-03-04T19:47:30.4133471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/fail_models_temp' 2025-03-04T19:47:30.4133812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/fake' 2025-03-04T19:47:30.4134166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/fix3' 2025-03-04T19:47:30.4134531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/hf_version' 2025-03-04T19:47:30.4134940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/hf_version_update' 2025-03-04T19:47:30.4135311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/kwarg_input' 2025-03-04T19:47:30.4135720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/lint' 2025-03-04T19:47:30.4136089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/logging.bak' 2025-03-04T19:47:30.4136445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/logging2' 2025-03-04T19:47:30.4136857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/namedtuple_fields' 2025-03-04T19:47:30.4137232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/no_so_weight' 2025-03-04T19:47:30.4137628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/provenance_id' 2025-03-04T19:47:30.4137983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/pytree2' 2025-03-04T19:47:30.4138398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/pytree_namedtuple' 2025-03-04T19:47:30.4138805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/register_dataclass' 2025-03-04T19:47:30.4139221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/remove_aoti_unlift' 2025-03-04T19:47:30.4139695Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/shape' 2025-03-04T19:47:30.4140404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/symint_input' 2025-03-04T19:47:30.4140747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/test' 2025-03-04T19:47:30.4141115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/test113041' 2025-03-04T19:47:30.4141636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/test_expression_created' 2025-03-04T19:47:30.4142015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/torch_size' 2025-03-04T19:47:30.4142422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi/update_schema_msg' 2025-03-04T19:47:30.4142782Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/angelayi' 2025-03-04T19:47:30.4143160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mradmila/host_stats' 2025-03-04T19:47:30.4143520Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mradmila' 2025-03-04T19:47:30.4143951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/atalman-inductor-perf-cu124' 2025-03-04T19:47:30.4144318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/msaroufim-patch-10' 2025-03-04T19:47:30.4144742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/atalman-inductor-perf-cu124.1' 2025-03-04T19:47:30.4145146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/v1.2.0' 2025-03-04T19:47:30.4145501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/atalman-patch-1' 2025-03-04T19:47:30.4145828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/v1.3.0' 2025-03-04T19:47:30.4146227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/atalman-patch-2' 2025-03-04T19:47:30.4146819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/v1.3.1' 2025-03-04T19:47:30.4147275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/atalman-patch-3' 2025-03-04T19:47:30.4147620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/validate_fn' 2025-03-04T19:47:30.4148041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/atalman-patch-4' 2025-03-04T19:47:30.4148395Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/validations_2.6' 2025-03-04T19:47:30.4148760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/atalman-patch-5' 2025-03-04T19:47:30.4149114Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/vfdev-5-patch-2' 2025-03-04T19:47:30.4149477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/atalman-patch-6' 2025-03-04T19:47:30.4149883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/voz/compiled_autograd_hooks' 2025-03-04T19:47:30.4150259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/voz/fsdp_autograd2' 2025-03-04T19:47:30.4150621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/voz/fsdp_autograd4' 2025-03-04T19:47:30.4151028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/voz/fsdp_autograd_merge' 2025-03-04T19:47:30.4151418Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/voz/fsdp_autograd_merge2' 2025-03-04T19:47:30.4151769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/voz/partials' 2025-03-04T19:47:30.4152103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/voz/puffery' 2025-03-04T19:47:30.4152570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/voz/serde2' 2025-03-04T19:47:30.4153280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/voz/soft_fork_autograd_fsdp' 2025-03-04T19:47:30.4153624Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/voz' 2025-03-04T19:47:30.4153995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/atalman-patch-7' 2025-03-04T19:47:30.4154342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/viable/strict' 2025-03-04T19:47:30.4154704Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/viable' 2025-03-04T19:47:30.4155060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/atalman-patch-8' 2025-03-04T19:47:30.4155419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/wdvr/add_boto3' 2025-03-04T19:47:30.4155776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/wdvr/iss145259_alt' 2025-03-04T19:47:30.4156120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/wdvr/iss_145259' 2025-03-04T19:47:30.4156477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/wdvr/iss_145801' 2025-03-04T19:47:30.4156835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/wdvr/sccache_nvcc' 2025-03-04T19:47:30.4157289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/wdvr/sccache_simplified' 2025-03-04T19:47:30.4157661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/wdvr/xpu_sccache_fix' 2025-03-04T19:47:30.4158014Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/wdvr' 2025-03-04T19:47:30.4158366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/atalman-patch-9' 2025-03-04T19:47:30.4158714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/1.10' 2025-03-04T19:47:30.4159073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/1.11' 2025-03-04T19:47:30.4159655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/1.12' 2025-03-04T19:47:30.4160220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/1.13' 2025-03-04T19:47:30.4160555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/1.4' 2025-03-04T19:47:30.4160903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/1.4.1' 2025-03-04T19:47:30.4161233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/1.5' 2025-03-04T19:47:30.4161574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/1.6' 2025-03-04T19:47:30.4161902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/1.7' 2025-03-04T19:47:30.4162244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/1.8' 2025-03-04T19:47:30.4162574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/1.9' 2025-03-04T19:47:30.4162911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/2.0' 2025-03-04T19:47:30.4163253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/2.1' 2025-03-04T19:47:30.4163584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/2.2' 2025-03-04T19:47:30.4163925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/2.3' 2025-03-04T19:47:30.4164254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/2.4' 2025-03-04T19:47:30.4164593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/2.5' 2025-03-04T19:47:30.4164920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/2.6' 2025-03-04T19:47:30.4165355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release/3.2.x' 2025-03-04T19:47:30.4166053Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release' 2025-03-04T19:47:30.4166437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/atalman_inductor_2.3.0' 2025-03-04T19:47:30.4166786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/release_notes' 2025-03-04T19:47:30.4167164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/atalman_inductor_2.3.1' 2025-03-04T19:47:30.4167538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/remove-link-survey' 2025-03-04T19:47:30.4167912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/atalman_inductor_2.4.0' 2025-03-04T19:47:30.4168278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/remove_global_ns' 2025-03-04T19:47:30.4168656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/atalman_inductor_2.4.x' 2025-03-04T19:47:30.4169080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/requires_grad_fix' 2025-03-04T19:47:30.4169439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/avoid_record_ag_rs' 2025-03-04T19:47:30.4169821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bahuang/make_fallback' 2025-03-04T19:47:30.4170175Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bahuang' 2025-03-04T19:47:30.4170491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/base/1.5' 2025-03-04T19:47:30.4170841Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/base' 2025-03-04T19:47:30.4171280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/revert-131469-gh/andrewor14/51/head' 2025-03-04T19:47:30.4172028Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/revert-131469-gh/andrewor14/51' 2025-03-04T19:47:30.4172677Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/revert-131469-gh/andrewor14' 2025-03-04T19:47:30.4173105Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/revert-131469-gh' 2025-03-04T19:47:30.4173482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/base_inductor_opt_flag' 2025-03-04T19:47:30.4173892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet/add-benchmark-func' 2025-03-04T19:47:30.4174288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet/delete-find-openmp' 2025-03-04T19:47:30.4174703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet/mps-add-bilineard2d-aa' 2025-03-04T19:47:30.4175106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet/mps-fix-rand-5d' 2025-03-04T19:47:30.4175653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet/mps-implement-col2im' 2025-03-04T19:47:30.4176302Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet' 2025-03-04T19:47:30.4176629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/whc/flight' 2025-03-04T19:47:30.4176969Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/whc/flight4' 2025-03-04T19:47:30.4177301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/whc/flight51' 2025-03-04T19:47:30.4177645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/whc/flight53' 2025-03-04T19:47:30.4177992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/whc/flight_full' 2025-03-04T19:47:30.4178341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/whc/flightbase' 2025-03-04T19:47:30.4178720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/whc/p2phang' 2025-03-04T19:47:30.4179043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/whc/stage2' 2025-03-04T19:47:30.4179393Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/whc' 2025-03-04T19:47:30.4179820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/batching_sdpa_efficient_attention' 2025-03-04T19:47:30.4180351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/revert-111036-skylion007/backport-2-1-1-2023-10-11-0' 2025-03-04T19:47:30.4180775Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/revert-111036-skylion007' 2025-03-04T19:47:30.4181252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/benchmark-updates' 2025-03-04T19:47:30.4181701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bertmaher/pinbump26' 2025-03-04T19:47:30.4182077Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bertmaher' 2025-03-04T19:47:30.4182427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bertrand/cutlass' 2025-03-04T19:47:30.4182810Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bertrand' 2025-03-04T19:47:30.4183213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bf/cg-disable-tts-angular' 2025-03-04T19:47:30.4183585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bf/cg-multithreading' 2025-03-04T19:47:30.4184003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bf/cg-partition' 2025-03-04T19:47:30.4184358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bf/cg-prototype' 2025-03-04T19:47:30.4184854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bf/cg-remove-check' 2025-03-04T19:47:30.4185641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bf/cg-skip-unbacked-symint-msg' 2025-03-04T19:47:30.4185992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bf/cudagraph' 2025-03-04T19:47:30.4186448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bf/cudagraph-disable-input-mutation' 2025-03-04T19:47:30.4187015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bf/cudagraph-enable-input-mutation-support-benchmark' 2025-03-04T19:47:30.4187401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bf/cudagraph-partition' 2025-03-04T19:47:30.4187803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bf/donated-buffer-bench' 2025-03-04T19:47:30.4188182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bf/fa-embedding-16' 2025-03-04T19:47:30.4188580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bf/reduce-scatter-copy-in' 2025-03-04T19:47:30.4188988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bf/remove-check-55b0c39d' 2025-03-04T19:47:30.4189327Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bf' 2025-03-04T19:47:30.4189702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/msaroufim-patch-12' 2025-03-04T19:47:30.4190115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bisect_perf_hf_T5_3acc6eac492' 2025-03-04T19:47:30.4190500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/msaroufim-patch-13' 2025-03-04T19:47:30.4191046Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bisect_perf_hf_T5_3fcf66f61fb' 2025-03-04T19:47:30.4191648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/msaroufim-patch-14' 2025-03-04T19:47:30.4192061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bisect_perf_hf_T5_4009d154129' 2025-03-04T19:47:30.4192401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/myst_nb_trial' 2025-03-04T19:47:30.4192816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bisect_perf_hf_T5_40d0740e73d' 2025-03-04T19:47:30.4193165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/msaroufim/cache' 2025-03-04T19:47:30.4193578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/msaroufim/dtensorfusedadam' 2025-03-04T19:47:30.4194017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/msaroufim/warn_once' 2025-03-04T19:47:30.4194390Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/msaroufim' 2025-03-04T19:47:30.4194782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bisect_perf_hf_T5_5268754e' 2025-03-04T19:47:30.4195114Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/mypy_fix' 2025-03-04T19:47:30.4195523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bisect_perf_hf_T5_7d89a8d385c' 2025-03-04T19:47:30.4195891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/nestedfairseq2ops1' 2025-03-04T19:47:30.4196314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bisect_perf_hf_T5_b7a25c1ee7c' 2025-03-04T19:47:30.4196713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/new-batch-norm' 2025-03-04T19:47:30.4197188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bisect_perf_hf_T5_c25b201583f' 2025-03-04T19:47:30.4197519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/new_branch' 2025-03-04T19:47:30.4197940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bisect_perf_hf_T5_c93e57efac0' 2025-03-04T19:47:30.4198291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/new_guard_system' 2025-03-04T19:47:30.4198711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bisect_perf_hf_T5_ca9813ea149' 2025-03-04T19:47:30.4199052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/openblas_gemv' 2025-03-04T19:47:30.4199448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bisect_perf_hf_T5_d65f194a' 2025-03-04T19:47:30.4199798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ngimel/bits' 2025-03-04T19:47:30.4200138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ngimel/copy2d' 2025-03-04T19:47:30.4200473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ngimel/gg' 2025-03-04T19:47:30.4200822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ngimel/min_docs' 2025-03-04T19:47:30.4201188Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ngimel' 2025-03-04T19:47:30.4201584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bisect_perf_hf_T5_da94ab0b' 2025-03-04T19:47:30.4201914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/nightly' 2025-03-04T19:47:30.4202336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bisect_perf_hf_T5_da94ab0b_new' 2025-03-04T19:47:30.4202743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/nikitaved/linalg_codeowners' 2025-03-04T19:47:30.4203339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/nikitaved/solve_doc_update' 2025-03-04T19:47:30.4203905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/nikitaved/tensordot' 2025-03-04T19:47:30.4204282Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/nikitaved' 2025-03-04T19:47:30.4204690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bisect_perf_hf_T5_db4e8a1d8a8' 2025-03-04T19:47:30.4205022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/offline' 2025-03-04T19:47:30.4205434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bisect_perf_hf_T5_e0d97e936a2' 2025-03-04T19:47:30.4205897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/origin/gh/stroxler/1/head' 2025-03-04T19:47:30.4206308Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/origin/gh/stroxler/1' 2025-03-04T19:47:30.4206718Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/origin/gh/stroxler' 2025-03-04T19:47:30.4207083Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/origin/gh' 2025-03-04T19:47:30.4207436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/origin/voz/serde' 2025-03-04T19:47:30.4207817Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/origin/voz' 2025-03-04T19:47:30.4208168Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/origin' 2025-03-04T19:47:30.4208641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bisect_perf_hf_T5_f23621ec563' 2025-03-04T19:47:30.4209086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bowbao/beartype_fix_2.1.1' 2025-03-04T19:47:30.4209787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bowbao/bench_updates' 2025-03-04T19:47:30.4210184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bowbao/bench_updates_stage' 2025-03-04T19:47:30.4210593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bowbao/benchmark_test_data' 2025-03-04T19:47:30.4210963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bowbao/dort_rewriter' 2025-03-04T19:47:30.4211339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bowbao/skip_decomp' 2025-03-04T19:47:30.4211690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bowbao/wip_prs' 2025-03-04T19:47:30.4212041Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/bowbao' 2025-03-04T19:47:30.4212444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/brenocfg/fix-meta-opinfo' 2025-03-04T19:47:30.4212853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/brenocfg/special_airy_ai_ref' 2025-03-04T19:47:30.4213223Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/brenocfg' 2025-03-04T19:47:30.4213630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/brister/3d_permute_block_ptr' 2025-03-04T19:47:30.4214059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/brister/always_tiled_reduction' 2025-03-04T19:47:30.4214436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/brister/doc_bucketize' 2025-03-04T19:47:30.4214826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/brister/simplify_id' 2025-03-04T19:47:30.4215316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/brister/tiled_reduction_no_numel_check' 2025-03-04T19:47:30.4215678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/brister/wrapper_ir' 2025-03-04T19:47:30.4216045Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/brister' 2025-03-04T19:47:30.4216410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/ca_5a2be192d1' 2025-03-04T19:47:30.4216758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/ca_api' 2025-03-04T19:47:30.4217120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/ca_cudagraphs' 2025-03-04T19:47:30.4217529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/ca_jan3' 2025-03-04T19:47:30.4217877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/ca_jun18' 2025-03-04T19:47:30.4218234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/ca_jun24' 2025-03-04T19:47:30.4218592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/ca_mem_base' 2025-03-04T19:47:30.4218943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/ca_mem_fix' 2025-03-04T19:47:30.4219316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/ca_memory_fix' 2025-03-04T19:47:30.4219716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/ca_memory_fix_rebased' 2025-03-04T19:47:30.4220184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/ca_memory_fix_rebased2' 2025-03-04T19:47:30.4220562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/ca_move_to_cuda' 2025-03-04T19:47:30.4220929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/ca_overhead' 2025-03-04T19:47:30.4221560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/ca_overhead_0eba7e5451' 2025-03-04T19:47:30.4222167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/ca_scalar' 2025-03-04T19:47:30.4222560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/ca_subclass_mem_fix' 2025-03-04T19:47:30.4222922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/ca_warm_mem' 2025-03-04T19:47:30.4223297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/ca_warm_mem_base' 2025-03-04T19:47:30.4223654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/cacu_jun18' 2025-03-04T19:47:30.4224015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/cacu_jun19' 2025-03-04T19:47:30.4224365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/cacu_jun4' 2025-03-04T19:47:30.4224726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/cacu_may27' 2025-03-04T19:47:30.4225086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/circular_dep' 2025-03-04T19:47:30.4225509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/compiled_autograd_bench' 2025-03-04T19:47:30.4225943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/compiled_autograd_bench_base' 2025-03-04T19:47:30.4226388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/compiled_autograd_benchmark' 2025-03-04T19:47:30.4226794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/compiled_autograd_ddp' 2025-03-04T19:47:30.4227280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/compiled_autograd_feb_29' 2025-03-04T19:47:30.4228053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/compiled_autograd_graph_breaks' 2025-03-04T19:47:30.4228455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/compiled_autograd_hud' 2025-03-04T19:47:30.4228939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/compiled_autograd_hypothetical_perf' 2025-03-04T19:47:30.4229394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/compiled_autograd_perf_no_reuse' 2025-03-04T19:47:30.4229866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/disable_duck_shape' 2025-03-04T19:47:30.4230277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/distributed_torchbench' 2025-03-04T19:47:30.4230709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/fca_cpp_node_passthrough' 2025-03-04T19:47:30.4231122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/feb_10_compiled_autograd' 2025-03-04T19:47:30.4231595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/feb_10_compiled_autograd_cudagraph' 2025-03-04T19:47:30.4231949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/fsdp_wraps' 2025-03-04T19:47:30.4232308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/issue_123374' 2025-03-04T19:47:30.4232767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/oss_benchmark_script' 2025-03-04T19:47:30.4233142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/rename_nanogpt' 2025-03-04T19:47:30.4233541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/retains_grad_hooks' 2025-03-04T19:47:30.4233907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/segfault_test' 2025-03-04T19:47:30.4234275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/single_step' 2025-03-04T19:47:30.4234618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/sth_0829' 2025-03-04T19:47:30.4234957Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/test' 2025-03-04T19:47:30.4235311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan/yolov3_oom' 2025-03-04T19:47:30.4235988Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/xmfan' 2025-03-04T19:47:30.4236391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/build_aoti_o1' 2025-03-04T19:47:30.4236783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/yguo/debug-0226-constexpr' 2025-03-04T19:47:30.4237216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/yguo/fix-remaining-cpp-wrapper' 2025-03-04T19:47:30.4237597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/yguo/new_latest_changes' 2025-03-04T19:47:30.4238019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/yguo/patch_constexpr_changes' 2025-03-04T19:47:30.4238515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/yguo/repro-segfault-triton-aoti-cpp-wrapper' 2025-03-04T19:47:30.4238876Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/yguo' 2025-03-04T19:47:30.4239211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ca_0431d47eaa' 2025-03-04T19:47:30.4239561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/revert-112125' 2025-03-04T19:47:30.4239916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ca_fix_0431d47eaa' 2025-03-04T19:47:30.4240371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/revert-131069-gh/krzysztofjordan/1/head' 2025-03-04T19:47:30.4240861Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/revert-131069-gh/krzysztofjordan/1' 2025-03-04T19:47:30.4241330Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/revert-131069-gh/krzysztofjordan' 2025-03-04T19:47:30.4242102Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/revert-131069-gh' 2025-03-04T19:47:30.4242562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/cache_size_internal' 2025-03-04T19:47:30.4242952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/rohan-varma-patch-13' 2025-03-04T19:47:30.4243324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/cache_size_internal_1' 2025-03-04T19:47:30.4243743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/chenyang78/dyn-shape-ci-tmp' 2025-03-04T19:47:30.4244112Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/chenyang78' 2025-03-04T19:47:30.4244500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/revert_commit_b57b38b' 2025-03-04T19:47:30.4244916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/cherry-pick-111576' 2025-03-04T19:47:30.4245274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/orig/release/1.10' 2025-03-04T19:47:30.4245640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/orig/release/1.11' 2025-03-04T19:47:30.4245990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/orig/release/1.12' 2025-03-04T19:47:30.4246351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/orig/release/1.13' 2025-03-04T19:47:30.4246705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/orig/release/1.6' 2025-03-04T19:47:30.4247068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/orig/release/1.7' 2025-03-04T19:47:30.4247572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/orig/release/1.8' 2025-03-04T19:47:30.4248163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/orig/release/1.9' 2025-03-04T19:47:30.4248518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/orig/release/2.0' 2025-03-04T19:47:30.4248865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/orig/release/2.1' 2025-03-04T19:47:30.4249224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/orig/release/2.2' 2025-03-04T19:47:30.4249573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/orig/release/2.3' 2025-03-04T19:47:30.4249931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/orig/release/2.4' 2025-03-04T19:47:30.4250280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/orig/release/2.5' 2025-03-04T19:47:30.4250638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/orig/release/2.6' 2025-03-04T19:47:30.4251021Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/orig/release' 2025-03-04T19:47:30.4251377Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/orig' 2025-03-04T19:47:30.4251741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/yihan_quantization' 2025-03-04T19:47:30.4252184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/cherry-pick-post-acc-grad-docs' 2025-03-04T19:47:30.4252496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ci_pin' 2025-03-04T19:47:30.4252877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/rohan-varma-patch-14' 2025-03-04T19:47:30.4253354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ckluk2-compileThread-1' 2025-03-04T19:47:30.4254033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/rohan-varma-patch-15' 2025-03-04T19:47:30.4254497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ckluk2-compileThread-2' 2025-03-04T19:47:30.4254874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/rohan-varma-patch-16' 2025-03-04T19:47:30.4255282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ckluk2-compileThread-64' 2025-03-04T19:47:30.4255634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/yiming/bootcamp' 2025-03-04T19:47:30.4256001Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/yiming' 2025-03-04T19:47:30.4256343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ckluk2-test-1' 2025-03-04T19:47:30.4256699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/canary-test' 2025-03-04T19:47:30.4257205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/historical-correlation-fix' 2025-03-04T19:47:30.4257553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/lint-fix' 2025-03-04T19:47:30.4257940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/metrics-job-id' 2025-03-04T19:47:30.4258295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/metrics-pr' 2025-03-04T19:47:30.4258683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/mypy-break-test' 2025-03-04T19:47:30.4259064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/mypy-break-test2' 2025-03-04T19:47:30.4280822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/mypy-break-test3' 2025-03-04T19:47:30.4281413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/mypy-update' 2025-03-04T19:47:30.4282136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/pull-migration-c' 2025-03-04T19:47:30.4282653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/sha-checking' 2025-03-04T19:47:30.4283052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/td-baseline-stats' 2025-03-04T19:47:30.4283397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/td-class' 2025-03-04T19:47:30.4283775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/td-class-metrics' 2025-03-04T19:47:30.4284146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/td-downgrade' 2025-03-04T19:47:30.4284522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/td-file-pass' 2025-03-04T19:47:30.4285152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/td-metrics-v2' 2025-03-04T19:47:30.4285693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/td-pass-class-times' 2025-03-04T19:47:30.4286071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/td-shard-info' 2025-03-04T19:47:30.4286414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/td-trial' 2025-03-04T19:47:30.4286775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr/unstable' 2025-03-04T19:47:30.4287122Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainr' 2025-03-04T19:47:30.4287473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/cleanup_vs_2019' 2025-03-04T19:47:30.4287800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/issue#58739' 2025-03-04T19:47:30.4288283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainrizvi/testing1' 2025-03-04T19:47:30.4288657Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zainrizvi' 2025-03-04T19:47:30.4289112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/compile_fsdp2_disable_stream_and_event' 2025-03-04T19:47:30.4289550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ivanov/cherry-pick-ckpt-fixes' 2025-03-04T19:47:30.4289902Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ivanov' 2025-03-04T19:47:30.4290275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zasdfgbnm-patch-3' 2025-03-04T19:47:30.4290717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/condition-branch-in-debug-handler' 2025-03-04T19:47:30.4291160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/rprop-playground' 2025-03-04T19:47:30.4291531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/consolidate-is-qat' 2025-03-04T19:47:30.4291850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zbv_algo' 2025-03-04T19:47:30.4292191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/copy_graph' 2025-03-04T19:47:30.4292565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/cpio/fix_new_ami_tests' 2025-03-04T19:47:30.4292936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/cpio/fix_unit_test' 2025-03-04T19:47:30.4293278Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/cpio' 2025-03-04T19:47:30.4293980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ryanguo99/cleanup-dynamo-expected-failures' 2025-03-04T19:47:30.4294593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ryanguo99/fix-closure-var' 2025-03-04T19:47:30.4294968Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ryanguo99' 2025-03-04T19:47:30.4295324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/create_chunk_list' 2025-03-04T19:47:30.4295642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zb2p' 2025-03-04T19:47:30.4295972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/cse-source' 2025-03-04T19:47:30.4296293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/3proc' 2025-03-04T19:47:30.4296681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/always_produce_xml' 2025-03-04T19:47:30.4297101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/build_experiment_max_jobs' 2025-03-04T19:47:30.4297508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/build_test_more_procs' 2025-03-04T19:47:30.4297901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/build_test_more_procs2' 2025-03-04T19:47:30.4298299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/checkout_more_procs' 2025-03-04T19:47:30.4298654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/cutlass_bazel' 2025-03-04T19:47:30.4299028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/disableautotune' 2025-03-04T19:47:30.4299398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/dynamicshapesdup' 2025-03-04T19:47:30.4299723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/fflint' 2025-03-04T19:47:30.4300206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/fix_close_nonexistent' 2025-03-04T19:47:30.4300655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/fix_rerun_disabled_tests_upload' 2025-03-04T19:47:30.4301085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/inductortest_max_autotune' 2025-03-04T19:47:30.4301444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/lint_dockerimg' 2025-03-04T19:47:30.4301890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/logchanges' 2025-03-04T19:47:30.4302223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/logtest' 2025-03-04T19:47:30.4302591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/mps_sharding' 2025-03-04T19:47:30.4303019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/multigpufix' 2025-03-04T19:47:30.4303409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/no_clean_workspace' 2025-03-04T19:47:30.4303769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/pytest_timeout' 2025-03-04T19:47:30.4304200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/rerun_disabled_tests_print_log' 2025-03-04T19:47:30.4304543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/revert' 2025-03-04T19:47:30.4304899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/runtesttypes' 2025-03-04T19:47:30.4305284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/sharding_build_env' 2025-03-04T19:47:30.4305656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/slowtesttimeout' 2025-03-04T19:47:30.4306044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/some_super_setup' 2025-03-04T19:47:30.4306408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/stdmakeunique' 2025-03-04T19:47:30.4306831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/tensoboardpip' 2025-03-04T19:47:30.4307265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/trymerge_initial_comment_stack' 2025-03-04T19:47:30.4307691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/update_gh_runners_ubuntu2004' 2025-03-04T19:47:30.4308052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl/windowsbat' 2025-03-04T19:47:30.4308392Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/csl' 2025-03-04T19:47:30.4308771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zdevito-patch-1' 2025-03-04T19:47:30.4309123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/cublasfp16accum' 2025-03-04T19:47:30.4309484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/oulgen/fx_graph' 2025-03-04T19:47:30.4309834Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/oulgen' 2025-03-04T19:47:30.4310245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/cutlass-template-fix-rocm' 2025-03-04T19:47:30.4310634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/run-ios-test-device-farm' 2025-03-04T19:47:30.4310990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/danthe3rd-patch-1' 2025-03-04T19:47:30.4311361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zdevito-patch-2' 2025-03-04T19:47:30.4311738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/dataclass' 2025-03-04T19:47:30.4312173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/daxia6/fix/doc_string' 2025-03-04T19:47:30.4312545Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/daxia6/fix' 2025-03-04T19:47:30.4312912Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/daxia6' 2025-03-04T19:47:30.4313319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/desertfire/test_cpp_wrapper' 2025-03-04T19:47:30.4313797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/desertfire/torchgen_support_default_arg' 2025-03-04T19:47:30.4314237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/desertfire/triton-cpu-for-aarch64' 2025-03-04T19:47:30.4314705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/desertfire/update_hf_pin' 2025-03-04T19:47:30.4315080Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/desertfire' 2025-03-04T19:47:30.4315467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/dev/joona/MPSNDArrayAdd' 2025-03-04T19:47:30.4315828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/dev/joona/Unranked' 2025-03-04T19:47:30.4316213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/dev/joona/embeddingbag' 2025-03-04T19:47:30.4316571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/dev/joona/sdpa' 2025-03-04T19:47:30.4316941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/dev/joona/unique_leak' 2025-03-04T19:47:30.4317309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/dev/joona/upsize3d' 2025-03-04T19:47:30.4317722Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/dev/joona' 2025-03-04T19:47:30.4318075Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/dev' 2025-03-04T19:47:30.4318387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/disable' 2025-03-04T19:47:30.4318736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/parallel_cat' 2025-03-04T19:47:30.4319146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/disable_fp_contract_baseline' 2025-03-04T19:47:30.4319539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jataylo-nvfuser_blocklist' 2025-03-04T19:47:30.4319991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/distributed_checkpointing_e2e_tests' 2025-03-04T19:47:30.4320371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zxiiro/docs-build.sh' 2025-03-04T19:47:30.4320732Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zxiiro' 2025-03-04T19:47:30.4321056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/doc_change' 2025-03-04T19:47:30.4321416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zhxchen17/aoti/0' 2025-03-04T19:47:30.4321799Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zhxchen17/aoti' 2025-03-04T19:47:30.4322163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zhxchen17/export/1' 2025-03-04T19:47:30.4322526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zhxchen17/export/12' 2025-03-04T19:47:30.4322889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zhxchen17/export/13' 2025-03-04T19:47:30.4323318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zhxchen17/export/14' 2025-03-04T19:47:30.4323674Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zhxchen17/export/3' 2025-03-04T19:47:30.4324040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zhxchen17/export/6' 2025-03-04T19:47:30.4324395Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zhxchen17/export/7' 2025-03-04T19:47:30.4324760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zhxchen17/export/8' 2025-03-04T19:47:30.4325152Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zhxchen17/export' 2025-03-04T19:47:30.4325551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zhxchen17/sticky_cache/0' 2025-03-04T19:47:30.4326020Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zhxchen17/sticky_cache' 2025-03-04T19:47:30.4326385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zhxchen17/tmp/0' 2025-03-04T19:47:30.4326733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zhxchen17/tmp/2' 2025-03-04T19:47:30.4327112Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zhxchen17/tmp' 2025-03-04T19:47:30.4327484Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zhxchen17' 2025-03-04T19:47:30.4327814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/docs_numpy' 2025-03-04T19:47:30.4328162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/dropout-eval' 2025-03-04T19:47:30.4328514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/rzou/cache_name' 2025-03-04T19:47:30.4328903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/rzou/faketensor_bench' 2025-03-04T19:47:30.4329222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/rzou/fix' 2025-03-04T19:47:30.4329552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/rzou/fix2' 2025-03-04T19:47:30.4329861Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/rzou/njt' 2025-03-04T19:47:30.4330201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/rzou/operator' 2025-03-04T19:47:30.4330530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/rzou/pca' 2025-03-04T19:47:30.4330879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/rzou/pipe_split' 2025-03-04T19:47:30.4331233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/rzou/realprop' 2025-03-04T19:47:30.4331594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/rzou/setup_context' 2025-03-04T19:47:30.4331949Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/rzou' 2025-03-04T19:47:30.4332303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/dtensor_fixes_2.1' 2025-03-04T19:47:30.4332665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/dynamorunner_mp' 2025-03-04T19:47:30.4333002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/e2e-baseline' 2025-03-04T19:47:30.4333413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/eikanwang/eager_torch_compile' 2025-03-04T19:47:30.4333785Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/eikanwang' 2025-03-04T19:47:30.4334232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/embg/test_inductor_ci_128B' 2025-03-04T19:47:30.4334637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/embg/test_inductor_ci_base' 2025-03-04T19:47:30.4335039Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/embg/test_inductor_ci_control' 2025-03-04T19:47:30.4335459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/embg/triton_l2_prefetch_128B' 2025-03-04T19:47:30.4335866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/embg/triton_l2_prefetch_256B' 2025-03-04T19:47:30.4336220Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/embg' 2025-03-04T19:47:30.4336559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/palic_hotfix' 2025-03-04T19:47:30.4337026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/enable_mi300_workflows_on_PRs' 2025-03-04T19:47:30.4337368Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/eqy-patch-1' 2025-03-04T19:47:30.4337706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/eqy-patch-20' 2025-03-04T19:47:30.4338056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/eqy-patch-21' 2025-03-04T19:47:30.4338392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/eqy-patch-26' 2025-03-04T19:47:30.4338735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/eqy-patch-27' 2025-03-04T19:47:30.4339069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/eqy-patch-3' 2025-03-04T19:47:30.4339407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/eqy-patch-4' 2025-03-04T19:47:30.4339759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet-patch-6' 2025-03-04T19:47:30.4340212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/error-when-setattr-over-cls-attr' 2025-03-04T19:47:30.4340544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/et_pin_bump' 2025-03-04T19:47:30.4340972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/aot-inductor-debug' 2025-03-04T19:47:30.4341422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/aten-convolution-out' 2025-03-04T19:47:30.4341947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/combo-kernels-perf-run' 2025-03-04T19:47:30.4342384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/cpp-wrapper-debug' 2025-03-04T19:47:30.4342748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/delta' 2025-03-04T19:47:30.4343203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/disable-dynamo-config' 2025-03-04T19:47:30.4343594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/dynamo-types' 2025-03-04T19:47:30.4344047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/enable-mem-dep-fusion' 2025-03-04T19:47:30.4344442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/fix-orig-svg' 2025-03-04T19:47:30.4344917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/fix-trace-parsing-fx-svg' 2025-03-04T19:47:30.4345398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/force-pointwise-cat-perf-run' 2025-03-04T19:47:30.4345794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/fusion-data' 2025-03-04T19:47:30.4346285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/heuristic-choices' 2025-03-04T19:47:30.4346716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/heuristic-choices-2' 2025-03-04T19:47:30.4347182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/max-autotune-dtype-test' 2025-03-04T19:47:30.4347604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/remove-desc-names' 2025-03-04T19:47:30.4348044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/scheduler-refactor' 2025-03-04T19:47:30.4348479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/test_cpp_wrapper_mode' 2025-03-04T19:47:30.4348951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte/testing_only' 2025-03-04T19:47:30.4349333Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exclamaforte' 2025-03-04T19:47:30.4349647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exec' 2025-03-04T19:47:30.4350146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sanchitj/remove_duplicate_line_from_freezing.py' 2025-03-04T19:47:30.4350500Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sanchitj' 2025-03-04T19:47:30.4350881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/experimental-mosaic' 2025-03-04T19:47:30.4351221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/safe-rollout' 2025-03-04T19:47:30.4351587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D50544876' 2025-03-04T19:47:30.4352052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sanchitintel/fix_llama_da8w8_corner_case' 2025-03-04T19:47:30.4352603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sanchitintel/gemm_template_avoid_malloc_lock_contention' 2025-03-04T19:47:30.4353045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sanchitintel/modify_fp32_micro_gemm' 2025-03-04T19:47:30.4353520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sanchitintel/refactor_aten_int8_woq_gemm' 2025-03-04T19:47:30.4354053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm' 2025-03-04T19:47:30.4354505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sanchitintel/woq_gemm_buf_size_patch' 2025-03-04T19:47:30.4354891Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sanchitintel' 2025-03-04T19:47:30.4355246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D51032385' 2025-03-04T19:47:30.4355579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sdpa_base' 2025-03-04T19:47:30.4355931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D52434604' 2025-03-04T19:47:30.4356291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sdpa_autocast_cpu' 2025-03-04T19:47:30.4356640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D58091437' 2025-03-04T19:47:30.4357125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/seemethere/add_h100_nightly_perf_benchmarks' 2025-03-04T19:47:30.4357497Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/seemethere' 2025-03-04T19:47:30.4357951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D61047529' 2025-03-04T19:47:30.4358275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sdym/2.5.1' 2025-03-04T19:47:30.4358652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sdym/docker-python-3.8' 2025-03-04T19:47:30.4359020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sdym/revert-107846' 2025-03-04T19:47:30.4359379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sdym/revert-109859' 2025-03-04T19:47:30.4359740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sdym/skip-asan' 2025-03-04T19:47:30.4360101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sdym/todo-docstring' 2025-03-04T19:47:30.4360504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sdym/torchfix' 2025-03-04T19:47:30.4360920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sdym/torchvision-pretrained' 2025-03-04T19:47:30.4361292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sdym/typed-storage' 2025-03-04T19:47:30.4361611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sdym/wno' 2025-03-04T19:47:30.4361956Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sdym' 2025-03-04T19:47:30.4362320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D61557220' 2025-03-04T19:47:30.4362682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/shunting-loaf-bm-3' 2025-03-04T19:47:30.4363047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D63493615' 2025-03-04T19:47:30.4363412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/share_and_pin_fork' 2025-03-04T19:47:30.4363769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D65456781' 2025-03-04T19:47:30.4364138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/shengf/fx-xform-perf' 2025-03-04T19:47:30.4364499Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/shengf' 2025-03-04T19:47:30.4364850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D65560950' 2025-03-04T19:47:30.4365240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/shikaili_fp8_allgather' 2025-03-04T19:47:30.4365593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D65638757' 2025-03-04T19:47:30.4365961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/shunting-loaf-bm-4' 2025-03-04T19:47:30.4366325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D66529288' 2025-03-04T19:47:30.4366685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/shunting-loaf-bm-5' 2025-03-04T19:47:30.4367048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D66690419' 2025-03-04T19:47:30.4367410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/shunting-loaf-bm-6' 2025-03-04T19:47:30.4367773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D66717302' 2025-03-04T19:47:30.4368162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/shunting-multi-kernel-2' 2025-03-04T19:47:30.4368522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D66908884' 2025-03-04T19:47:30.4368966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/shunting-multi-kernel-3' 2025-03-04T19:47:30.4369318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D68245292' 2025-03-04T19:47:30.4369737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/shunting-tigher-upperbound' 2025-03-04T19:47:30.4370082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D68459341' 2025-03-04T19:47:30.4370496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/shunting-scale-down-rblock' 2025-03-04T19:47:30.4370848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D68909278' 2025-03-04T19:47:30.4371278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/shunting-triton-pin-update-5' 2025-03-04T19:47:30.4371694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D69034578' 2025-03-04T19:47:30.4372262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/source_fn_stack' 2025-03-04T19:47:30.4372619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D69070616' 2025-03-04T19:47:30.4373010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/simplify-fq-per-channel' 2025-03-04T19:47:30.4373377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D69132186' 2025-03-04T19:47:30.4373767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/speedup-mps-string-key' 2025-03-04T19:47:30.4374136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D69355332' 2025-03-04T19:47:30.4374538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sraikund/record_funct_test' 2025-03-04T19:47:30.4374920Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sraikund' 2025-03-04T19:47:30.4375272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D69361235' 2025-03-04T19:47:30.4375632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sqzhang/flight4' 2025-03-04T19:47:30.4375995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sqzhang/flight4plus' 2025-03-04T19:47:30.4376355Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sqzhang' 2025-03-04T19:47:30.4376710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D69592025' 2025-03-04T19:47:30.4377063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sraikund16/test' 2025-03-04T19:47:30.4377440Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sraikund16' 2025-03-04T19:47:30.4377799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D69595327' 2025-03-04T19:47:30.4378162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/svekars-patch-7' 2025-03-04T19:47:30.4378515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D69994481' 2025-03-04T19:47:30.4378831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/super' 2025-03-04T19:47:30.4379182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D70132269' 2025-03-04T19:47:30.4379514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/switch-bn' 2025-03-04T19:47:30.4379864Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D70141808' 2025-03-04T19:47:30.4380257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/sympy-bottleneck-repro' 2025-03-04T19:47:30.4380716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D70193972' 2025-03-04T19:47:30.4381095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/tensordict_integration' 2025-03-04T19:47:30.4381519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/export-D70454149' 2025-03-04T19:47:30.4381872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/parallel_reduce' 2025-03-04T19:47:30.4382319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/exported-model-train-idempotent' 2025-03-04T19:47:30.4382657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fa_u8_brgemm' 2025-03-04T19:47:30.4382984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/teja/dcp_poc' 2025-03-04T19:47:30.4383403Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/teja' 2025-03-04T19:47:30.4383755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fastmath_baseline' 2025-03-04T19:47:30.4384086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fbcode/warm' 2025-03-04T19:47:30.4384433Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fbcode' 2025-03-04T19:47:30.4384726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fca' 2025-03-04T19:47:30.4385027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fca2' 2025-03-04T19:47:30.4385357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fca2_ca5984c' 2025-03-04T19:47:30.4385657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fca3' 2025-03-04T19:47:30.4385953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fca5' 2025-03-04T19:47:30.4386345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fengyuan/external-proj' 2025-03-04T19:47:30.4386823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fengyuan/out-of-tree-xpu-ops-improve-test' 2025-03-04T19:47:30.4387305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fengyuan/out-of-tree-xpu-ops-remove-dtype' 2025-03-04T19:47:30.4387661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fengyuan/test-xpu' 2025-03-04T19:47:30.4388023Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fengyuan' 2025-03-04T19:47:30.4388353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/tensor_life' 2025-03-04T19:47:30.4388720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ffast_math_baseline' 2025-03-04T19:47:30.4389111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/test-move-conda-builds' 2025-03-04T19:47:30.4389462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/ffast_math_target' 2025-03-04T19:47:30.4389824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/findhao/base_commit' 2025-03-04T19:47:30.4390188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/findhao/base_commit1' 2025-03-04T19:47:30.4390599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/findhao/fix-indirect-access' 2025-03-04T19:47:30.4390962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/findhao/multistream2' 2025-03-04T19:47:30.4391339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/findhao/multistream5' 2025-03-04T19:47:30.4391792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/findhao/operatorbench3' 2025-03-04T19:47:30.4392168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/findhao/operatorbench5' 2025-03-04T19:47:30.4392531Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/findhao' 2025-03-04T19:47:30.4392827Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fix' 2025-03-04T19:47:30.4393135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/pca2' 2025-03-04T19:47:30.4393530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fix-benchmark-config-h100' 2025-03-04T19:47:30.4393965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/pianpwk/backed_symint_endofbounds' 2025-03-04T19:47:30.4394427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/pianpwk/clear_pending_unbacked' 2025-03-04T19:47:30.4394841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/pianpwk/draft_strict_stack' 2025-03-04T19:47:30.4395267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/pianpwk/inductor_unbacked_symint' 2025-03-04T19:47:30.4395657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/pianpwk/meta_sdpa_for_cpu' 2025-03-04T19:47:30.4396044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/pianpwk/pre_forward_hook' 2025-03-04T19:47:30.4396463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/pianpwk/symbol_provenance_draft' 2025-03-04T19:47:30.4396882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/pianpwk/symbol_provenance_v1' 2025-03-04T19:47:30.4397308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/pianpwk/treat_sizes_as_size_like' 2025-03-04T19:47:30.4397708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/pianpwk/unbacked_bindings' 2025-03-04T19:47:30.4398092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/pianpwk/unbacked_mod_hint' 2025-03-04T19:47:30.4398447Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/pianpwk' 2025-03-04T19:47:30.4398853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fix-cat-lowering-uint8-hack' 2025-03-04T19:47:30.4399201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/test/inductor' 2025-03-04T19:47:30.4399547Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/test' 2025-03-04T19:47:30.4399899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fix-config-ignore' 2025-03-04T19:47:30.4400255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fix-dict-guard' 2025-03-04T19:47:30.4400637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/peterbell10/null-change' 2025-03-04T19:47:30.4401015Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/peterbell10' 2025-03-04T19:47:30.4401411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fix-ios-upload-credentials' 2025-03-04T19:47:30.4401750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fix-mem-leak' 2025-03-04T19:47:30.4402155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/test-torchvision-install-ci' 2025-03-04T19:47:30.4402532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fix-qat-derived-qspec' 2025-03-04T19:47:30.4402877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/polyfill-class' 2025-03-04T19:47:30.4403354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fix-test-stat-upload-failures' 2025-03-04T19:47:30.4403734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/plain-metal-mul-kernel' 2025-03-04T19:47:30.4404113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fix_allow_train_eval_msg' 2025-03-04T19:47:30.4404446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/torchgen_ns' 2025-03-04T19:47:30.4404819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fix_avoid_record_stream' 2025-03-04T19:47:30.4405196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/profiler_triton_kwargs' 2025-03-04T19:47:30.4405577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fix_e2e_fsdp_tp_pairwise' 2025-03-04T19:47:30.4405947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/test_od' 2025-03-04T19:47:30.4406302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fix_eval_train_2.1' 2025-03-04T19:47:30.4406638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fix_partial' 2025-03-04T19:47:30.4407028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/test_od_cudnn_bn_qat_fusion' 2025-03-04T19:47:30.4407395Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fix_xpu_content_store' 2025-03-04T19:47:30.4407733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fixes-triage' 2025-03-04T19:47:30.4408053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/flat_apply' 2025-03-04T19:47:30.4408381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/pr/131860' 2025-03-04T19:47:30.4408719Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/pr' 2025-03-04T19:47:30.4409129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/flex_attention_functorch_grad' 2025-03-04T19:47:30.4409585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fmassa/partitioner_knapsack_checkpoint' 2025-03-04T19:47:30.4409936Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fmassa' 2025-03-04T19:47:30.4410244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fp8_fix' 2025-03-04T19:47:30.4410611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/tidy_performance_cyy' 2025-03-04T19:47:30.4410965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fsdp2_trace_rules' 2025-03-04T19:47:30.4411287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fsdpv2_3d' 2025-03-04T19:47:30.4411629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fsdpv2_3d_m1' 2025-03-04T19:47:30.4411948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/func-attr' 2025-03-04T19:47:30.4412293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/functorch_scan' 2025-03-04T19:47:30.4412597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fx_cpp' 2025-03-04T19:47:30.4412929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fy/fix-win' 2025-03-04T19:47:30.4413258Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/fy' 2025-03-04T19:47:30.4413562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gelu-3' 2025-03-04T19:47:30.4413964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/prepare-android-artifacts' 2025-03-04T19:47:30.4414401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/get_state_dict_forward_fix' 2025-03-04T19:47:30.4414753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/AlnisM/1/base' 2025-03-04T19:47:30.4415102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/AlnisM/1/head' 2025-03-04T19:47:30.4415479Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/AlnisM/1' 2025-03-04T19:47:30.4415836Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/AlnisM' 2025-03-04T19:47:30.4416207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/BowenBao/296/base' 2025-03-04T19:47:30.4416619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/BowenBao/296/head' 2025-03-04T19:47:30.4416994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/BowenBao/296/orig' 2025-03-04T19:47:30.4417378Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/BowenBao/296' 2025-03-04T19:47:30.4417743Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/BowenBao' 2025-03-04T19:47:30.4418090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/46/base' 2025-03-04T19:47:30.4418435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/46/head' 2025-03-04T19:47:30.4418783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/46/orig' 2025-03-04T19:47:30.4419153Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/46' 2025-03-04T19:47:30.4419510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/47/base' 2025-03-04T19:47:30.4419857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/47/head' 2025-03-04T19:47:30.4420213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/47/orig' 2025-03-04T19:47:30.4420576Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/47' 2025-03-04T19:47:30.4420915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/48/base' 2025-03-04T19:47:30.4421264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/48/head' 2025-03-04T19:47:30.4421709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/48/orig' 2025-03-04T19:47:30.4422092Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/48' 2025-03-04T19:47:30.4422445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/49/base' 2025-03-04T19:47:30.4422800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/49/head' 2025-03-04T19:47:30.4423142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/49/orig' 2025-03-04T19:47:30.4423514Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/49' 2025-03-04T19:47:30.4423857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/50/base' 2025-03-04T19:47:30.4424196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/50/head' 2025-03-04T19:47:30.4424551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/50/orig' 2025-03-04T19:47:30.4424917Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/50' 2025-03-04T19:47:30.4425329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/51/base' 2025-03-04T19:47:30.4425668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/51/head' 2025-03-04T19:47:30.4426018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/51/orig' 2025-03-04T19:47:30.4426380Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE/51' 2025-03-04T19:47:30.4426731Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/CaoE' 2025-03-04T19:47:30.4427119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ColinPeppler/61/base' 2025-03-04T19:47:30.4427504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ColinPeppler/61/head' 2025-03-04T19:47:30.4427947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ColinPeppler/61/orig' 2025-03-04T19:47:30.4428356Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ColinPeppler/61' 2025-03-04T19:47:30.4428743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ColinPeppler/62/base' 2025-03-04T19:47:30.4429125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ColinPeppler/62/head' 2025-03-04T19:47:30.4429517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ColinPeppler/62/orig' 2025-03-04T19:47:30.4429913Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ColinPeppler/62' 2025-03-04T19:47:30.4430311Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ColinPeppler' 2025-03-04T19:47:30.4430684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/67/base' 2025-03-04T19:47:30.4431060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/67/head' 2025-03-04T19:47:30.4431446Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/67' 2025-03-04T19:47:30.4431812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/74/base' 2025-03-04T19:47:30.4432183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/74/head' 2025-03-04T19:47:30.4432547Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/74/orig' 2025-03-04T19:47:30.4432965Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/74' 2025-03-04T19:47:30.4433333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/75/base' 2025-03-04T19:47:30.4433740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/75/head' 2025-03-04T19:47:30.4434117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/75/orig' 2025-03-04T19:47:30.4434511Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/75' 2025-03-04T19:47:30.4434911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/76/base' 2025-03-04T19:47:30.4435274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/76/head' 2025-03-04T19:47:30.4435714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/76/orig' 2025-03-04T19:47:30.4436161Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/76' 2025-03-04T19:47:30.4436587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/77/base' 2025-03-04T19:47:30.4437056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/77/head' 2025-03-04T19:47:30.4437445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/77/orig' 2025-03-04T19:47:30.4437860Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/77' 2025-03-04T19:47:30.4438250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/78/base' 2025-03-04T19:47:30.4438709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/78/head' 2025-03-04T19:47:30.4439081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/78/orig' 2025-03-04T19:47:30.4439532Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang/78' 2025-03-04T19:47:30.4439930Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/EikanWang' 2025-03-04T19:47:30.4440298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Gasoonjia/1/base' 2025-03-04T19:47:30.4440658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Gasoonjia/1/head' 2025-03-04T19:47:30.4441046Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Gasoonjia/1' 2025-03-04T19:47:30.4441420Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Gasoonjia' 2025-03-04T19:47:30.4441794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/131/base' 2025-03-04T19:47:30.4442153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/131/head' 2025-03-04T19:47:30.4442520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/131/orig' 2025-03-04T19:47:30.4442917Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/131' 2025-03-04T19:47:30.4443277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/132/base' 2025-03-04T19:47:30.4443643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/132/head' 2025-03-04T19:47:30.4443997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/132/orig' 2025-03-04T19:47:30.4444383Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/132' 2025-03-04T19:47:30.4444742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/160/base' 2025-03-04T19:47:30.4445118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/160/head' 2025-03-04T19:47:30.4445483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/160/orig' 2025-03-04T19:47:30.4445873Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/160' 2025-03-04T19:47:30.4446234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/165/base' 2025-03-04T19:47:30.4446609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/165/head' 2025-03-04T19:47:30.4446970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/165/orig' 2025-03-04T19:47:30.4447353Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/165' 2025-03-04T19:47:30.4447729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/166/base' 2025-03-04T19:47:30.4448147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/166/head' 2025-03-04T19:47:30.4448522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/166/orig' 2025-03-04T19:47:30.4448904Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/166' 2025-03-04T19:47:30.4449276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/167/base' 2025-03-04T19:47:30.4449635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/167/head' 2025-03-04T19:47:30.4450010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/167/orig' 2025-03-04T19:47:30.4450399Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/167' 2025-03-04T19:47:30.4450811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/168/base' 2025-03-04T19:47:30.4451192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/168/head' 2025-03-04T19:47:30.4451553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/168/orig' 2025-03-04T19:47:30.4451949Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/168' 2025-03-04T19:47:30.4452313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/169/base' 2025-03-04T19:47:30.4452689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/169/head' 2025-03-04T19:47:30.4453050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/169/orig' 2025-03-04T19:47:30.4453448Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/169' 2025-03-04T19:47:30.4453816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/170/base' 2025-03-04T19:47:30.4454191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/170/head' 2025-03-04T19:47:30.4454555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/170/orig' 2025-03-04T19:47:30.4454939Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang/170' 2025-03-04T19:47:30.4455325Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/H-Huang' 2025-03-04T19:47:30.4455698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/HDCharles/168/base' 2025-03-04T19:47:30.4456091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/HDCharles/168/head' 2025-03-04T19:47:30.4456467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/HDCharles/168/orig' 2025-03-04T19:47:30.4456883Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/HDCharles/168' 2025-03-04T19:47:30.4457261Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/HDCharles' 2025-03-04T19:47:30.4457666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/100/base' 2025-03-04T19:47:30.4458056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/100/head' 2025-03-04T19:47:30.4458445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/100/orig' 2025-03-04T19:47:30.4458871Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/100' 2025-03-04T19:47:30.4459261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/101/base' 2025-03-04T19:47:30.4459717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/101/head' 2025-03-04T19:47:30.4460102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/101/orig' 2025-03-04T19:47:30.4460524Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/101' 2025-03-04T19:47:30.4460930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/102/base' 2025-03-04T19:47:30.4461330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/102/head' 2025-03-04T19:47:30.4461791Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/102/orig' 2025-03-04T19:47:30.4462219Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/102' 2025-03-04T19:47:30.4462663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/103/base' 2025-03-04T19:47:30.4463052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/103/head' 2025-03-04T19:47:30.4463452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/103/orig' 2025-03-04T19:47:30.4463862Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/103' 2025-03-04T19:47:30.4464264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/104/base' 2025-03-04T19:47:30.4464652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/104/head' 2025-03-04T19:47:30.4465056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/104/orig' 2025-03-04T19:47:30.4465467Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/104' 2025-03-04T19:47:30.4465865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/56/base' 2025-03-04T19:47:30.4466246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/56/head' 2025-03-04T19:47:30.4466629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/56/orig' 2025-03-04T19:47:30.4467045Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/56' 2025-03-04T19:47:30.4467431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/64/base' 2025-03-04T19:47:30.4467830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/64/head' 2025-03-04T19:47:30.4468216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/64/orig' 2025-03-04T19:47:30.4468651Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/64' 2025-03-04T19:47:30.4469036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/78/base' 2025-03-04T19:47:30.4469448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/78/head' 2025-03-04T19:47:30.4469832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/78/orig' 2025-03-04T19:47:30.4470248Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/78' 2025-03-04T19:47:30.4470634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/84/base' 2025-03-04T19:47:30.4471021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/84/head' 2025-03-04T19:47:30.4471467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/84/orig' 2025-03-04T19:47:30.4472059Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/84' 2025-03-04T19:47:30.4472477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/86/base' 2025-03-04T19:47:30.4472866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/86/head' 2025-03-04T19:47:30.4473268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/86/orig' 2025-03-04T19:47:30.4473667Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/86' 2025-03-04T19:47:30.4474212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/91/base' 2025-03-04T19:47:30.4474607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/91/head' 2025-03-04T19:47:30.4475005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/91/orig' 2025-03-04T19:47:30.4475407Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/91' 2025-03-04T19:47:30.4475794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/92/base' 2025-03-04T19:47:30.4476302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/92/head' 2025-03-04T19:47:30.4476956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/92/orig' 2025-03-04T19:47:30.4477584Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/92' 2025-03-04T19:47:30.4478200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/93/base' 2025-03-04T19:47:30.4478899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/93/head' 2025-03-04T19:47:30.4479542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/93/orig' 2025-03-04T19:47:30.4480130Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/93' 2025-03-04T19:47:30.4480722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/94/base' 2025-03-04T19:47:30.4481244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/94/head' 2025-03-04T19:47:30.4481647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/94/orig' 2025-03-04T19:47:30.4482058Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/94' 2025-03-04T19:47:30.4482463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/98/base' 2025-03-04T19:47:30.4482848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/98/head' 2025-03-04T19:47:30.4483245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/98/orig' 2025-03-04T19:47:30.4483647Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev/98' 2025-03-04T19:47:30.4484049Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/IvanKobzarev' 2025-03-04T19:47:30.4484415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Lezcano/243/base' 2025-03-04T19:47:30.4484794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Lezcano/243/head' 2025-03-04T19:47:30.4485287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Lezcano/243/orig' 2025-03-04T19:47:30.4485674Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Lezcano/243' 2025-03-04T19:47:30.4486057Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Lezcano' 2025-03-04T19:47:30.4486445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/SS-JIA/164/base' 2025-03-04T19:47:30.4486820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/SS-JIA/164/head' 2025-03-04T19:47:30.4487201Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/SS-JIA/164' 2025-03-04T19:47:30.4487574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/SS-JIA/172/base' 2025-03-04T19:47:30.4487991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/SS-JIA/172/head' 2025-03-04T19:47:30.4488362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/SS-JIA/172/orig' 2025-03-04T19:47:30.4488739Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/SS-JIA/172' 2025-03-04T19:47:30.4489101Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/SS-JIA' 2025-03-04T19:47:30.4489493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/SamGinzburg/11/base' 2025-03-04T19:47:30.4489869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/SamGinzburg/11/head' 2025-03-04T19:47:30.4490279Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/SamGinzburg/11' 2025-03-04T19:47:30.4490662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/SamGinzburg/14/base' 2025-03-04T19:47:30.4491055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/SamGinzburg/14/head' 2025-03-04T19:47:30.4491432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/SamGinzburg/14/orig' 2025-03-04T19:47:30.4491841Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/SamGinzburg/14' 2025-03-04T19:47:30.4492226Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/SamGinzburg' 2025-03-04T19:47:30.4492607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/1/base' 2025-03-04T19:47:30.4492975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/1/head' 2025-03-04T19:47:30.4493366Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/1' 2025-03-04T19:47:30.4493752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/63/base' 2025-03-04T19:47:30.4494123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/63/head' 2025-03-04T19:47:30.4494503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/63/orig' 2025-03-04T19:47:30.4494893Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/63' 2025-03-04T19:47:30.4495274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/67/base' 2025-03-04T19:47:30.4495642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/67/head' 2025-03-04T19:47:30.4496022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/67/orig' 2025-03-04T19:47:30.4496467Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/67' 2025-03-04T19:47:30.4496835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/71/base' 2025-03-04T19:47:30.4497218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/71/head' 2025-03-04T19:47:30.4497611Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/71' 2025-03-04T19:47:30.4497990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/72/base' 2025-03-04T19:47:30.4498359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/72/head' 2025-03-04T19:47:30.4498761Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/72' 2025-03-04T19:47:30.4499181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/81/base' 2025-03-04T19:47:30.4499588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/81/head' 2025-03-04T19:47:30.4499958Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/81/orig' 2025-03-04T19:47:30.4500364Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/81' 2025-03-04T19:47:30.4500737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/82/base' 2025-03-04T19:47:30.4501106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/82/head' 2025-03-04T19:47:30.4501567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/82/orig' 2025-03-04T19:47:30.4501962Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/82' 2025-03-04T19:47:30.4502355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/83/base' 2025-03-04T19:47:30.4502724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/83/head' 2025-03-04T19:47:30.4503109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/83/orig' 2025-03-04T19:47:30.4503502Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/83' 2025-03-04T19:47:30.4503886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/84/base' 2025-03-04T19:47:30.4507054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/84/head' 2025-03-04T19:47:30.4507440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/84/orig' 2025-03-04T19:47:30.4507841Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/84' 2025-03-04T19:47:30.4508211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/85/base' 2025-03-04T19:47:30.4508593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/85/head' 2025-03-04T19:47:30.4508963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/85/orig' 2025-03-04T19:47:30.4509370Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/85' 2025-03-04T19:47:30.4509745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/86/base' 2025-03-04T19:47:30.4510131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/86/head' 2025-03-04T19:47:30.4510506Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/86/orig' 2025-03-04T19:47:30.4510997Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/86' 2025-03-04T19:47:30.4511369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/87/base' 2025-03-04T19:47:30.4511743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/87/head' 2025-03-04T19:47:30.4512129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/87/orig' 2025-03-04T19:47:30.4512524Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/87' 2025-03-04T19:47:30.4512913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/88/base' 2025-03-04T19:47:30.4513288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/88/head' 2025-03-04T19:47:30.4513733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/88/orig' 2025-03-04T19:47:30.4514127Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/88' 2025-03-04T19:47:30.4514511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/89/base' 2025-03-04T19:47:30.4514881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/89/head' 2025-03-04T19:47:30.4515264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/89/orig' 2025-03-04T19:47:30.4515654Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/89' 2025-03-04T19:47:30.4516024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/90/base' 2025-03-04T19:47:30.4516410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/90/head' 2025-03-04T19:47:30.4516783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/90/orig' 2025-03-04T19:47:30.4517187Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/90' 2025-03-04T19:47:30.4517557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/91/base' 2025-03-04T19:47:30.4517940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/91/head' 2025-03-04T19:47:30.4518315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/91/orig' 2025-03-04T19:47:30.4518717Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/91' 2025-03-04T19:47:30.4519087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/92/base' 2025-03-04T19:47:30.4519463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/92/head' 2025-03-04T19:47:30.4519836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/92/orig' 2025-03-04T19:47:30.4520227Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi/92' 2025-03-04T19:47:30.4520614Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/StrongerXi' 2025-03-04T19:47:30.4520984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Xia-Weiwen/28/base' 2025-03-04T19:47:30.4521364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Xia-Weiwen/28/head' 2025-03-04T19:47:30.4521729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Xia-Weiwen/28/orig' 2025-03-04T19:47:30.4522182Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Xia-Weiwen/28' 2025-03-04T19:47:30.4522548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Xia-Weiwen/29/base' 2025-03-04T19:47:30.4522915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Xia-Weiwen/29/head' 2025-03-04T19:47:30.4523291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Xia-Weiwen/29/orig' 2025-03-04T19:47:30.4523682Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Xia-Weiwen/29' 2025-03-04T19:47:30.4524061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Xia-Weiwen/30/base' 2025-03-04T19:47:30.4524429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Xia-Weiwen/30/head' 2025-03-04T19:47:30.4524875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Xia-Weiwen/30/orig' 2025-03-04T19:47:30.4525270Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Xia-Weiwen/30' 2025-03-04T19:47:30.4525662Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/Xia-Weiwen' 2025-03-04T19:47:30.4526026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/109/base' 2025-03-04T19:47:30.4526398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/109/head' 2025-03-04T19:47:30.4526760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/109/orig' 2025-03-04T19:47:30.4527144Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/109' 2025-03-04T19:47:30.4527520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/110/base' 2025-03-04T19:47:30.4527885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/110/head' 2025-03-04T19:47:30.4528254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/110/orig' 2025-03-04T19:47:30.4528636Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/110' 2025-03-04T19:47:30.4529009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/112/base' 2025-03-04T19:47:30.4529375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/112/head' 2025-03-04T19:47:30.4529747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/112/orig' 2025-03-04T19:47:30.4530125Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/112' 2025-03-04T19:47:30.4530493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/113/base' 2025-03-04T19:47:30.4530859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/113/head' 2025-03-04T19:47:30.4531223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/113/orig' 2025-03-04T19:47:30.4531615Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/113' 2025-03-04T19:47:30.4531974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/114/base' 2025-03-04T19:47:30.4532349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/114/head' 2025-03-04T19:47:30.4532707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/114/orig' 2025-03-04T19:47:30.4533104Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/114' 2025-03-04T19:47:30.4533519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/115/base' 2025-03-04T19:47:30.4533888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/115/head' 2025-03-04T19:47:30.4534243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/115/orig' 2025-03-04T19:47:30.4534626Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/115' 2025-03-04T19:47:30.4534990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/116/base' 2025-03-04T19:47:30.4535350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/116/head' 2025-03-04T19:47:30.4535715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/116/orig' 2025-03-04T19:47:30.4536149Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/116' 2025-03-04T19:47:30.4536520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/117/base' 2025-03-04T19:47:30.4536882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/117/head' 2025-03-04T19:47:30.4537253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/117/orig' 2025-03-04T19:47:30.4537635Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/117' 2025-03-04T19:47:30.4537987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/118/base' 2025-03-04T19:47:30.4538351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/118/head' 2025-03-04T19:47:30.4538706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/118/orig' 2025-03-04T19:47:30.4539100Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/118' 2025-03-04T19:47:30.4539461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/119/base' 2025-03-04T19:47:30.4539831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/119/head' 2025-03-04T19:47:30.4540188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/119/orig' 2025-03-04T19:47:30.4540577Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/119' 2025-03-04T19:47:30.4540940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/120/base' 2025-03-04T19:47:30.4541306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/120/head' 2025-03-04T19:47:30.4541752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/120/orig' 2025-03-04T19:47:30.4542133Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/120' 2025-03-04T19:47:30.4542503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/121/base' 2025-03-04T19:47:30.4542860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/121/head' 2025-03-04T19:47:30.4543230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/121/orig' 2025-03-04T19:47:30.4543612Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/121' 2025-03-04T19:47:30.4543981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/122/base' 2025-03-04T19:47:30.4544340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/122/head' 2025-03-04T19:47:30.4544771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/122/orig' 2025-03-04T19:47:30.4545152Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/122' 2025-03-04T19:47:30.4545516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/123/base' 2025-03-04T19:47:30.4545883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/123/head' 2025-03-04T19:47:30.4546245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/123/orig' 2025-03-04T19:47:30.4546633Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu/123' 2025-03-04T19:47:30.4547000Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XilunWu' 2025-03-04T19:47:30.4547424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/1/base' 2025-03-04T19:47:30.4547792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/1/head' 2025-03-04T19:47:30.4548161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/1/orig' 2025-03-04T19:47:30.4548545Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/1' 2025-03-04T19:47:30.4548918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/104/base' 2025-03-04T19:47:30.4549299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/104/head' 2025-03-04T19:47:30.4549671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/104/orig' 2025-03-04T19:47:30.4550074Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/104' 2025-03-04T19:47:30.4550449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/105/base' 2025-03-04T19:47:30.4550824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/105/head' 2025-03-04T19:47:30.4551190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/105/orig' 2025-03-04T19:47:30.4551594Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/105' 2025-03-04T19:47:30.4551966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/108/base' 2025-03-04T19:47:30.4552343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/108/head' 2025-03-04T19:47:30.4552715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/108/orig' 2025-03-04T19:47:30.4553102Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/108' 2025-03-04T19:47:30.4553482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/109/base' 2025-03-04T19:47:30.4553847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/109/head' 2025-03-04T19:47:30.4554226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/109/orig' 2025-03-04T19:47:30.4554615Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/109' 2025-03-04T19:47:30.4554997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/13/base' 2025-03-04T19:47:30.4555365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/13/head' 2025-03-04T19:47:30.4555798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/13/orig' 2025-03-04T19:47:30.4556208Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/13' 2025-03-04T19:47:30.4556573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/14/base' 2025-03-04T19:47:30.4556952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/14/head' 2025-03-04T19:47:30.4557316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/14/orig' 2025-03-04T19:47:30.4557713Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/14' 2025-03-04T19:47:30.4558081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/179/base' 2025-03-04T19:47:30.4558514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/179/head' 2025-03-04T19:47:30.4558887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/179/orig' 2025-03-04T19:47:30.4559290Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/179' 2025-03-04T19:47:30.4559659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/180/base' 2025-03-04T19:47:30.4560032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/180/head' 2025-03-04T19:47:30.4560399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/180/orig' 2025-03-04T19:47:30.4560789Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/180' 2025-03-04T19:47:30.4561166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/182/base' 2025-03-04T19:47:30.4561542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/182/head' 2025-03-04T19:47:30.4561920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/182/orig' 2025-03-04T19:47:30.4562316Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/182' 2025-03-04T19:47:30.4562693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/183/base' 2025-03-04T19:47:30.4563059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/183/head' 2025-03-04T19:47:30.4563435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/183/orig' 2025-03-04T19:47:30.4563821Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/183' 2025-03-04T19:47:30.4564194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/185/base' 2025-03-04T19:47:30.4564567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/185/head' 2025-03-04T19:47:30.4564937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/185/orig' 2025-03-04T19:47:30.4565333Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/185' 2025-03-04T19:47:30.4565705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/188/base' 2025-03-04T19:47:30.4566087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/188/head' 2025-03-04T19:47:30.4566453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/188/orig' 2025-03-04T19:47:30.4566860Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/188' 2025-03-04T19:47:30.4567289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/189/base' 2025-03-04T19:47:30.4567667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/189/head' 2025-03-04T19:47:30.4568030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/189/orig' 2025-03-04T19:47:30.4568424Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/189' 2025-03-04T19:47:30.4568798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/210/base' 2025-03-04T19:47:30.4569165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/210/head' 2025-03-04T19:47:30.4569544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/210/orig' 2025-03-04T19:47:30.4569990Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/210' 2025-03-04T19:47:30.4570366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/211/base' 2025-03-04T19:47:30.4570735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/211/head' 2025-03-04T19:47:30.4571102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/211/orig' 2025-03-04T19:47:30.4571494Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/211' 2025-03-04T19:47:30.4572046Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/217/base' 2025-03-04T19:47:30.4572428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/217/head' 2025-03-04T19:47:30.4572800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/217/orig' 2025-03-04T19:47:30.4573204Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/217' 2025-03-04T19:47:30.4573573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/218/base' 2025-03-04T19:47:30.4573943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/218/head' 2025-03-04T19:47:30.4574312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/218/orig' 2025-03-04T19:47:30.4574712Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/218' 2025-03-04T19:47:30.4575080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/219/base' 2025-03-04T19:47:30.4575460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/219/head' 2025-03-04T19:47:30.4575831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/219/orig' 2025-03-04T19:47:30.4576222Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/219' 2025-03-04T19:47:30.4576599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/221/base' 2025-03-04T19:47:30.4576969Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/221/head' 2025-03-04T19:47:30.4577340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/221/orig' 2025-03-04T19:47:30.4577724Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/221' 2025-03-04T19:47:30.4578102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/222/base' 2025-03-04T19:47:30.4578563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/222/head' 2025-03-04T19:47:30.4578941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/222/orig' 2025-03-04T19:47:30.4579331Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/222' 2025-03-04T19:47:30.4579700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/223/base' 2025-03-04T19:47:30.4580077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/223/head' 2025-03-04T19:47:30.4580446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/223/orig' 2025-03-04T19:47:30.4580845Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/223' 2025-03-04T19:47:30.4581271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/224/base' 2025-03-04T19:47:30.4581749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/224/head' 2025-03-04T19:47:30.4582122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/224/orig' 2025-03-04T19:47:30.4582519Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/224' 2025-03-04T19:47:30.4582882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/225/base' 2025-03-04T19:47:30.4583260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/225/head' 2025-03-04T19:47:30.4583632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/225/orig' 2025-03-04T19:47:30.4584031Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/225' 2025-03-04T19:47:30.4584419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/226/base' 2025-03-04T19:47:30.4584793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/226/head' 2025-03-04T19:47:30.4585173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/226/orig' 2025-03-04T19:47:30.4585567Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/226' 2025-03-04T19:47:30.4585944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/227/base' 2025-03-04T19:47:30.4586316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/227/head' 2025-03-04T19:47:30.4586696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/227/orig' 2025-03-04T19:47:30.4587099Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/227' 2025-03-04T19:47:30.4587470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/228/base' 2025-03-04T19:47:30.4587849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/228/head' 2025-03-04T19:47:30.4588218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/228/orig' 2025-03-04T19:47:30.4588609Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/228' 2025-03-04T19:47:30.4588977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/229/base' 2025-03-04T19:47:30.4589355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/229/head' 2025-03-04T19:47:30.4589724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/229/orig' 2025-03-04T19:47:30.4590182Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/229' 2025-03-04T19:47:30.4590551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/230/base' 2025-03-04T19:47:30.4590934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/230/head' 2025-03-04T19:47:30.4591304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/230/orig' 2025-03-04T19:47:30.4591698Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/230' 2025-03-04T19:47:30.4592078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/231/base' 2025-03-04T19:47:30.4592495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/231/head' 2025-03-04T19:47:30.4592877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/231/orig' 2025-03-04T19:47:30.4593269Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/231' 2025-03-04T19:47:30.4593652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/232/base' 2025-03-04T19:47:30.4594020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/232/head' 2025-03-04T19:47:30.4594399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/232/orig' 2025-03-04T19:47:30.4594788Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/232' 2025-03-04T19:47:30.4595159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/233/base' 2025-03-04T19:47:30.4595548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/233/head' 2025-03-04T19:47:30.4595920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/233/orig' 2025-03-04T19:47:30.4596318Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/233' 2025-03-04T19:47:30.4596685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/234/base' 2025-03-04T19:47:30.4597085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/234/head' 2025-03-04T19:47:30.4597453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/234/orig' 2025-03-04T19:47:30.4597858Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/234' 2025-03-04T19:47:30.4598232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/236/base' 2025-03-04T19:47:30.4598613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/236/head' 2025-03-04T19:47:30.4598982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/236/orig' 2025-03-04T19:47:30.4599375Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/236' 2025-03-04T19:47:30.4599749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/237/base' 2025-03-04T19:47:30.4600116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/237/head' 2025-03-04T19:47:30.4600500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/237/orig' 2025-03-04T19:47:30.4600892Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/237' 2025-03-04T19:47:30.4601369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/238/base' 2025-03-04T19:47:30.4601738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/238/head' 2025-03-04T19:47:30.4602113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/238/orig' 2025-03-04T19:47:30.4602504Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/238' 2025-03-04T19:47:30.4602871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/239/base' 2025-03-04T19:47:30.4603242Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/239/head' 2025-03-04T19:47:30.4603609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/239/orig' 2025-03-04T19:47:30.4604063Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/239' 2025-03-04T19:47:30.4604433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/240/base' 2025-03-04T19:47:30.4604839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/240/head' 2025-03-04T19:47:30.4605205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/240/orig' 2025-03-04T19:47:30.4605606Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/240' 2025-03-04T19:47:30.4605971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/241/base' 2025-03-04T19:47:30.4606337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/241/head' 2025-03-04T19:47:30.4606717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/241/orig' 2025-03-04T19:47:30.4607111Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/241' 2025-03-04T19:47:30.4607489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/242/base' 2025-03-04T19:47:30.4607859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/242/head' 2025-03-04T19:47:30.4608234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/242/orig' 2025-03-04T19:47:30.4608626Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/242' 2025-03-04T19:47:30.4609007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/243/base' 2025-03-04T19:47:30.4609375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/243/head' 2025-03-04T19:47:30.4609774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/243/orig' 2025-03-04T19:47:30.4610161Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/243' 2025-03-04T19:47:30.4610528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/244/base' 2025-03-04T19:47:30.4610909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/244/head' 2025-03-04T19:47:30.4611273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/244/orig' 2025-03-04T19:47:30.4611675Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/244' 2025-03-04T19:47:30.4612059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/245/base' 2025-03-04T19:47:30.4612507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/245/head' 2025-03-04T19:47:30.4612876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/245/orig' 2025-03-04T19:47:30.4613279Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/245' 2025-03-04T19:47:30.4613646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/246/base' 2025-03-04T19:47:30.4614045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/246/head' 2025-03-04T19:47:30.4614423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/246/orig' 2025-03-04T19:47:30.4614811Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/246' 2025-03-04T19:47:30.4615242Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/247/base' 2025-03-04T19:47:30.4615612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/247/head' 2025-03-04T19:47:30.4615988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/247/orig' 2025-03-04T19:47:30.4616375Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/247' 2025-03-04T19:47:30.4616740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/248/base' 2025-03-04T19:47:30.4617110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/248/head' 2025-03-04T19:47:30.4617486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/248/orig' 2025-03-04T19:47:30.4617873Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/248' 2025-03-04T19:47:30.4618249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/249/base' 2025-03-04T19:47:30.4618630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/249/head' 2025-03-04T19:47:30.4619000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/249/orig' 2025-03-04T19:47:30.4619402Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/249' 2025-03-04T19:47:30.4619776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/250/base' 2025-03-04T19:47:30.4620155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/250/head' 2025-03-04T19:47:30.4620522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/250/orig' 2025-03-04T19:47:30.4620925Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/250' 2025-03-04T19:47:30.4621298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/251/base' 2025-03-04T19:47:30.4621738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/251/head' 2025-03-04T19:47:30.4622126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/251/orig' 2025-03-04T19:47:30.4622522Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/251' 2025-03-04T19:47:30.4622906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/252/base' 2025-03-04T19:47:30.4623275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/252/head' 2025-03-04T19:47:30.4623657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/252/orig' 2025-03-04T19:47:30.4624104Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/252' 2025-03-04T19:47:30.4624487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/253/base' 2025-03-04T19:47:30.4624868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/253/head' 2025-03-04T19:47:30.4625249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/253/orig' 2025-03-04T19:47:30.4625642Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/253' 2025-03-04T19:47:30.4626011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/30/base' 2025-03-04T19:47:30.4626391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/30/head' 2025-03-04T19:47:30.4626812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/30/orig' 2025-03-04T19:47:30.4627214Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/30' 2025-03-04T19:47:30.4627581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/70/base' 2025-03-04T19:47:30.4627960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/70/head' 2025-03-04T19:47:30.4628324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/70/orig' 2025-03-04T19:47:30.4628725Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/70' 2025-03-04T19:47:30.4629089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/72/base' 2025-03-04T19:47:30.4629461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/72/head' 2025-03-04T19:47:30.4629844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/72/orig' 2025-03-04T19:47:30.4630229Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/72' 2025-03-04T19:47:30.4630602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/9/base' 2025-03-04T19:47:30.4630965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/9/orig' 2025-03-04T19:47:30.4631360Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/9' 2025-03-04T19:47:30.4631729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/97/base' 2025-03-04T19:47:30.4632104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/97/head' 2025-03-04T19:47:30.4632478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/97/orig' 2025-03-04T19:47:30.4632893Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/97' 2025-03-04T19:47:30.4633278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/98/base' 2025-03-04T19:47:30.4633645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/98/head' 2025-03-04T19:47:30.4634021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/98/orig' 2025-03-04T19:47:30.4634407Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/98' 2025-03-04T19:47:30.4634780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/99/base' 2025-03-04T19:47:30.4635198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/99/head' 2025-03-04T19:47:30.4635573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/99/orig' 2025-03-04T19:47:30.4635962Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan/99' 2025-03-04T19:47:30.4636348Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/XuehaiPan' 2025-03-04T19:47:30.4636728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/23/base' 2025-03-04T19:47:30.4637106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/23/head' 2025-03-04T19:47:30.4637493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/23/orig' 2025-03-04T19:47:30.4637939Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/23' 2025-03-04T19:47:30.4638330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/27/base' 2025-03-04T19:47:30.4638707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/27/head' 2025-03-04T19:47:30.4639096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/27/orig' 2025-03-04T19:47:30.4639495Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/27' 2025-03-04T19:47:30.4639887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/29/base' 2025-03-04T19:47:30.4640265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/29/head' 2025-03-04T19:47:30.4640652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/29/orig' 2025-03-04T19:47:30.4641057Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/29' 2025-03-04T19:47:30.4641440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/30/base' 2025-03-04T19:47:30.4641829Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/30/head' 2025-03-04T19:47:30.4642211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/30/orig' 2025-03-04T19:47:30.4642613Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/30' 2025-03-04T19:47:30.4642988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/31/base' 2025-03-04T19:47:30.4643380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/31/head' 2025-03-04T19:47:30.4643761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/31/orig' 2025-03-04T19:47:30.4644174Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/31' 2025-03-04T19:47:30.4644551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/32/base' 2025-03-04T19:47:30.4644933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/32/head' 2025-03-04T19:47:30.4645325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/32/orig' 2025-03-04T19:47:30.4645722Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/32' 2025-03-04T19:47:30.4646114Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/33/base' 2025-03-04T19:47:30.4646496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/33/head' 2025-03-04T19:47:30.4646943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/33/orig' 2025-03-04T19:47:30.4647341Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/33' 2025-03-04T19:47:30.4647735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/37/base' 2025-03-04T19:47:30.4648113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/37/head' 2025-03-04T19:47:30.4648529Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/37' 2025-03-04T19:47:30.4648908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/38/base' 2025-03-04T19:47:30.4649351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/38/head' 2025-03-04T19:47:30.4649746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/38/orig' 2025-03-04T19:47:30.4650144Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/38' 2025-03-04T19:47:30.4650534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/39/base' 2025-03-04T19:47:30.4650916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/39/head' 2025-03-04T19:47:30.4651307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/39/orig' 2025-03-04T19:47:30.4651703Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/39' 2025-03-04T19:47:30.4652096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/40/base' 2025-03-04T19:47:30.4652476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/40/head' 2025-03-04T19:47:30.4652883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/40/orig' 2025-03-04T19:47:30.4653287Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/40' 2025-03-04T19:47:30.4653676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/41/base' 2025-03-04T19:47:30.4654068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/41/head' 2025-03-04T19:47:30.4654450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/41/orig' 2025-03-04T19:47:30.4654863Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/41' 2025-03-04T19:47:30.4655251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/42/base' 2025-03-04T19:47:30.4655646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/42/head' 2025-03-04T19:47:30.4656028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/42/orig' 2025-03-04T19:47:30.4656443Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/42' 2025-03-04T19:47:30.4656825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/43/base' 2025-03-04T19:47:30.4657205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/43/head' 2025-03-04T19:47:30.4657597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/43/orig' 2025-03-04T19:47:30.4657997Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/43' 2025-03-04T19:47:30.4658441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/44/base' 2025-03-04T19:47:30.4658830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/44/head' 2025-03-04T19:47:30.4659242Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/44' 2025-03-04T19:47:30.4659626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/45/base' 2025-03-04T19:47:30.4660023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/45/head' 2025-03-04T19:47:30.4660423Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/45' 2025-03-04T19:47:30.4660868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/46/base' 2025-03-04T19:47:30.4661249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/46/head' 2025-03-04T19:47:30.4661714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/46/orig' 2025-03-04T19:47:30.4662128Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/46' 2025-03-04T19:47:30.4662507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/47/base' 2025-03-04T19:47:30.4662903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/47/head' 2025-03-04T19:47:30.4663284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/47/orig' 2025-03-04T19:47:30.4663700Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/47' 2025-03-04T19:47:30.4664085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/48/base' 2025-03-04T19:47:30.4664479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/48/head' 2025-03-04T19:47:30.4664861Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/48/orig' 2025-03-04T19:47:30.4665271Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/48' 2025-03-04T19:47:30.4665654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/49/base' 2025-03-04T19:47:30.4666036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/49/head' 2025-03-04T19:47:30.4666446Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/49' 2025-03-04T19:47:30.4666827Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/50/base' 2025-03-04T19:47:30.4667220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/50/head' 2025-03-04T19:47:30.4667601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/50/orig' 2025-03-04T19:47:30.4668011Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/50' 2025-03-04T19:47:30.4668393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/51/base' 2025-03-04T19:47:30.4668785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/51/head' 2025-03-04T19:47:30.4669164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/51/orig' 2025-03-04T19:47:30.4669567Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96/51' 2025-03-04T19:47:30.4670020Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ZhiweiYan-96' 2025-03-04T19:47:30.4670386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aakhundov/1/base' 2025-03-04T19:47:30.4670755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aakhundov/1/head' 2025-03-04T19:47:30.4671137Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aakhundov/1' 2025-03-04T19:47:30.4671511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aakhundov/2/base' 2025-03-04T19:47:30.4672054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aakhundov/2/head' 2025-03-04T19:47:30.4672556Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aakhundov/2' 2025-03-04T19:47:30.4672938Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aakhundov' 2025-03-04T19:47:30.4673342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aditew01/openblas' 2025-03-04T19:47:30.4673700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aditew01/sbgemm' 2025-03-04T19:47:30.4674061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aditew01/vecbf16' 2025-03-04T19:47:30.4674439Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aditew01' 2025-03-04T19:47:30.4674792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/albanD/3/base' 2025-03-04T19:47:30.4675157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/albanD/3/head' 2025-03-04T19:47:30.4675511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/albanD/3/orig' 2025-03-04T19:47:30.4675892Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/albanD/3' 2025-03-04T19:47:30.4676247Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/albanD' 2025-03-04T19:47:30.4676648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/alexsamardzic/25/base' 2025-03-04T19:47:30.4677036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/alexsamardzic/25/head' 2025-03-04T19:47:30.4677423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/alexsamardzic/25/orig' 2025-03-04T19:47:30.4677841Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/alexsamardzic/25' 2025-03-04T19:47:30.4678231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/alexsamardzic/26/base' 2025-03-04T19:47:30.4678628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/alexsamardzic/26/head' 2025-03-04T19:47:30.4679013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/alexsamardzic/26/orig' 2025-03-04T19:47:30.4679435Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/alexsamardzic/26' 2025-03-04T19:47:30.4679827Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/alexsamardzic' 2025-03-04T19:47:30.4680197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/amjames/18/base' 2025-03-04T19:47:30.4680554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/amjames/18/head' 2025-03-04T19:47:30.4680922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/amjames/18/orig' 2025-03-04T19:47:30.4681379Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/amjames/18' 2025-03-04T19:47:30.4681737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/amjames/19/base' 2025-03-04T19:47:30.4682104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/amjames/19/head' 2025-03-04T19:47:30.4682459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/amjames/19/orig' 2025-03-04T19:47:30.4682858Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/amjames/19' 2025-03-04T19:47:30.4683215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/amjames/20/base' 2025-03-04T19:47:30.4683581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/amjames/20/head' 2025-03-04T19:47:30.4683985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/amjames/20/orig' 2025-03-04T19:47:30.4684384Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/amjames/20' 2025-03-04T19:47:30.4684749Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/amjames' 2025-03-04T19:47:30.4685127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewlee302/1/base' 2025-03-04T19:47:30.4685515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewlee302/1/head' 2025-03-04T19:47:30.4685910Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewlee302/1' 2025-03-04T19:47:30.4686298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewlee302/3/base' 2025-03-04T19:47:30.4686676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewlee302/3/head' 2025-03-04T19:47:30.4687068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewlee302/3/orig' 2025-03-04T19:47:30.4687463Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewlee302/3' 2025-03-04T19:47:30.4687861Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewlee302' 2025-03-04T19:47:30.4688232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewor14/35/base' 2025-03-04T19:47:30.4688612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewor14/35/head' 2025-03-04T19:47:30.4688980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewor14/35/orig' 2025-03-04T19:47:30.4689371Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewor14/35' 2025-03-04T19:47:30.4689756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewor14/36/base' 2025-03-04T19:47:30.4690127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewor14/36/head' 2025-03-04T19:47:30.4690509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewor14/36/orig' 2025-03-04T19:47:30.4690900Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewor14/36' 2025-03-04T19:47:30.4691279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewor14/37/base' 2025-03-04T19:47:30.4691645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewor14/37/head' 2025-03-04T19:47:30.4692026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewor14/37/orig' 2025-03-04T19:47:30.4692417Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewor14/37' 2025-03-04T19:47:30.4692839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewor14/50/base' 2025-03-04T19:47:30.4693215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewor14/50/head' 2025-03-04T19:47:30.4693583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewor14/50/orig' 2025-03-04T19:47:30.4693984Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewor14/50' 2025-03-04T19:47:30.4694362Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/andrewor14' 2025-03-04T19:47:30.4694736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/64/base' 2025-03-04T19:47:30.4695156Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/64/head' 2025-03-04T19:47:30.4695536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/64/orig' 2025-03-04T19:47:30.4695918Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/64' 2025-03-04T19:47:30.4696309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/65/base' 2025-03-04T19:47:30.4696669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/65/head' 2025-03-04T19:47:30.4697028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/65/orig' 2025-03-04T19:47:30.4697419Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/65' 2025-03-04T19:47:30.4697780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/66/base' 2025-03-04T19:47:30.4698162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/66/head' 2025-03-04T19:47:30.4698525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/66/orig' 2025-03-04T19:47:30.4698921Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/66' 2025-03-04T19:47:30.4699283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/67/base' 2025-03-04T19:47:30.4699652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/67/head' 2025-03-04T19:47:30.4700008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/67/orig' 2025-03-04T19:47:30.4700392Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/67' 2025-03-04T19:47:30.4700767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/68/base' 2025-03-04T19:47:30.4701128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/68/head' 2025-03-04T19:47:30.4701591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/68/orig' 2025-03-04T19:47:30.4701979Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/68' 2025-03-04T19:47:30.4702352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/69/base' 2025-03-04T19:47:30.4702716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/69/head' 2025-03-04T19:47:30.4703088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/69/orig' 2025-03-04T19:47:30.4703474Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/69' 2025-03-04T19:47:30.4703897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/70/base' 2025-03-04T19:47:30.4704268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/70/head' 2025-03-04T19:47:30.4704627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/70/orig' 2025-03-04T19:47:30.4705021Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/70' 2025-03-04T19:47:30.4705384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/71/base' 2025-03-04T19:47:30.4705755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/71/head' 2025-03-04T19:47:30.4706113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/71/orig' 2025-03-04T19:47:30.4706562Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/71' 2025-03-04T19:47:30.4706928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/72/base' 2025-03-04T19:47:30.4707297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/72/head' 2025-03-04T19:47:30.4707654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/72/orig' 2025-03-04T19:47:30.4708037Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/72' 2025-03-04T19:47:30.4708406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/73/base' 2025-03-04T19:47:30.4708768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/73/head' 2025-03-04T19:47:30.4709137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/73/orig' 2025-03-04T19:47:30.4709527Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/73' 2025-03-04T19:47:30.4709899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/74/base' 2025-03-04T19:47:30.4710257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/74/head' 2025-03-04T19:47:30.4710629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/74/orig' 2025-03-04T19:47:30.4711028Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/74' 2025-03-04T19:47:30.4711389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/75/base' 2025-03-04T19:47:30.4711758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/75/head' 2025-03-04T19:47:30.4712126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/75/orig' 2025-03-04T19:47:30.4712520Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/75' 2025-03-04T19:47:30.4712879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/76/base' 2025-03-04T19:47:30.4713256Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/76/head' 2025-03-04T19:47:30.4713617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/76/orig' 2025-03-04T19:47:30.4714010Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi/76' 2025-03-04T19:47:30.4714379Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/angelayi' 2025-03-04T19:47:30.4714769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/162/base' 2025-03-04T19:47:30.4715206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/162/head' 2025-03-04T19:47:30.4715605Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/162' 2025-03-04T19:47:30.4715995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/566/base' 2025-03-04T19:47:30.4716374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/566/head' 2025-03-04T19:47:30.4716765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/566/orig' 2025-03-04T19:47:30.4717167Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/566' 2025-03-04T19:47:30.4717562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/571/base' 2025-03-04T19:47:30.4717988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/571/head' 2025-03-04T19:47:30.4718373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/571/orig' 2025-03-04T19:47:30.4718772Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/571' 2025-03-04T19:47:30.4719154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/580/base' 2025-03-04T19:47:30.4719540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/580/head' 2025-03-04T19:47:30.4719919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/580/orig' 2025-03-04T19:47:30.4720326Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/580' 2025-03-04T19:47:30.4720715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/620/base' 2025-03-04T19:47:30.4721106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/620/head' 2025-03-04T19:47:30.4721486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/620/orig' 2025-03-04T19:47:30.4721894Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/620' 2025-03-04T19:47:30.4722271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/634/base' 2025-03-04T19:47:30.4722660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/634/head' 2025-03-04T19:47:30.4723038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/634/orig' 2025-03-04T19:47:30.4723439Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/634' 2025-03-04T19:47:30.4723834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/638/base' 2025-03-04T19:47:30.4724213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/638/head' 2025-03-04T19:47:30.4724607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/638/orig' 2025-03-04T19:47:30.4725006Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/638' 2025-03-04T19:47:30.4725399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/643/base' 2025-03-04T19:47:30.4725799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/643/head' 2025-03-04T19:47:30.4726194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/643/orig' 2025-03-04T19:47:30.4726658Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/643' 2025-03-04T19:47:30.4727048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/650/base' 2025-03-04T19:47:30.4727432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/650/head' 2025-03-04T19:47:30.4727808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/650/orig' 2025-03-04T19:47:30.4728218Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/650' 2025-03-04T19:47:30.4728601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/656/base' 2025-03-04T19:47:30.4728992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/656/head' 2025-03-04T19:47:30.4729425Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/656/orig' 2025-03-04T19:47:30.4729834Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/656' 2025-03-04T19:47:30.4730215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/657/base' 2025-03-04T19:47:30.4730608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/657/head' 2025-03-04T19:47:30.4730988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/657/orig' 2025-03-04T19:47:30.4731389Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/657' 2025-03-04T19:47:30.4731783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/658/base' 2025-03-04T19:47:30.4732168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/658/head' 2025-03-04T19:47:30.4732565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/658/orig' 2025-03-04T19:47:30.4732962Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/658' 2025-03-04T19:47:30.4733354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/662/base' 2025-03-04T19:47:30.4733735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/662/head' 2025-03-04T19:47:30.4734125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/662/orig' 2025-03-04T19:47:30.4734522Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/662' 2025-03-04T19:47:30.4734912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/663/base' 2025-03-04T19:47:30.4735294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/663/head' 2025-03-04T19:47:30.4735700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/663/orig' 2025-03-04T19:47:30.4736108Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/663' 2025-03-04T19:47:30.4736491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/664/base' 2025-03-04T19:47:30.4736886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/664/head' 2025-03-04T19:47:30.4737266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/664/orig' 2025-03-04T19:47:30.4737672Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/664' 2025-03-04T19:47:30.4738113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/665/base' 2025-03-04T19:47:30.4738504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/665/head' 2025-03-04T19:47:30.4738882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/665/orig' 2025-03-04T19:47:30.4739282Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/665' 2025-03-04T19:47:30.4739670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/666/base' 2025-03-04T19:47:30.4740047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/666/head' 2025-03-04T19:47:30.4740437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/666/orig' 2025-03-04T19:47:30.4740893Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/666' 2025-03-04T19:47:30.4741286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/667/base' 2025-03-04T19:47:30.4741743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/667/head' 2025-03-04T19:47:30.4742139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/667/orig' 2025-03-04T19:47:30.4742535Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/667' 2025-03-04T19:47:30.4742926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/668/base' 2025-03-04T19:47:30.4743309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/668/head' 2025-03-04T19:47:30.4743691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/668/orig' 2025-03-04T19:47:30.4744109Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/668' 2025-03-04T19:47:30.4744490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/669/base' 2025-03-04T19:47:30.4744880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/669/head' 2025-03-04T19:47:30.4745260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/669/orig' 2025-03-04T19:47:30.4745670Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/669' 2025-03-04T19:47:30.4746050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/670/base' 2025-03-04T19:47:30.4746447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/670/head' 2025-03-04T19:47:30.4746828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/670/orig' 2025-03-04T19:47:30.4747236Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/670' 2025-03-04T19:47:30.4747617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/671/base' 2025-03-04T19:47:30.4747998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/671/head' 2025-03-04T19:47:30.4748390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/671/orig' 2025-03-04T19:47:30.4748786Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/671' 2025-03-04T19:47:30.4749179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/672/base' 2025-03-04T19:47:30.4749617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/672/head' 2025-03-04T19:47:30.4750010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/672/orig' 2025-03-04T19:47:30.4750406Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/672' 2025-03-04T19:47:30.4750797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/673/base' 2025-03-04T19:47:30.4751176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/673/head' 2025-03-04T19:47:30.4751555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/673/orig' 2025-03-04T19:47:30.4751969Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/673' 2025-03-04T19:47:30.4752399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/674/base' 2025-03-04T19:47:30.4752792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/674/head' 2025-03-04T19:47:30.4753168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/674/orig' 2025-03-04T19:47:30.4753579Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/674' 2025-03-04T19:47:30.4753954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/675/base' 2025-03-04T19:47:30.4754343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/675/head' 2025-03-04T19:47:30.4754723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/675/orig' 2025-03-04T19:47:30.4755136Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/675' 2025-03-04T19:47:30.4755517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/676/base' 2025-03-04T19:47:30.4755898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/676/head' 2025-03-04T19:47:30.4756289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/676/orig' 2025-03-04T19:47:30.4756687Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/676' 2025-03-04T19:47:30.4757080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/677/base' 2025-03-04T19:47:30.4757460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/677/head' 2025-03-04T19:47:30.4757848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/677/orig' 2025-03-04T19:47:30.4758253Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/677' 2025-03-04T19:47:30.4758644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/678/base' 2025-03-04T19:47:30.4759021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/678/head' 2025-03-04T19:47:30.4759414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/678/orig' 2025-03-04T19:47:30.4759809Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/678' 2025-03-04T19:47:30.4760190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/679/base' 2025-03-04T19:47:30.4760582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/679/head' 2025-03-04T19:47:30.4761016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/679/orig' 2025-03-04T19:47:30.4761426Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/679' 2025-03-04T19:47:30.4761806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/680/base' 2025-03-04T19:47:30.4762196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/680/head' 2025-03-04T19:47:30.4762572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/680/orig' 2025-03-04T19:47:30.4762977Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/680' 2025-03-04T19:47:30.4763356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/681/base' 2025-03-04T19:47:30.4763784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/681/head' 2025-03-04T19:47:30.4764172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/681/orig' 2025-03-04T19:47:30.4764568Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/681' 2025-03-04T19:47:30.4764959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/682/base' 2025-03-04T19:47:30.4765336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/682/head' 2025-03-04T19:47:30.4765724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/682/orig' 2025-03-04T19:47:30.4766119Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/682' 2025-03-04T19:47:30.4766513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/683/base' 2025-03-04T19:47:30.4766895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/683/head' 2025-03-04T19:47:30.4767285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/683/orig' 2025-03-04T19:47:30.4767680Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/683' 2025-03-04T19:47:30.4768055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/684/base' 2025-03-04T19:47:30.4768445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/684/head' 2025-03-04T19:47:30.4768822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/684/orig' 2025-03-04T19:47:30.4769236Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/684' 2025-03-04T19:47:30.4769618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/685/base' 2025-03-04T19:47:30.4770009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/685/head' 2025-03-04T19:47:30.4770387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/685/orig' 2025-03-04T19:47:30.4770800Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/685' 2025-03-04T19:47:30.4771179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/686/base' 2025-03-04T19:47:30.4771577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/686/head' 2025-03-04T19:47:30.4772141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/686/orig' 2025-03-04T19:47:30.4772639Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/686' 2025-03-04T19:47:30.4773030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/687/base' 2025-03-04T19:47:30.4773408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/687/head' 2025-03-04T19:47:30.4773802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/687/orig' 2025-03-04T19:47:30.4774199Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/687' 2025-03-04T19:47:30.4774590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/688/base' 2025-03-04T19:47:30.4774968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/688/head' 2025-03-04T19:47:30.4775429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/688/orig' 2025-03-04T19:47:30.4775831Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/688' 2025-03-04T19:47:30.4776207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/689/base' 2025-03-04T19:47:30.4776592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/689/head' 2025-03-04T19:47:30.4776974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/689/orig' 2025-03-04T19:47:30.4777386Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/689' 2025-03-04T19:47:30.4777767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/690/base' 2025-03-04T19:47:30.4778163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/690/head' 2025-03-04T19:47:30.4778544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/690/orig' 2025-03-04T19:47:30.4778957Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/690' 2025-03-04T19:47:30.4779338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/691/base' 2025-03-04T19:47:30.4779735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/691/head' 2025-03-04T19:47:30.4780113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/691/orig' 2025-03-04T19:47:30.4780512Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/691' 2025-03-04T19:47:30.4780910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/692/base' 2025-03-04T19:47:30.4781294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/692/head' 2025-03-04T19:47:30.4781756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/692/orig' 2025-03-04T19:47:30.4782161Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305/692' 2025-03-04T19:47:30.4782560Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anijain2305' 2025-03-04T19:47:30.4782935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anjali411/216/base' 2025-03-04T19:47:30.4783321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anjali411/216/head' 2025-03-04T19:47:30.4783694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anjali411/216/orig' 2025-03-04T19:47:30.4784158Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anjali411/216' 2025-03-04T19:47:30.4784551Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/anjali411' 2025-03-04T19:47:30.4784921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/132/base' 2025-03-04T19:47:30.4785303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/132/head' 2025-03-04T19:47:30.4785692Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/132' 2025-03-04T19:47:30.4786072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/141/base' 2025-03-04T19:47:30.4786436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/141/head' 2025-03-04T19:47:30.4786861Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/141/orig' 2025-03-04T19:47:30.4787253Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/141' 2025-03-04T19:47:30.4787629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/211/base' 2025-03-04T19:47:30.4787993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/211/head' 2025-03-04T19:47:30.4788357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/211/orig' 2025-03-04T19:47:30.4788756Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/211' 2025-03-04T19:47:30.4789123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/213/base' 2025-03-04T19:47:30.4789502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/213/head' 2025-03-04T19:47:30.4789870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/213/orig' 2025-03-04T19:47:30.4790269Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/213' 2025-03-04T19:47:30.4790635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/214/base' 2025-03-04T19:47:30.4791021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/214/head' 2025-03-04T19:47:30.4791387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/214/orig' 2025-03-04T19:47:30.4791776Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/214' 2025-03-04T19:47:30.4792158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/215/base' 2025-03-04T19:47:30.4792534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/215/head' 2025-03-04T19:47:30.4792914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/215/orig' 2025-03-04T19:47:30.4793303Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/215' 2025-03-04T19:47:30.4793685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/216/base' 2025-03-04T19:47:30.4794052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/216/head' 2025-03-04T19:47:30.4794430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/216/orig' 2025-03-04T19:47:30.4794818Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/216' 2025-03-04T19:47:30.4795202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/217/base' 2025-03-04T19:47:30.4795617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/217/head' 2025-03-04T19:47:30.4795983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/217/orig' 2025-03-04T19:47:30.4796387Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/217' 2025-03-04T19:47:30.4796754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/218/base' 2025-03-04T19:47:30.4797137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/218/head' 2025-03-04T19:47:30.4797506Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/218/orig' 2025-03-04T19:47:30.4797907Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/218' 2025-03-04T19:47:30.4798325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/219/base' 2025-03-04T19:47:30.4798705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/219/head' 2025-03-04T19:47:30.4799070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/219/orig' 2025-03-04T19:47:30.4799459Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste/219' 2025-03-04T19:47:30.4799843Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/aorenste' 2025-03-04T19:47:30.4800233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/avikchaudhuri/39/base' 2025-03-04T19:47:30.4800637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/avikchaudhuri/39/head' 2025-03-04T19:47:30.4801030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/avikchaudhuri/39/orig' 2025-03-04T19:47:30.4801455Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/avikchaudhuri/39' 2025-03-04T19:47:30.4801843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/avikchaudhuri/54/base' 2025-03-04T19:47:30.4802241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/avikchaudhuri/54/head' 2025-03-04T19:47:30.4802627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/avikchaudhuri/54/orig' 2025-03-04T19:47:30.4803052Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/avikchaudhuri/54' 2025-03-04T19:47:30.4803439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/avikchaudhuri/55/base' 2025-03-04T19:47:30.4803832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/avikchaudhuri/55/head' 2025-03-04T19:47:30.4804232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/avikchaudhuri/55/orig' 2025-03-04T19:47:30.4804640Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/avikchaudhuri/55' 2025-03-04T19:47:30.4805046Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/avikchaudhuri' 2025-03-04T19:47:30.4805392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/awgu/657/base' 2025-03-04T19:47:30.4805752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/awgu/657/head' 2025-03-04T19:47:30.4806098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/awgu/657/orig' 2025-03-04T19:47:30.4806482Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/awgu/657' 2025-03-04T19:47:30.4806881Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/awgu' 2025-03-04T19:47:30.4807241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/604/base' 2025-03-04T19:47:30.4807613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/604/head' 2025-03-04T19:47:30.4807973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/604/orig' 2025-03-04T19:47:30.4808366Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/604' 2025-03-04T19:47:30.4808724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/620/base' 2025-03-04T19:47:30.4809096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/620/head' 2025-03-04T19:47:30.4809504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/620/orig' 2025-03-04T19:47:30.4809902Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/620' 2025-03-04T19:47:30.4810263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/626/base' 2025-03-04T19:47:30.4810632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/626/head' 2025-03-04T19:47:30.4810990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/626/orig' 2025-03-04T19:47:30.4811372Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/626' 2025-03-04T19:47:30.4811743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/627/base' 2025-03-04T19:47:30.4812100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/627/head' 2025-03-04T19:47:30.4812478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/627/orig' 2025-03-04T19:47:30.4812860Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/627' 2025-03-04T19:47:30.4813237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/630/base' 2025-03-04T19:47:30.4813599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/630/head' 2025-03-04T19:47:30.4813972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/630/orig' 2025-03-04T19:47:30.4814355Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/630' 2025-03-04T19:47:30.4814717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/635/base' 2025-03-04T19:47:30.4815094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/635/head' 2025-03-04T19:47:30.4815457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/635/orig' 2025-03-04T19:47:30.4815849Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/635' 2025-03-04T19:47:30.4816210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/636/base' 2025-03-04T19:47:30.4816581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/636/head' 2025-03-04T19:47:30.4816941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/636/orig' 2025-03-04T19:47:30.4817335Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/636' 2025-03-04T19:47:30.4817696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/639/base' 2025-03-04T19:47:30.4818109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/639/head' 2025-03-04T19:47:30.4818498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/639/orig' 2025-03-04T19:47:30.4818879Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/639' 2025-03-04T19:47:30.4819250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/640/base' 2025-03-04T19:47:30.4819606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/640/head' 2025-03-04T19:47:30.4819971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/640/orig' 2025-03-04T19:47:30.4820356Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/640' 2025-03-04T19:47:30.4820790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/641/base' 2025-03-04T19:47:30.4821154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/641/head' 2025-03-04T19:47:30.4821597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/641/orig' 2025-03-04T19:47:30.4821982Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/641' 2025-03-04T19:47:30.4822343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/642/base' 2025-03-04T19:47:30.4822716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/642/head' 2025-03-04T19:47:30.4823074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/642/orig' 2025-03-04T19:47:30.4823475Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/642' 2025-03-04T19:47:30.4823839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/643/base' 2025-03-04T19:47:30.4824215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/643/head' 2025-03-04T19:47:30.4824574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/643/orig' 2025-03-04T19:47:30.4824970Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/643' 2025-03-04T19:47:30.4825331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/644/base' 2025-03-04T19:47:30.4825690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/644/head' 2025-03-04T19:47:30.4826060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/644/orig' 2025-03-04T19:47:30.4826450Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh/644' 2025-03-04T19:47:30.4826831Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bdhirsh' 2025-03-04T19:47:30.4827221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/47/base' 2025-03-04T19:47:30.4827623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/47/head' 2025-03-04T19:47:30.4828014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/47/orig' 2025-03-04T19:47:30.4828436Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/47' 2025-03-04T19:47:30.4828824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/51/base' 2025-03-04T19:47:30.4829229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/51/head' 2025-03-04T19:47:30.4829675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/51/orig' 2025-03-04T19:47:30.4830087Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/51' 2025-03-04T19:47:30.4830491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/52/base' 2025-03-04T19:47:30.4830881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/52/head' 2025-03-04T19:47:30.4831300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/52/orig' 2025-03-04T19:47:30.4831708Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/52' 2025-03-04T19:47:30.4832168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/56/base' 2025-03-04T19:47:30.4832563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/56/head' 2025-03-04T19:47:30.4832963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/56/orig' 2025-03-04T19:47:30.4833375Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/56' 2025-03-04T19:47:30.4833776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/58/base' 2025-03-04T19:47:30.4834164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/58/head' 2025-03-04T19:47:30.4834554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/58/orig' 2025-03-04T19:47:30.4834981Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/58' 2025-03-04T19:47:30.4835373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/59/base' 2025-03-04T19:47:30.4835774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/59/head' 2025-03-04T19:47:30.4836164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/59/orig' 2025-03-04T19:47:30.4836588Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/59' 2025-03-04T19:47:30.4836997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/60/base' 2025-03-04T19:47:30.4837398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/60/head' 2025-03-04T19:47:30.4837793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/60/orig' 2025-03-04T19:47:30.4838213Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/60' 2025-03-04T19:47:30.4838615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/63/base' 2025-03-04T19:47:30.4839003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/63/head' 2025-03-04T19:47:30.4839402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/63/orig' 2025-03-04T19:47:30.4839812Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/63' 2025-03-04T19:47:30.4840218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/64/base' 2025-03-04T19:47:30.4840608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/64/head' 2025-03-04T19:47:30.4841067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/64/orig' 2025-03-04T19:47:30.4841480Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/64' 2025-03-04T19:47:30.4841882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/65/base' 2025-03-04T19:47:30.4842272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/65/head' 2025-03-04T19:47:30.4842662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/65/orig' 2025-03-04T19:47:30.4843085Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/65' 2025-03-04T19:47:30.4843474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/66/base' 2025-03-04T19:47:30.4843931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/66/head' 2025-03-04T19:47:30.4844323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/66/orig' 2025-03-04T19:47:30.4844744Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/66' 2025-03-04T19:47:30.4845133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/67/base' 2025-03-04T19:47:30.4845535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/67/head' 2025-03-04T19:47:30.4845923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/67/orig' 2025-03-04T19:47:30.4846344Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/67' 2025-03-04T19:47:30.4846737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/68/base' 2025-03-04T19:47:30.4847128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/68/head' 2025-03-04T19:47:30.4847546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/68/orig' 2025-03-04T19:47:30.4847953Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/68' 2025-03-04T19:47:30.4848355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/69/base' 2025-03-04T19:47:30.4848746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/69/head' 2025-03-04T19:47:30.4849146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/69/orig' 2025-03-04T19:47:30.4849563Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/69' 2025-03-04T19:47:30.4849968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/70/base' 2025-03-04T19:47:30.4850356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/70/head' 2025-03-04T19:47:30.4850744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/70/orig' 2025-03-04T19:47:30.4851169Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/70' 2025-03-04T19:47:30.4851557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/71/base' 2025-03-04T19:47:30.4851963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/71/head' 2025-03-04T19:47:30.4852354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/71/orig' 2025-03-04T19:47:30.4852826Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/71' 2025-03-04T19:47:30.4853218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/72/base' 2025-03-04T19:47:30.4853623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/72/head' 2025-03-04T19:47:30.4854012Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/72/orig' 2025-03-04T19:47:30.4854433Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/72' 2025-03-04T19:47:30.4854824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/73/base' 2025-03-04T19:47:30.4855261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/73/head' 2025-03-04T19:47:30.4855667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/73/orig' 2025-03-04T19:47:30.4856076Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/73' 2025-03-04T19:47:30.4856479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/74/base' 2025-03-04T19:47:30.4856870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/74/head' 2025-03-04T19:47:30.4857270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/74/orig' 2025-03-04T19:47:30.4857681Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1/74' 2025-03-04T19:47:30.4858090Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/benjaminglass1' 2025-03-04T19:47:30.4858462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bertmaher/5/base' 2025-03-04T19:47:30.4858835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bertmaher/5/head' 2025-03-04T19:47:30.4859199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bertmaher/5/orig' 2025-03-04T19:47:30.4859585Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bertmaher/5' 2025-03-04T19:47:30.4859960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bertmaher/6/base' 2025-03-04T19:47:30.4860322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bertmaher/6/head' 2025-03-04T19:47:30.4860698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bertmaher/6/orig' 2025-03-04T19:47:30.4861081Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bertmaher/6' 2025-03-04T19:47:30.4861537Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bertmaher' 2025-03-04T19:47:30.4861919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/119/base' 2025-03-04T19:47:30.4862313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/119/head' 2025-03-04T19:47:30.4862692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/119/orig' 2025-03-04T19:47:30.4863088Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/119' 2025-03-04T19:47:30.4863476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/146/base' 2025-03-04T19:47:30.4863857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/146/head' 2025-03-04T19:47:30.4864299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/146/orig' 2025-03-04T19:47:30.4864696Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/146' 2025-03-04T19:47:30.4865085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/207/base' 2025-03-04T19:47:30.4865461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/207/head' 2025-03-04T19:47:30.4865851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/207/orig' 2025-03-04T19:47:30.4866251Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/207' 2025-03-04T19:47:30.4866643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/252/base' 2025-03-04T19:47:30.4867086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/252/head' 2025-03-04T19:47:30.4867464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/252/orig' 2025-03-04T19:47:30.4867874Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/252' 2025-03-04T19:47:30.4868251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/253/base' 2025-03-04T19:47:30.4868643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/253/head' 2025-03-04T19:47:30.4869017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/253/orig' 2025-03-04T19:47:30.4869428Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/253' 2025-03-04T19:47:30.4869811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/255/base' 2025-03-04T19:47:30.4870204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/255/head' 2025-03-04T19:47:30.4870603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/255/orig' 2025-03-04T19:47:30.4870996Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/255' 2025-03-04T19:47:30.4871386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/260/base' 2025-03-04T19:47:30.4871920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/260/head' 2025-03-04T19:47:30.4872508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/260/orig' 2025-03-04T19:47:30.4872913Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/260' 2025-03-04T19:47:30.4873306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/261/base' 2025-03-04T19:47:30.4873683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/261/head' 2025-03-04T19:47:30.4874081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/261/orig' 2025-03-04T19:47:30.4874478Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/261' 2025-03-04T19:47:30.4874869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/262/base' 2025-03-04T19:47:30.4875247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/262/head' 2025-03-04T19:47:30.4875628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/262/orig' 2025-03-04T19:47:30.4876147Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/262' 2025-03-04T19:47:30.4876526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/263/base' 2025-03-04T19:47:30.4876915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/263/head' 2025-03-04T19:47:30.4877295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/263/orig' 2025-03-04T19:47:30.4877703Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/263' 2025-03-04T19:47:30.4878079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/264/base' 2025-03-04T19:47:30.4878475Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/264/head' 2025-03-04T19:47:30.4878915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/264/orig' 2025-03-04T19:47:30.4879326Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/264' 2025-03-04T19:47:30.4879701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/265/base' 2025-03-04T19:47:30.4880081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/265/head' 2025-03-04T19:47:30.4880467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/265/orig' 2025-03-04T19:47:30.4880864Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/265' 2025-03-04T19:47:30.4881250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/266/base' 2025-03-04T19:47:30.4881634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/266/head' 2025-03-04T19:47:30.4882024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/266/orig' 2025-03-04T19:47:30.4882416Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/266' 2025-03-04T19:47:30.4882802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/267/base' 2025-03-04T19:47:30.4883174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/267/head' 2025-03-04T19:47:30.4883548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/267/orig' 2025-03-04T19:47:30.4883957Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/267' 2025-03-04T19:47:30.4884334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/268/base' 2025-03-04T19:47:30.4884724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/268/head' 2025-03-04T19:47:30.4885094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/268/orig' 2025-03-04T19:47:30.4885502Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/268' 2025-03-04T19:47:30.4885877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/269/base' 2025-03-04T19:47:30.4886264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/269/head' 2025-03-04T19:47:30.4886638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/269/orig' 2025-03-04T19:47:30.4887045Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/269' 2025-03-04T19:47:30.4887472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/270/base' 2025-03-04T19:47:30.4898973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/270/head' 2025-03-04T19:47:30.4899464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/270/orig' 2025-03-04T19:47:30.4899872Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/270' 2025-03-04T19:47:30.4900265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/271/base' 2025-03-04T19:47:30.4900652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/271/head' 2025-03-04T19:47:30.4901045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/271/orig' 2025-03-04T19:47:30.4901630Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/271' 2025-03-04T19:47:30.4902033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/272/base' 2025-03-04T19:47:30.4902409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/272/head' 2025-03-04T19:47:30.4902794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/272/orig' 2025-03-04T19:47:30.4903191Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/272' 2025-03-04T19:47:30.4903581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/273/base' 2025-03-04T19:47:30.4903953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/273/head' 2025-03-04T19:47:30.4904334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/273/orig' 2025-03-04T19:47:30.4904746Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/273' 2025-03-04T19:47:30.4905121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/274/base' 2025-03-04T19:47:30.4905511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/274/head' 2025-03-04T19:47:30.4905885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/274/orig' 2025-03-04T19:47:30.4906291Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/274' 2025-03-04T19:47:30.4906664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/275/base' 2025-03-04T19:47:30.4907052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/275/head' 2025-03-04T19:47:30.4907431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/275/orig' 2025-03-04T19:47:30.4907823Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/275' 2025-03-04T19:47:30.4908191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/276/base' 2025-03-04T19:47:30.4908564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/276/head' 2025-03-04T19:47:30.4908954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/276/orig' 2025-03-04T19:47:30.4909346Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/276' 2025-03-04T19:47:30.4909734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/277/base' 2025-03-04T19:47:30.4910111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/277/head' 2025-03-04T19:47:30.4910554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/277/orig' 2025-03-04T19:47:30.4910950Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/277' 2025-03-04T19:47:30.4911339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/278/base' 2025-03-04T19:47:30.4911713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/278/head' 2025-03-04T19:47:30.4912088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/278/orig' 2025-03-04T19:47:30.4912497Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/278' 2025-03-04T19:47:30.4912917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/279/base' 2025-03-04T19:47:30.4913313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/279/head' 2025-03-04T19:47:30.4913687Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/279/orig' 2025-03-04T19:47:30.4914095Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/279' 2025-03-04T19:47:30.4914469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/280/base' 2025-03-04T19:47:30.4914845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/280/head' 2025-03-04T19:47:30.4915219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/280/orig' 2025-03-04T19:47:30.4915622Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/280' 2025-03-04T19:47:30.4916003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/281/base' 2025-03-04T19:47:30.4916376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/281/head' 2025-03-04T19:47:30.4916761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/281/orig' 2025-03-04T19:47:30.4917154Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/281' 2025-03-04T19:47:30.4917539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/282/base' 2025-03-04T19:47:30.4917911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/282/head' 2025-03-04T19:47:30.4918297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/282/orig' 2025-03-04T19:47:30.4918700Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/282' 2025-03-04T19:47:30.4919086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/283/base' 2025-03-04T19:47:30.4919459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/283/head' 2025-03-04T19:47:30.4919833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/283/orig' 2025-03-04T19:47:30.4920241Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/283' 2025-03-04T19:47:30.4920615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/284/base' 2025-03-04T19:47:30.4921000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/284/head' 2025-03-04T19:47:30.4921371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/284/orig' 2025-03-04T19:47:30.4921851Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/284' 2025-03-04T19:47:30.4922221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/285/base' 2025-03-04T19:47:30.4922606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/285/head' 2025-03-04T19:47:30.4922980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/285/orig' 2025-03-04T19:47:30.4923385Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/285' 2025-03-04T19:47:30.4923761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/286/base' 2025-03-04T19:47:30.4924183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/286/head' 2025-03-04T19:47:30.4924578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/286/orig' 2025-03-04T19:47:30.4924972Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/286' 2025-03-04T19:47:30.4925361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/287/base' 2025-03-04T19:47:30.4925734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/287/head' 2025-03-04T19:47:30.4926121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/287/orig' 2025-03-04T19:47:30.4926515Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/287' 2025-03-04T19:47:30.4926913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/288/base' 2025-03-04T19:47:30.4927293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/288/head' 2025-03-04T19:47:30.4927660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/288/orig' 2025-03-04T19:47:30.4928068Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/288' 2025-03-04T19:47:30.4928441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/289/base' 2025-03-04T19:47:30.4928829Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/289/head' 2025-03-04T19:47:30.4929203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/289/orig' 2025-03-04T19:47:30.4929610Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/289' 2025-03-04T19:47:30.4929989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/290/base' 2025-03-04T19:47:30.4930399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/290/head' 2025-03-04T19:47:30.4930772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/290/orig' 2025-03-04T19:47:30.4931178Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/290' 2025-03-04T19:47:30.4931549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/291/base' 2025-03-04T19:47:30.4931933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/291/head' 2025-03-04T19:47:30.4932318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/291/orig' 2025-03-04T19:47:30.4932713Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/291' 2025-03-04T19:47:30.4933157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/292/base' 2025-03-04T19:47:30.4933527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/292/head' 2025-03-04T19:47:30.4933929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/292/orig' 2025-03-04T19:47:30.4934414Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/292' 2025-03-04T19:47:30.4934803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/293/base' 2025-03-04T19:47:30.4935206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/293/head' 2025-03-04T19:47:30.4935583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/293/orig' 2025-03-04T19:47:30.4936044Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93/293' 2025-03-04T19:47:30.4936426Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/bobrenjc93' 2025-03-04T19:47:30.4936826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/briancoutinho/2/base' 2025-03-04T19:47:30.4937212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/briancoutinho/2/head' 2025-03-04T19:47:30.4937626Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/briancoutinho/2' 2025-03-04T19:47:30.4938018Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/briancoutinho' 2025-03-04T19:47:30.4938364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/23/base' 2025-03-04T19:47:30.4938723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/23/head' 2025-03-04T19:47:30.4939095Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/23' 2025-03-04T19:47:30.4939452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/30/base' 2025-03-04T19:47:30.4939794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/30/head' 2025-03-04T19:47:30.4940147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/30/orig' 2025-03-04T19:47:30.4940514Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/30' 2025-03-04T19:47:30.4940869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/35/base' 2025-03-04T19:47:30.4941210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/35/head' 2025-03-04T19:47:30.4941644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/35/orig' 2025-03-04T19:47:30.4942014Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/35' 2025-03-04T19:47:30.4942356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/36/base' 2025-03-04T19:47:30.4942708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/36/head' 2025-03-04T19:47:30.4943051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/36/orig' 2025-03-04T19:47:30.4943428Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/36' 2025-03-04T19:47:30.4943770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/37/base' 2025-03-04T19:47:30.4944133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/37/head' 2025-03-04T19:47:30.4944533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/37/orig' 2025-03-04T19:47:30.4944911Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/37' 2025-03-04T19:47:30.4945254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/38/base' 2025-03-04T19:47:30.4945596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/38/head' 2025-03-04T19:47:30.4945951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/38/orig' 2025-03-04T19:47:30.4946314Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/38' 2025-03-04T19:47:30.4946670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/39/base' 2025-03-04T19:47:30.4947057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/39/head' 2025-03-04T19:47:30.4947414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/39/orig' 2025-03-04T19:47:30.4947779Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/39' 2025-03-04T19:47:30.4948133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/40/base' 2025-03-04T19:47:30.4948474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/40/head' 2025-03-04T19:47:30.4948816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/40/orig' 2025-03-04T19:47:30.4949192Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/40' 2025-03-04T19:47:30.4949536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/41/base' 2025-03-04T19:47:30.4949899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/41/head' 2025-03-04T19:47:30.4950242Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/41/orig' 2025-03-04T19:47:30.4950620Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/41' 2025-03-04T19:47:30.4950967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/42/base' 2025-03-04T19:47:30.4951323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/42/head' 2025-03-04T19:47:30.4951667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/42/orig' 2025-03-04T19:47:30.4952036Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w/42' 2025-03-04T19:47:30.4952400Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/c00w' 2025-03-04T19:47:30.4952774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chenyang78/1/base' 2025-03-04T19:47:30.4953153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chenyang78/1/head' 2025-03-04T19:47:30.4953521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chenyang78/1/orig' 2025-03-04T19:47:30.4953921Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chenyang78/1' 2025-03-04T19:47:30.4954288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chenyang78/2/base' 2025-03-04T19:47:30.4954665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chenyang78/2/head' 2025-03-04T19:47:30.4955031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chenyang78/2/orig' 2025-03-04T19:47:30.4955486Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chenyang78/2' 2025-03-04T19:47:30.4955864Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chenyang78' 2025-03-04T19:47:30.4956226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chillee/220/base' 2025-03-04T19:47:30.4956599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chillee/220/head' 2025-03-04T19:47:30.4956959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chillee/220/orig' 2025-03-04T19:47:30.4957353Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chillee/220' 2025-03-04T19:47:30.4957714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chillee/376/base' 2025-03-04T19:47:30.4958129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chillee/376/head' 2025-03-04T19:47:30.4958490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chillee/376/orig' 2025-03-04T19:47:30.4958882Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chillee/376' 2025-03-04T19:47:30.4959257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chillee/377/base' 2025-03-04T19:47:30.4959617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chillee/377/head' 2025-03-04T19:47:30.4959984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chillee/377/orig' 2025-03-04T19:47:30.4960363Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chillee/377' 2025-03-04T19:47:30.4960732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chillee/380/base' 2025-03-04T19:47:30.4961097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chillee/380/head' 2025-03-04T19:47:30.4961466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chillee/380/orig' 2025-03-04T19:47:30.4961848Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chillee/380' 2025-03-04T19:47:30.4962227Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chillee' 2025-03-04T19:47:30.4962596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chunyuan-w/1/base' 2025-03-04T19:47:30.4962975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chunyuan-w/1/head' 2025-03-04T19:47:30.4963340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chunyuan-w/1/orig' 2025-03-04T19:47:30.4963729Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chunyuan-w/1' 2025-03-04T19:47:30.4964109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chunyuan-w/3/base' 2025-03-04T19:47:30.4964476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chunyuan-w/3/head' 2025-03-04T19:47:30.4964851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chunyuan-w/3/orig' 2025-03-04T19:47:30.4965238Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chunyuan-w/3' 2025-03-04T19:47:30.4965627Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/chunyuan-w' 2025-03-04T19:47:30.4965984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/clee2000/1/base' 2025-03-04T19:47:30.4966349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/clee2000/1/head' 2025-03-04T19:47:30.4966763Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/clee2000/1/orig' 2025-03-04T19:47:30.4967139Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/clee2000/1' 2025-03-04T19:47:30.4967517Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/clee2000' 2025-03-04T19:47:30.4967904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/230/base' 2025-03-04T19:47:30.4968303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/230/head' 2025-03-04T19:47:30.4968691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/230/orig' 2025-03-04T19:47:30.4969114Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/230' 2025-03-04T19:47:30.4969553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/335/base' 2025-03-04T19:47:30.4969955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/335/head' 2025-03-04T19:47:30.4970341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/335/orig' 2025-03-04T19:47:30.4970766Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/335' 2025-03-04T19:47:30.4971157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/337/base' 2025-03-04T19:47:30.4971546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/337/head' 2025-03-04T19:47:30.4972189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/337/orig' 2025-03-04T19:47:30.4972623Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/337' 2025-03-04T19:47:30.4973031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/338/base' 2025-03-04T19:47:30.4973420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/338/head' 2025-03-04T19:47:30.4973822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/338/orig' 2025-03-04T19:47:30.4974237Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/338' 2025-03-04T19:47:30.4974641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/339/base' 2025-03-04T19:47:30.4975030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/339/head' 2025-03-04T19:47:30.4975422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/339/orig' 2025-03-04T19:47:30.4975848Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/339' 2025-03-04T19:47:30.4976239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/340/base' 2025-03-04T19:47:30.4976644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/340/head' 2025-03-04T19:47:30.4977037Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/340/orig' 2025-03-04T19:47:30.4977463Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/340' 2025-03-04T19:47:30.4977847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/341/base' 2025-03-04T19:47:30.4978249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/341/head' 2025-03-04T19:47:30.4978737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/341/orig' 2025-03-04T19:47:30.4979159Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98/341' 2025-03-04T19:47:30.4979555Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/davidberard98' 2025-03-04T19:47:30.4979931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/531/base' 2025-03-04T19:47:30.4980316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/531/head' 2025-03-04T19:47:30.4980689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/531/orig' 2025-03-04T19:47:30.4981118Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/531' 2025-03-04T19:47:30.4981626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/535/base' 2025-03-04T19:47:30.4982017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/535/head' 2025-03-04T19:47:30.4982393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/535/orig' 2025-03-04T19:47:30.4982798Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/535' 2025-03-04T19:47:30.4983171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/536/base' 2025-03-04T19:47:30.4983556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/536/head' 2025-03-04T19:47:30.4983932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/536/orig' 2025-03-04T19:47:30.4984334Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/536' 2025-03-04T19:47:30.4984719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/537/base' 2025-03-04T19:47:30.4985094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/537/head' 2025-03-04T19:47:30.4985482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/537/orig' 2025-03-04T19:47:30.4985875Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/537' 2025-03-04T19:47:30.4986262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/538/base' 2025-03-04T19:47:30.4986635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/538/head' 2025-03-04T19:47:30.4987047Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/538' 2025-03-04T19:47:30.4987424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/539/base' 2025-03-04T19:47:30.4987800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/539/head' 2025-03-04T19:47:30.4988187Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/539/orig' 2025-03-04T19:47:30.4988580Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/539' 2025-03-04T19:47:30.4988966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/540/base' 2025-03-04T19:47:30.4989339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/540/head' 2025-03-04T19:47:30.4989727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/540/orig' 2025-03-04T19:47:30.4990171Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/540' 2025-03-04T19:47:30.4990557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/541/base' 2025-03-04T19:47:30.4990931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/541/head' 2025-03-04T19:47:30.4991317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/541/orig' 2025-03-04T19:47:30.4991716Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/541' 2025-03-04T19:47:30.4992088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/542/base' 2025-03-04T19:47:30.4992476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/542/head' 2025-03-04T19:47:30.4992902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/542/orig' 2025-03-04T19:47:30.4993307Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/542' 2025-03-04T19:47:30.4993680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/543/base' 2025-03-04T19:47:30.4994065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/543/head' 2025-03-04T19:47:30.4994436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/543/orig' 2025-03-04T19:47:30.4994841Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/543' 2025-03-04T19:47:30.4995213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/544/base' 2025-03-04T19:47:30.4995603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/544/head' 2025-03-04T19:47:30.4995979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/544/orig' 2025-03-04T19:47:30.4996391Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/544' 2025-03-04T19:47:30.4996775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/545/base' 2025-03-04T19:47:30.4997152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/545/head' 2025-03-04T19:47:30.4997535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/545/orig' 2025-03-04T19:47:30.4997928Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/545' 2025-03-04T19:47:30.4998315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/546/base' 2025-03-04T19:47:30.4998693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/546/head' 2025-03-04T19:47:30.4999071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/546/orig' 2025-03-04T19:47:30.4999476Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/546' 2025-03-04T19:47:30.4999843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/547/base' 2025-03-04T19:47:30.5000224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/547/head' 2025-03-04T19:47:30.5000594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/547/orig' 2025-03-04T19:47:30.5001002Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/547' 2025-03-04T19:47:30.5001428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/548/base' 2025-03-04T19:47:30.5001803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/548/head' 2025-03-04T19:47:30.5002187Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/548/orig' 2025-03-04T19:47:30.5002577Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/548' 2025-03-04T19:47:30.5002961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/549/base' 2025-03-04T19:47:30.5003330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/549/head' 2025-03-04T19:47:30.5003712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/549/orig' 2025-03-04T19:47:30.5004163Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire/549' 2025-03-04T19:47:30.5004555Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/desertfire' 2025-03-04T19:47:30.5004918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/100/base' 2025-03-04T19:47:30.5005280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/100/head' 2025-03-04T19:47:30.5005656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/100/orig' 2025-03-04T19:47:30.5006037Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/100' 2025-03-04T19:47:30.5006427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/103/base' 2025-03-04T19:47:30.5006787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/103/head' 2025-03-04T19:47:30.5007162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/103/orig' 2025-03-04T19:47:30.5007543Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/103' 2025-03-04T19:47:30.5007921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/104/base' 2025-03-04T19:47:30.5008279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/104/head' 2025-03-04T19:47:30.5008649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/104/orig' 2025-03-04T19:47:30.5009036Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/104' 2025-03-04T19:47:30.5009397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/106/base' 2025-03-04T19:47:30.5009777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/106/head' 2025-03-04T19:47:30.5010133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/106/orig' 2025-03-04T19:47:30.5010530Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/106' 2025-03-04T19:47:30.5010889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/111/base' 2025-03-04T19:47:30.5011258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/111/head' 2025-03-04T19:47:30.5011613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/111/orig' 2025-03-04T19:47:30.5012007Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/111' 2025-03-04T19:47:30.5012366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/115/base' 2025-03-04T19:47:30.5012772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/115/head' 2025-03-04T19:47:30.5013135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/115/orig' 2025-03-04T19:47:30.5013516Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/115' 2025-03-04T19:47:30.5013884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/119/base' 2025-03-04T19:47:30.5014238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/119/head' 2025-03-04T19:47:30.5014610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/119/orig' 2025-03-04T19:47:30.5014984Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/119' 2025-03-04T19:47:30.5015406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/120/base' 2025-03-04T19:47:30.5015763Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/120/head' 2025-03-04T19:47:30.5016130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/120/orig' 2025-03-04T19:47:30.5016511Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/120' 2025-03-04T19:47:30.5016868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/121/base' 2025-03-04T19:47:30.5017238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/121/head' 2025-03-04T19:47:30.5017594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/121/orig' 2025-03-04T19:47:30.5017990Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/121' 2025-03-04T19:47:30.5018348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/122/base' 2025-03-04T19:47:30.5018718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/122/head' 2025-03-04T19:47:30.5019072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/122/orig' 2025-03-04T19:47:30.5019462Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/122' 2025-03-04T19:47:30.5019821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/123/base' 2025-03-04T19:47:30.5020177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/123/head' 2025-03-04T19:47:30.5020547Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/123/orig' 2025-03-04T19:47:30.5020932Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/123' 2025-03-04T19:47:30.5021303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/124/base' 2025-03-04T19:47:30.5021755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/124/head' 2025-03-04T19:47:30.5022132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/124/orig' 2025-03-04T19:47:30.5022512Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/124' 2025-03-04T19:47:30.5022880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/125/base' 2025-03-04T19:47:30.5023235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/125/head' 2025-03-04T19:47:30.5023607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/125/orig' 2025-03-04T19:47:30.5024089Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/125' 2025-03-04T19:47:30.5024445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/126/base' 2025-03-04T19:47:30.5024811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/126/head' 2025-03-04T19:47:30.5025163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/126/orig' 2025-03-04T19:47:30.5025554Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/126' 2025-03-04T19:47:30.5025909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/127/base' 2025-03-04T19:47:30.5026276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/127/head' 2025-03-04T19:47:30.5026681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/127/orig' 2025-03-04T19:47:30.5027071Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/127' 2025-03-04T19:47:30.5027430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/128/base' 2025-03-04T19:47:30.5027789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/128/head' 2025-03-04T19:47:30.5028159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/128/orig' 2025-03-04T19:47:30.5028535Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/128' 2025-03-04T19:47:30.5028897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/129/base' 2025-03-04T19:47:30.5029256Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/129/head' 2025-03-04T19:47:30.5029624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/129/orig' 2025-03-04T19:47:30.5030004Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/129' 2025-03-04T19:47:30.5030374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/130/base' 2025-03-04T19:47:30.5030733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/130/head' 2025-03-04T19:47:30.5031092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/130/orig' 2025-03-04T19:47:30.5031482Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/130' 2025-03-04T19:47:30.5031839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/66/base' 2025-03-04T19:47:30.5032216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/66/head' 2025-03-04T19:47:30.5032568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/66/orig' 2025-03-04T19:47:30.5032957Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/66' 2025-03-04T19:47:30.5033309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/79/base' 2025-03-04T19:47:30.5033672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/79/head' 2025-03-04T19:47:30.5034028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/79/orig' 2025-03-04T19:47:30.5034417Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/79' 2025-03-04T19:47:30.5034774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/94/base' 2025-03-04T19:47:30.5035175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/94/head' 2025-03-04T19:47:30.5035539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/94/orig' 2025-03-04T19:47:30.5035916Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/94' 2025-03-04T19:47:30.5036281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/98/base' 2025-03-04T19:47:30.5036629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/98/head' 2025-03-04T19:47:30.5036992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/98/orig' 2025-03-04T19:47:30.5037365Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg/98' 2025-03-04T19:47:30.5037790Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/drisspg' 2025-03-04T19:47:30.5038154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/554/base' 2025-03-04T19:47:30.5038515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/554/head' 2025-03-04T19:47:30.5038886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/554/orig' 2025-03-04T19:47:30.5039267Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/554' 2025-03-04T19:47:30.5039665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/555/base' 2025-03-04T19:47:30.5040023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/555/head' 2025-03-04T19:47:30.5040400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/555/orig' 2025-03-04T19:47:30.5040785Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/555' 2025-03-04T19:47:30.5041161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/691/base' 2025-03-04T19:47:30.5041521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/691/head' 2025-03-04T19:47:30.5041889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/691/orig' 2025-03-04T19:47:30.5042278Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/691' 2025-03-04T19:47:30.5042637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/709/base' 2025-03-04T19:47:30.5043015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/709/head' 2025-03-04T19:47:30.5043376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/709/orig' 2025-03-04T19:47:30.5043774Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/709' 2025-03-04T19:47:30.5044134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/710/base' 2025-03-04T19:47:30.5044508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/710/head' 2025-03-04T19:47:30.5044866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/710/orig' 2025-03-04T19:47:30.5045263Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/710' 2025-03-04T19:47:30.5045626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/711/base' 2025-03-04T19:47:30.5046042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/711/head' 2025-03-04T19:47:30.5046415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/711/orig' 2025-03-04T19:47:30.5046795Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/711' 2025-03-04T19:47:30.5047166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/735/base' 2025-03-04T19:47:30.5047525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/735/head' 2025-03-04T19:47:30.5047893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/735/orig' 2025-03-04T19:47:30.5048275Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/735' 2025-03-04T19:47:30.5048709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/747/base' 2025-03-04T19:47:30.5049073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/747/head' 2025-03-04T19:47:30.5049444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/747/orig' 2025-03-04T19:47:30.5049826Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/747' 2025-03-04T19:47:30.5050182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/752/base' 2025-03-04T19:47:30.5050558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/752/head' 2025-03-04T19:47:30.5050918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/752/orig' 2025-03-04T19:47:30.5051313Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/752' 2025-03-04T19:47:30.5051680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/757/base' 2025-03-04T19:47:30.5052052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/757/head' 2025-03-04T19:47:30.5052411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/757/orig' 2025-03-04T19:47:30.5052807Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/757' 2025-03-04T19:47:30.5053166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/758/base' 2025-03-04T19:47:30.5053527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/758/head' 2025-03-04T19:47:30.5053899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/758/orig' 2025-03-04T19:47:30.5054285Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/758' 2025-03-04T19:47:30.5054661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/759/base' 2025-03-04T19:47:30.5055020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/759/head' 2025-03-04T19:47:30.5055394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/759/orig' 2025-03-04T19:47:30.5055778Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/759' 2025-03-04T19:47:30.5056151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/760/base' 2025-03-04T19:47:30.5056510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/760/head' 2025-03-04T19:47:30.5056870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/760/orig' 2025-03-04T19:47:30.5057316Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/760' 2025-03-04T19:47:30.5057677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/761/base' 2025-03-04T19:47:30.5058052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/761/head' 2025-03-04T19:47:30.5058410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/761/orig' 2025-03-04T19:47:30.5058805Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/761' 2025-03-04T19:47:30.5059164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/762/base' 2025-03-04T19:47:30.5059536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/762/head' 2025-03-04T19:47:30.5059943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/762/orig' 2025-03-04T19:47:30.5060337Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/762' 2025-03-04T19:47:30.5060700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/763/base' 2025-03-04T19:47:30.5061060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/763/head' 2025-03-04T19:47:30.5061430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/763/orig' 2025-03-04T19:47:30.5061883Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/763' 2025-03-04T19:47:30.5062259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/764/base' 2025-03-04T19:47:30.5062624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/764/head' 2025-03-04T19:47:30.5063000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/764/orig' 2025-03-04T19:47:30.5063384Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/764' 2025-03-04T19:47:30.5063756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/765/base' 2025-03-04T19:47:30.5064116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/765/head' 2025-03-04T19:47:30.5064476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/765/orig' 2025-03-04T19:47:30.5064871Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/765' 2025-03-04T19:47:30.5065230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/766/base' 2025-03-04T19:47:30.5065612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/766/head' 2025-03-04T19:47:30.5065976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/766/orig' 2025-03-04T19:47:30.5066374Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/766' 2025-03-04T19:47:30.5066735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/767/base' 2025-03-04T19:47:30.5067111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/767/head' 2025-03-04T19:47:30.5067476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/767/orig' 2025-03-04T19:47:30.5067875Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/767' 2025-03-04T19:47:30.5068242Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/768/base' 2025-03-04T19:47:30.5068661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/768/head' 2025-03-04T19:47:30.5069035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/768/orig' 2025-03-04T19:47:30.5069427Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison/768' 2025-03-04T19:47:30.5069809Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/eellison' 2025-03-04T19:47:30.5070179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/100/base' 2025-03-04T19:47:30.5070540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/100/head' 2025-03-04T19:47:30.5070887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/100/orig' 2025-03-04T19:47:30.5071321Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/100' 2025-03-04T19:47:30.5071670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/101/base' 2025-03-04T19:47:30.5072175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/101/head' 2025-03-04T19:47:30.5072551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/101/orig' 2025-03-04T19:47:30.5072918Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/101' 2025-03-04T19:47:30.5073273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/102/base' 2025-03-04T19:47:30.5073614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/102/head' 2025-03-04T19:47:30.5073977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/102/orig' 2025-03-04T19:47:30.5074344Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/102' 2025-03-04T19:47:30.5074701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/103/base' 2025-03-04T19:47:30.5075046Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/103/head' 2025-03-04T19:47:30.5075393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/103/orig' 2025-03-04T19:47:30.5075773Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/103' 2025-03-04T19:47:30.5076119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/104/base' 2025-03-04T19:47:30.5076469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/104/head' 2025-03-04T19:47:30.5076821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/104/orig' 2025-03-04T19:47:30.5077201Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/104' 2025-03-04T19:47:30.5077543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/64/base' 2025-03-04T19:47:30.5077892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/64/head' 2025-03-04T19:47:30.5078231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/64/orig' 2025-03-04T19:47:30.5078596Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/64' 2025-03-04T19:47:30.5078945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/68/base' 2025-03-04T19:47:30.5079289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/68/head' 2025-03-04T19:47:30.5079733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/68/orig' 2025-03-04T19:47:30.5080099Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/68' 2025-03-04T19:47:30.5080453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/69/base' 2025-03-04T19:47:30.5080794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/69/head' 2025-03-04T19:47:30.5081199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/69/orig' 2025-03-04T19:47:30.5081562Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/69' 2025-03-04T19:47:30.5081917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/84/base' 2025-03-04T19:47:30.5082321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/84/head' 2025-03-04T19:47:30.5082670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/84/orig' 2025-03-04T19:47:30.5083042Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/84' 2025-03-04T19:47:30.5083383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/95/base' 2025-03-04T19:47:30.5083737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/95/head' 2025-03-04T19:47:30.5084077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/95/orig' 2025-03-04T19:47:30.5084453Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/95' 2025-03-04T19:47:30.5084792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/96/base' 2025-03-04T19:47:30.5085159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/96/head' 2025-03-04T19:47:30.5085499Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/96/orig' 2025-03-04T19:47:30.5085861Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/96' 2025-03-04T19:47:30.5086211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/97/base' 2025-03-04T19:47:30.5086552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/97/head' 2025-03-04T19:47:30.5086903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/97/orig' 2025-03-04T19:47:30.5087264Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/97' 2025-03-04T19:47:30.5087616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/98/base' 2025-03-04T19:47:30.5087964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/98/head' 2025-03-04T19:47:30.5088319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/98/orig' 2025-03-04T19:47:30.5088679Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/98' 2025-03-04T19:47:30.5089021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/99/base' 2025-03-04T19:47:30.5089372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/99/head' 2025-03-04T19:47:30.5089712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/99/orig' 2025-03-04T19:47:30.5090082Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf/99' 2025-03-04T19:47:30.5090434Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/etaf' 2025-03-04T19:47:30.5090888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2374/base' 2025-03-04T19:47:30.5091252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2374/head' 2025-03-04T19:47:30.5091626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2374/orig' 2025-03-04T19:47:30.5092014Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2374' 2025-03-04T19:47:30.5092389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2449/orig' 2025-03-04T19:47:30.5092770Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2449' 2025-03-04T19:47:30.5093133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2479/next' 2025-03-04T19:47:30.5093578Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2479' 2025-03-04T19:47:30.5093938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2480/next' 2025-03-04T19:47:30.5094332Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2480' 2025-03-04T19:47:30.5094692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2973/base' 2025-03-04T19:47:30.5095063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2973/head' 2025-03-04T19:47:30.5095424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2973/orig' 2025-03-04T19:47:30.5095818Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2973' 2025-03-04T19:47:30.5096178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2974/base' 2025-03-04T19:47:30.5096539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2974/head' 2025-03-04T19:47:30.5096912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2974/orig' 2025-03-04T19:47:30.5097295Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2974' 2025-03-04T19:47:30.5097670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2997/base' 2025-03-04T19:47:30.5098029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2997/head' 2025-03-04T19:47:30.5098401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2997/orig' 2025-03-04T19:47:30.5098787Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/2997' 2025-03-04T19:47:30.5099165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/3031/base' 2025-03-04T19:47:30.5099527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/3031/head' 2025-03-04T19:47:30.5099887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/3031/orig' 2025-03-04T19:47:30.5100287Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/3031' 2025-03-04T19:47:30.5100648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/3068/base' 2025-03-04T19:47:30.5101018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/3068/head' 2025-03-04T19:47:30.5101378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/3068/orig' 2025-03-04T19:47:30.5101856Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang/3068' 2025-03-04T19:47:30.5102305Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ezyang' 2025-03-04T19:47:30.5102675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fduwjj/111/base' 2025-03-04T19:47:30.5103030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fduwjj/111/head' 2025-03-04T19:47:30.5103400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fduwjj/111/orig' 2025-03-04T19:47:30.5103781Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fduwjj/111' 2025-03-04T19:47:30.5104162Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fduwjj' 2025-03-04T19:47:30.5104542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/148/base' 2025-03-04T19:47:30.5104944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/148/head' 2025-03-04T19:47:30.5105312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/148/orig' 2025-03-04T19:47:30.5105686Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/148' 2025-03-04T19:47:30.5106049Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/159/base' 2025-03-04T19:47:30.5106400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/159/head' 2025-03-04T19:47:30.5106759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/159/orig' 2025-03-04T19:47:30.5107129Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/159' 2025-03-04T19:47:30.5107478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/160/base' 2025-03-04T19:47:30.5107844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/160/head' 2025-03-04T19:47:30.5108194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/160/orig' 2025-03-04T19:47:30.5108580Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/160' 2025-03-04T19:47:30.5108927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/169/base' 2025-03-04T19:47:30.5109288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/169/head' 2025-03-04T19:47:30.5109634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/169/orig' 2025-03-04T19:47:30.5110015Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/169' 2025-03-04T19:47:30.5110370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/171/base' 2025-03-04T19:47:30.5110716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/171/head' 2025-03-04T19:47:30.5111078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/171/orig' 2025-03-04T19:47:30.5111450Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/171' 2025-03-04T19:47:30.5111811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/172/base' 2025-03-04T19:47:30.5112157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/172/head' 2025-03-04T19:47:30.5112515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/172/orig' 2025-03-04T19:47:30.5112889Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/172' 2025-03-04T19:47:30.5113298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/294/base' 2025-03-04T19:47:30.5113648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/294/head' 2025-03-04T19:47:30.5114004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/294/orig' 2025-03-04T19:47:30.5114375Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/294' 2025-03-04T19:47:30.5114721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/295/base' 2025-03-04T19:47:30.5115077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/295/head' 2025-03-04T19:47:30.5115425Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/295/orig' 2025-03-04T19:47:30.5115873Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/295' 2025-03-04T19:47:30.5116223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/296/base' 2025-03-04T19:47:30.5116581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/296/head' 2025-03-04T19:47:30.5116929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/296/orig' 2025-03-04T19:47:30.5117310Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/296' 2025-03-04T19:47:30.5117658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/297/base' 2025-03-04T19:47:30.5118021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/297/head' 2025-03-04T19:47:30.5118420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/297/orig' 2025-03-04T19:47:30.5118798Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin/297' 2025-03-04T19:47:30.5119167Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fegin' 2025-03-04T19:47:30.5119514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/26/base' 2025-03-04T19:47:30.5119877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/26/head' 2025-03-04T19:47:30.5120225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/26/orig' 2025-03-04T19:47:30.5120611Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/26' 2025-03-04T19:47:30.5120960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/28/base' 2025-03-04T19:47:30.5121311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/28/head' 2025-03-04T19:47:30.5121678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/28/orig' 2025-03-04T19:47:30.5122051Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/28' 2025-03-04T19:47:30.5122416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/37/base' 2025-03-04T19:47:30.5122765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/37/head' 2025-03-04T19:47:30.5123127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/37/orig' 2025-03-04T19:47:30.5123501Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/37' 2025-03-04T19:47:30.5123866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/38/base' 2025-03-04T19:47:30.5124269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/38/head' 2025-03-04T19:47:30.5124629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/38/orig' 2025-03-04T19:47:30.5125001Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/38' 2025-03-04T19:47:30.5125346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/39/base' 2025-03-04T19:47:30.5125704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/39/head' 2025-03-04T19:47:30.5126052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/39/orig' 2025-03-04T19:47:30.5126432Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/39' 2025-03-04T19:47:30.5126825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/40/base' 2025-03-04T19:47:30.5127191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/40/head' 2025-03-04T19:47:30.5127535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/40/orig' 2025-03-04T19:47:30.5127920Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/40' 2025-03-04T19:47:30.5128265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/41/base' 2025-03-04T19:47:30.5128613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/41/head' 2025-03-04T19:47:30.5128971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/41/orig' 2025-03-04T19:47:30.5129344Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/41' 2025-03-04T19:47:30.5129711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/42/base' 2025-03-04T19:47:30.5130067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/42/head' 2025-03-04T19:47:30.5130423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/42/orig' 2025-03-04T19:47:30.5130798Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/42' 2025-03-04T19:47:30.5131161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/43/base' 2025-03-04T19:47:30.5131508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/43/head' 2025-03-04T19:47:30.5131860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/43/orig' 2025-03-04T19:47:30.5132247Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/43' 2025-03-04T19:47:30.5132600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/44/base' 2025-03-04T19:47:30.5132957Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/44/head' 2025-03-04T19:47:30.5133304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/44/orig' 2025-03-04T19:47:30.5133689Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/44' 2025-03-04T19:47:30.5134038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/45/base' 2025-03-04T19:47:30.5134400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/45/head' 2025-03-04T19:47:30.5134748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/45/orig' 2025-03-04T19:47:30.5135201Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/45' 2025-03-04T19:47:30.5135558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/46/base' 2025-03-04T19:47:30.5135910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/46/head' 2025-03-04T19:47:30.5136277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/46/orig' 2025-03-04T19:47:30.5136647Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/46' 2025-03-04T19:47:30.5137007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/47/base' 2025-03-04T19:47:30.5137355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/47/head' 2025-03-04T19:47:30.5137762Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/47/orig' 2025-03-04T19:47:30.5138139Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/47' 2025-03-04T19:47:30.5138502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/48/base' 2025-03-04T19:47:30.5138852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/48/head' 2025-03-04T19:47:30.5139200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/48/orig' 2025-03-04T19:47:30.5139588Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/48' 2025-03-04T19:47:30.5139936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/49/base' 2025-03-04T19:47:30.5140315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/49/head' 2025-03-04T19:47:30.5140813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/49/orig' 2025-03-04T19:47:30.5141271Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog/49' 2025-03-04T19:47:30.5141751Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/fffrog' 2025-03-04T19:47:30.5142148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/gasoonjia/2/base' 2025-03-04T19:47:30.5142510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/gasoonjia/2/head' 2025-03-04T19:47:30.5142873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/gasoonjia/2/orig' 2025-03-04T19:47:30.5143271Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/gasoonjia/2' 2025-03-04T19:47:30.5143647Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/gasoonjia' 2025-03-04T19:47:30.5144028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/114/base' 2025-03-04T19:47:30.5144390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/114/head' 2025-03-04T19:47:30.5144766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/114/orig' 2025-03-04T19:47:30.5145154Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/114' 2025-03-04T19:47:30.5145527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/118/base' 2025-03-04T19:47:30.5145892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/118/head' 2025-03-04T19:47:30.5146263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/118/orig' 2025-03-04T19:47:30.5146730Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/118' 2025-03-04T19:47:30.5147094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/123/base' 2025-03-04T19:47:30.5147466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/123/head' 2025-03-04T19:47:30.5147833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/123/orig' 2025-03-04T19:47:30.5148228Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/123' 2025-03-04T19:47:30.5148594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/124/base' 2025-03-04T19:47:30.5148971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/124/head' 2025-03-04T19:47:30.5149384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/124/orig' 2025-03-04T19:47:30.5149791Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/124' 2025-03-04T19:47:30.5150153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/125/base' 2025-03-04T19:47:30.5150514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/125/head' 2025-03-04T19:47:30.5150881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/125/orig' 2025-03-04T19:47:30.5151268Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/125' 2025-03-04T19:47:30.5151640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/71/base' 2025-03-04T19:47:30.5152002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/71/head' 2025-03-04T19:47:30.5152376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/71/orig' 2025-03-04T19:47:30.5152756Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/71' 2025-03-04T19:47:30.5153128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/79/base' 2025-03-04T19:47:30.5153486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/79/head' 2025-03-04T19:47:30.5153858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/79/orig' 2025-03-04T19:47:30.5154236Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/79' 2025-03-04T19:47:30.5154616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/87/base' 2025-03-04T19:47:30.5155029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/87/head' 2025-03-04T19:47:30.5155393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/87/orig' 2025-03-04T19:47:30.5155784Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/87' 2025-03-04T19:47:30.5156142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/89/base' 2025-03-04T19:47:30.5156513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/89/head' 2025-03-04T19:47:30.5156876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/89/orig' 2025-03-04T19:47:30.5157269Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey/89' 2025-03-04T19:47:30.5157638Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guangyey' 2025-03-04T19:47:30.5158101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/100/base' 2025-03-04T19:47:30.5158515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/100/head' 2025-03-04T19:47:30.5158918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/100/orig' 2025-03-04T19:47:30.5159353Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/100' 2025-03-04T19:47:30.5159760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/101/base' 2025-03-04T19:47:30.5160172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/101/head' 2025-03-04T19:47:30.5160577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/101/orig' 2025-03-04T19:47:30.5161072Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/101' 2025-03-04T19:47:30.5161482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/102/base' 2025-03-04T19:47:30.5161899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/102/head' 2025-03-04T19:47:30.5162304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/102/orig' 2025-03-04T19:47:30.5162725Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/102' 2025-03-04T19:47:30.5163134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/103/base' 2025-03-04T19:47:30.5163530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/103/head' 2025-03-04T19:47:30.5163947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/103/orig' 2025-03-04T19:47:30.5164367Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/103' 2025-03-04T19:47:30.5164780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/104/base' 2025-03-04T19:47:30.5165178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/104/head' 2025-03-04T19:47:30.5165587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/104/orig' 2025-03-04T19:47:30.5166006Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/104' 2025-03-04T19:47:30.5166439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/105/base' 2025-03-04T19:47:30.5166849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/105/head' 2025-03-04T19:47:30.5167250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/105/orig' 2025-03-04T19:47:30.5167679Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/105' 2025-03-04T19:47:30.5168079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/106/base' 2025-03-04T19:47:30.5168486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/106/head' 2025-03-04T19:47:30.5168888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/106/orig' 2025-03-04T19:47:30.5169317Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/106' 2025-03-04T19:47:30.5169767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/107/base' 2025-03-04T19:47:30.5170174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/107/head' 2025-03-04T19:47:30.5170571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/107/orig' 2025-03-04T19:47:30.5171003Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/107' 2025-03-04T19:47:30.5171400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/108/base' 2025-03-04T19:47:30.5171953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/108/head' 2025-03-04T19:47:30.5172373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/108/orig' 2025-03-04T19:47:30.5172896Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/108' 2025-03-04T19:47:30.5173311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/109/base' 2025-03-04T19:47:30.5173712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/109/head' 2025-03-04T19:47:30.5174122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/109/orig' 2025-03-04T19:47:30.5174536Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/109' 2025-03-04T19:47:30.5174950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/11/base' 2025-03-04T19:47:30.5175342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/11/head' 2025-03-04T19:47:30.5175744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/11/orig' 2025-03-04T19:47:30.5176169Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/11' 2025-03-04T19:47:30.5176562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/73/base' 2025-03-04T19:47:30.5176963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/73/head' 2025-03-04T19:47:30.5177354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/73/orig' 2025-03-04T19:47:30.5177776Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/73' 2025-03-04T19:47:30.5178170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/79/base' 2025-03-04T19:47:30.5178577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/79/head' 2025-03-04T19:47:30.5178973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/79/orig' 2025-03-04T19:47:30.5179400Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/79' 2025-03-04T19:47:30.5179795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/83/base' 2025-03-04T19:47:30.5180186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/83/head' 2025-03-04T19:47:30.5180587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/83/orig' 2025-03-04T19:47:30.5180997Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/83' 2025-03-04T19:47:30.5181404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/86/base' 2025-03-04T19:47:30.5181947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/86/head' 2025-03-04T19:47:30.5182350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/86/orig' 2025-03-04T19:47:30.5182759Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/86' 2025-03-04T19:47:30.5183164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/87/base' 2025-03-04T19:47:30.5183558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/87/head' 2025-03-04T19:47:30.5183962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/87/orig' 2025-03-04T19:47:30.5184423Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/87' 2025-03-04T19:47:30.5184819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/88/base' 2025-03-04T19:47:30.5185227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/88/head' 2025-03-04T19:47:30.5185621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/88/orig' 2025-03-04T19:47:30.5186044Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/88' 2025-03-04T19:47:30.5186436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/89/base' 2025-03-04T19:47:30.5186850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/89/head' 2025-03-04T19:47:30.5187242Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/89/orig' 2025-03-04T19:47:30.5187676Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/89' 2025-03-04T19:47:30.5188064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/90/base' 2025-03-04T19:47:30.5188470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/90/head' 2025-03-04T19:47:30.5188862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/90/orig' 2025-03-04T19:47:30.5189272Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/90' 2025-03-04T19:47:30.5189679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/91/base' 2025-03-04T19:47:30.5190077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/91/head' 2025-03-04T19:47:30.5190487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/91/orig' 2025-03-04T19:47:30.5190901Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/91' 2025-03-04T19:47:30.5191304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/92/base' 2025-03-04T19:47:30.5191695Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/92/head' 2025-03-04T19:47:30.5192097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/92/orig' 2025-03-04T19:47:30.5192507Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/92' 2025-03-04T19:47:30.5192912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/93/base' 2025-03-04T19:47:30.5193353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/93/head' 2025-03-04T19:47:30.5193747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/93/orig' 2025-03-04T19:47:30.5194172Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/93' 2025-03-04T19:47:30.5194565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/94/base' 2025-03-04T19:47:30.5194970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/94/head' 2025-03-04T19:47:30.5195365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/94/orig' 2025-03-04T19:47:30.5195788Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/94' 2025-03-04T19:47:30.5196233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/95/base' 2025-03-04T19:47:30.5196643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/95/head' 2025-03-04T19:47:30.5197040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/95/orig' 2025-03-04T19:47:30.5197465Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/95' 2025-03-04T19:47:30.5197857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/96/base' 2025-03-04T19:47:30.5198247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/96/head' 2025-03-04T19:47:30.5198654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/96/orig' 2025-03-04T19:47:30.5199075Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/96' 2025-03-04T19:47:30.5199481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/97/base' 2025-03-04T19:47:30.5199872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/97/head' 2025-03-04T19:47:30.5200278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/97/orig' 2025-03-04T19:47:30.5200694Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/97' 2025-03-04T19:47:30.5201101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/98/base' 2025-03-04T19:47:30.5201490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/98/head' 2025-03-04T19:47:30.5201903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/98/orig' 2025-03-04T19:47:30.5202314Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/98' 2025-03-04T19:47:30.5202707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/99/base' 2025-03-04T19:47:30.5203113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/99/head' 2025-03-04T19:47:30.5203505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/99/orig' 2025-03-04T19:47:30.5203931Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas/99' 2025-03-04T19:47:30.5204332Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/guilhermeleobas' 2025-03-04T19:47:30.5204826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/1/base' 2025-03-04T19:47:30.5205204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/1/head' 2025-03-04T19:47:30.5205591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/1/orig' 2025-03-04T19:47:30.5205985Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/1' 2025-03-04T19:47:30.5206368Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/10/base' 2025-03-04T19:47:30.5206761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/10/head' 2025-03-04T19:47:30.5207144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/10/orig' 2025-03-04T19:47:30.5207607Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/10' 2025-03-04T19:47:30.5207995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/11/base' 2025-03-04T19:47:30.5208391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/11/head' 2025-03-04T19:47:30.5208772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/11/orig' 2025-03-04T19:47:30.5209185Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/11' 2025-03-04T19:47:30.5209565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/12/base' 2025-03-04T19:47:30.5209957Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/12/head' 2025-03-04T19:47:30.5210338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/12/orig' 2025-03-04T19:47:30.5210735Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/12' 2025-03-04T19:47:30.5211124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/13/base' 2025-03-04T19:47:30.5211500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/13/head' 2025-03-04T19:47:30.5211889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/13/orig' 2025-03-04T19:47:30.5212282Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/13' 2025-03-04T19:47:30.5212676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/14/base' 2025-03-04T19:47:30.5213053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/14/head' 2025-03-04T19:47:30.5213452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/14/orig' 2025-03-04T19:47:30.5213848Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/14' 2025-03-04T19:47:30.5214239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/15/base' 2025-03-04T19:47:30.5214618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/15/head' 2025-03-04T19:47:30.5214998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/15/orig' 2025-03-04T19:47:30.5215478Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/15' 2025-03-04T19:47:30.5215865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/16/base' 2025-03-04T19:47:30.5216312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/16/head' 2025-03-04T19:47:30.5216691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/16/orig' 2025-03-04T19:47:30.5217101Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/16' 2025-03-04T19:47:30.5217504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/17/base' 2025-03-04T19:47:30.5217896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/17/head' 2025-03-04T19:47:30.5218273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/17/orig' 2025-03-04T19:47:30.5218673Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/17' 2025-03-04T19:47:30.5219131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/18/base' 2025-03-04T19:47:30.5219521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/18/head' 2025-03-04T19:47:30.5219912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/18/orig' 2025-03-04T19:47:30.5220308Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/18' 2025-03-04T19:47:30.5220700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/19/base' 2025-03-04T19:47:30.5221082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/19/head' 2025-03-04T19:47:30.5221542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/19/orig' 2025-03-04T19:47:30.5221949Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/19' 2025-03-04T19:47:30.5222342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/2/base' 2025-03-04T19:47:30.5222719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/2/head' 2025-03-04T19:47:30.5223097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/2/orig' 2025-03-04T19:47:30.5223508Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/2' 2025-03-04T19:47:30.5223891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/20/base' 2025-03-04T19:47:30.5224286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/20/head' 2025-03-04T19:47:30.5224666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/20/orig' 2025-03-04T19:47:30.5225087Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/20' 2025-03-04T19:47:30.5225463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/21/base' 2025-03-04T19:47:30.5225851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/21/head' 2025-03-04T19:47:30.5226228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/21/orig' 2025-03-04T19:47:30.5226638Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/21' 2025-03-04T19:47:30.5227017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/22/base' 2025-03-04T19:47:30.5227397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/22/head' 2025-03-04T19:47:30.5227789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/22/orig' 2025-03-04T19:47:30.5228240Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/22' 2025-03-04T19:47:30.5228629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/23/base' 2025-03-04T19:47:30.5229010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/23/head' 2025-03-04T19:47:30.5229400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/23/orig' 2025-03-04T19:47:30.5229797Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/23' 2025-03-04T19:47:30.5230187Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/24/base' 2025-03-04T19:47:30.5230612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/24/head' 2025-03-04T19:47:30.5230996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/24/orig' 2025-03-04T19:47:30.5231404Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/24' 2025-03-04T19:47:30.5231782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/25/base' 2025-03-04T19:47:30.5232173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/25/head' 2025-03-04T19:47:30.5232549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/25/orig' 2025-03-04T19:47:30.5232963Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/25' 2025-03-04T19:47:30.5233350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/26/base' 2025-03-04T19:47:30.5233744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/26/head' 2025-03-04T19:47:30.5234122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/26/orig' 2025-03-04T19:47:30.5234528Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/26' 2025-03-04T19:47:30.5234905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/27/base' 2025-03-04T19:47:30.5235282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/27/head' 2025-03-04T19:47:30.5235669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/27/orig' 2025-03-04T19:47:30.5236064Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/27' 2025-03-04T19:47:30.5236458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/28/base' 2025-03-04T19:47:30.5236836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/28/head' 2025-03-04T19:47:30.5237225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/28/orig' 2025-03-04T19:47:30.5237621Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/28' 2025-03-04T19:47:30.5238011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/29/base' 2025-03-04T19:47:30.5238388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/29/head' 2025-03-04T19:47:30.5238777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/29/orig' 2025-03-04T19:47:30.5239179Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/29' 2025-03-04T19:47:30.5239603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/3/base' 2025-03-04T19:47:30.5239995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/3/head' 2025-03-04T19:47:30.5240370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/3/orig' 2025-03-04T19:47:30.5240774Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/3' 2025-03-04T19:47:30.5241153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/30/base' 2025-03-04T19:47:30.5241544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/30/head' 2025-03-04T19:47:30.5241971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/30/orig' 2025-03-04T19:47:30.5242383Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/30' 2025-03-04T19:47:30.5242764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/31/base' 2025-03-04T19:47:30.5243146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/31/head' 2025-03-04T19:47:30.5243538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/31/orig' 2025-03-04T19:47:30.5243936Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/31' 2025-03-04T19:47:30.5244326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/32/base' 2025-03-04T19:47:30.5244778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/32/head' 2025-03-04T19:47:30.5245181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/32/orig' 2025-03-04T19:47:30.5245581Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/32' 2025-03-04T19:47:30.5245965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/4/base' 2025-03-04T19:47:30.5246341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/4/head' 2025-03-04T19:47:30.5246729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/4/orig' 2025-03-04T19:47:30.5247123Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/4' 2025-03-04T19:47:30.5247497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/5/base' 2025-03-04T19:47:30.5247890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/5/head' 2025-03-04T19:47:30.5248262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/5/orig' 2025-03-04T19:47:30.5248666Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/5' 2025-03-04T19:47:30.5249059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/6/base' 2025-03-04T19:47:30.5249448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/6/head' 2025-03-04T19:47:30.5249820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/6/orig' 2025-03-04T19:47:30.5250224Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/6' 2025-03-04T19:47:30.5250604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/7/base' 2025-03-04T19:47:30.5251109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/7/head' 2025-03-04T19:47:30.5251482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/7/orig' 2025-03-04T19:47:30.5251876Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/7' 2025-03-04T19:47:30.5252265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/8/base' 2025-03-04T19:47:30.5252642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/8/head' 2025-03-04T19:47:30.5253033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/8/orig' 2025-03-04T19:47:30.5253480Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/8' 2025-03-04T19:47:30.5253876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/9/base' 2025-03-04T19:47:30.5254247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/9/head' 2025-03-04T19:47:30.5254634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/9/orig' 2025-03-04T19:47:30.5255024Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang/9' 2025-03-04T19:47:30.5255413Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/henrylhtsang' 2025-03-04T19:47:30.5255774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/10/base' 2025-03-04T19:47:30.5256121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/10/head' 2025-03-04T19:47:30.5256487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/10/orig' 2025-03-04T19:47:30.5256859Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/10' 2025-03-04T19:47:30.5257219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/11/base' 2025-03-04T19:47:30.5257563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/11/head' 2025-03-04T19:47:30.5257915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/11/orig' 2025-03-04T19:47:30.5258283Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/11' 2025-03-04T19:47:30.5258631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/21/base' 2025-03-04T19:47:30.5259022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/21/head' 2025-03-04T19:47:30.5259692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/21/orig' 2025-03-04T19:47:30.5260095Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/21' 2025-03-04T19:47:30.5260439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/34/base' 2025-03-04T19:47:30.5260795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/34/head' 2025-03-04T19:47:30.5261143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/34/orig' 2025-03-04T19:47:30.5261604Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/34' 2025-03-04T19:47:30.5261950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/36/base' 2025-03-04T19:47:30.5262310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/36/head' 2025-03-04T19:47:30.5262731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/36/orig' 2025-03-04T19:47:30.5263095Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/36' 2025-03-04T19:47:30.5263451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/41/base' 2025-03-04T19:47:30.5263794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/41/head' 2025-03-04T19:47:30.5264155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/41/orig' 2025-03-04T19:47:30.5264521Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/41' 2025-03-04T19:47:30.5264881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/45/base' 2025-03-04T19:47:30.5266432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/45/head' 2025-03-04T19:47:30.5266819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/45/orig' 2025-03-04T19:47:30.5267185Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/45' 2025-03-04T19:47:30.5267530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/46/base' 2025-03-04T19:47:30.5267886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/46/head' 2025-03-04T19:47:30.5268230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/46/orig' 2025-03-04T19:47:30.5268612Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/46' 2025-03-04T19:47:30.5268956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/47/base' 2025-03-04T19:47:30.5269319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/47/head' 2025-03-04T19:47:30.5269661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/47/orig' 2025-03-04T19:47:30.5270043Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/47' 2025-03-04T19:47:30.5270388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/55/base' 2025-03-04T19:47:30.5270730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/55/head' 2025-03-04T19:47:30.5271087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/55/orig' 2025-03-04T19:47:30.5271880Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/55' 2025-03-04T19:47:30.5272392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/79/base' 2025-03-04T19:47:30.5272741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/79/head' 2025-03-04T19:47:30.5273100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/79/orig' 2025-03-04T19:47:30.5273465Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/79' 2025-03-04T19:47:30.5273822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/9/base' 2025-03-04T19:47:30.5274164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/9/head' 2025-03-04T19:47:30.5274519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/9/orig' 2025-03-04T19:47:30.5274877Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/9' 2025-03-04T19:47:30.5275335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/94/base' 2025-03-04T19:47:30.5275693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/94/head' 2025-03-04T19:47:30.5276038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/94/orig' 2025-03-04T19:47:30.5276420Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/94' 2025-03-04T19:47:30.5276764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/95/base' 2025-03-04T19:47:30.5277122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/95/head' 2025-03-04T19:47:30.5277463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/95/orig' 2025-03-04T19:47:30.5277843Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/95' 2025-03-04T19:47:30.5278261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/97/base' 2025-03-04T19:47:30.5278721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/97/head' 2025-03-04T19:47:30.5279428Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3/97' 2025-03-04T19:47:30.5279778Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/int3' 2025-03-04T19:47:30.5280145Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/101/base' 2025-03-04T19:47:30.5280499Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/101/head' 2025-03-04T19:47:30.5280889Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/101' 2025-03-04T19:47:30.5281247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/105/base' 2025-03-04T19:47:30.5281611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/105/head' 2025-03-04T19:47:30.5281960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/105/orig' 2025-03-04T19:47:30.5282336Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/105' 2025-03-04T19:47:30.5282701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/110/base' 2025-03-04T19:47:30.5283052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/110/head' 2025-03-04T19:47:30.5283412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/110/orig' 2025-03-04T19:47:30.5283785Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/110' 2025-03-04T19:47:30.5284158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/112/base' 2025-03-04T19:47:30.5284529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/112/head' 2025-03-04T19:47:30.5285213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/112/orig' 2025-03-04T19:47:30.5285691Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/112' 2025-03-04T19:47:30.5286057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/115/base' 2025-03-04T19:47:30.5286409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/115/head' 2025-03-04T19:47:30.5286760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/115/orig' 2025-03-04T19:47:30.5287150Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/115' 2025-03-04T19:47:30.5287659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/116/base' 2025-03-04T19:47:30.5288023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/116/head' 2025-03-04T19:47:30.5288373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/116/orig' 2025-03-04T19:47:30.5288763Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/116' 2025-03-04T19:47:30.5289118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/117/base' 2025-03-04T19:47:30.5289482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/117/head' 2025-03-04T19:47:30.5289831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/117/orig' 2025-03-04T19:47:30.5290264Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/117' 2025-03-04T19:47:30.5290630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/118/base' 2025-03-04T19:47:30.5291232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/118/head' 2025-03-04T19:47:30.5291789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/118/orig' 2025-03-04T19:47:30.5292166Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/118' 2025-03-04T19:47:30.5292529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/119/base' 2025-03-04T19:47:30.5292881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/119/head' 2025-03-04T19:47:30.5293249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/119/orig' 2025-03-04T19:47:30.5293631Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/119' 2025-03-04T19:47:30.5293996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/120/base' 2025-03-04T19:47:30.5294346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/120/head' 2025-03-04T19:47:30.5294697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/120/orig' 2025-03-04T19:47:30.5295087Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/120' 2025-03-04T19:47:30.5295440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/121/base' 2025-03-04T19:47:30.5295804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/121/head' 2025-03-04T19:47:30.5296166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/121/orig' 2025-03-04T19:47:30.5296722Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/121' 2025-03-04T19:47:30.5297360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/122/base' 2025-03-04T19:47:30.5297726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/122/head' 2025-03-04T19:47:30.5298078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/122/orig' 2025-03-04T19:47:30.5298454Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/122' 2025-03-04T19:47:30.5298819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/123/base' 2025-03-04T19:47:30.5299175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/123/head' 2025-03-04T19:47:30.5299596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/123/orig' 2025-03-04T19:47:30.5299973Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/123' 2025-03-04T19:47:30.5300337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/124/base' 2025-03-04T19:47:30.5300689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/124/head' 2025-03-04T19:47:30.5301052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/124/orig' 2025-03-04T19:47:30.5301424Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/124' 2025-03-04T19:47:30.5301868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/125/base' 2025-03-04T19:47:30.5302293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/125/head' 2025-03-04T19:47:30.5302803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/125/orig' 2025-03-04T19:47:30.5303471Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/125' 2025-03-04T19:47:30.5303821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/126/base' 2025-03-04T19:47:30.5304187Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/126/head' 2025-03-04T19:47:30.5304536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/126/orig' 2025-03-04T19:47:30.5304924Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/126' 2025-03-04T19:47:30.5305278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/39/base' 2025-03-04T19:47:30.5305649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/39/head' 2025-03-04T19:47:30.5305999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/39/orig' 2025-03-04T19:47:30.5306371Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/39' 2025-03-04T19:47:30.5306732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/81/base' 2025-03-04T19:47:30.5307081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/81/head' 2025-03-04T19:47:30.5307443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/81/orig' 2025-03-04T19:47:30.5307814Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf/81' 2025-03-04T19:47:30.5308213Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/isuruf' 2025-03-04T19:47:30.5308908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/100/base' 2025-03-04T19:47:30.5309351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/100/head' 2025-03-04T19:47:30.5309716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/100/orig' 2025-03-04T19:47:30.5310104Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/100' 2025-03-04T19:47:30.5310477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/101/base' 2025-03-04T19:47:30.5310839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/101/head' 2025-03-04T19:47:30.5311214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/101/orig' 2025-03-04T19:47:30.5311677Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/101' 2025-03-04T19:47:30.5312051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/102/base' 2025-03-04T19:47:30.5312413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/102/head' 2025-03-04T19:47:30.5312812Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/102' 2025-03-04T19:47:30.5313176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/103/base' 2025-03-04T19:47:30.5313552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/103/head' 2025-03-04T19:47:30.5313938Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/103' 2025-03-04T19:47:30.5314358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/104/base' 2025-03-04T19:47:30.5315064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/104/head' 2025-03-04T19:47:30.5315547Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/104' 2025-03-04T19:47:30.5315924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/105/base' 2025-03-04T19:47:30.5316287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/105/head' 2025-03-04T19:47:30.5316661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/105/orig' 2025-03-04T19:47:30.5317045Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/105' 2025-03-04T19:47:30.5317423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/106/base' 2025-03-04T19:47:30.5317793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/106/head' 2025-03-04T19:47:30.5318156Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/106/orig' 2025-03-04T19:47:30.5318551Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/106' 2025-03-04T19:47:30.5318919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/107/base' 2025-03-04T19:47:30.5319296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/107/head' 2025-03-04T19:47:30.5319662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/107/orig' 2025-03-04T19:47:30.5320067Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/107' 2025-03-04T19:47:30.5320436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/108/base' 2025-03-04T19:47:30.5321127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/108/head' 2025-03-04T19:47:30.5321617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/108/orig' 2025-03-04T19:47:30.5322018Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/108' 2025-03-04T19:47:30.5322386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/109/base' 2025-03-04T19:47:30.5322748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/109/head' 2025-03-04T19:47:30.5323124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/109/orig' 2025-03-04T19:47:30.5323572Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/109' 2025-03-04T19:47:30.5323948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/110/base' 2025-03-04T19:47:30.5324313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/110/head' 2025-03-04T19:47:30.5324689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/110/orig' 2025-03-04T19:47:30.5325074Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/110' 2025-03-04T19:47:30.5325449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/111/base' 2025-03-04T19:47:30.5325813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/111/head' 2025-03-04T19:47:30.5326226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/111/orig' 2025-03-04T19:47:30.5326628Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/111' 2025-03-04T19:47:30.5327102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/112/base' 2025-03-04T19:47:30.5327813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/112/head' 2025-03-04T19:47:30.5328176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/112/orig' 2025-03-04T19:47:30.5328576Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/112' 2025-03-04T19:47:30.5328938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/113/base' 2025-03-04T19:47:30.5329315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/113/head' 2025-03-04T19:47:30.5329685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/113/orig' 2025-03-04T19:47:30.5330071Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/113' 2025-03-04T19:47:30.5330447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/114/base' 2025-03-04T19:47:30.5330811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/114/head' 2025-03-04T19:47:30.5331187Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/114/orig' 2025-03-04T19:47:30.5331573Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/114' 2025-03-04T19:47:30.5331949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/52/base' 2025-03-04T19:47:30.5332313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/52/head' 2025-03-04T19:47:30.5332746Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/52' 2025-03-04T19:47:30.5333430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/53/base' 2025-03-04T19:47:30.5333859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/53/head' 2025-03-04T19:47:30.5334246Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/53' 2025-03-04T19:47:30.5334607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/54/base' 2025-03-04T19:47:30.5334981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/54/head' 2025-03-04T19:47:30.5335365Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/54' 2025-03-04T19:47:30.5335805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/55/base' 2025-03-04T19:47:30.5336166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/55/head' 2025-03-04T19:47:30.5336561Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/55' 2025-03-04T19:47:30.5336922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/56/base' 2025-03-04T19:47:30.5337295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/56/head' 2025-03-04T19:47:30.5337674Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/56' 2025-03-04T19:47:30.5338035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/57/base' 2025-03-04T19:47:30.5338463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/57/head' 2025-03-04T19:47:30.5339119Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/57' 2025-03-04T19:47:30.5339643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/58/base' 2025-03-04T19:47:30.5340005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/58/head' 2025-03-04T19:47:30.5340395Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/58' 2025-03-04T19:47:30.5340751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/59/base' 2025-03-04T19:47:30.5341124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/59/head' 2025-03-04T19:47:30.5341584Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/59' 2025-03-04T19:47:30.5341964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/60/base' 2025-03-04T19:47:30.5342323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/60/head' 2025-03-04T19:47:30.5342705Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/60' 2025-03-04T19:47:30.5343077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/61/base' 2025-03-04T19:47:30.5343436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/61/head' 2025-03-04T19:47:30.5343830Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/61' 2025-03-04T19:47:30.5344190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/62/base' 2025-03-04T19:47:30.5344680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/62/head' 2025-03-04T19:47:30.5345375Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/62' 2025-03-04T19:47:30.5345746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/63/base' 2025-03-04T19:47:30.5346103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/63/head' 2025-03-04T19:47:30.5346481Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/63' 2025-03-04T19:47:30.5346854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/64/base' 2025-03-04T19:47:30.5347214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/64/head' 2025-03-04T19:47:30.5347607Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/64' 2025-03-04T19:47:30.5348031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/65/base' 2025-03-04T19:47:30.5348400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/65/head' 2025-03-04T19:47:30.5348783Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/65' 2025-03-04T19:47:30.5349154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/97/base' 2025-03-04T19:47:30.5349513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/97/head' 2025-03-04T19:47:30.5349886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/97/orig' 2025-03-04T19:47:30.5350317Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu/97' 2025-03-04T19:47:30.5351109Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jamesjwu' 2025-03-04T19:47:30.5351493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/165/base' 2025-03-04T19:47:30.5351854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/165/head' 2025-03-04T19:47:30.5352235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/165/orig' 2025-03-04T19:47:30.5352619Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/165' 2025-03-04T19:47:30.5352992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/201/base' 2025-03-04T19:47:30.5353357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/201/head' 2025-03-04T19:47:30.5353738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/201/orig' 2025-03-04T19:47:30.5354126Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/201' 2025-03-04T19:47:30.5354487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/221/base' 2025-03-04T19:47:30.5354863Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/221/head' 2025-03-04T19:47:30.5355224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/221/orig' 2025-03-04T19:47:30.5355620Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/221' 2025-03-04T19:47:30.5355982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/222/base' 2025-03-04T19:47:30.5356355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/222/head' 2025-03-04T19:47:30.5356793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/222/orig' 2025-03-04T19:47:30.5357549Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/222' 2025-03-04T19:47:30.5357927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/223/base' 2025-03-04T19:47:30.5358303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/223/head' 2025-03-04T19:47:30.5358670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/223/orig' 2025-03-04T19:47:30.5359057Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/223' 2025-03-04T19:47:30.5359437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/224/base' 2025-03-04T19:47:30.5359806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/224/head' 2025-03-04T19:47:30.5360237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/224/orig' 2025-03-04T19:47:30.5360627Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/224' 2025-03-04T19:47:30.5361003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/225/base' 2025-03-04T19:47:30.5361367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/225/head' 2025-03-04T19:47:30.5361741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/225/orig' 2025-03-04T19:47:30.5362130Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/225' 2025-03-04T19:47:30.5362789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/226/base' 2025-03-04T19:47:30.5363364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/226/head' 2025-03-04T19:47:30.5363732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/226/orig' 2025-03-04T19:47:30.5364140Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/226' 2025-03-04T19:47:30.5364502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/88/base' 2025-03-04T19:47:30.5364877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/88/head' 2025-03-04T19:47:30.5365241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/88/orig' 2025-03-04T19:47:30.5365644Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99/88' 2025-03-04T19:47:30.5366021Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/janeyx99' 2025-03-04T19:47:30.5366393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/227/base' 2025-03-04T19:47:30.5366747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/227/head' 2025-03-04T19:47:30.5367101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/227/orig' 2025-03-04T19:47:30.5367492Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/227' 2025-03-04T19:47:30.5367844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/360/base' 2025-03-04T19:47:30.5368206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/360/head' 2025-03-04T19:47:30.5368811Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/360' 2025-03-04T19:47:30.5369381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/451/base' 2025-03-04T19:47:30.5369730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/451/head' 2025-03-04T19:47:30.5370089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/451/orig' 2025-03-04T19:47:30.5370469Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/451' 2025-03-04T19:47:30.5370820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/462/base' 2025-03-04T19:47:30.5371184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/462/head' 2025-03-04T19:47:30.5371533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/462/orig' 2025-03-04T19:47:30.5372152Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/462' 2025-03-04T19:47:30.5372509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/473/base' 2025-03-04T19:47:30.5372875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/473/head' 2025-03-04T19:47:30.5373226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/473/orig' 2025-03-04T19:47:30.5373614Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/473' 2025-03-04T19:47:30.5373966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/480/base' 2025-03-04T19:47:30.5374330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/480/head' 2025-03-04T19:47:30.5375135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/480/orig' 2025-03-04T19:47:30.5375589Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/480' 2025-03-04T19:47:30.5375958Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/486/base' 2025-03-04T19:47:30.5376307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/486/head' 2025-03-04T19:47:30.5376673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/486/orig' 2025-03-04T19:47:30.5377049Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/486' 2025-03-04T19:47:30.5377416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/489/base' 2025-03-04T19:47:30.5377768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/489/head' 2025-03-04T19:47:30.5378141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/489/orig' 2025-03-04T19:47:30.5378515Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/489' 2025-03-04T19:47:30.5378869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/490/base' 2025-03-04T19:47:30.5379235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/490/head' 2025-03-04T19:47:30.5379585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/490/orig' 2025-03-04T19:47:30.5379971Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/490' 2025-03-04T19:47:30.5380378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/491/base' 2025-03-04T19:47:30.5381072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/491/head' 2025-03-04T19:47:30.5381528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/491/orig' 2025-03-04T19:47:30.5381922Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/491' 2025-03-04T19:47:30.5382273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/492/base' 2025-03-04T19:47:30.5382621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/492/head' 2025-03-04T19:47:30.5382985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/492/orig' 2025-03-04T19:47:30.5383362Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/492' 2025-03-04T19:47:30.5383726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/493/base' 2025-03-04T19:47:30.5384167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/493/head' 2025-03-04T19:47:30.5384528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/493/orig' 2025-03-04T19:47:30.5384903Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/493' 2025-03-04T19:47:30.5385270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/494/base' 2025-03-04T19:47:30.5385622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/494/head' 2025-03-04T19:47:30.5385986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/494/orig' 2025-03-04T19:47:30.5386363Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/494' 2025-03-04T19:47:30.5387048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/495/base' 2025-03-04T19:47:30.5387616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/495/head' 2025-03-04T19:47:30.5387967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/495/orig' 2025-03-04T19:47:30.5388361Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/495' 2025-03-04T19:47:30.5388714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/496/base' 2025-03-04T19:47:30.5389080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/496/head' 2025-03-04T19:47:30.5389432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/496/orig' 2025-03-04T19:47:30.5389827Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/496' 2025-03-04T19:47:30.5390185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/497/base' 2025-03-04T19:47:30.5390536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/497/head' 2025-03-04T19:47:30.5390899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/497/orig' 2025-03-04T19:47:30.5391358Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/497' 2025-03-04T19:47:30.5392052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/498/base' 2025-03-04T19:47:30.5392406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/498/head' 2025-03-04T19:47:30.5392768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/498/orig' 2025-03-04T19:47:30.5393148Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/498' 2025-03-04T19:47:30.5393515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/499/base' 2025-03-04T19:47:30.5393866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/499/head' 2025-03-04T19:47:30.5394228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/499/orig' 2025-03-04T19:47:30.5394605Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/499' 2025-03-04T19:47:30.5394960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/500/base' 2025-03-04T19:47:30.5395324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/500/head' 2025-03-04T19:47:30.5395683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/500/orig' 2025-03-04T19:47:30.5396076Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/500' 2025-03-04T19:47:30.5396483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/501/base' 2025-03-04T19:47:30.5396849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/501/head' 2025-03-04T19:47:30.5397303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/501/orig' 2025-03-04T19:47:30.5398035Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/501' 2025-03-04T19:47:30.5398390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/502/base' 2025-03-04T19:47:30.5398742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/502/head' 2025-03-04T19:47:30.5399182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/502/orig' 2025-03-04T19:47:30.5399567Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/502' 2025-03-04T19:47:30.5399933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/503/base' 2025-03-04T19:47:30.5400286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/503/head' 2025-03-04T19:47:30.5400655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/503/orig' 2025-03-04T19:47:30.5401034Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/503' 2025-03-04T19:47:30.5401406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/504/base' 2025-03-04T19:47:30.5401759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/504/head' 2025-03-04T19:47:30.5402132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/504/orig' 2025-03-04T19:47:30.5402517Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/504' 2025-03-04T19:47:30.5402873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/505/base' 2025-03-04T19:47:30.5403238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/505/head' 2025-03-04T19:47:30.5403596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/505/orig' 2025-03-04T19:47:30.5403987Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/505' 2025-03-04T19:47:30.5404343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/506/base' 2025-03-04T19:47:30.5404709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/506/head' 2025-03-04T19:47:30.5405068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/506/orig' 2025-03-04T19:47:30.5405503Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/506' 2025-03-04T19:47:30.5406164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/507/base' 2025-03-04T19:47:30.5406604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/507/head' 2025-03-04T19:47:30.5406975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/507/orig' 2025-03-04T19:47:30.5407357Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/507' 2025-03-04T19:47:30.5407729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/508/base' 2025-03-04T19:47:30.5408083Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/508/head' 2025-03-04T19:47:30.5408504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/508/orig' 2025-03-04T19:47:30.5408953Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/508' 2025-03-04T19:47:30.5409451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/509/base' 2025-03-04T19:47:30.5410019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/509/head' 2025-03-04T19:47:30.5410493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/509/orig' 2025-03-04T19:47:30.5410991Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/509' 2025-03-04T19:47:30.5411462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/510/base' 2025-03-04T19:47:30.5412129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/510/head' 2025-03-04T19:47:30.5412628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/510/orig' 2025-03-04T19:47:30.5413227Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/510' 2025-03-04T19:47:30.5413937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/511/base' 2025-03-04T19:47:30.5414628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/511/head' 2025-03-04T19:47:30.5415269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/511/orig' 2025-03-04T19:47:30.5415815Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/511' 2025-03-04T19:47:30.5416294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/512/base' 2025-03-04T19:47:30.5416797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/512/head' 2025-03-04T19:47:30.5417320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/512/orig' 2025-03-04T19:47:30.5417842Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/512' 2025-03-04T19:47:30.5418333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/513/base' 2025-03-04T19:47:30.5418835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/513/head' 2025-03-04T19:47:30.5419324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/513/orig' 2025-03-04T19:47:30.5419992Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/513' 2025-03-04T19:47:30.5420537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/514/base' 2025-03-04T19:47:30.5420892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/514/head' 2025-03-04T19:47:30.5421255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/514/orig' 2025-03-04T19:47:30.5421714Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/514' 2025-03-04T19:47:30.5422083Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/515/base' 2025-03-04T19:47:30.5422436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/515/head' 2025-03-04T19:47:30.5422802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/515/orig' 2025-03-04T19:47:30.5423439Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/515' 2025-03-04T19:47:30.5424079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/516/base' 2025-03-04T19:47:30.5424432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/516/head' 2025-03-04T19:47:30.5424782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/516/orig' 2025-03-04T19:47:30.5425172Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/516' 2025-03-04T19:47:30.5425527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/517/base' 2025-03-04T19:47:30.5425892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/517/head' 2025-03-04T19:47:30.5426244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/517/orig' 2025-03-04T19:47:30.5426700Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/517' 2025-03-04T19:47:30.5427059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/518/base' 2025-03-04T19:47:30.5427428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/518/head' 2025-03-04T19:47:30.5427777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/518/orig' 2025-03-04T19:47:30.5428156Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/518' 2025-03-04T19:47:30.5428524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/519/base' 2025-03-04T19:47:30.5428920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/519/head' 2025-03-04T19:47:30.5429627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/519/orig' 2025-03-04T19:47:30.5430051Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel/519' 2025-03-04T19:47:30.5430423Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jansel' 2025-03-04T19:47:30.5430808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/195/base' 2025-03-04T19:47:30.5431202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/195/head' 2025-03-04T19:47:30.5431585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/195/orig' 2025-03-04T19:47:30.5431998Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/195' 2025-03-04T19:47:30.5432384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/208/base' 2025-03-04T19:47:30.5432769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/208/head' 2025-03-04T19:47:30.5433163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/208/orig' 2025-03-04T19:47:30.5433560Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/208' 2025-03-04T19:47:30.5433950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/214/base' 2025-03-04T19:47:30.5434330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/214/head' 2025-03-04T19:47:30.5434764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/214/orig' 2025-03-04T19:47:30.5435523Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/214' 2025-03-04T19:47:30.5435984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/226/base' 2025-03-04T19:47:30.5436361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/226/head' 2025-03-04T19:47:30.5436753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/226/orig' 2025-03-04T19:47:30.5437147Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/226' 2025-03-04T19:47:30.5437527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/227/base' 2025-03-04T19:47:30.5437914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/227/head' 2025-03-04T19:47:30.5438290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/227/orig' 2025-03-04T19:47:30.5438748Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/227' 2025-03-04T19:47:30.5439137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/228/base' 2025-03-04T19:47:30.5439527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/228/head' 2025-03-04T19:47:30.5439907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/228/orig' 2025-03-04T19:47:30.5440313Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/228' 2025-03-04T19:47:30.5440811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/229/base' 2025-03-04T19:47:30.5441495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/229/head' 2025-03-04T19:47:30.5441891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/229/orig' 2025-03-04T19:47:30.5442290Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/229' 2025-03-04T19:47:30.5442677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/89/base' 2025-03-04T19:47:30.5443051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/89/head' 2025-03-04T19:47:30.5443439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/89/orig' 2025-03-04T19:47:30.5443837Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser/89' 2025-03-04T19:47:30.5444235Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jbschlosser' 2025-03-04T19:47:30.5444588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jcaip/70/base' 2025-03-04T19:47:30.5444955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jcaip/70/head' 2025-03-04T19:47:30.5445304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jcaip/70/orig' 2025-03-04T19:47:30.5445674Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jcaip/70' 2025-03-04T19:47:30.5446039Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jcaip' 2025-03-04T19:47:30.5446427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jerryzh168/855/base' 2025-03-04T19:47:30.5447151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jerryzh168/855/head' 2025-03-04T19:47:30.5447585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jerryzh168/855/orig' 2025-03-04T19:47:30.5447991Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jerryzh168/855' 2025-03-04T19:47:30.5448437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jerryzh168/859/base' 2025-03-04T19:47:30.5448822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jerryzh168/859/head' 2025-03-04T19:47:30.5449192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jerryzh168/859/orig' 2025-03-04T19:47:30.5449583Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jerryzh168/859' 2025-03-04T19:47:30.5449966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jerryzh168/860/base' 2025-03-04T19:47:30.5450338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jerryzh168/860/head' 2025-03-04T19:47:30.5450774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jerryzh168/860/orig' 2025-03-04T19:47:30.5451170Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jerryzh168/860' 2025-03-04T19:47:30.5451556Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jerryzh168' 2025-03-04T19:47:30.5451907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jgong5/23/base' 2025-03-04T19:47:30.5452339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jgong5/23/head' 2025-03-04T19:47:30.5453059Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jgong5/23' 2025-03-04T19:47:30.5453431Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jgong5' 2025-03-04T19:47:30.5453800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/34/base' 2025-03-04T19:47:30.5454174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/34/head' 2025-03-04T19:47:30.5454548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/34/orig' 2025-03-04T19:47:30.5454941Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/34' 2025-03-04T19:47:30.5455321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/37/base' 2025-03-04T19:47:30.5455686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/37/head' 2025-03-04T19:47:30.5456063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/37/orig' 2025-03-04T19:47:30.5456448Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/37' 2025-03-04T19:47:30.5456831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/50/base' 2025-03-04T19:47:30.5457197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/50/head' 2025-03-04T19:47:30.5457559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/50/orig' 2025-03-04T19:47:30.5457959Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/50' 2025-03-04T19:47:30.5458351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/51/base' 2025-03-04T19:47:30.5459044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/51/head' 2025-03-04T19:47:30.5459505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/51/orig' 2025-03-04T19:47:30.5459902Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/51' 2025-03-04T19:47:30.5460330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/53/base' 2025-03-04T19:47:30.5460709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/53/head' 2025-03-04T19:47:30.5461072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/53/orig' 2025-03-04T19:47:30.5461541Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/53' 2025-03-04T19:47:30.5461907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/54/base' 2025-03-04T19:47:30.5462271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/54/head' 2025-03-04T19:47:30.5462650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/54/orig' 2025-03-04T19:47:30.5463100Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/54' 2025-03-04T19:47:30.5463481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/55/base' 2025-03-04T19:47:30.5463846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/55/head' 2025-03-04T19:47:30.5464242Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/55/orig' 2025-03-04T19:47:30.5464983Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/55' 2025-03-04T19:47:30.5465419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/56/base' 2025-03-04T19:47:30.5465788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/56/head' 2025-03-04T19:47:30.5466159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/56/orig' 2025-03-04T19:47:30.5466569Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/56' 2025-03-04T19:47:30.5466939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/57/base' 2025-03-04T19:47:30.5467320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/57/head' 2025-03-04T19:47:30.5467688Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/57/orig' 2025-03-04T19:47:30.5468094Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/57' 2025-03-04T19:47:30.5468466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/58/base' 2025-03-04T19:47:30.5468849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/58/head' 2025-03-04T19:47:30.5469226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/58/orig' 2025-03-04T19:47:30.5469630Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/58' 2025-03-04T19:47:30.5470164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/59/base' 2025-03-04T19:47:30.5470810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/59/head' 2025-03-04T19:47:30.5471193Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/59/orig' 2025-03-04T19:47:30.5471585Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/59' 2025-03-04T19:47:30.5472154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/60/base' 2025-03-04T19:47:30.5472533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/60/head' 2025-03-04T19:47:30.5473019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/60/orig' 2025-03-04T19:47:30.5473408Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/60' 2025-03-04T19:47:30.5473787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/61/base' 2025-03-04T19:47:30.5474152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/61/head' 2025-03-04T19:47:30.5474520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/61/orig' 2025-03-04T19:47:30.5474926Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx/61' 2025-03-04T19:47:30.5475469Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jiayisunx' 2025-03-04T19:47:30.5476224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jjwu@meta.com/1/base' 2025-03-04T19:47:30.5476604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jjwu@meta.com/1/head' 2025-03-04T19:47:30.5477019Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jjwu@meta.com/1' 2025-03-04T19:47:30.5477404Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jjwu@meta.com' 2025-03-04T19:47:30.5477784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/1/base' 2025-03-04T19:47:30.5478151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/1/head' 2025-03-04T19:47:30.5478572Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/1' 2025-03-04T19:47:30.5479260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/12/base' 2025-03-04T19:47:30.5479772Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/12' 2025-03-04T19:47:30.5480153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/13/base' 2025-03-04T19:47:30.5480538Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/13' 2025-03-04T19:47:30.5480918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/14/base' 2025-03-04T19:47:30.5481306Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/14' 2025-03-04T19:47:30.5481683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/16/base' 2025-03-04T19:47:30.5482055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/16/head' 2025-03-04T19:47:30.5482487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/16/orig' 2025-03-04T19:47:30.5482879Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/16' 2025-03-04T19:47:30.5483256Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/19/base' 2025-03-04T19:47:30.5483621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/19/head' 2025-03-04T19:47:30.5483985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/19/orig' 2025-03-04T19:47:30.5484382Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/19' 2025-03-04T19:47:30.5484749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/2/base' 2025-03-04T19:47:30.5485190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/2/head' 2025-03-04T19:47:30.5485575Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/2' 2025-03-04T19:47:30.5485998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/3/base' 2025-03-04T19:47:30.5486367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/3/head' 2025-03-04T19:47:30.5486768Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/3' 2025-03-04T19:47:30.5487133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/4/base' 2025-03-04T19:47:30.5487498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/4/head' 2025-03-04T19:47:30.5487958Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/4' 2025-03-04T19:47:30.5488325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/5/base' 2025-03-04T19:47:30.5488703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/5/head' 2025-03-04T19:47:30.5489089Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/5' 2025-03-04T19:47:30.5489468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/6/base' 2025-03-04T19:47:30.5489889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/6/head' 2025-03-04T19:47:30.5490286Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/6' 2025-03-04T19:47:30.5490654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/7/base' 2025-03-04T19:47:30.5491022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/7/head' 2025-03-04T19:47:30.5491426Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/7' 2025-03-04T19:47:30.5491790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/8/base' 2025-03-04T19:47:30.5492164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/8/head' 2025-03-04T19:47:30.5492548Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang/8' 2025-03-04T19:47:30.5493001Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/jon-chuang' 2025-03-04T19:47:30.5493407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/101/base' 2025-03-04T19:47:30.5493808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/101/head' 2025-03-04T19:47:30.5494188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/101/orig' 2025-03-04T19:47:30.5515899Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/101' 2025-03-04T19:47:30.5516612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/102/base' 2025-03-04T19:47:30.5517257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/102/head' 2025-03-04T19:47:30.5517636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/102/orig' 2025-03-04T19:47:30.5518035Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/102' 2025-03-04T19:47:30.5518530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/103/base' 2025-03-04T19:47:30.5518911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/103/head' 2025-03-04T19:47:30.5519282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/103/orig' 2025-03-04T19:47:30.5519733Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/103' 2025-03-04T19:47:30.5520112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/104/base' 2025-03-04T19:47:30.5520485Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/104/head' 2025-03-04T19:47:30.5520862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/104/orig' 2025-03-04T19:47:30.5521305Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/104' 2025-03-04T19:47:30.5521692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/105/base' 2025-03-04T19:47:30.5522064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/105/head' 2025-03-04T19:47:30.5522439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/105/orig' 2025-03-04T19:47:30.5522835Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/105' 2025-03-04T19:47:30.5523268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/106/base' 2025-03-04T19:47:30.5523645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/106/head' 2025-03-04T19:47:30.5524022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/106/orig' 2025-03-04T19:47:30.5524420Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/106' 2025-03-04T19:47:30.5524792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/107/base' 2025-03-04T19:47:30.5525167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/107/head' 2025-03-04T19:47:30.5525540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/107/orig' 2025-03-04T19:47:30.5525932Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/107' 2025-03-04T19:47:30.5526317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/108/base' 2025-03-04T19:47:30.5526727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/108/head' 2025-03-04T19:47:30.5527112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/108/orig' 2025-03-04T19:47:30.5527501Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/108' 2025-03-04T19:47:30.5527877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/109/base' 2025-03-04T19:47:30.5528248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/109/head' 2025-03-04T19:47:30.5528622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/109/orig' 2025-03-04T19:47:30.5529012Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/109' 2025-03-04T19:47:30.5529388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/110/base' 2025-03-04T19:47:30.5529885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/110/head' 2025-03-04T19:47:30.5530265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/110/orig' 2025-03-04T19:47:30.5530653Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/110' 2025-03-04T19:47:30.5531025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/111/base' 2025-03-04T19:47:30.5531401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/111/head' 2025-03-04T19:47:30.5531773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/111/orig' 2025-03-04T19:47:30.5532167Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/111' 2025-03-04T19:47:30.5532587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/112/base' 2025-03-04T19:47:30.5532971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/112/head' 2025-03-04T19:47:30.5533342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/112/orig' 2025-03-04T19:47:30.5533735Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby/112' 2025-03-04T19:47:30.5534136Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/justinchuby' 2025-03-04T19:47:30.5534557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/1/base' 2025-03-04T19:47:30.5534907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/1/head' 2025-03-04T19:47:30.5535245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/1/orig' 2025-03-04T19:47:30.5535618Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/1' 2025-03-04T19:47:30.5535961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/12/base' 2025-03-04T19:47:30.5536388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/12/head' 2025-03-04T19:47:30.5537094Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/12' 2025-03-04T19:47:30.5537469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/13/base' 2025-03-04T19:47:30.5537845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/13/head' 2025-03-04T19:47:30.5538233Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/13' 2025-03-04T19:47:30.5538605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/14/base' 2025-03-04T19:47:30.5538961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/14/head' 2025-03-04T19:47:30.5539330Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/14' 2025-03-04T19:47:30.5539745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/16/base' 2025-03-04T19:47:30.5540396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/16/head' 2025-03-04T19:47:30.5540835Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/16' 2025-03-04T19:47:30.5541178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/6/base' 2025-03-04T19:47:30.5541613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/6/head' 2025-03-04T19:47:30.5542244Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/6' 2025-03-04T19:47:30.5542819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/7/base' 2025-03-04T19:47:30.5543185Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/7' 2025-03-04T19:47:30.5543523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/9/base' 2025-03-04T19:47:30.5543868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/9/head' 2025-03-04T19:47:30.5544230Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng/9' 2025-03-04T19:47:30.5544583Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kadeng' 2025-03-04T19:47:30.5545056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kimishpatel/186/base' 2025-03-04T19:47:30.5545443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kimishpatel/186/head' 2025-03-04T19:47:30.5545831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kimishpatel/186/orig' 2025-03-04T19:47:30.5546226Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kimishpatel/186' 2025-03-04T19:47:30.5546602Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kimishpatel' 2025-03-04T19:47:30.5546973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kurtamohler/31/base' 2025-03-04T19:47:30.5547364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kurtamohler/31/head' 2025-03-04T19:47:30.5547744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kurtamohler/31/orig' 2025-03-04T19:47:30.5548159Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kurtamohler/31' 2025-03-04T19:47:30.5548534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kurtamohler/32/base' 2025-03-04T19:47:30.5548950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kurtamohler/32/head' 2025-03-04T19:47:30.5549358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kurtamohler/32/orig' 2025-03-04T19:47:30.5549770Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kurtamohler/32' 2025-03-04T19:47:30.5550162Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kurtamohler' 2025-03-04T19:47:30.5550536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/1/base' 2025-03-04T19:47:30.5550897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/1/head' 2025-03-04T19:47:30.5551291Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/1' 2025-03-04T19:47:30.5551708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/108/base' 2025-03-04T19:47:30.5552228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/108/head' 2025-03-04T19:47:30.5552745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/108/orig' 2025-03-04T19:47:30.5553463Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/108' 2025-03-04T19:47:30.5553939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/109/base' 2025-03-04T19:47:30.5554312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/109/head' 2025-03-04T19:47:30.5554781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/109/orig' 2025-03-04T19:47:30.5555167Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/109' 2025-03-04T19:47:30.5555543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/118/base' 2025-03-04T19:47:30.5555907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/118/head' 2025-03-04T19:47:30.5556282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/118/orig' 2025-03-04T19:47:30.5556668Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/118' 2025-03-04T19:47:30.5557043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/122/base' 2025-03-04T19:47:30.5557473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/122/head' 2025-03-04T19:47:30.5557851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/122/orig' 2025-03-04T19:47:30.5558237Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/122' 2025-03-04T19:47:30.5558598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/123/base' 2025-03-04T19:47:30.5558972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/123/head' 2025-03-04T19:47:30.5559332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/123/orig' 2025-03-04T19:47:30.5559732Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/123' 2025-03-04T19:47:30.5560097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/124/base' 2025-03-04T19:47:30.5560477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/124/head' 2025-03-04T19:47:30.5560839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/124/orig' 2025-03-04T19:47:30.5561237Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/124' 2025-03-04T19:47:30.5561597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/125/base' 2025-03-04T19:47:30.5562011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/125/head' 2025-03-04T19:47:30.5562716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/125/orig' 2025-03-04T19:47:30.5563179Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/125' 2025-03-04T19:47:30.5563561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/126/base' 2025-03-04T19:47:30.5563918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/126/head' 2025-03-04T19:47:30.5564293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/126/orig' 2025-03-04T19:47:30.5564678Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/126' 2025-03-04T19:47:30.5565050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/127/base' 2025-03-04T19:47:30.5565512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/127/head' 2025-03-04T19:47:30.5566224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/127/orig' 2025-03-04T19:47:30.5566686Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/127' 2025-03-04T19:47:30.5567048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/15/base' 2025-03-04T19:47:30.5567422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/15/head' 2025-03-04T19:47:30.5567803Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/15' 2025-03-04T19:47:30.5568174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/87/base' 2025-03-04T19:47:30.5568531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/87/head' 2025-03-04T19:47:30.5568966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/87/orig' 2025-03-04T19:47:30.5569759Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/87' 2025-03-04T19:47:30.5570182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/97/base' 2025-03-04T19:47:30.5570539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/97/head' 2025-03-04T19:47:30.5570896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/97/orig' 2025-03-04T19:47:30.5571293Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501/97' 2025-03-04T19:47:30.5571663Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/kwen2501' 2025-03-04T19:47:30.5572219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/102/base' 2025-03-04T19:47:30.5572597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/102/head' 2025-03-04T19:47:30.5573166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/102/orig' 2025-03-04T19:47:30.5573887Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/102' 2025-03-04T19:47:30.5574277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/107/base' 2025-03-04T19:47:30.5574650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/107/head' 2025-03-04T19:47:30.5575035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/107/orig' 2025-03-04T19:47:30.5575427Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/107' 2025-03-04T19:47:30.5575799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/108/base' 2025-03-04T19:47:30.5576229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/108/head' 2025-03-04T19:47:30.5576889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/108/orig' 2025-03-04T19:47:30.5577530Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/108' 2025-03-04T19:47:30.5577906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/109/base' 2025-03-04T19:47:30.5578289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/109/head' 2025-03-04T19:47:30.5578661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/109/orig' 2025-03-04T19:47:30.5579059Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/109' 2025-03-04T19:47:30.5579456Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/110/base' 2025-03-04T19:47:30.5579937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/110/head' 2025-03-04T19:47:30.5580580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/110/orig' 2025-03-04T19:47:30.5581173Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/110' 2025-03-04T19:47:30.5581618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/111/base' 2025-03-04T19:47:30.5582006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/111/head' 2025-03-04T19:47:30.5582376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/111/orig' 2025-03-04T19:47:30.5582779Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/111' 2025-03-04T19:47:30.5583239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/112/base' 2025-03-04T19:47:30.5583627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/112/head' 2025-03-04T19:47:30.5584256Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/112/orig' 2025-03-04T19:47:30.5584935Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/112' 2025-03-04T19:47:30.5585306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/28/base' 2025-03-04T19:47:30.5585709Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/28' 2025-03-04T19:47:30.5586077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/29/base' 2025-03-04T19:47:30.5586472Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/29' 2025-03-04T19:47:30.5586856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/30/base' 2025-03-04T19:47:30.5587230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/30/head' 2025-03-04T19:47:30.5587933Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/30' 2025-03-04T19:47:30.5588475Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/31/base' 2025-03-04T19:47:30.5588858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/31/head' 2025-03-04T19:47:30.5589250Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/31' 2025-03-04T19:47:30.5589636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/32/base' 2025-03-04T19:47:30.5590008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/32/head' 2025-03-04T19:47:30.5590410Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka/32' 2025-03-04T19:47:30.5590791Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/laithsakka' 2025-03-04T19:47:30.5591171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/larryliu0820/44/base' 2025-03-04T19:47:30.5591562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/larryliu0820/44/head' 2025-03-04T19:47:30.5591939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/larryliu0820/44/orig' 2025-03-04T19:47:30.5592356Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/larryliu0820/44' 2025-03-04T19:47:30.5592798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/larryliu0820/45/base' 2025-03-04T19:47:30.5593192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/larryliu0820/45/head' 2025-03-04T19:47:30.5593569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/larryliu0820/45/orig' 2025-03-04T19:47:30.5593980Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/larryliu0820/45' 2025-03-04T19:47:30.5594357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/larryliu0820/46/base' 2025-03-04T19:47:30.5594738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/larryliu0820/46/head' 2025-03-04T19:47:30.5595129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/larryliu0820/46/orig' 2025-03-04T19:47:30.5595577Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/larryliu0820/46' 2025-03-04T19:47:30.5595982Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/larryliu0820' 2025-03-04T19:47:30.5596390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/180/base' 2025-03-04T19:47:30.5596812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/180/head' 2025-03-04T19:47:30.5597217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/180/orig' 2025-03-04T19:47:30.5597658Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/180' 2025-03-04T19:47:30.5598064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/181/base' 2025-03-04T19:47:30.5598490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/181/head' 2025-03-04T19:47:30.5598892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/181/orig' 2025-03-04T19:47:30.5599321Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/181' 2025-03-04T19:47:30.5599741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/182/base' 2025-03-04T19:47:30.5600148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/182/head' 2025-03-04T19:47:30.5600568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/182/orig' 2025-03-04T19:47:30.5600996Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/182' 2025-03-04T19:47:30.5601420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/183/base' 2025-03-04T19:47:30.5601825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/183/head' 2025-03-04T19:47:30.5602244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/183/orig' 2025-03-04T19:47:30.5602672Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/183' 2025-03-04T19:47:30.5603095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/184/base' 2025-03-04T19:47:30.5603500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/184/head' 2025-03-04T19:47:30.5603905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/184/orig' 2025-03-04T19:47:30.5604408Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/184' 2025-03-04T19:47:30.5604814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/185/base' 2025-03-04T19:47:30.5605231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/185/head' 2025-03-04T19:47:30.5605634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/185/orig' 2025-03-04T19:47:30.5606074Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/185' 2025-03-04T19:47:30.5606478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/186/base' 2025-03-04T19:47:30.5606892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/186/head' 2025-03-04T19:47:30.5607356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/186/orig' 2025-03-04T19:47:30.5607797Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/186' 2025-03-04T19:47:30.5608203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/187/base' 2025-03-04T19:47:30.5608606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/187/head' 2025-03-04T19:47:30.5609020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/187/orig' 2025-03-04T19:47:30.5609444Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel/187' 2025-03-04T19:47:30.5609881Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/leslie-fang-intel' 2025-03-04T19:47:30.5610526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/lucasllc/1/head' 2025-03-04T19:47:30.5611111Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/lucasllc/1' 2025-03-04T19:47:30.5611479Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/lucasllc' 2025-03-04T19:47:30.5611824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/lw/5/head' 2025-03-04T19:47:30.5612172Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/lw/5' 2025-03-04T19:47:30.5612503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/lw/6/base' 2025-03-04T19:47:30.5612843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/lw/6/head' 2025-03-04T19:47:30.5613176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/lw/6/orig' 2025-03-04T19:47:30.5613591Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/lw/6' 2025-03-04T19:47:30.5614231Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/lw' 2025-03-04T19:47:30.5614700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/137/base' 2025-03-04T19:47:30.5615053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/137/head' 2025-03-04T19:47:30.5615417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/137/orig' 2025-03-04T19:47:30.5615792Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/137' 2025-03-04T19:47:30.5616153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/14/base' 2025-03-04T19:47:30.5616588Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/14' 2025-03-04T19:47:30.5616942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/155/base' 2025-03-04T19:47:30.5618291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/155/head' 2025-03-04T19:47:30.5619130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/155/orig' 2025-03-04T19:47:30.5619979Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/155' 2025-03-04T19:47:30.5620840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/159/base' 2025-03-04T19:47:30.5622205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/159/head' 2025-03-04T19:47:30.5623097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/159/orig' 2025-03-04T19:47:30.5623938Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/159' 2025-03-04T19:47:30.5624785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/161/base' 2025-03-04T19:47:30.5625609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/161/head' 2025-03-04T19:47:30.5626428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/161/orig' 2025-03-04T19:47:30.5627270Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/161' 2025-03-04T19:47:30.5628115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/162/base' 2025-03-04T19:47:30.5628967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/162/head' 2025-03-04T19:47:30.5629773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/162/orig' 2025-03-04T19:47:30.5630622Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/162' 2025-03-04T19:47:30.5631461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/163/base' 2025-03-04T19:47:30.5632276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/163/head' 2025-03-04T19:47:30.5633823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/163/orig' 2025-03-04T19:47:30.5634804Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/163' 2025-03-04T19:47:30.5635651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/164/base' 2025-03-04T19:47:30.5636470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/164/head' 2025-03-04T19:47:30.5637288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/164/orig' 2025-03-04T19:47:30.5638117Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/164' 2025-03-04T19:47:30.5638949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/165/base' 2025-03-04T19:47:30.5639764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/165/head' 2025-03-04T19:47:30.5640572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/165/orig' 2025-03-04T19:47:30.5641394Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/165' 2025-03-04T19:47:30.5642237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/166/base' 2025-03-04T19:47:30.5643057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/166/head' 2025-03-04T19:47:30.5643973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/166/orig' 2025-03-04T19:47:30.5645333Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/166' 2025-03-04T19:47:30.5646379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/167/base' 2025-03-04T19:47:30.5647433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/167/head' 2025-03-04T19:47:30.5648299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/167/orig' 2025-03-04T19:47:30.5649135Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/167' 2025-03-04T19:47:30.5650043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/168/base' 2025-03-04T19:47:30.5650861Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/168/head' 2025-03-04T19:47:30.5651666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/168/orig' 2025-03-04T19:47:30.5652506Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/168' 2025-03-04T19:47:30.5653321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/169/base' 2025-03-04T19:47:30.5654131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/169/head' 2025-03-04T19:47:30.5654932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/169/orig' 2025-03-04T19:47:30.5655767Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/169' 2025-03-04T19:47:30.5656596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/170/base' 2025-03-04T19:47:30.5657404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/170/head' 2025-03-04T19:47:30.5658206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/170/orig' 2025-03-04T19:47:30.5659154Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/170' 2025-03-04T19:47:30.5660064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/171/base' 2025-03-04T19:47:30.5660869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/171/head' 2025-03-04T19:47:30.5661751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/171/orig' 2025-03-04T19:47:30.5662653Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/171' 2025-03-04T19:47:30.5663492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/172/base' 2025-03-04T19:47:30.5664301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/172/head' 2025-03-04T19:47:30.5665097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/172/orig' 2025-03-04T19:47:30.5665988Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/172' 2025-03-04T19:47:30.5666823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/173/base' 2025-03-04T19:47:30.5667631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/173/head' 2025-03-04T19:47:30.5668438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/173/orig' 2025-03-04T19:47:30.5669294Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/173' 2025-03-04T19:47:30.5670216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/174/base' 2025-03-04T19:47:30.5671025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/174/head' 2025-03-04T19:47:30.5671988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/174/orig' 2025-03-04T19:47:30.5672831Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/174' 2025-03-04T19:47:30.5673669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/175/base' 2025-03-04T19:47:30.5674482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/175/head' 2025-03-04T19:47:30.5675296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/175/orig' 2025-03-04T19:47:30.5676224Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/175' 2025-03-04T19:47:30.5677066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/176/base' 2025-03-04T19:47:30.5677872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/176/head' 2025-03-04T19:47:30.5678683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/176/orig' 2025-03-04T19:47:30.5679516Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/176' 2025-03-04T19:47:30.5680345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/177/base' 2025-03-04T19:47:30.5681150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/177/head' 2025-03-04T19:47:30.5681950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/177/orig' 2025-03-04T19:47:30.5682783Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/177' 2025-03-04T19:47:30.5683680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/178/base' 2025-03-04T19:47:30.5684484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/178/head' 2025-03-04T19:47:30.5685292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/178/orig' 2025-03-04T19:47:30.5686126Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/178' 2025-03-04T19:47:30.5686955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/179/base' 2025-03-04T19:47:30.5687748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/179/head' 2025-03-04T19:47:30.5688569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/179/orig' 2025-03-04T19:47:30.5689403Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/179' 2025-03-04T19:47:30.5690240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/180/base' 2025-03-04T19:47:30.5691047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/180/head' 2025-03-04T19:47:30.5691855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/180/orig' 2025-03-04T19:47:30.5692680Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/180' 2025-03-04T19:47:30.5693516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/181/base' 2025-03-04T19:47:30.5694329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/181/head' 2025-03-04T19:47:30.5695223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/181/orig' 2025-03-04T19:47:30.5696046Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/181' 2025-03-04T19:47:30.5696877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/182/base' 2025-03-04T19:47:30.5697682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/182/head' 2025-03-04T19:47:30.5698479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/182/orig' 2025-03-04T19:47:30.5699317Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/182' 2025-03-04T19:47:30.5700155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/183/base' 2025-03-04T19:47:30.5701019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/183/head' 2025-03-04T19:47:30.5701897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/183/orig' 2025-03-04T19:47:30.5702727Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/183' 2025-03-04T19:47:30.5703564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/184/base' 2025-03-04T19:47:30.5704359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/184/head' 2025-03-04T19:47:30.5705168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/184/orig' 2025-03-04T19:47:30.5706055Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/184' 2025-03-04T19:47:30.5706892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/185/base' 2025-03-04T19:47:30.5707710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/185/head' 2025-03-04T19:47:30.5708504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/185/orig' 2025-03-04T19:47:30.5709388Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/185' 2025-03-04T19:47:30.5710221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/186/base' 2025-03-04T19:47:30.5711033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/186/head' 2025-03-04T19:47:30.5711850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/186/orig' 2025-03-04T19:47:30.5712685Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/186' 2025-03-04T19:47:30.5713520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/187/base' 2025-03-04T19:47:30.5714331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/187/head' 2025-03-04T19:47:30.5715128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/187/orig' 2025-03-04T19:47:30.5715962Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/187' 2025-03-04T19:47:30.5716794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/188/base' 2025-03-04T19:47:30.5717605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/188/head' 2025-03-04T19:47:30.5718408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/188/orig' 2025-03-04T19:47:30.5719243Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/188' 2025-03-04T19:47:30.5720140Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/189/base' 2025-03-04T19:47:30.5720936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/189/head' 2025-03-04T19:47:30.5721759Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/189' 2025-03-04T19:47:30.5722588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/190/base' 2025-03-04T19:47:30.5723404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/190/head' 2025-03-04T19:47:30.5724220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/190/orig' 2025-03-04T19:47:30.5725047Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/190' 2025-03-04T19:47:30.5725930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/191/base' 2025-03-04T19:47:30.5726720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/191/head' 2025-03-04T19:47:30.5727523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/191/orig' 2025-03-04T19:47:30.5728360Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/191' 2025-03-04T19:47:30.5729178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/192/base' 2025-03-04T19:47:30.5729984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/192/head' 2025-03-04T19:47:30.5730788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/192/orig' 2025-03-04T19:47:30.5731609Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/192' 2025-03-04T19:47:30.5732440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/193/base' 2025-03-04T19:47:30.5733244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/193/head' 2025-03-04T19:47:30.5734050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/193/orig' 2025-03-04T19:47:30.5734881Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/193' 2025-03-04T19:47:30.5735711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/194/base' 2025-03-04T19:47:30.5736515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/194/head' 2025-03-04T19:47:30.5737310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/194/orig' 2025-03-04T19:47:30.5738146Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/194' 2025-03-04T19:47:30.5738978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/195/base' 2025-03-04T19:47:30.5739792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/195/head' 2025-03-04T19:47:30.5740610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/195/orig' 2025-03-04T19:47:30.5741447Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/195' 2025-03-04T19:47:30.5742365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/196/base' 2025-03-04T19:47:30.5743172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/196/head' 2025-03-04T19:47:30.5743999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/196/orig' 2025-03-04T19:47:30.5744897Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/196' 2025-03-04T19:47:30.5745738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/197/base' 2025-03-04T19:47:30.5746555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/197/head' 2025-03-04T19:47:30.5747376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/197/orig' 2025-03-04T19:47:30.5748210Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/197' 2025-03-04T19:47:30.5749058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/198/base' 2025-03-04T19:47:30.5749884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/198/head' 2025-03-04T19:47:30.5750758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/198/orig' 2025-03-04T19:47:30.5751600Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/198' 2025-03-04T19:47:30.5752440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/199/base' 2025-03-04T19:47:30.5753256Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/199/head' 2025-03-04T19:47:30.5754060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/199/orig' 2025-03-04T19:47:30.5754905Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/199' 2025-03-04T19:47:30.5755747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/200/base' 2025-03-04T19:47:30.5756566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/200/head' 2025-03-04T19:47:30.5757386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/200/orig' 2025-03-04T19:47:30.5758226Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/200' 2025-03-04T19:47:30.5759064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/201/base' 2025-03-04T19:47:30.5759867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/201/head' 2025-03-04T19:47:30.5760685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/201/orig' 2025-03-04T19:47:30.5761529Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/201' 2025-03-04T19:47:30.5762368Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/202/base' 2025-03-04T19:47:30.5763190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/202/head' 2025-03-04T19:47:30.5764006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/202/orig' 2025-03-04T19:47:30.5764845Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/202' 2025-03-04T19:47:30.5765673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/203/base' 2025-03-04T19:47:30.5766491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/203/head' 2025-03-04T19:47:30.5767307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/203/orig' 2025-03-04T19:47:30.5768152Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/203' 2025-03-04T19:47:30.5769007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/204/base' 2025-03-04T19:47:30.5769886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/204/head' 2025-03-04T19:47:30.5770694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/204/orig' 2025-03-04T19:47:30.5771542Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/204' 2025-03-04T19:47:30.5772569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/205/base' 2025-03-04T19:47:30.5773392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/205/head' 2025-03-04T19:47:30.5774220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/205/orig' 2025-03-04T19:47:30.5775065Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/205' 2025-03-04T19:47:30.5776021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/206/base' 2025-03-04T19:47:30.5776836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/206/head' 2025-03-04T19:47:30.5777668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/206/orig' 2025-03-04T19:47:30.5778518Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/206' 2025-03-04T19:47:30.5779364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/207/base' 2025-03-04T19:47:30.5780186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/207/head' 2025-03-04T19:47:30.5780999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/207/orig' 2025-03-04T19:47:30.5781915Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/207' 2025-03-04T19:47:30.5782757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/208/base' 2025-03-04T19:47:30.5783575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/208/head' 2025-03-04T19:47:30.5784400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/208/orig' 2025-03-04T19:47:30.5785245Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/208' 2025-03-04T19:47:30.5786093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/209/base' 2025-03-04T19:47:30.5786899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/209/head' 2025-03-04T19:47:30.5787717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/209/orig' 2025-03-04T19:47:30.5788554Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/209' 2025-03-04T19:47:30.5789393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/210/base' 2025-03-04T19:47:30.5790208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/210/head' 2025-03-04T19:47:30.5791029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/210/orig' 2025-03-04T19:47:30.5791877Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/210' 2025-03-04T19:47:30.5792723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/211/base' 2025-03-04T19:47:30.5793525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/211/head' 2025-03-04T19:47:30.5794339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/211/orig' 2025-03-04T19:47:30.5795242Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/211' 2025-03-04T19:47:30.5796079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/212/base' 2025-03-04T19:47:30.5796898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/212/head' 2025-03-04T19:47:30.5797714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/212/orig' 2025-03-04T19:47:30.5798561Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/212' 2025-03-04T19:47:30.5799389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/213/base' 2025-03-04T19:47:30.5800201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/213/head' 2025-03-04T19:47:30.5801074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/213/orig' 2025-03-04T19:47:30.5801899Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/213' 2025-03-04T19:47:30.5802737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/214/base' 2025-03-04T19:47:30.5803557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/214/head' 2025-03-04T19:47:30.5804376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/214/orig' 2025-03-04T19:47:30.5805209Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/214' 2025-03-04T19:47:30.5806048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/215/base' 2025-03-04T19:47:30.5806866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/215/head' 2025-03-04T19:47:30.5807677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/215/orig' 2025-03-04T19:47:30.5808509Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/215' 2025-03-04T19:47:30.5809343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/37/base' 2025-03-04T19:47:30.5810236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/37/head' 2025-03-04T19:47:30.5811050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/37/orig' 2025-03-04T19:47:30.5811885Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/37' 2025-03-04T19:47:30.5812722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/64/base' 2025-03-04T19:47:30.5813539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/64/head' 2025-03-04T19:47:30.5814366Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/64' 2025-03-04T19:47:30.5815203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/96/base' 2025-03-04T19:47:30.5816000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/96/head' 2025-03-04T19:47:30.5816809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/96/orig' 2025-03-04T19:47:30.5817644Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet/96' 2025-03-04T19:47:30.5818488Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/malfet' 2025-03-04T19:47:30.5819311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/markkm/1/base' 2025-03-04T19:47:30.5820189Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/markkm/1' 2025-03-04T19:47:30.5821024Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/markkm' 2025-03-04T19:47:30.5821913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/140/base' 2025-03-04T19:47:30.5822759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/140/head' 2025-03-04T19:47:30.5823602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/140/orig' 2025-03-04T19:47:30.5824471Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/140' 2025-03-04T19:47:30.5825414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/155/base' 2025-03-04T19:47:30.5826315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/155/head' 2025-03-04T19:47:30.5827159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/155/orig' 2025-03-04T19:47:30.5828007Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/155' 2025-03-04T19:47:30.5828871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/161/base' 2025-03-04T19:47:30.5829717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/161/head' 2025-03-04T19:47:30.5830561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/161/orig' 2025-03-04T19:47:30.5831424Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/161' 2025-03-04T19:47:30.5832282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/162/base' 2025-03-04T19:47:30.5833107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/162/head' 2025-03-04T19:47:30.5833949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/162/orig' 2025-03-04T19:47:30.5834814Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/162' 2025-03-04T19:47:30.5835682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/173/base' 2025-03-04T19:47:30.5836527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/173/head' 2025-03-04T19:47:30.5837374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/173/orig' 2025-03-04T19:47:30.5838235Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/173' 2025-03-04T19:47:30.5839101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/174/base' 2025-03-04T19:47:30.5839948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/174/head' 2025-03-04T19:47:30.5840800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/174/orig' 2025-03-04T19:47:30.5841664Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/174' 2025-03-04T19:47:30.5842528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/175/base' 2025-03-04T19:47:30.5843372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/175/head' 2025-03-04T19:47:30.5844214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/175/orig' 2025-03-04T19:47:30.5845072Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/175' 2025-03-04T19:47:30.5846044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/176/base' 2025-03-04T19:47:30.5846892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/176/head' 2025-03-04T19:47:30.5847748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/176/orig' 2025-03-04T19:47:30.5848617Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/176' 2025-03-04T19:47:30.5849485Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/177/base' 2025-03-04T19:47:30.5850335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/177/head' 2025-03-04T19:47:30.5851215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/177/orig' 2025-03-04T19:47:30.5852090Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/177' 2025-03-04T19:47:30.5852954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/34/base' 2025-03-04T19:47:30.5853821Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral/34' 2025-03-04T19:47:30.5854694Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/masnesral' 2025-03-04T19:47:30.5855529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mcr229/3/base' 2025-03-04T19:47:30.5856326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mcr229/3/head' 2025-03-04T19:47:30.5857131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mcr229/3/orig' 2025-03-04T19:47:30.5857967Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mcr229/3' 2025-03-04T19:47:30.5858800Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mcr229' 2025-03-04T19:47:30.5859636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/0/base' 2025-03-04T19:47:30.5860470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/0/head' 2025-03-04T19:47:30.5861326Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/0' 2025-03-04T19:47:30.5862244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/1/base' 2025-03-04T19:47:30.5863075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/1/head' 2025-03-04T19:47:30.5863938Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/1' 2025-03-04T19:47:30.5864785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/2/base' 2025-03-04T19:47:30.5865623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/2/head' 2025-03-04T19:47:30.5866472Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/2' 2025-03-04T19:47:30.5867329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/3/base' 2025-03-04T19:47:30.5868148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/3/head' 2025-03-04T19:47:30.5868999Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/3' 2025-03-04T19:47:30.5869846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/4/base' 2025-03-04T19:47:30.5870821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/4/head' 2025-03-04T19:47:30.5871672Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/4' 2025-03-04T19:47:30.5872676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/5/base' 2025-03-04T19:47:30.5873514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/5/head' 2025-03-04T19:47:30.5874359Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/5' 2025-03-04T19:47:30.5875211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/6/base' 2025-03-04T19:47:30.5876041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/6/head' 2025-03-04T19:47:30.5876996Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz/6' 2025-03-04T19:47:30.5877867Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mhorowitz' 2025-03-04T19:47:30.5879191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/234/base' 2025-03-04T19:47:30.5880123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/234/head' 2025-03-04T19:47:30.5881058Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/234' 2025-03-04T19:47:30.5882449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/235/base' 2025-03-04T19:47:30.5883381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/235/head' 2025-03-04T19:47:30.5884330Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/235' 2025-03-04T19:47:30.5885278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/236/base' 2025-03-04T19:47:30.5886199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/236/head' 2025-03-04T19:47:30.5887148Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/236' 2025-03-04T19:47:30.5888077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/237/base' 2025-03-04T19:47:30.5889000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/237/head' 2025-03-04T19:47:30.5889946Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/237' 2025-03-04T19:47:30.5890896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/238/base' 2025-03-04T19:47:30.5891816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/238/head' 2025-03-04T19:47:30.5892751Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/238' 2025-03-04T19:47:30.5893691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/281/base' 2025-03-04T19:47:30.5894595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/281/head' 2025-03-04T19:47:30.5895515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/281/orig' 2025-03-04T19:47:30.5896454Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/281' 2025-03-04T19:47:30.5897401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/299/base' 2025-03-04T19:47:30.5898419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/299/head' 2025-03-04T19:47:30.5899338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/299/orig' 2025-03-04T19:47:30.5900280Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/299' 2025-03-04T19:47:30.5901214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/304/base' 2025-03-04T19:47:30.5902224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/304/head' 2025-03-04T19:47:30.5903144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/304/orig' 2025-03-04T19:47:30.5904488Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/304' 2025-03-04T19:47:30.5905578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/307/base' 2025-03-04T19:47:30.5906503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/307/head' 2025-03-04T19:47:30.5907422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/307/orig' 2025-03-04T19:47:30.5908806Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/307' 2025-03-04T19:47:30.5909750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/310/base' 2025-03-04T19:47:30.5910681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/310/head' 2025-03-04T19:47:30.5912073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/310/orig' 2025-03-04T19:47:30.5913023Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/310' 2025-03-04T19:47:30.5913966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/311/base' 2025-03-04T19:47:30.5915169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/311/head' 2025-03-04T19:47:30.5916295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/311/orig' 2025-03-04T19:47:30.5917247Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/311' 2025-03-04T19:47:30.5918282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/312/base' 2025-03-04T19:47:30.5919581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/312/head' 2025-03-04T19:47:30.5920507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/312/orig' 2025-03-04T19:47:30.5921458Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/312' 2025-03-04T19:47:30.5922857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/313/base' 2025-03-04T19:47:30.5923776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/313/head' 2025-03-04T19:47:30.5924702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/313/orig' 2025-03-04T19:47:30.5926142Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/313' 2025-03-04T19:47:30.5927090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/314/base' 2025-03-04T19:47:30.5928109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/314/head' 2025-03-04T19:47:30.5929048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/314/orig' 2025-03-04T19:47:30.5930009Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/314' 2025-03-04T19:47:30.5930946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/315/base' 2025-03-04T19:47:30.5931883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/315/head' 2025-03-04T19:47:30.5932824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/315/orig' 2025-03-04T19:47:30.5933838Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/315' 2025-03-04T19:47:30.5934798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/316/base' 2025-03-04T19:47:30.5935739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/316/head' 2025-03-04T19:47:30.5936671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/316/orig' 2025-03-04T19:47:30.5937608Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/316' 2025-03-04T19:47:30.5938566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/317/base' 2025-03-04T19:47:30.5939496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/317/head' 2025-03-04T19:47:30.5940426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/317/orig' 2025-03-04T19:47:30.5941380Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/317' 2025-03-04T19:47:30.5942404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/318/base' 2025-03-04T19:47:30.5943336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/318/head' 2025-03-04T19:47:30.5944246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/318/orig' 2025-03-04T19:47:30.5945194Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/318' 2025-03-04T19:47:30.5946138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/319/base' 2025-03-04T19:47:30.5947074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/319/head' 2025-03-04T19:47:30.5948012Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/319/orig' 2025-03-04T19:47:30.5949021Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/319' 2025-03-04T19:47:30.5949970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/320/base' 2025-03-04T19:47:30.5950892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/320/head' 2025-03-04T19:47:30.5951822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/320/orig' 2025-03-04T19:47:30.5953075Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/320' 2025-03-04T19:47:30.5954137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/321/base' 2025-03-04T19:47:30.5955160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/321/head' 2025-03-04T19:47:30.5956153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/321/orig' 2025-03-04T19:47:30.5957104Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/321' 2025-03-04T19:47:30.5958036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/322/base' 2025-03-04T19:47:30.5958961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/322/head' 2025-03-04T19:47:30.5959931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/322/orig' 2025-03-04T19:47:30.5961042Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/322' 2025-03-04T19:47:30.5961994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/323/base' 2025-03-04T19:47:30.5962916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/323/head' 2025-03-04T19:47:30.5963914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/323/orig' 2025-03-04T19:47:30.5964845Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/323' 2025-03-04T19:47:30.5965789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/324/base' 2025-03-04T19:47:30.5966794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/324/head' 2025-03-04T19:47:30.5967828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/324/orig' 2025-03-04T19:47:30.5968790Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki/324' 2025-03-04T19:47:30.5969730Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mikaylagawarecki' 2025-03-04T19:47:30.5970655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/1/base' 2025-03-04T19:47:30.5971460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/1/head' 2025-03-04T19:47:30.5972496Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/1' 2025-03-04T19:47:30.5973841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/2/base' 2025-03-04T19:47:30.5974653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/2/head' 2025-03-04T19:47:30.5975493Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/2' 2025-03-04T19:47:30.5976328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/3/base' 2025-03-04T19:47:30.5977132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/3/head' 2025-03-04T19:47:30.5977924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/3/orig' 2025-03-04T19:47:30.5978749Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/3' 2025-03-04T19:47:30.5979580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/4/base' 2025-03-04T19:47:30.5980389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/4/head' 2025-03-04T19:47:30.5981200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/4/orig' 2025-03-04T19:47:30.5982273Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/4' 2025-03-04T19:47:30.5983089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/5/base' 2025-03-04T19:47:30.5983900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/5/head' 2025-03-04T19:47:30.5984711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/5/orig' 2025-03-04T19:47:30.5985540Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/5' 2025-03-04T19:47:30.5986365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/6/base' 2025-03-04T19:47:30.5987176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/6/head' 2025-03-04T19:47:30.5988095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/6/orig' 2025-03-04T19:47:30.5988942Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/6' 2025-03-04T19:47:30.5989767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/7/base' 2025-03-04T19:47:30.5990574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/7/head' 2025-03-04T19:47:30.5991385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/7/orig' 2025-03-04T19:47:30.5992211Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos/7' 2025-03-04T19:47:30.5993049Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mlazos' 2025-03-04T19:47:30.5994327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/1/base' 2025-03-04T19:47:30.5995149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/1/orig' 2025-03-04T19:47:30.5996007Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/1' 2025-03-04T19:47:30.5997168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/2/base' 2025-03-04T19:47:30.5998164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/2/orig' 2025-03-04T19:47:30.5999021Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/2' 2025-03-04T19:47:30.5999882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/40/base' 2025-03-04T19:47:30.6001168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/40/head' 2025-03-04T19:47:30.6002020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/40/orig' 2025-03-04T19:47:30.6002883Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/40' 2025-03-04T19:47:30.6003972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/41/base' 2025-03-04T19:47:30.6005048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/41/head' 2025-03-04T19:47:30.6005890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/41/orig' 2025-03-04T19:47:30.6006760Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/41' 2025-03-04T19:47:30.6008072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/42/base' 2025-03-04T19:47:30.6008922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/42/head' 2025-03-04T19:47:30.6009853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/42/orig' 2025-03-04T19:47:30.6011063Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/42' 2025-03-04T19:47:30.6012039Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/5/base' 2025-03-04T19:47:30.6012879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/5/orig' 2025-03-04T19:47:30.6013746Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8/5' 2025-03-04T19:47:30.6015062Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/muchulee8' 2025-03-04T19:47:30.6015907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mzzchy/2/base' 2025-03-04T19:47:30.6016788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mzzchy/2/head' 2025-03-04T19:47:30.6017603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mzzchy/2/orig' 2025-03-04T19:47:30.6018438Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mzzchy/2' 2025-03-04T19:47:30.6019274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mzzchy/3/base' 2025-03-04T19:47:30.6020090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mzzchy/3/head' 2025-03-04T19:47:30.6020893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mzzchy/3/orig' 2025-03-04T19:47:30.6021801Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mzzchy/3' 2025-03-04T19:47:30.6022631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mzzchy/4/base' 2025-03-04T19:47:30.6023446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mzzchy/4/head' 2025-03-04T19:47:30.6024276Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mzzchy/4' 2025-03-04T19:47:30.6025101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mzzchy/5/base' 2025-03-04T19:47:30.6025891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mzzchy/5/head' 2025-03-04T19:47:30.6026701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mzzchy/5/orig' 2025-03-04T19:47:30.6027528Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mzzchy/5' 2025-03-04T19:47:30.6028361Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/mzzchy' 2025-03-04T19:47:30.6029205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/12/base' 2025-03-04T19:47:30.6030055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/12/head' 2025-03-04T19:47:30.6030907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/12/orig' 2025-03-04T19:47:30.6031761Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/12' 2025-03-04T19:47:30.6032631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/31/base' 2025-03-04T19:47:30.6033481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/31/head' 2025-03-04T19:47:30.6034334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/31/orig' 2025-03-04T19:47:30.6035207Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/31' 2025-03-04T19:47:30.6036178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/32/base' 2025-03-04T19:47:30.6037450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/32/head' 2025-03-04T19:47:30.6038288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/32/orig' 2025-03-04T19:47:30.6039158Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/32' 2025-03-04T19:47:30.6040028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/33/base' 2025-03-04T19:47:30.6041256Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/33/head' 2025-03-04T19:47:30.6042178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/33/orig' 2025-03-04T19:47:30.6043115Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/33' 2025-03-04T19:47:30.6043972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/35/base' 2025-03-04T19:47:30.6045277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/35/head' 2025-03-04T19:47:30.6046162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/35/orig' 2025-03-04T19:47:30.6047035Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/35' 2025-03-04T19:47:30.6048271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/36/base' 2025-03-04T19:47:30.6049206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/36/head' 2025-03-04T19:47:30.6050062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/36/orig' 2025-03-04T19:47:30.6050992Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/36' 2025-03-04T19:47:30.6052246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/37/base' 2025-03-04T19:47:30.6053092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/37/head' 2025-03-04T19:47:30.6054032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/37/orig' 2025-03-04T19:47:30.6055260Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/37' 2025-03-04T19:47:30.6056129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/39/base' 2025-03-04T19:47:30.6056987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/39/head' 2025-03-04T19:47:30.6058264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/39/orig' 2025-03-04T19:47:30.6059136Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/39' 2025-03-04T19:47:30.6060006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/8/base' 2025-03-04T19:47:30.6060898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/8/head' 2025-03-04T19:47:30.6061843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/8/orig' 2025-03-04T19:47:30.6062714Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni/8' 2025-03-04T19:47:30.6063589Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/nmacchioni' 2025-03-04T19:47:30.6064032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/150/base' 2025-03-04T19:47:30.6064386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/150/head' 2025-03-04T19:47:30.6064753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/150/orig' 2025-03-04T19:47:30.6065129Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/150' 2025-03-04T19:47:30.6065493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/151/base' 2025-03-04T19:47:30.6065847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/151/head' 2025-03-04T19:47:30.6066211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/151/orig' 2025-03-04T19:47:30.6066642Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/151' 2025-03-04T19:47:30.6067011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/152/base' 2025-03-04T19:47:30.6067361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/152/head' 2025-03-04T19:47:30.6067712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/152/orig' 2025-03-04T19:47:30.6068098Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/152' 2025-03-04T19:47:30.6068452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/153/base' 2025-03-04T19:47:30.6068815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/153/head' 2025-03-04T19:47:30.6069166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/153/orig' 2025-03-04T19:47:30.6069562Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/153' 2025-03-04T19:47:30.6069913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/154/base' 2025-03-04T19:47:30.6070279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/154/head' 2025-03-04T19:47:30.6070633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/154/orig' 2025-03-04T19:47:30.6071021Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/154' 2025-03-04T19:47:30.6071373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/155/base' 2025-03-04T19:47:30.6071724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/155/head' 2025-03-04T19:47:30.6072283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/155/orig' 2025-03-04T19:47:30.6072667Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/155' 2025-03-04T19:47:30.6073033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/156/base' 2025-03-04T19:47:30.6073387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/156/head' 2025-03-04T19:47:30.6073749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/156/orig' 2025-03-04T19:47:30.6074127Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/156' 2025-03-04T19:47:30.6074487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/157/base' 2025-03-04T19:47:30.6074843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/157/head' 2025-03-04T19:47:30.6075359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/157/orig' 2025-03-04T19:47:30.6075745Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/157' 2025-03-04T19:47:30.6076098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/158/base' 2025-03-04T19:47:30.6076460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/158/head' 2025-03-04T19:47:30.6076812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/158/orig' 2025-03-04T19:47:30.6077204Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/158' 2025-03-04T19:47:30.6077555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/159/base' 2025-03-04T19:47:30.6077986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/159/head' 2025-03-04T19:47:30.6078343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/159/orig' 2025-03-04T19:47:30.6078730Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/159' 2025-03-04T19:47:30.6079083Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/160/base' 2025-03-04T19:47:30.6079448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/160/head' 2025-03-04T19:47:30.6079814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/160/orig' 2025-03-04T19:47:30.6080196Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/160' 2025-03-04T19:47:30.6080563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/161/base' 2025-03-04T19:47:30.6080924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/161/head' 2025-03-04T19:47:30.6081291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/161/orig' 2025-03-04T19:47:30.6081668Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/161' 2025-03-04T19:47:30.6082033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/2/base' 2025-03-04T19:47:30.6082383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/2/head' 2025-03-04T19:47:30.6082732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/2/orig' 2025-03-04T19:47:30.6083114Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/2' 2025-03-04T19:47:30.6083469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/21/base' 2025-03-04T19:47:30.6083841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/21/head' 2025-03-04T19:47:30.6084286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/21/orig' 2025-03-04T19:47:30.6085013Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen/21' 2025-03-04T19:47:30.6085378Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/oulgen' 2025-03-04T19:47:30.6085744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/pearu/108/base' 2025-03-04T19:47:30.6086093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/pearu/108/head' 2025-03-04T19:47:30.6086442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/pearu/108/orig' 2025-03-04T19:47:30.6086837Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/pearu/108' 2025-03-04T19:47:30.6087250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/pearu/56/base' 2025-03-04T19:47:30.6087615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/pearu/56/head' 2025-03-04T19:47:30.6087963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/pearu/56/orig' 2025-03-04T19:47:30.6088346Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/pearu/56' 2025-03-04T19:47:30.6088695Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/pearu/97/base' 2025-03-04T19:47:30.6089056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/pearu/97/head' 2025-03-04T19:47:30.6089402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/pearu/97/orig' 2025-03-04T19:47:30.6089841Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/pearu/97' 2025-03-04T19:47:30.6090201Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/pearu' 2025-03-04T19:47:30.6090585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/peterbell10/603/base' 2025-03-04T19:47:30.6091132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/peterbell10/603/head' 2025-03-04T19:47:30.6091819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/peterbell10/603/orig' 2025-03-04T19:47:30.6092233Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/peterbell10/603' 2025-03-04T19:47:30.6092612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/peterbell10/635/base' 2025-03-04T19:47:30.6093009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/peterbell10/635/head' 2025-03-04T19:47:30.6093384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/peterbell10/635/orig' 2025-03-04T19:47:30.6093796Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/peterbell10/635' 2025-03-04T19:47:30.6094173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/peterbell10/636/base' 2025-03-04T19:47:30.6094548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/peterbell10/636/head' 2025-03-04T19:47:30.6094938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/peterbell10/636/orig' 2025-03-04T19:47:30.6095337Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/peterbell10/636' 2025-03-04T19:47:30.6095735Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/peterbell10' 2025-03-04T19:47:30.6096090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/qqaatw/26/base' 2025-03-04T19:47:30.6096448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/qqaatw/26/head' 2025-03-04T19:47:30.6096948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/qqaatw/26/orig' 2025-03-04T19:47:30.6097623Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/qqaatw/26' 2025-03-04T19:47:30.6097981Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/qqaatw' 2025-03-04T19:47:30.6098394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/raymo/log-graph-breaks' 2025-03-04T19:47:30.6098748Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/raymo' 2025-03-04T19:47:30.6099160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/115/base' 2025-03-04T19:47:30.6099511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/115/head' 2025-03-04T19:47:30.6099851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/115/orig' 2025-03-04T19:47:30.6100225Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/115' 2025-03-04T19:47:30.6100564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/118/base' 2025-03-04T19:47:30.6100916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/118/head' 2025-03-04T19:47:30.6101256Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/118/orig' 2025-03-04T19:47:30.6101764Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/118' 2025-03-04T19:47:30.6102113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/119/base' 2025-03-04T19:47:30.6102453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/119/head' 2025-03-04T19:47:30.6102849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/119/orig' 2025-03-04T19:47:30.6103502Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/119' 2025-03-04T19:47:30.6104017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/120/base' 2025-03-04T19:47:30.6104360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/120/head' 2025-03-04T19:47:30.6104712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/120/orig' 2025-03-04T19:47:30.6105083Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/120' 2025-03-04T19:47:30.6105445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/124/base' 2025-03-04T19:47:30.6105789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/124/head' 2025-03-04T19:47:30.6106135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/124/orig' 2025-03-04T19:47:30.6106518Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/124' 2025-03-04T19:47:30.6106863Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/125/base' 2025-03-04T19:47:30.6107214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/125/head' 2025-03-04T19:47:30.6107556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/125/orig' 2025-03-04T19:47:30.6107941Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/125' 2025-03-04T19:47:30.6108284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/128/base' 2025-03-04T19:47:30.6108636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/128/head' 2025-03-04T19:47:30.6109146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/128/orig' 2025-03-04T19:47:30.6109802Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/128' 2025-03-04T19:47:30.6110146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/129/base' 2025-03-04T19:47:30.6110491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/129/head' 2025-03-04T19:47:30.6110849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/129/orig' 2025-03-04T19:47:30.6111279Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/129' 2025-03-04T19:47:30.6111632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/130/base' 2025-03-04T19:47:30.6111974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/130/head' 2025-03-04T19:47:30.6112326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/130/orig' 2025-03-04T19:47:30.6112694Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/130' 2025-03-04T19:47:30.6113048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/131/base' 2025-03-04T19:47:30.6113388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/131/head' 2025-03-04T19:47:30.6113797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/131/orig' 2025-03-04T19:47:30.6114182Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/131' 2025-03-04T19:47:30.6114524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/132/base' 2025-03-04T19:47:30.6115059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/132/head' 2025-03-04T19:47:30.6115661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/132/orig' 2025-03-04T19:47:30.6116042Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/132' 2025-03-04T19:47:30.6116387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/133/base' 2025-03-04T19:47:30.6116740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/133/head' 2025-03-04T19:47:30.6117087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/133/orig' 2025-03-04T19:47:30.6117452Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/133' 2025-03-04T19:47:30.6117805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/134/base' 2025-03-04T19:47:30.6118142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/134/head' 2025-03-04T19:47:30.6118492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/134/orig' 2025-03-04T19:47:30.6118854Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/134' 2025-03-04T19:47:30.6119207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/135/base' 2025-03-04T19:47:30.6119548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/135/head' 2025-03-04T19:47:30.6119907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/135/orig' 2025-03-04T19:47:30.6120270Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/135' 2025-03-04T19:47:30.6120876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/136/base' 2025-03-04T19:47:30.6121417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/136/head' 2025-03-04T19:47:30.6121758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/136/orig' 2025-03-04T19:47:30.6122134Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/136' 2025-03-04T19:47:30.6122473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/27/base' 2025-03-04T19:47:30.6122829Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/27/head' 2025-03-04T19:47:30.6123226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/27/orig' 2025-03-04T19:47:30.6123595Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec/27' 2025-03-04T19:47:30.6123940Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rec' 2025-03-04T19:47:30.6124330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rohan-varma/742/base' 2025-03-04T19:47:30.6124706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rohan-varma/742/head' 2025-03-04T19:47:30.6125085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rohan-varma/742/orig' 2025-03-04T19:47:30.6125493Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rohan-varma/742' 2025-03-04T19:47:30.6126280Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/rohan-varma' 2025-03-04T19:47:30.6126751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/10/base' 2025-03-04T19:47:30.6127121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/10/head' 2025-03-04T19:47:30.6127502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/10/orig' 2025-03-04T19:47:30.6127892Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/10' 2025-03-04T19:47:30.6128273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/11/base' 2025-03-04T19:47:30.6128640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/11/head' 2025-03-04T19:47:30.6129013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/11/orig' 2025-03-04T19:47:30.6129421Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/11' 2025-03-04T19:47:30.6129788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/12/base' 2025-03-04T19:47:30.6130166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/12/head' 2025-03-04T19:47:30.6130601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/12/orig' 2025-03-04T19:47:30.6131149Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/12' 2025-03-04T19:47:30.6131652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/13/base' 2025-03-04T19:47:30.6132159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/13/head' 2025-03-04T19:47:30.6132644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/13/orig' 2025-03-04T19:47:30.6133205Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/13' 2025-03-04T19:47:30.6133699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/14/base' 2025-03-04T19:47:30.6134387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/14/head' 2025-03-04T19:47:30.6135134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/14/orig' 2025-03-04T19:47:30.6135890Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/14' 2025-03-04T19:47:30.6136473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/15/base' 2025-03-04T19:47:30.6137198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/15/head' 2025-03-04T19:47:30.6137706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/15/orig' 2025-03-04T19:47:30.6138234Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/15' 2025-03-04T19:47:30.6138886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/16/base' 2025-03-04T19:47:30.6139464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/16/head' 2025-03-04T19:47:30.6140028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/16/orig' 2025-03-04T19:47:30.6140688Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/16' 2025-03-04T19:47:30.6164603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/7/base' 2025-03-04T19:47:30.6165396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/7/head' 2025-03-04T19:47:30.6166107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/7/orig' 2025-03-04T19:47:30.6166571Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/7' 2025-03-04T19:47:30.6166941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/8/base' 2025-03-04T19:47:30.6167314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/8/head' 2025-03-04T19:47:30.6167690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/8/orig' 2025-03-04T19:47:30.6168153Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/8' 2025-03-04T19:47:30.6168525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/9/base' 2025-03-04T19:47:30.6168903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/9/head' 2025-03-04T19:47:30.6169270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/9/orig' 2025-03-04T19:47:30.6169659Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere/9' 2025-03-04T19:47:30.6170047Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/seemethere' 2025-03-04T19:47:30.6170431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/145/base' 2025-03-04T19:47:30.6170824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/145/head' 2025-03-04T19:47:30.6171212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/145/orig' 2025-03-04T19:47:30.6171625Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/145' 2025-03-04T19:47:30.6172194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/151/base' 2025-03-04T19:47:30.6172586Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/151/head' 2025-03-04T19:47:30.6172966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/151/orig' 2025-03-04T19:47:30.6173381Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/151' 2025-03-04T19:47:30.6173761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/176/base' 2025-03-04T19:47:30.6174148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/176/head' 2025-03-04T19:47:30.6174669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/176/orig' 2025-03-04T19:47:30.6175069Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/176' 2025-03-04T19:47:30.6175471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/187/base' 2025-03-04T19:47:30.6175851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/187/head' 2025-03-04T19:47:30.6176249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/187/orig' 2025-03-04T19:47:30.6176649Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/187' 2025-03-04T19:47:30.6177197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/196/base' 2025-03-04T19:47:30.6177583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/196/head' 2025-03-04T19:47:30.6177977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/196/orig' 2025-03-04T19:47:30.6178377Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/196' 2025-03-04T19:47:30.6178761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/197/base' 2025-03-04T19:47:30.6179156Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/197/head' 2025-03-04T19:47:30.6179533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/197/orig' 2025-03-04T19:47:30.6179945Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/197' 2025-03-04T19:47:30.6180331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/198/base' 2025-03-04T19:47:30.6180723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/198/head' 2025-03-04T19:47:30.6181102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/198/orig' 2025-03-04T19:47:30.6181570Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/198' 2025-03-04T19:47:30.6181951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/199/base' 2025-03-04T19:47:30.6182328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/199/head' 2025-03-04T19:47:30.6182721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/199/orig' 2025-03-04T19:47:30.6183128Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314/199' 2025-03-04T19:47:30.6183529Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/shunting314' 2025-03-04T19:47:30.6183879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/sijiac/1/base' 2025-03-04T19:47:30.6184238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/sijiac/1/head' 2025-03-04T19:47:30.6184596Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/sijiac/1' 2025-03-04T19:47:30.6184951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/sijiac/2/base' 2025-03-04T19:47:30.6185296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/sijiac/2/head' 2025-03-04T19:47:30.6185678Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/sijiac/2' 2025-03-04T19:47:30.6186077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/sijiac/3/base' 2025-03-04T19:47:30.6186423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/sijiac/3/head' 2025-03-04T19:47:30.6186800Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/sijiac/3' 2025-03-04T19:47:30.6187159Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/sijiac' 2025-03-04T19:47:30.6187534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/silverguo/1/base' 2025-03-04T19:47:30.6187891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/silverguo/1/head' 2025-03-04T19:47:30.6188276Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/silverguo/1' 2025-03-04T19:47:30.6188714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/silverguo/2/base' 2025-03-04T19:47:30.6189087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/silverguo/2/head' 2025-03-04T19:47:30.6189468Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/silverguo/2' 2025-03-04T19:47:30.6189828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/silverguo/3/base' 2025-03-04T19:47:30.6190204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/silverguo/3/head' 2025-03-04T19:47:30.6190588Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/silverguo/3' 2025-03-04T19:47:30.6191013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/silverguo/4/base' 2025-03-04T19:47:30.6191377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/silverguo/4/head' 2025-03-04T19:47:30.6191765Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/silverguo/4' 2025-03-04T19:47:30.6192141Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/silverguo' 2025-03-04T19:47:30.6192529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/sinhaanhsul/1/base' 2025-03-04T19:47:30.6192897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/sinhaanhsul/1/head' 2025-03-04T19:47:30.6193302Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/sinhaanhsul/1' 2025-03-04T19:47:30.6193685Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/sinhaanhsul' 2025-03-04T19:47:30.6194054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/269/base' 2025-03-04T19:47:30.6194442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/269/head' 2025-03-04T19:47:30.6194802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/269/orig' 2025-03-04T19:47:30.6195204Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/269' 2025-03-04T19:47:30.6195573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/276/base' 2025-03-04T19:47:30.6195955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/276/head' 2025-03-04T19:47:30.6196320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/276/orig' 2025-03-04T19:47:30.6196723Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/276' 2025-03-04T19:47:30.6197090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/287/base' 2025-03-04T19:47:30.6197528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/287/head' 2025-03-04T19:47:30.6197893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/287/orig' 2025-03-04T19:47:30.6198287Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/287' 2025-03-04T19:47:30.6198655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/296/base' 2025-03-04T19:47:30.6199034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/296/head' 2025-03-04T19:47:30.6199713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/296/orig' 2025-03-04T19:47:30.6200229Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/296' 2025-03-04T19:47:30.6200615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/299/base' 2025-03-04T19:47:30.6200978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/299/head' 2025-03-04T19:47:30.6201346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/299/orig' 2025-03-04T19:47:30.6201727Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/299' 2025-03-04T19:47:30.6202105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/300/base' 2025-03-04T19:47:30.6202472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/300/head' 2025-03-04T19:47:30.6202849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/300/orig' 2025-03-04T19:47:30.6203243Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/300' 2025-03-04T19:47:30.6203609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/301/base' 2025-03-04T19:47:30.6203986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/301/head' 2025-03-04T19:47:30.6204349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/301/orig' 2025-03-04T19:47:30.6204743Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/301' 2025-03-04T19:47:30.6205107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/313/base' 2025-03-04T19:47:30.6205485Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/313/head' 2025-03-04T19:47:30.6205852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/313/orig' 2025-03-04T19:47:30.6206252Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/313' 2025-03-04T19:47:30.6206618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/319/base' 2025-03-04T19:47:30.6206994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/319/head' 2025-03-04T19:47:30.6207359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/319/orig' 2025-03-04T19:47:30.6207747Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/319' 2025-03-04T19:47:30.6208123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/320/base' 2025-03-04T19:47:30.6208495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/320/head' 2025-03-04T19:47:30.6208926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/320/orig' 2025-03-04T19:47:30.6209368Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/320' 2025-03-04T19:47:30.6209749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/329/base' 2025-03-04T19:47:30.6210117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/329/head' 2025-03-04T19:47:30.6210496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/329/orig' 2025-03-04T19:47:30.6210883Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/329' 2025-03-04T19:47:30.6211253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/331/base' 2025-03-04T19:47:30.6211686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/331/head' 2025-03-04T19:47:30.6212055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/331/orig' 2025-03-04T19:47:30.6212456Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/331' 2025-03-04T19:47:30.6212825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/332/base' 2025-03-04T19:47:30.6213202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/332/head' 2025-03-04T19:47:30.6213566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/332/orig' 2025-03-04T19:47:30.6213966Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/332' 2025-03-04T19:47:30.6214336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/335/base' 2025-03-04T19:47:30.6214717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/335/head' 2025-03-04T19:47:30.6215084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/335/orig' 2025-03-04T19:47:30.6215473Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/335' 2025-03-04T19:47:30.6215853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/336/base' 2025-03-04T19:47:30.6216218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/336/head' 2025-03-04T19:47:30.6216596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/336/orig' 2025-03-04T19:47:30.6216991Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/336' 2025-03-04T19:47:30.6217373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/347/base' 2025-03-04T19:47:30.6217736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/347/head' 2025-03-04T19:47:30.6218114Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/347/orig' 2025-03-04T19:47:30.6218501Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/347' 2025-03-04T19:47:30.6218997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/349/base' 2025-03-04T19:47:30.6219379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/349/head' 2025-03-04T19:47:30.6219748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/349/orig' 2025-03-04T19:47:30.6220214Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/349' 2025-03-04T19:47:30.6220580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/350/base' 2025-03-04T19:47:30.6220956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/350/head' 2025-03-04T19:47:30.6221320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/350/orig' 2025-03-04T19:47:30.6221828Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/350' 2025-03-04T19:47:30.6222198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/351/base' 2025-03-04T19:47:30.6222578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/351/head' 2025-03-04T19:47:30.6222999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/351/orig' 2025-03-04T19:47:30.6223392Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/351' 2025-03-04T19:47:30.6223771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/352/base' 2025-03-04T19:47:30.6224135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/352/head' 2025-03-04T19:47:30.6224516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/352/orig' 2025-03-04T19:47:30.6224903Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/352' 2025-03-04T19:47:30.6225279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/353/base' 2025-03-04T19:47:30.6225669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/353/head' 2025-03-04T19:47:30.6226087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/353/orig' 2025-03-04T19:47:30.6226476Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer/353' 2025-03-04T19:47:30.6226849Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/soulitzer' 2025-03-04T19:47:30.6227205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/suo/619/base' 2025-03-04T19:47:30.6227569Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/suo/619' 2025-03-04T19:47:30.6227926Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/suo' 2025-03-04T19:47:30.6228290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/704/base' 2025-03-04T19:47:30.6228670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/704/head' 2025-03-04T19:47:30.6229036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/704/orig' 2025-03-04T19:47:30.6229477Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/704' 2025-03-04T19:47:30.6229953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/710/base' 2025-03-04T19:47:30.6230330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/710/head' 2025-03-04T19:47:30.6230691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/710/orig' 2025-03-04T19:47:30.6231076Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/710' 2025-03-04T19:47:30.6231456Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/711/base' 2025-03-04T19:47:30.6231900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/711/head' 2025-03-04T19:47:30.6232275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/711/orig' 2025-03-04T19:47:30.6232658Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/711' 2025-03-04T19:47:30.6233031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/722/base' 2025-03-04T19:47:30.6233394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/722/head' 2025-03-04T19:47:30.6233757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/722/orig' 2025-03-04T19:47:30.6234138Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/722' 2025-03-04T19:47:30.6234547Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/723/base' 2025-03-04T19:47:30.6234921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/723/head' 2025-03-04T19:47:30.6235282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/723/orig' 2025-03-04T19:47:30.6235685Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok/723' 2025-03-04T19:47:30.6236053Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/swolchok' 2025-03-04T19:47:30.6236428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/syed-ahmed/1/base' 2025-03-04T19:47:30.6236791Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/syed-ahmed/1/head' 2025-03-04T19:47:30.6237167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/syed-ahmed/1/orig' 2025-03-04T19:47:30.6237554Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/syed-ahmed/1' 2025-03-04T19:47:30.6237933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/syed-ahmed/2/base' 2025-03-04T19:47:30.6238295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/syed-ahmed/2/head' 2025-03-04T19:47:30.6238659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/syed-ahmed/2/orig' 2025-03-04T19:47:30.6239056Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/syed-ahmed/2' 2025-03-04T19:47:30.6239433Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/syed-ahmed' 2025-03-04T19:47:30.6239802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tianyu-l/2/base' 2025-03-04T19:47:30.6240164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tianyu-l/2/head' 2025-03-04T19:47:30.6240525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tianyu-l/2/orig' 2025-03-04T19:47:30.6240901Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tianyu-l/2' 2025-03-04T19:47:30.6241273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tianyu-l/6/base' 2025-03-04T19:47:30.6241629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tianyu-l/6/head' 2025-03-04T19:47:30.6241988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tianyu-l/6/orig' 2025-03-04T19:47:30.6242377Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tianyu-l/6' 2025-03-04T19:47:30.6242734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tianyu-l/7/base' 2025-03-04T19:47:30.6243222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tianyu-l/7/head' 2025-03-04T19:47:30.6243577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tianyu-l/7/orig' 2025-03-04T19:47:30.6243966Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tianyu-l/7' 2025-03-04T19:47:30.6244334Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tianyu-l' 2025-03-04T19:47:30.6244739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/155/base' 2025-03-04T19:47:30.6245133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/155/head' 2025-03-04T19:47:30.6245590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/155/orig' 2025-03-04T19:47:30.6246010Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/155' 2025-03-04T19:47:30.6246402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/162/base' 2025-03-04T19:47:30.6246807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/162/head' 2025-03-04T19:47:30.6247200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/162/orig' 2025-03-04T19:47:30.6247622Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/162' 2025-03-04T19:47:30.6248013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/277/base' 2025-03-04T19:47:30.6248415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/277/head' 2025-03-04T19:47:30.6248813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/277/orig' 2025-03-04T19:47:30.6249239Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/277' 2025-03-04T19:47:30.6249631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/282/base' 2025-03-04T19:47:30.6250025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/282/head' 2025-03-04T19:47:30.6250431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/282/orig' 2025-03-04T19:47:30.6250844Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/282' 2025-03-04T19:47:30.6251246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/287/base' 2025-03-04T19:47:30.6251645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/287/head' 2025-03-04T19:47:30.6252048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/287/orig' 2025-03-04T19:47:30.6252461Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/287' 2025-03-04T19:47:30.6252865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/288/base' 2025-03-04T19:47:30.6253260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/288/head' 2025-03-04T19:47:30.6253663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/288/orig' 2025-03-04T19:47:30.6254071Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/288' 2025-03-04T19:47:30.6254518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/289/base' 2025-03-04T19:47:30.6254920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/289/head' 2025-03-04T19:47:30.6255310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/289/orig' 2025-03-04T19:47:30.6255731Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/289' 2025-03-04T19:47:30.6256122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/290/base' 2025-03-04T19:47:30.6256523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/290/head' 2025-03-04T19:47:30.6256913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/290/orig' 2025-03-04T19:47:30.6257388Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/290' 2025-03-04T19:47:30.6257782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/291/base' 2025-03-04T19:47:30.6258185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/291/head' 2025-03-04T19:47:30.6258572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/291/orig' 2025-03-04T19:47:30.6258984Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/291' 2025-03-04T19:47:30.6259387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/292/base' 2025-03-04T19:47:30.6259776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/292/head' 2025-03-04T19:47:30.6260184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/292/orig' 2025-03-04T19:47:30.6260600Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/292' 2025-03-04T19:47:30.6261002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/293/base' 2025-03-04T19:47:30.6261394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/293/head' 2025-03-04T19:47:30.6261878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/293/orig' 2025-03-04T19:47:30.6262292Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/293' 2025-03-04T19:47:30.6262700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/294/base' 2025-03-04T19:47:30.6263094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/294/head' 2025-03-04T19:47:30.6263491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/294/orig' 2025-03-04T19:47:30.6263933Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/294' 2025-03-04T19:47:30.6264324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/295/base' 2025-03-04T19:47:30.6264727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/295/head' 2025-03-04T19:47:30.6265120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/295/orig' 2025-03-04T19:47:30.6265531Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/295' 2025-03-04T19:47:30.6265942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/296/base' 2025-03-04T19:47:30.6266387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/296/head' 2025-03-04T19:47:30.6266790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/296/orig' 2025-03-04T19:47:30.6267201Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan/296' 2025-03-04T19:47:30.6267611Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/tugsbayasgalan' 2025-03-04T19:47:30.6267954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/1/head' 2025-03-04T19:47:30.6268311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/1/next' 2025-03-04T19:47:30.6268705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/1/orig' 2025-03-04T19:47:30.6269073Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/1' 2025-03-04T19:47:30.6269424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/2/head' 2025-03-04T19:47:30.6269772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/2/next' 2025-03-04T19:47:30.6270128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/2/orig' 2025-03-04T19:47:30.6270494Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/2' 2025-03-04T19:47:30.6270851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/3/head' 2025-03-04T19:47:30.6271195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/3/next' 2025-03-04T19:47:30.6271554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/3/orig' 2025-03-04T19:47:30.6272202Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/3' 2025-03-04T19:47:30.6272555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/4/base' 2025-03-04T19:47:30.6272906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/4/head' 2025-03-04T19:47:30.6273249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/4/orig' 2025-03-04T19:47:30.6273626Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/4' 2025-03-04T19:47:30.6273969Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/5/base' 2025-03-04T19:47:30.6274325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/5/head' 2025-03-04T19:47:30.6274676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/5/orig' 2025-03-04T19:47:30.6275052Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/5' 2025-03-04T19:47:30.6275394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/6/base' 2025-03-04T19:47:30.6275751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/6/head' 2025-03-04T19:47:30.6276094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/6/orig' 2025-03-04T19:47:30.6276462Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/6' 2025-03-04T19:47:30.6276820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/7/base' 2025-03-04T19:47:30.6277168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/7/head' 2025-03-04T19:47:30.6277647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/7/orig' 2025-03-04T19:47:30.6278012Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo/7' 2025-03-04T19:47:30.6278386Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vkuzo' 2025-03-04T19:47:30.6278736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/10/base' 2025-03-04T19:47:30.6279103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/10/head' 2025-03-04T19:47:30.6279450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/10/orig' 2025-03-04T19:47:30.6279827Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/10' 2025-03-04T19:47:30.6280261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/15/base' 2025-03-04T19:47:30.6280615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/15/head' 2025-03-04T19:47:30.6280982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/15/orig' 2025-03-04T19:47:30.6281352Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/15' 2025-03-04T19:47:30.6281708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/16/base' 2025-03-04T19:47:30.6282058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/16/head' 2025-03-04T19:47:30.6282416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/16/orig' 2025-03-04T19:47:30.6282784Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/16' 2025-03-04T19:47:30.6283135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/17/base' 2025-03-04T19:47:30.6283493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/17/head' 2025-03-04T19:47:30.6283839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/17/orig' 2025-03-04T19:47:30.6284223Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/17' 2025-03-04T19:47:30.6284573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/18/base' 2025-03-04T19:47:30.6284931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/18/head' 2025-03-04T19:47:30.6285278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/18/orig' 2025-03-04T19:47:30.6285663Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/18' 2025-03-04T19:47:30.6286014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/19/base' 2025-03-04T19:47:30.6286373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/19/head' 2025-03-04T19:47:30.6286719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/19/orig' 2025-03-04T19:47:30.6287087Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/19' 2025-03-04T19:47:30.6287439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/20/base' 2025-03-04T19:47:30.6287778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/20/head' 2025-03-04T19:47:30.6288134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/20/orig' 2025-03-04T19:47:30.6288563Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens/20' 2025-03-04T19:47:30.6288935Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/vmoens' 2025-03-04T19:47:30.6289319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/voznesenskym/211/base' 2025-03-04T19:47:30.6289720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/voznesenskym/211/head' 2025-03-04T19:47:30.6290099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/voznesenskym/211/orig' 2025-03-04T19:47:30.6290502Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/voznesenskym/211' 2025-03-04T19:47:30.6290897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/voznesenskym/231/base' 2025-03-04T19:47:30.6291328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/voznesenskym/231/head' 2025-03-04T19:47:30.6291730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/voznesenskym/231/orig' 2025-03-04T19:47:30.6292135Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/voznesenskym/231' 2025-03-04T19:47:30.6292531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/voznesenskym/254/base' 2025-03-04T19:47:30.6292912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/voznesenskym/254/head' 2025-03-04T19:47:30.6293307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/voznesenskym/254/orig' 2025-03-04T19:47:30.6293707Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/voznesenskym/254' 2025-03-04T19:47:30.6294105Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/voznesenskym' 2025-03-04T19:47:30.6294475Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wanchaol/360/base' 2025-03-04T19:47:30.6294839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wanchaol/360/head' 2025-03-04T19:47:30.6295214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wanchaol/360/orig' 2025-03-04T19:47:30.6295596Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wanchaol/360' 2025-03-04T19:47:30.6295970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wanchaol/367/base' 2025-03-04T19:47:30.6296332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wanchaol/367/head' 2025-03-04T19:47:30.6296705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wanchaol/367/orig' 2025-03-04T19:47:30.6297099Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wanchaol/367' 2025-03-04T19:47:30.6297473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wanchaol/368/base' 2025-03-04T19:47:30.6297838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wanchaol/368/head' 2025-03-04T19:47:30.6298205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wanchaol/368/orig' 2025-03-04T19:47:30.6298601Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wanchaol/368' 2025-03-04T19:47:30.6298970Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wanchaol' 2025-03-04T19:47:30.6299341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/204/base' 2025-03-04T19:47:30.6299702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/204/orig' 2025-03-04T19:47:30.6300149Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/204' 2025-03-04T19:47:30.6300511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/380/base' 2025-03-04T19:47:30.6300886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/380/head' 2025-03-04T19:47:30.6301245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/380/orig' 2025-03-04T19:47:30.6301705Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/380' 2025-03-04T19:47:30.6302082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/382/base' 2025-03-04T19:47:30.6302526Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/382' 2025-03-04T19:47:30.6302905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/383/base' 2025-03-04T19:47:30.6303290Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/383' 2025-03-04T19:47:30.6303670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/384/base' 2025-03-04T19:47:30.6304054Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/384' 2025-03-04T19:47:30.6304431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/385/base' 2025-03-04T19:47:30.6304791Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/385/head' 2025-03-04T19:47:30.6305186Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/385' 2025-03-04T19:47:30.6305558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/386/base' 2025-03-04T19:47:30.6305940Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/386' 2025-03-04T19:47:30.6306305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/391/base' 2025-03-04T19:47:30.6306665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/391/head' 2025-03-04T19:47:30.6307038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/391/orig' 2025-03-04T19:47:30.6307422Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/391' 2025-03-04T19:47:30.6307796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/392/base' 2025-03-04T19:47:30.6308160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/392/head' 2025-03-04T19:47:30.6308536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/392/orig' 2025-03-04T19:47:30.6308919Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/392' 2025-03-04T19:47:30.6309278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/393/base' 2025-03-04T19:47:30.6309656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/393/head' 2025-03-04T19:47:30.6310014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/393/orig' 2025-03-04T19:47:30.6310410Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/393' 2025-03-04T19:47:30.6310772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/394/base' 2025-03-04T19:47:30.6311196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/394/head' 2025-03-04T19:47:30.6311552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/394/orig' 2025-03-04T19:47:30.6311948Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/394' 2025-03-04T19:47:30.6312307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/395/base' 2025-03-04T19:47:30.6312681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/395/head' 2025-03-04T19:47:30.6313039Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/395/orig' 2025-03-04T19:47:30.6313422Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/395' 2025-03-04T19:47:30.6313858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/396/base' 2025-03-04T19:47:30.6314225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/396/head' 2025-03-04T19:47:30.6314595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/396/orig' 2025-03-04T19:47:30.6314975Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/396' 2025-03-04T19:47:30.6315348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/397/base' 2025-03-04T19:47:30.6315712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/397/head' 2025-03-04T19:47:30.6316084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/397/orig' 2025-03-04T19:47:30.6316470Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/397' 2025-03-04T19:47:30.6316836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/398/base' 2025-03-04T19:47:30.6317211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/398/head' 2025-03-04T19:47:30.6317573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/398/orig' 2025-03-04T19:47:30.6317961Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab/398' 2025-03-04T19:47:30.6318327Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wconstab' 2025-03-04T19:47:30.6318703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/weifengpy/21/base' 2025-03-04T19:47:30.6319073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/weifengpy/21/head' 2025-03-04T19:47:30.6319452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/weifengpy/21/orig' 2025-03-04T19:47:30.6319837Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/weifengpy/21' 2025-03-04T19:47:30.6320220Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/weifengpy' 2025-03-04T19:47:30.6320603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/196/base' 2025-03-04T19:47:30.6320984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/196/head' 2025-03-04T19:47:30.6321376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/196/orig' 2025-03-04T19:47:30.6321780Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/196' 2025-03-04T19:47:30.6322176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/197/base' 2025-03-04T19:47:30.6322619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/197/head' 2025-03-04T19:47:30.6323009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/197/orig' 2025-03-04T19:47:30.6323408Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/197' 2025-03-04T19:47:30.6323797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/199/base' 2025-03-04T19:47:30.6324178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/199/head' 2025-03-04T19:47:30.6324557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/199/orig' 2025-03-04T19:47:30.6325021Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/199' 2025-03-04T19:47:30.6325404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/200/base' 2025-03-04T19:47:30.6325792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/200/head' 2025-03-04T19:47:30.6326170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/200/orig' 2025-03-04T19:47:30.6326687Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/200' 2025-03-04T19:47:30.6327071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/201/base' 2025-03-04T19:47:30.6327464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/201/head' 2025-03-04T19:47:30.6327841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/201/orig' 2025-03-04T19:47:30.6328262Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/201' 2025-03-04T19:47:30.6328641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/204/base' 2025-03-04T19:47:30.6329022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/204/head' 2025-03-04T19:47:30.6329415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/204/orig' 2025-03-04T19:47:30.6329817Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/204' 2025-03-04T19:47:30.6330212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/205/base' 2025-03-04T19:47:30.6330590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/205/head' 2025-03-04T19:47:30.6330991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/205/orig' 2025-03-04T19:47:30.6331394Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/205' 2025-03-04T19:47:30.6331787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/206/base' 2025-03-04T19:47:30.6332165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/206/head' 2025-03-04T19:47:30.6332561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/206/orig' 2025-03-04T19:47:30.6332967Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/206' 2025-03-04T19:47:30.6333351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/207/base' 2025-03-04T19:47:30.6333751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/207/head' 2025-03-04T19:47:30.6334191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/207/orig' 2025-03-04T19:47:30.6334609Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/207' 2025-03-04T19:47:30.6334994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/208/base' 2025-03-04T19:47:30.6335389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/208/head' 2025-03-04T19:47:30.6335775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/208/orig' 2025-03-04T19:47:30.6336192Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/208' 2025-03-04T19:47:30.6336622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/209/base' 2025-03-04T19:47:30.6337011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/209/head' 2025-03-04T19:47:30.6337408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/209/orig' 2025-03-04T19:47:30.6337814Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/209' 2025-03-04T19:47:30.6338212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/210/base' 2025-03-04T19:47:30.6338598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/210/head' 2025-03-04T19:47:30.6338993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/210/orig' 2025-03-04T19:47:30.6339399Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/210' 2025-03-04T19:47:30.6339801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/211/base' 2025-03-04T19:47:30.6340186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/211/head' 2025-03-04T19:47:30.6340585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/211/orig' 2025-03-04T19:47:30.6340992Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/211' 2025-03-04T19:47:30.6341377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/212/base' 2025-03-04T19:47:30.6342084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/212/head' 2025-03-04T19:47:30.6342680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/212/orig' 2025-03-04T19:47:30.6343172Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/212' 2025-03-04T19:47:30.6343588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/213/base' 2025-03-04T19:47:30.6344003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/213/head' 2025-03-04T19:47:30.6344386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/213/orig' 2025-03-04T19:47:30.6344803Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/213' 2025-03-04T19:47:30.6345185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/214/base' 2025-03-04T19:47:30.6345622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/214/head' 2025-03-04T19:47:30.6346105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/214/orig' 2025-03-04T19:47:30.6346525Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/214' 2025-03-04T19:47:30.6346909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/215/base' 2025-03-04T19:47:30.6347308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/215/head' 2025-03-04T19:47:30.6347693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/215/orig' 2025-03-04T19:47:30.6348107Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/215' 2025-03-04T19:47:30.6348489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/216/base' 2025-03-04T19:47:30.6348931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/216/head' 2025-03-04T19:47:30.6349318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/216/orig' 2025-03-04T19:47:30.6349723Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/216' 2025-03-04T19:47:30.6350115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/217/base' 2025-03-04T19:47:30.6350496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/217/head' 2025-03-04T19:47:30.6350888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/217/orig' 2025-03-04T19:47:30.6351291Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42/217' 2025-03-04T19:47:30.6351694Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/williamwen42' 2025-03-04T19:47:30.6352040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wz337/2/base' 2025-03-04T19:47:30.6352390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wz337/2/head' 2025-03-04T19:47:30.6352754Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wz337/2' 2025-03-04T19:47:30.6353107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wz337/3/base' 2025-03-04T19:47:30.6353447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wz337/3/head' 2025-03-04T19:47:30.6353817Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wz337/3' 2025-03-04T19:47:30.6354185Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/wz337' 2025-03-04T19:47:30.6354542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/138/base' 2025-03-04T19:47:30.6354904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/138/head' 2025-03-04T19:47:30.6355254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/138/orig' 2025-03-04T19:47:30.6355638Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/138' 2025-03-04T19:47:30.6356154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/140/base' 2025-03-04T19:47:30.6356523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/140/head' 2025-03-04T19:47:30.6356871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/140/orig' 2025-03-04T19:47:30.6357250Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/140' 2025-03-04T19:47:30.6357675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/157/base' 2025-03-04T19:47:30.6358023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/157/head' 2025-03-04T19:47:30.6358384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/157/orig' 2025-03-04T19:47:30.6358756Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/157' 2025-03-04T19:47:30.6359114Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/166/base' 2025-03-04T19:47:30.6359460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/166/head' 2025-03-04T19:47:30.6359819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/166/orig' 2025-03-04T19:47:30.6360734Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/166' 2025-03-04T19:47:30.6361097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/167/base' 2025-03-04T19:47:30.6361444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/167/head' 2025-03-04T19:47:30.6361792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/167/orig' 2025-03-04T19:47:30.6362176Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/167' 2025-03-04T19:47:30.6362525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/168/base' 2025-03-04T19:47:30.6362888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/168/head' 2025-03-04T19:47:30.6363242Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/168/orig' 2025-03-04T19:47:30.6363632Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/168' 2025-03-04T19:47:30.6363981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/169/base' 2025-03-04T19:47:30.6364346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/169/head' 2025-03-04T19:47:30.6364720Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/169' 2025-03-04T19:47:30.6365073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/170/base' 2025-03-04T19:47:30.6365435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/170/head' 2025-03-04T19:47:30.6365811Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/170' 2025-03-04T19:47:30.6366179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/171/base' 2025-03-04T19:47:30.6366531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/171/head' 2025-03-04T19:47:30.6366890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/171/orig' 2025-03-04T19:47:30.6367263Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/171' 2025-03-04T19:47:30.6367622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/172/base' 2025-03-04T19:47:30.6367972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/172/head' 2025-03-04T19:47:30.6368320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/172/orig' 2025-03-04T19:47:30.6368704Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/172' 2025-03-04T19:47:30.6369109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/173/base' 2025-03-04T19:47:30.6369474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/173/head' 2025-03-04T19:47:30.6369821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/173/orig' 2025-03-04T19:47:30.6370205Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/173' 2025-03-04T19:47:30.6370551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/174/base' 2025-03-04T19:47:30.6370906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/174/head' 2025-03-04T19:47:30.6371254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/174/orig' 2025-03-04T19:47:30.6371671Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/174' 2025-03-04T19:47:30.6372426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/175/base' 2025-03-04T19:47:30.6372782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/175/head' 2025-03-04T19:47:30.6373147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/175/orig' 2025-03-04T19:47:30.6373521Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/175' 2025-03-04T19:47:30.6373887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/176/base' 2025-03-04T19:47:30.6374236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/176/head' 2025-03-04T19:47:30.6374667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/176/orig' 2025-03-04T19:47:30.6375051Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/176' 2025-03-04T19:47:30.6375414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/177/base' 2025-03-04T19:47:30.6375764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/177/head' 2025-03-04T19:47:30.6376112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/177/orig' 2025-03-04T19:47:30.6376497Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/177' 2025-03-04T19:47:30.6376843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/178/base' 2025-03-04T19:47:30.6377206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/178/head' 2025-03-04T19:47:30.6377556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/178/orig' 2025-03-04T19:47:30.6377944Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/178' 2025-03-04T19:47:30.6378294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/179/base' 2025-03-04T19:47:30.6378658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/179/head' 2025-03-04T19:47:30.6379008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/179/orig' 2025-03-04T19:47:30.6379382Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/179' 2025-03-04T19:47:30.6379744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/18/base' 2025-03-04T19:47:30.6380095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/18/head' 2025-03-04T19:47:30.6380765Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/18' 2025-03-04T19:47:30.6381139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/180/base' 2025-03-04T19:47:30.6381569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/180/head' 2025-03-04T19:47:30.6381921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/180/orig' 2025-03-04T19:47:30.6382310Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/180' 2025-03-04T19:47:30.6382661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/181/base' 2025-03-04T19:47:30.6383010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/181/head' 2025-03-04T19:47:30.6383456Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/181/orig' 2025-03-04T19:47:30.6383835Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/181' 2025-03-04T19:47:30.6384199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/182/base' 2025-03-04T19:47:30.6384550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/182/head' 2025-03-04T19:47:30.6384916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/182/orig' 2025-03-04T19:47:30.6385284Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/182' 2025-03-04T19:47:30.6385646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/183/base' 2025-03-04T19:47:30.6385993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/183/head' 2025-03-04T19:47:30.6386355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/183/orig' 2025-03-04T19:47:30.6386730Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/183' 2025-03-04T19:47:30.6387079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/184/base' 2025-03-04T19:47:30.6387567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/184/head' 2025-03-04T19:47:30.6388184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/184/orig' 2025-03-04T19:47:30.6388570Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/184' 2025-03-04T19:47:30.6388917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/185/base' 2025-03-04T19:47:30.6389280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/185/head' 2025-03-04T19:47:30.6389636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/185/orig' 2025-03-04T19:47:30.6390020Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/185' 2025-03-04T19:47:30.6390367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/186/base' 2025-03-04T19:47:30.6390720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/186/head' 2025-03-04T19:47:30.6391079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/186/orig' 2025-03-04T19:47:30.6391449Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/186' 2025-03-04T19:47:30.6391811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/187/base' 2025-03-04T19:47:30.6392164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/187/head' 2025-03-04T19:47:30.6392580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/187/orig' 2025-03-04T19:47:30.6392953Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/187' 2025-03-04T19:47:30.6393313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/188/base' 2025-03-04T19:47:30.6393657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/188/head' 2025-03-04T19:47:30.6394002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/188/orig' 2025-03-04T19:47:30.6394387Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/188' 2025-03-04T19:47:30.6394737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/189/base' 2025-03-04T19:47:30.6395151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/189/head' 2025-03-04T19:47:30.6395500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/189/orig' 2025-03-04T19:47:30.6395885Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/189' 2025-03-04T19:47:30.6396234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/190/base' 2025-03-04T19:47:30.6396593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/190/head' 2025-03-04T19:47:30.6396951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/190/orig' 2025-03-04T19:47:30.6397341Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan/190' 2025-03-04T19:47:30.6397698Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xmfan' 2025-03-04T19:47:30.6398087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuanzhang816/10/base' 2025-03-04T19:47:30.6398484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuanzhang816/10/head' 2025-03-04T19:47:30.6398868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuanzhang816/10/orig' 2025-03-04T19:47:30.6399283Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuanzhang816/10' 2025-03-04T19:47:30.6399663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuanzhang816/11/base' 2025-03-04T19:47:30.6400058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuanzhang816/11/head' 2025-03-04T19:47:30.6400439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuanzhang816/11/orig' 2025-03-04T19:47:30.6400862Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuanzhang816/11' 2025-03-04T19:47:30.6401243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuanzhang816/12/base' 2025-03-04T19:47:30.6401626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuanzhang816/12/head' 2025-03-04T19:47:30.6402024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuanzhang816/12/orig' 2025-03-04T19:47:30.6402425Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuanzhang816/12' 2025-03-04T19:47:30.6402822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuanzhang816/13/base' 2025-03-04T19:47:30.6403203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuanzhang816/13/head' 2025-03-04T19:47:30.6403670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuanzhang816/13/orig' 2025-03-04T19:47:30.6404071Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuanzhang816/13' 2025-03-04T19:47:30.6404474Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuanzhang816' 2025-03-04T19:47:30.6404827Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/1/base' 2025-03-04T19:47:30.6405190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/1/head' 2025-03-04T19:47:30.6405565Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/1' 2025-03-04T19:47:30.6405916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/2/base' 2025-03-04T19:47:30.6406330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/2/head' 2025-03-04T19:47:30.6406711Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/2' 2025-03-04T19:47:30.6407078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/3/base' 2025-03-04T19:47:30.6407429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/3/head' 2025-03-04T19:47:30.6407817Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/3' 2025-03-04T19:47:30.6408167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/4/base' 2025-03-04T19:47:30.6408533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/4/head' 2025-03-04T19:47:30.6408906Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/4' 2025-03-04T19:47:30.6409267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/5/base' 2025-03-04T19:47:30.6409632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/5/head' 2025-03-04T19:47:30.6410002Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/5' 2025-03-04T19:47:30.6410365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/6/base' 2025-03-04T19:47:30.6410715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/6/head' 2025-03-04T19:47:30.6411102Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/6' 2025-03-04T19:47:30.6411450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/7/base' 2025-03-04T19:47:30.6411814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/7/head' 2025-03-04T19:47:30.6412188Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn/7' 2025-03-04T19:47:30.6412551Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xuhancn' 2025-03-04T19:47:30.6412918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xunnanxu/1/base' 2025-03-04T19:47:30.6413274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xunnanxu/1/head' 2025-03-04T19:47:30.6413639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xunnanxu/1/orig' 2025-03-04T19:47:30.6414016Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xunnanxu/1' 2025-03-04T19:47:30.6414384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xunnanxu/2/base' 2025-03-04T19:47:30.6414792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xunnanxu/2/head' 2025-03-04T19:47:30.6415153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xunnanxu/2/orig' 2025-03-04T19:47:30.6415532Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xunnanxu/2' 2025-03-04T19:47:30.6415896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xunnanxu/3/base' 2025-03-04T19:47:30.6416249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xunnanxu/3/head' 2025-03-04T19:47:30.6416604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xunnanxu/3/orig' 2025-03-04T19:47:30.6416991Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xunnanxu/3' 2025-03-04T19:47:30.6417395Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xunnanxu/4/base' 2025-03-04T19:47:30.6417766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xunnanxu/4/head' 2025-03-04T19:47:30.6418119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xunnanxu/4/orig' 2025-03-04T19:47:30.6418504Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xunnanxu/4' 2025-03-04T19:47:30.6418872Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/xunnanxu' 2025-03-04T19:47:30.6419254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/11/base' 2025-03-04T19:47:30.6419624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/11/head' 2025-03-04T19:47:30.6419989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/11/orig' 2025-03-04T19:47:30.6420392Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/11' 2025-03-04T19:47:30.6421002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/12/base' 2025-03-04T19:47:30.6421700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/12/head' 2025-03-04T19:47:30.6422204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/12/orig' 2025-03-04T19:47:30.6422738Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/12' 2025-03-04T19:47:30.6423221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/13/base' 2025-03-04T19:47:30.6423744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/13/head' 2025-03-04T19:47:30.6424407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/13/orig' 2025-03-04T19:47:30.6425190Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/13' 2025-03-04T19:47:30.6425693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/14/base' 2025-03-04T19:47:30.6426188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/14/head' 2025-03-04T19:47:30.6426721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/14/orig' 2025-03-04T19:47:30.6427315Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/14' 2025-03-04T19:47:30.6427874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/15/base' 2025-03-04T19:47:30.6428376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/15/head' 2025-03-04T19:47:30.6429136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/15/orig' 2025-03-04T19:47:30.6429869Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/15' 2025-03-04T19:47:30.6430392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/18/base' 2025-03-04T19:47:30.6430930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/18/head' 2025-03-04T19:47:30.6431536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/18/orig' 2025-03-04T19:47:30.6432218Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/18' 2025-03-04T19:47:30.6432919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/19/base' 2025-03-04T19:47:30.6433690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/19/head' 2025-03-04T19:47:30.6434382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/19/orig' 2025-03-04T19:47:30.6435127Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/19' 2025-03-04T19:47:30.6435741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/20/base' 2025-03-04T19:47:30.6436452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/20/head' 2025-03-04T19:47:30.6436959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/20/orig' 2025-03-04T19:47:30.6437529Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/20' 2025-03-04T19:47:30.6438054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/21/base' 2025-03-04T19:47:30.6438624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/21/head' 2025-03-04T19:47:30.6439155Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/21' 2025-03-04T19:47:30.6439701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/22/base' 2025-03-04T19:47:30.6440236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/22/head' 2025-03-04T19:47:30.6440944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/22/orig' 2025-03-04T19:47:30.6441357Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/22' 2025-03-04T19:47:30.6441727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/23/base' 2025-03-04T19:47:30.6442121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/23/head' 2025-03-04T19:47:30.6442487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/23/orig' 2025-03-04T19:47:30.6442888Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/23' 2025-03-04T19:47:30.6443259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/24/base' 2025-03-04T19:47:30.6443637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/24/head' 2025-03-04T19:47:30.6444002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/24/orig' 2025-03-04T19:47:30.6444390Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/24' 2025-03-04T19:47:30.6444769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/25/base' 2025-03-04T19:47:30.6445242Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/25/head' 2025-03-04T19:47:30.6445620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/25/orig' 2025-03-04T19:47:30.6446009Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/25' 2025-03-04T19:47:30.6446387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/26/base' 2025-03-04T19:47:30.6446751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/26/head' 2025-03-04T19:47:30.6447132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/26/orig' 2025-03-04T19:47:30.6447516Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/26' 2025-03-04T19:47:30.6447940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/28/base' 2025-03-04T19:47:30.6448317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/28/head' 2025-03-04T19:47:30.6448680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/28/orig' 2025-03-04T19:47:30.6449081Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/28' 2025-03-04T19:47:30.6449444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/32/base' 2025-03-04T19:47:30.6449824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/32/head' 2025-03-04T19:47:30.6450188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/32/orig' 2025-03-04T19:47:30.6450593Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/32' 2025-03-04T19:47:30.6450961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/34/base' 2025-03-04T19:47:30.6451473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/34/head' 2025-03-04T19:47:30.6452287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/34/orig' 2025-03-04T19:47:30.6452680Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/34' 2025-03-04T19:47:30.6453062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/35/base' 2025-03-04T19:47:30.6453426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/35/head' 2025-03-04T19:47:30.6453802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/35/orig' 2025-03-04T19:47:30.6454200Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/35' 2025-03-04T19:47:30.6454579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/36/base' 2025-03-04T19:47:30.6454945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/36/head' 2025-03-04T19:47:30.6455322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/36/orig' 2025-03-04T19:47:30.6455707Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/36' 2025-03-04T19:47:30.6456068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/37/base' 2025-03-04T19:47:30.6456445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/37/head' 2025-03-04T19:47:30.6456892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/37/orig' 2025-03-04T19:47:30.6457293Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j/37' 2025-03-04T19:47:30.6457669Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanbing-j' 2025-03-04T19:47:30.6458055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/41/base' 2025-03-04T19:47:30.6458426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/41/orig' 2025-03-04T19:47:30.6458826Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/41' 2025-03-04T19:47:30.6459195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/58/base' 2025-03-04T19:47:30.6459612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/58/orig' 2025-03-04T19:47:30.6460020Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/58' 2025-03-04T19:47:30.6460387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/59/base' 2025-03-04T19:47:30.6460765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/59/orig' 2025-03-04T19:47:30.6461151Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/59' 2025-03-04T19:47:30.6461600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/60/base' 2025-03-04T19:47:30.6461970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/60/orig' 2025-03-04T19:47:30.6462367Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/60' 2025-03-04T19:47:30.6462741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/61/base' 2025-03-04T19:47:30.6463121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/61/orig' 2025-03-04T19:47:30.6463513Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/61' 2025-03-04T19:47:30.6463884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/62/base' 2025-03-04T19:47:30.6464264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/62/head' 2025-03-04T19:47:30.6464633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/62/orig' 2025-03-04T19:47:30.6465030Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/62' 2025-03-04T19:47:30.6465404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/63/base' 2025-03-04T19:47:30.6465787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/63/orig' 2025-03-04T19:47:30.6466174Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/63' 2025-03-04T19:47:30.6466554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/64/base' 2025-03-04T19:47:30.6466921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/64/orig' 2025-03-04T19:47:30.6467317Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/64' 2025-03-04T19:47:30.6467700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/65/base' 2025-03-04T19:47:30.6468071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/65/orig' 2025-03-04T19:47:30.6468526Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang/65' 2025-03-04T19:47:30.6468905Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yanboliang' 2025-03-04T19:47:30.6469268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/168/base' 2025-03-04T19:47:30.6469618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/168/head' 2025-03-04T19:47:30.6469981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/168/orig' 2025-03-04T19:47:30.6470355Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/168' 2025-03-04T19:47:30.6470716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/179/base' 2025-03-04T19:47:30.6471116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/179/head' 2025-03-04T19:47:30.6471463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/179/orig' 2025-03-04T19:47:30.6472035Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/179' 2025-03-04T19:47:30.6472388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/180/base' 2025-03-04T19:47:30.6472751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/180/head' 2025-03-04T19:47:30.6473098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/180/orig' 2025-03-04T19:47:30.6473485Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/180' 2025-03-04T19:47:30.6473840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/193/base' 2025-03-04T19:47:30.6474204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/193/head' 2025-03-04T19:47:30.6474551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/193/orig' 2025-03-04T19:47:30.6474924Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/193' 2025-03-04T19:47:30.6475287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/194/base' 2025-03-04T19:47:30.6475633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/194/head' 2025-03-04T19:47:30.6475996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/194/orig' 2025-03-04T19:47:30.6476366Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/194' 2025-03-04T19:47:30.6476734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/201/base' 2025-03-04T19:47:30.6477081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/201/head' 2025-03-04T19:47:30.6477443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/201/orig' 2025-03-04T19:47:30.6477819Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/201' 2025-03-04T19:47:30.6478170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/203/base' 2025-03-04T19:47:30.6478529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/203/head' 2025-03-04T19:47:30.6478878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/203/orig' 2025-03-04T19:47:30.6479267Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/203' 2025-03-04T19:47:30.6479717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/204/base' 2025-03-04T19:47:30.6480078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/204/head' 2025-03-04T19:47:30.6480423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/204/orig' 2025-03-04T19:47:30.6480809Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/204' 2025-03-04T19:47:30.6481155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/205/base' 2025-03-04T19:47:30.6481514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/205/head' 2025-03-04T19:47:30.6481858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/205/orig' 2025-03-04T19:47:30.6482299Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/205' 2025-03-04T19:47:30.6482663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/206/base' 2025-03-04T19:47:30.6483011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/206/head' 2025-03-04T19:47:30.6483615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/206/orig' 2025-03-04T19:47:30.6484219Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/206' 2025-03-04T19:47:30.6484582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/207/base' 2025-03-04T19:47:30.6484926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/207/head' 2025-03-04T19:47:30.6485283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/207/orig' 2025-03-04T19:47:30.6485662Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/207' 2025-03-04T19:47:30.6486009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/208/base' 2025-03-04T19:47:30.6486368Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/208/head' 2025-03-04T19:47:30.6486714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/208/orig' 2025-03-04T19:47:30.6487098Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/208' 2025-03-04T19:47:30.6487444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/209/base' 2025-03-04T19:47:30.6487799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/209/head' 2025-03-04T19:47:30.6488151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/209/orig' 2025-03-04T19:47:30.6488541Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/209' 2025-03-04T19:47:30.6488891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/210/base' 2025-03-04T19:47:30.6489243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/210/head' 2025-03-04T19:47:30.6489607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/210/orig' 2025-03-04T19:47:30.6489982Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/210' 2025-03-04T19:47:30.6490349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/211/base' 2025-03-04T19:47:30.6490851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/211/head' 2025-03-04T19:47:30.6491536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/211/orig' 2025-03-04T19:47:30.6491911Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/211' 2025-03-04T19:47:30.6492272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/212/base' 2025-03-04T19:47:30.6492620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/212/head' 2025-03-04T19:47:30.6492984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/212/orig' 2025-03-04T19:47:30.6493360Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/212' 2025-03-04T19:47:30.6493710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/213/base' 2025-03-04T19:47:30.6494135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/213/head' 2025-03-04T19:47:30.6494492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/213/orig' 2025-03-04T19:47:30.6494879Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/213' 2025-03-04T19:47:30.6495228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/214/base' 2025-03-04T19:47:30.6495590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/214/head' 2025-03-04T19:47:30.6495937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/214/orig' 2025-03-04T19:47:30.6496319Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/214' 2025-03-04T19:47:30.6496663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/215/base' 2025-03-04T19:47:30.6497018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/215/head' 2025-03-04T19:47:30.6497377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/215/orig' 2025-03-04T19:47:30.6497749Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/215' 2025-03-04T19:47:30.6498108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/216/base' 2025-03-04T19:47:30.6498456Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/216/head' 2025-03-04T19:47:30.6498840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/216/orig' 2025-03-04T19:47:30.6499212Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/216' 2025-03-04T19:47:30.6499574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/217/base' 2025-03-04T19:47:30.6499927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/217/head' 2025-03-04T19:47:30.6500277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/217/orig' 2025-03-04T19:47:30.6500664Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/217' 2025-03-04T19:47:30.6501014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/218/base' 2025-03-04T19:47:30.6501377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/218/head' 2025-03-04T19:47:30.6501817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/218/orig' 2025-03-04T19:47:30.6502204Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/218' 2025-03-04T19:47:30.6502558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/219/base' 2025-03-04T19:47:30.6502971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/219/head' 2025-03-04T19:47:30.6503317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/219/orig' 2025-03-04T19:47:30.6503699Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/219' 2025-03-04T19:47:30.6504041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/7/base' 2025-03-04T19:47:30.6504384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/7/head' 2025-03-04T19:47:30.6504737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/7/orig' 2025-03-04T19:47:30.6505101Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4/7' 2025-03-04T19:47:30.6505523Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ydwu4' 2025-03-04T19:47:30.6505872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/133/base' 2025-03-04T19:47:30.6506232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/133/head' 2025-03-04T19:47:30.6506605Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/133' 2025-03-04T19:47:30.6506962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/151/base' 2025-03-04T19:47:30.6507309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/151/head' 2025-03-04T19:47:30.6507654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/151/orig' 2025-03-04T19:47:30.6508037Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/151' 2025-03-04T19:47:30.6508389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/156/base' 2025-03-04T19:47:30.6508745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/156/head' 2025-03-04T19:47:30.6509092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/156/orig' 2025-03-04T19:47:30.6509474Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/156' 2025-03-04T19:47:30.6509820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/157/base' 2025-03-04T19:47:30.6510178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/157/head' 2025-03-04T19:47:30.6510524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/157/orig' 2025-03-04T19:47:30.6510901Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/157' 2025-03-04T19:47:30.6511262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/158/base' 2025-03-04T19:47:30.6511607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/158/head' 2025-03-04T19:47:30.6511964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/158/orig' 2025-03-04T19:47:30.6512336Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/158' 2025-03-04T19:47:30.6512695Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/159/base' 2025-03-04T19:47:30.6513040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/159/head' 2025-03-04T19:47:30.6513400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/159/orig' 2025-03-04T19:47:30.6513824Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/159' 2025-03-04T19:47:30.6514171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/160/base' 2025-03-04T19:47:30.6514530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/160/head' 2025-03-04T19:47:30.6514875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/160/orig' 2025-03-04T19:47:30.6515260Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/160' 2025-03-04T19:47:30.6515605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/162/base' 2025-03-04T19:47:30.6515960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/162/head' 2025-03-04T19:47:30.6516361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/162/orig' 2025-03-04T19:47:30.6516748Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/162' 2025-03-04T19:47:30.6517097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/163/base' 2025-03-04T19:47:30.6517455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/163/head' 2025-03-04T19:47:30.6517799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/163/orig' 2025-03-04T19:47:30.6518168Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/163' 2025-03-04T19:47:30.6518524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/85/base' 2025-03-04T19:47:30.6518866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/85/head' 2025-03-04T19:47:30.6519230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/85/orig' 2025-03-04T19:47:30.6519597Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/85' 2025-03-04T19:47:30.6519950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/93/base' 2025-03-04T19:47:30.6520295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/93/head' 2025-03-04T19:47:30.6520673Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225/93' 2025-03-04T19:47:30.6521027Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yf225' 2025-03-04T19:47:30.6521395Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/152/base' 2025-03-04T19:47:30.6521779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/152/head' 2025-03-04T19:47:30.6522148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/152/orig' 2025-03-04T19:47:30.6522553Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/152' 2025-03-04T19:47:30.6522920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/163/base' 2025-03-04T19:47:30.6523297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/163/head' 2025-03-04T19:47:30.6523659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/163/orig' 2025-03-04T19:47:30.6524061Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/163' 2025-03-04T19:47:30.6524429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/174/base' 2025-03-04T19:47:30.6524850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/174/head' 2025-03-04T19:47:30.6525227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/174/orig' 2025-03-04T19:47:30.6525615Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/174' 2025-03-04T19:47:30.6525992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/185/base' 2025-03-04T19:47:30.6526356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/185/head' 2025-03-04T19:47:30.6526736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/185/orig' 2025-03-04T19:47:30.6527124Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/185' 2025-03-04T19:47:30.6527553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/186/base' 2025-03-04T19:47:30.6527918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/186/head' 2025-03-04T19:47:30.6528293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/186/orig' 2025-03-04T19:47:30.6528680Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/186' 2025-03-04T19:47:30.6529045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/187/base' 2025-03-04T19:47:30.6529421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/187/head' 2025-03-04T19:47:30.6529785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/187/orig' 2025-03-04T19:47:30.6530188Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/187' 2025-03-04T19:47:30.6530554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/188/base' 2025-03-04T19:47:30.6530941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/188/head' 2025-03-04T19:47:30.6531307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/188/orig' 2025-03-04T19:47:30.6531707Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/188' 2025-03-04T19:47:30.6532072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/189/base' 2025-03-04T19:47:30.6532435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/189/head' 2025-03-04T19:47:30.6532814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/189/orig' 2025-03-04T19:47:30.6533209Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/189' 2025-03-04T19:47:30.6533747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/190/base' 2025-03-04T19:47:30.6534418Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/190/head' 2025-03-04T19:47:30.6534800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/190/orig' 2025-03-04T19:47:30.6535192Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/190' 2025-03-04T19:47:30.6535572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/191/base' 2025-03-04T19:47:30.6535937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/191/head' 2025-03-04T19:47:30.6536324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/191/orig' 2025-03-04T19:47:30.6536774Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/191' 2025-03-04T19:47:30.6537141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/192/base' 2025-03-04T19:47:30.6537522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/192/head' 2025-03-04T19:47:30.6537888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/192/orig' 2025-03-04T19:47:30.6538288Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/192' 2025-03-04T19:47:30.6538654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/193/base' 2025-03-04T19:47:30.6539030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/193/head' 2025-03-04T19:47:30.6539465Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/193/orig' 2025-03-04T19:47:30.6539864Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/193' 2025-03-04T19:47:30.6540227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/194/base' 2025-03-04T19:47:30.6540592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/194/head' 2025-03-04T19:47:30.6540969Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/194/orig' 2025-03-04T19:47:30.6541356Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/194' 2025-03-04T19:47:30.6541811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/195/base' 2025-03-04T19:47:30.6542179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/195/head' 2025-03-04T19:47:30.6542562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/195/orig' 2025-03-04T19:47:30.6542948Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/195' 2025-03-04T19:47:30.6543326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/196/base' 2025-03-04T19:47:30.6543694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/196/head' 2025-03-04T19:47:30.6544073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/196/orig' 2025-03-04T19:47:30.6544460Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang/196' 2025-03-04T19:47:30.6544831Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yifuwang' 2025-03-04T19:47:30.6545211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yiming0416/1/base' 2025-03-04T19:47:30.6545579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yiming0416/1/head' 2025-03-04T19:47:30.6545974Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yiming0416/1' 2025-03-04T19:47:30.6546336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yiming0416/2/base' 2025-03-04T19:47:30.6546709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yiming0416/2/head' 2025-03-04T19:47:30.6547099Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yiming0416/2' 2025-03-04T19:47:30.6547490Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/yiming0416' 2025-03-04T19:47:30.6547953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/78/base' 2025-03-04T19:47:30.6548318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/78/head' 2025-03-04T19:47:30.6548693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/78/orig' 2025-03-04T19:47:30.6549081Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/78' 2025-03-04T19:47:30.6549456Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/79/base' 2025-03-04T19:47:30.6549818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/79/head' 2025-03-04T19:47:30.6550194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/79/orig' 2025-03-04T19:47:30.6550627Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/79' 2025-03-04T19:47:30.6551013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/80/base' 2025-03-04T19:47:30.6551379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/80/head' 2025-03-04T19:47:30.6551741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/80/orig' 2025-03-04T19:47:30.6552142Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/80' 2025-03-04T19:47:30.6552511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/81/base' 2025-03-04T19:47:30.6552891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/81/head' 2025-03-04T19:47:30.6553262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/81/orig' 2025-03-04T19:47:30.6553670Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/81' 2025-03-04T19:47:30.6554038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/82/base' 2025-03-04T19:47:30.6554420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/82/head' 2025-03-04T19:47:30.6554786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/82/orig' 2025-03-04T19:47:30.6555185Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi/82' 2025-03-04T19:47:30.6555560Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/ysiraichi' 2025-03-04T19:47:30.6555926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/28/base' 2025-03-04T19:47:30.6556309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/28/head' 2025-03-04T19:47:30.6556677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/28/orig' 2025-03-04T19:47:30.6557077Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/28' 2025-03-04T19:47:30.6557443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/29/base' 2025-03-04T19:47:30.6557824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/29/head' 2025-03-04T19:47:30.6558192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/29/orig' 2025-03-04T19:47:30.6558591Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/29' 2025-03-04T19:47:30.6558958Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/31/base' 2025-03-04T19:47:30.6559372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/31/head' 2025-03-04T19:47:30.6559746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/31/orig' 2025-03-04T19:47:30.6560131Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/31' 2025-03-04T19:47:30.6560507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/32/base' 2025-03-04T19:47:30.6560870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/32/head' 2025-03-04T19:47:30.6561247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/32/orig' 2025-03-04T19:47:30.6561630Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/32' 2025-03-04T19:47:30.6562056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/33/base' 2025-03-04T19:47:30.6562422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/33/head' 2025-03-04T19:47:30.6562797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/33/orig' 2025-03-04T19:47:30.6563184Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe/33' 2025-03-04T19:47:30.6563556Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zhuhaozhe' 2025-03-04T19:47:30.6563928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1081/base' 2025-03-04T19:47:30.6564290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1081/head' 2025-03-04T19:47:30.6564666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1081/orig' 2025-03-04T19:47:30.6565050Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1081' 2025-03-04T19:47:30.6565424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1088/base' 2025-03-04T19:47:30.6565784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1088/head' 2025-03-04T19:47:30.6566155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1088/orig' 2025-03-04T19:47:30.6566536Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1088' 2025-03-04T19:47:30.6566896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1095/base' 2025-03-04T19:47:30.6567267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1095/head' 2025-03-04T19:47:30.6567631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1095/orig' 2025-03-04T19:47:30.6568030Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1095' 2025-03-04T19:47:30.6568391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1105/base' 2025-03-04T19:47:30.6568761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1105/head' 2025-03-04T19:47:30.6569120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1105/orig' 2025-03-04T19:47:30.6569515Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1105' 2025-03-04T19:47:30.6569871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1106/base' 2025-03-04T19:47:30.6570245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1106/head' 2025-03-04T19:47:30.6570659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1106/orig' 2025-03-04T19:47:30.6571039Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1106' 2025-03-04T19:47:30.6571411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1107/base' 2025-03-04T19:47:30.6571960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1107/head' 2025-03-04T19:47:30.6572394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1107/orig' 2025-03-04T19:47:30.6572779Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1107' 2025-03-04T19:47:30.6573249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1108/base' 2025-03-04T19:47:30.6573614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1108/head' 2025-03-04T19:47:30.6573987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1108/orig' 2025-03-04T19:47:30.6574368Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1108' 2025-03-04T19:47:30.6574728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1109/base' 2025-03-04T19:47:30.6575101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1109/head' 2025-03-04T19:47:30.6575461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1109/orig' 2025-03-04T19:47:30.6575857Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1109' 2025-03-04T19:47:30.6576223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1110/base' 2025-03-04T19:47:30.6576596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1110/head' 2025-03-04T19:47:30.6576957Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1110/orig' 2025-03-04T19:47:30.6577356Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1110' 2025-03-04T19:47:30.6577714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1111/base' 2025-03-04T19:47:30.6578071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1111/head' 2025-03-04T19:47:30.6578441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1111/orig' 2025-03-04T19:47:30.6578827Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1111' 2025-03-04T19:47:30.6579205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1112/base' 2025-03-04T19:47:30.6579565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1112/head' 2025-03-04T19:47:30.6579937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1112/orig' 2025-03-04T19:47:30.6580317Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1112' 2025-03-04T19:47:30.6580685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1117/base' 2025-03-04T19:47:30.6581042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1117/head' 2025-03-04T19:47:30.6581414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1117/orig' 2025-03-04T19:47:30.6581960Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1117' 2025-03-04T19:47:30.6582319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1123/base' 2025-03-04T19:47:30.6582691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1123/head' 2025-03-04T19:47:30.6583048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1123/orig' 2025-03-04T19:47:30.6583444Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1123' 2025-03-04T19:47:30.6583803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1126/base' 2025-03-04T19:47:30.6584175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1126/head' 2025-03-04T19:47:30.6584580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1126/orig' 2025-03-04T19:47:30.6584978Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1126' 2025-03-04T19:47:30.6585337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1127/base' 2025-03-04T19:47:30.6585695Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1127/head' 2025-03-04T19:47:30.6586063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1127/orig' 2025-03-04T19:47:30.6586444Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1127' 2025-03-04T19:47:30.6586813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1128/base' 2025-03-04T19:47:30.6587175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1128/head' 2025-03-04T19:47:30.6587553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1128/orig' 2025-03-04T19:47:30.6587932Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1128' 2025-03-04T19:47:30.6588301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1129/base' 2025-03-04T19:47:30.6588662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1129/head' 2025-03-04T19:47:30.6589032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1129/orig' 2025-03-04T19:47:30.6589514Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1129' 2025-03-04T19:47:30.6590014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1130/base' 2025-03-04T19:47:30.6590527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1130/head' 2025-03-04T19:47:30.6591014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1130/orig' 2025-03-04T19:47:30.6591587Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1130' 2025-03-04T19:47:30.6592107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1131/base' 2025-03-04T19:47:30.6592624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1131/head' 2025-03-04T19:47:30.6593119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1131/orig' 2025-03-04T19:47:30.6593829Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1131' 2025-03-04T19:47:30.6594517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1132/base' 2025-03-04T19:47:30.6595141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1132/head' 2025-03-04T19:47:30.6595638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1132/orig' 2025-03-04T19:47:30.6596193Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1132' 2025-03-04T19:47:30.6596735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1133/base' 2025-03-04T19:47:30.6597358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1133/head' 2025-03-04T19:47:30.6597900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1133/orig' 2025-03-04T19:47:30.6598290Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1133' 2025-03-04T19:47:30.6598767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1134/base' 2025-03-04T19:47:30.6599134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1134/head' 2025-03-04T19:47:30.6599539Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1134' 2025-03-04T19:47:30.6599901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1135/base' 2025-03-04T19:47:30.6600261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1135/head' 2025-03-04T19:47:30.6600634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1135/orig' 2025-03-04T19:47:30.6601018Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1135' 2025-03-04T19:47:30.6601396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1136/base' 2025-03-04T19:47:30.6601763Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1136/head' 2025-03-04T19:47:30.6602138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1136/orig' 2025-03-04T19:47:30.6602524Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1136' 2025-03-04T19:47:30.6602901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1137/base' 2025-03-04T19:47:30.6603261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1137/head' 2025-03-04T19:47:30.6603621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1137/orig' 2025-03-04T19:47:30.6604023Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1137' 2025-03-04T19:47:30.6604386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1138/base' 2025-03-04T19:47:30.6604765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1138/head' 2025-03-04T19:47:30.6605127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1138/orig' 2025-03-04T19:47:30.6605524Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1138' 2025-03-04T19:47:30.6605886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1139/base' 2025-03-04T19:47:30.6606259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1139/head' 2025-03-04T19:47:30.6606617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1139/orig' 2025-03-04T19:47:30.6607070Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1139' 2025-03-04T19:47:30.6607430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1140/base' 2025-03-04T19:47:30.6607792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1140/head' 2025-03-04T19:47:30.6608167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1140/orig' 2025-03-04T19:47:30.6608553Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1140' 2025-03-04T19:47:30.6608928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1141/base' 2025-03-04T19:47:30.6609288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1141/head' 2025-03-04T19:47:30.6609711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1141/orig' 2025-03-04T19:47:30.6610099Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1141' 2025-03-04T19:47:30.6610473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1142/base' 2025-03-04T19:47:30.6610833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1142/head' 2025-03-04T19:47:30.6611188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1142/orig' 2025-03-04T19:47:30.6611581Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1142' 2025-03-04T19:47:30.6611947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1143/base' 2025-03-04T19:47:30.6612320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1143/head' 2025-03-04T19:47:30.6612690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1143/orig' 2025-03-04T19:47:30.6613087Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1143' 2025-03-04T19:47:30.6613451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1144/base' 2025-03-04T19:47:30.6613822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1144/head' 2025-03-04T19:47:30.6614181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1144/orig' 2025-03-04T19:47:30.6614562Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1144' 2025-03-04T19:47:30.6614931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1145/base' 2025-03-04T19:47:30.6615292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1145/head' 2025-03-04T19:47:30.6615666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1145/orig' 2025-03-04T19:47:30.6616048Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1145' 2025-03-04T19:47:30.6616422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1146/base' 2025-03-04T19:47:30.6616780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1146/head' 2025-03-04T19:47:30.6617151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1146/orig' 2025-03-04T19:47:30.6617530Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/1146' 2025-03-04T19:47:30.6617904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/754/base' 2025-03-04T19:47:30.6618310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/754/head' 2025-03-04T19:47:30.6618664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/754/orig' 2025-03-04T19:47:30.6619059Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/754' 2025-03-04T19:47:30.6619413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/916/base' 2025-03-04T19:47:30.6619780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/916/head' 2025-03-04T19:47:30.6620158Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519/916' 2025-03-04T19:47:30.6620530Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh/zou3519' 2025-03-04T19:47:30.6620914Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/gh' 2025-03-04T19:47:30.6621260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/google-main' 2025-03-04T19:47:30.6621743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/guangyey/external_stream' 2025-03-04T19:47:30.6622110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/guangyey/host_alloc' 2025-03-04T19:47:30.6622481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/guangyey/test_2025' 2025-03-04T19:47:30.6622835Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/guangyey' 2025-03-04T19:47:30.6623182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/guard_system' 2025-03-04T19:47:30.6624025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/guilhermeleobas/cherry-pick-55d87d9dfd9' 2025-03-04T19:47:30.6624545Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/guilhermeleobas' 2025-03-04T19:47:30.6624937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/haozhe/bf16-dynamic-shape' 2025-03-04T19:47:30.6625297Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/haozhe' 2025-03-04T19:47:30.6625614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/hhh_rand' 2025-03-04T19:47:30.6626013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/traceable_fsdp_unit_tests' 2025-03-04T19:47:30.6626366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/hoy-update-wheel' 2025-03-04T19:47:30.6626723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/hoy/autofdo/xblock' 2025-03-04T19:47:30.6627104Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/hoy/autofdo' 2025-03-04T19:47:30.6627458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/hoy/autotune/nreg' 2025-03-04T19:47:30.6627844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/hoy/autotune/numwarps' 2025-03-04T19:47:30.6628215Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/hoy/autotune' 2025-03-04T19:47:30.6628557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/hoy/mmsplitk' 2025-03-04T19:47:30.6628915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/hoy/triton-PR3973' 2025-03-04T19:47:30.6629346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/hoy/triton-coalescing-baseline' 2025-03-04T19:47:30.6629742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/hoy/triton-coalescing-min' 2025-03-04T19:47:30.6630212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/hoy/triton-coalescing-new' 2025-03-04T19:47:30.6630618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/hoy/triton-coalescing-vec' 2025-03-04T19:47:30.6630957Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/hoy' 2025-03-04T19:47:30.6631317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/improve_vec_log' 2025-03-04T19:47:30.6631660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet-patch-8' 2025-03-04T19:47:30.6632094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/inductor_layout_opt_rocm_disable' 2025-03-04T19:47:30.6632403Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/inline' 2025-03-04T19:47:30.6632780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/inlining' 2025-03-04T19:47:30.6633135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/inlining-ezyang' 2025-03-04T19:47:30.6633454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/int8_sdpa' 2025-03-04T19:47:30.6633854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/trace_fsdp_torchtune_lora' 2025-03-04T19:47:30.6634212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/int8_sdpa_template' 2025-03-04T19:47:30.6634568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jcaip-patch-1' 2025-03-04T19:47:30.6634924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jcaip/fix-int8-bug' 2025-03-04T19:47:30.6635324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jcaip/fix-int8-bug-alpha' 2025-03-04T19:47:30.6635785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jcaip/test-cusparselt-version-0.6.2' 2025-03-04T19:47:30.6636205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jcaip/torch-compile-sparse' 2025-03-04T19:47:30.6636592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jcaip/update-benchmarks' 2025-03-04T19:47:30.6637024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jcaip/update-cusparselt-0.6.2' 2025-03-04T19:47:30.6637367Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jcaip' 2025-03-04T19:47:30.6637773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jeanschmidt/manywheel_memory' 2025-03-04T19:47:30.6638156Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jeanschmidt' 2025-03-04T19:47:30.6638598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jnair/mi300_docker_caching_workflow' 2025-03-04T19:47:30.6638952Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jnair' 2025-03-04T19:47:30.6639368Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jon-chuang/compile-config-hash' 2025-03-04T19:47:30.6639775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jon-chuang/compile-ignored' 2025-03-04T19:47:30.6640140Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jon-chuang' 2025-03-04T19:47:30.6640549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/justinchu/onnxscript-0.2.2' 2025-03-04T19:47:30.6640925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/justinchu/safe-tensors' 2025-03-04T19:47:30.6641287Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/justinchu' 2025-03-04T19:47:30.6641713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/tree_vec_base' 2025-03-04T19:47:30.6642202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/justinchuby-patch-1' 2025-03-04T19:47:30.6642623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jwagantall/migrate-checkout' 2025-03-04T19:47:30.6642987Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jwagantall' 2025-03-04T19:47:30.6643316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jz/istft' 2025-03-04T19:47:30.6643658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jz/stft-old-fc' 2025-03-04T19:47:30.6644003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jz/stft-test' 2025-03-04T19:47:30.6644396Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/jz' 2025-03-04T19:47:30.6644742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/kadeng/dev-1' 2025-03-04T19:47:30.6645236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/kadeng/inductor-backend/cutlass-evt-fusion-1' 2025-03-04T19:47:30.6645664Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/kadeng/inductor-backend' 2025-03-04T19:47:30.6646109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/kadeng/inductor-cutlass-epilogue' 2025-03-04T19:47:30.6646459Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/kadeng' 2025-03-04T19:47:30.6646883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/kenjin/call_method_userdefined' 2025-03-04T19:47:30.6647224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/kenjin/lambdas' 2025-03-04T19:47:30.6647595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/kenjin/norefcycles' 2025-03-04T19:47:30.6647942Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/kenjin' 2025-03-04T19:47:30.6648300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/kit1980-patch-2' 2025-03-04T19:47:30.6648656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/tree_loop_vec_base' 2025-03-04T19:47:30.6649034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/kleidiai_bf16_issue_fix' 2025-03-04T19:47:30.6649423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/qchip/export-D54134695' 2025-03-04T19:47:30.6649765Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/qchip' 2025-03-04T19:47:30.6650174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/kleidiai_submodule_update' 2025-03-04T19:47:30.6650514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/pt-debug-cpu0' 2025-03-04T19:47:30.6651000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/kleidiai_threading_improvement' 2025-03-04T19:47:30.6651391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/triton-cpu-arm-expriment' 2025-03-04T19:47:30.6651772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/larryliu0820-patch-1' 2025-03-04T19:47:30.6652202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/leslie/enable_poc_reduction_fusion' 2025-03-04T19:47:30.6652635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/leslie/test_group_gemm_epilogues' 2025-03-04T19:47:30.6653041Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/leslie' 2025-03-04T19:47:30.6653385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/lts/release/1.8' 2025-03-04T19:47:30.6653764Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/lts/release' 2025-03-04T19:47:30.6654099Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/lts' 2025-03-04T19:47:30.6654408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/main' 2025-03-04T19:47:30.6654737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/main_dev_hhh' 2025-03-04T19:47:30.6655094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet-patch-1' 2025-03-04T19:47:30.6655442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet-patch-10' 2025-03-04T19:47:30.6655856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet-patch-11' 2025-03-04T19:47:30.6656206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet-patch-12' 2025-03-04T19:47:30.6656553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet-patch-13' 2025-03-04T19:47:30.6656914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet-patch-14' 2025-03-04T19:47:30.6657311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet-patch-15' 2025-03-04T19:47:30.6657676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet-patch-19' 2025-03-04T19:47:30.6658023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet-patch-2' 2025-03-04T19:47:30.6658390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet-patch-23' 2025-03-04T19:47:30.6658742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet-patch-25' 2025-03-04T19:47:30.6659100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet-patch-3' 2025-03-04T19:47:30.6659448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet-patch-32' 2025-03-04T19:47:30.6659795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet-patch-42' 2025-03-04T19:47:30.6660152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/malfet-patch-5' 2025-03-04T19:47:30.6660485Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/pt-opt-cuda3' 2025-03-04T19:47:30.6660924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/revert_realize_input_ExternKernel' 2025-03-04T19:47:30.6661409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/shunting-loop-ordering-after-fusion-bm-2' 2025-03-04T19:47:30.6661917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/subscribe_codeowners_lucasllc' 2025-03-04T19:47:30.6662309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/unbreak_cpp_builder_clang' 2025-03-04T19:47:30.6662793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-audio-commit-hash/13043025845-1444-1' 2025-03-04T19:47:30.6663258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-audio-commit-hash/13210264744-1454-1' 2025-03-04T19:47:30.6663736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-audio-commit-hash/13402729107-1466-1' 2025-03-04T19:47:30.6664175Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-audio-commit-hash' 2025-03-04T19:47:30.6664737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-executorch-commit-hash/12838938822-1425-1' 2025-03-04T19:47:30.6665244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-executorch-commit-hash/13319730828-1460-1' 2025-03-04T19:47:30.6665737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-executorch-commit-hash/13339750520-1461-1' 2025-03-04T19:47:30.6666241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-executorch-commit-hash/13349943940-1462-1' 2025-03-04T19:47:30.6666731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-executorch-commit-hash/13360269739-1463-1' 2025-03-04T19:47:30.6667241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-executorch-commit-hash/13380672687-1464-1' 2025-03-04T19:47:30.6667797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-executorch-commit-hash/13402729107-1466-1' 2025-03-04T19:47:30.6668275Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-executorch-commit-hash' 2025-03-04T19:47:30.6668739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6078630218-694-1' 2025-03-04T19:47:30.6669218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6091086722-695-1' 2025-03-04T19:47:30.6669682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6116061554-699-1' 2025-03-04T19:47:30.6670157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6140304273-702-1' 2025-03-04T19:47:30.6670621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6210383723-710-1' 2025-03-04T19:47:30.6671086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6319671985-721-1' 2025-03-04T19:47:30.6671560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6345577305-723-1' 2025-03-04T19:47:30.6672229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6366568705-725-1' 2025-03-04T19:47:30.6672706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6386942932-727-1' 2025-03-04T19:47:30.6673169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6399845260-728-1' 2025-03-04T19:47:30.6673645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6412969951-729-1' 2025-03-04T19:47:30.6674114Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6425844356-730-1' 2025-03-04T19:47:30.6674590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6463026337-734-1' 2025-03-04T19:47:30.6675055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6489506557-736-1' 2025-03-04T19:47:30.6675533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6520762621-739-1' 2025-03-04T19:47:30.6675997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6581672893-744-1' 2025-03-04T19:47:30.6676472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6593929043-745-1' 2025-03-04T19:47:30.6676935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6634009725-750-1' 2025-03-04T19:47:30.6677494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6673463792-754-1' 2025-03-04T19:47:30.6677971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6700258936-758-1' 2025-03-04T19:47:30.6678429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6805589684-770-1' 2025-03-04T19:47:30.6678906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6818989957-773-1' 2025-03-04T19:47:30.6679367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6830864778-774-1' 2025-03-04T19:47:30.6679845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6857388096-777-1' 2025-03-04T19:47:30.6680380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6871122584-778-1' 2025-03-04T19:47:30.6680858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/6884505667-779-1' 2025-03-04T19:47:30.6681328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash/9010274985-1089-1' 2025-03-04T19:47:30.6681785Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-vision-commit-hash' 2025-03-04T19:47:30.6682245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-xla-commit-hash/10140112669-125-1' 2025-03-04T19:47:30.6682704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-xla-commit-hash/6070520075-77-1' 2025-03-04T19:47:30.6683155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-xla-commit-hash/6143382673-78-1' 2025-03-04T19:47:30.6683606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-xla-commit-hash/6219563710-79-1' 2025-03-04T19:47:30.6684065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-xla-commit-hash/6296332542-80-1' 2025-03-04T19:47:30.6684510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-xla-commit-hash/6377302016-81-1' 2025-03-04T19:47:30.6684969Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-xla-commit-hash/6453689944-82-1' 2025-03-04T19:47:30.6685413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-xla-commit-hash/6530489691-83-1' 2025-03-04T19:47:30.6685867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-xla-commit-hash/6610159969-84-1' 2025-03-04T19:47:30.6686315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-xla-commit-hash/6689695021-85-1' 2025-03-04T19:47:30.6686770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-xla-commit-hash/6767672412-86-1' 2025-03-04T19:47:30.6687215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-xla-commit-hash/6846986487-87-1' 2025-03-04T19:47:30.6687652Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update-xla-commit-hash' 2025-03-04T19:47:30.6688112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update_docs_torch_multinomial_issue#125388' 2025-03-04T19:47:30.6688511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update_slow_tests_1722488736' 2025-03-04T19:47:30.6688923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update_slow_tests_1722879173' 2025-03-04T19:47:30.6689366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update_slow_tests_1738568376' 2025-03-04T19:47:30.6689776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update_slow_tests_1739173241' 2025-03-04T19:47:30.6690169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update_slow_tests_1739777990' 2025-03-04T19:47:30.6690575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update_slow_tests_1740382789' 2025-03-04T19:47:30.6690955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update_submodule_FBGEMM' 2025-03-04T19:47:30.6691348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/update_submodule_kineto' 2025-03-04T19:47:30.6691738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/use-better-label-for-dcp' 2025-03-04T19:47:30.6708058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin/zeros-and-scatter-part2' 2025-03-04T19:47:30.6708407Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes/origin' 2025-03-04T19:47:30.6708704Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs/remotes' 2025-03-04T19:47:30.6708983Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/refs' 2025-03-04T19:47:30.6709206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/HEAD' 2025-03-04T19:47:30.6709697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/objects/pack/pack-75818187298e238ab22e75aa268b8f2920ffa35b.pack' 2025-03-04T19:47:30.6710163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/objects/pack/pack-75818187298e238ab22e75aa268b8f2920ffa35b.rev' 2025-03-04T19:47:30.6710643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/objects/pack/pack-75818187298e238ab22e75aa268b8f2920ffa35b.idx' 2025-03-04T19:47:30.6710943Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/objects/pack' 2025-03-04T19:47:30.6711250Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/objects/info' 2025-03-04T19:47:30.6711522Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/objects' 2025-03-04T19:47:30.6711768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/FETCH_HEAD' 2025-03-04T19:47:30.6712153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/2.1-dynamic-doc' 2025-03-04T19:47:30.6712529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/2.6.0.dev20241004+' 2025-03-04T19:47:30.6712959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/20250219_e8m0_intermediate' 2025-03-04T19:47:30.6713315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/20250219_test' 2025-03-04T19:47:30.6713886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/Adjust-Description-for-linux-binary-test-Workflow' 2025-03-04T19:47:30.6714259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/Chillee-patch-5' 2025-03-04T19:47:30.6714652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/Flamefire-patch-1' 2025-03-04T19:47:30.6715091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/HDCharles-2.6.0-release-notes' 2025-03-04T19:47:30.6715563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/JackCaoG/add_new_lazy_counter_macro' 2025-03-04T19:47:30.6716051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/JackCaoG/dynamo_make_fx_non_core_aten_ops' 2025-03-04T19:47:30.6716480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/JackCaoG/fix_xla_torchbench' 2025-03-04T19:47:30.6716975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/JackCaoG/update_dynamo_doc' 2025-03-04T19:47:30.6717443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/JackCaoG/update_xla_pin_to_skip_test' 2025-03-04T19:47:30.6717929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/JackCaoG/update_xla_pin_to_skip_test2' 2025-03-04T19:47:30.6718310Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/JackCaoG' 2025-03-04T19:47:30.6718792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/NicolasHug-patch-2' 2025-03-04T19:47:30.6719195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/PR-AOTInductorNoneBug' 2025-03-04T19:47:30.6719681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/PR-AOTInductorNoneBugFix' 2025-03-04T19:47:30.6720071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/PR-FixConfigsIssue' 2025-03-04T19:47:30.6720474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/PR-NoneBugFix-viable' 2025-03-04T19:47:30.6720837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/PR-ResetToZero' 2025-03-04T19:47:30.6721275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/Remove-linux_t4g_2xlarge-Usage' 2025-03-04T19:47:30.6721659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/Revert-PR-110949' 2025-03-04T19:47:30.6722062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/Update-Flash-Packaging' 2025-03-04T19:47:30.6722516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/Valentine/flash_attention_bf16' 2025-03-04T19:47:30.6722898Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/Valentine' 2025-03-04T19:47:30.6723298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/_tmp-orig/release/2.6' 2025-03-04T19:47:30.6723712Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/_tmp-orig/release' 2025-03-04T19:47:30.6724104Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/_tmp-orig' 2025-03-04T19:47:30.6724471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/_tmp-release/2.6' 2025-03-04T19:47:30.6724884Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/_tmp-release' 2025-03-04T19:47:30.6725314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/abock/onnx-1.15.0-validation' 2025-03-04T19:47:30.6725799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/abock/ort-nightly==1.16.0.dev20230908001' 2025-03-04T19:47:30.6726177Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/abock' 2025-03-04T19:47:30.6726599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/add-android-build-workflow' 2025-03-04T19:47:30.6726956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/add-assign' 2025-03-04T19:47:30.6727414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/add_broadcast_functional_collective' 2025-03-04T19:47:30.6727844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/add_from_group_doc_and_test' 2025-03-04T19:47:30.6728260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/add_mha_to_autocast_policy' 2025-03-04T19:47:30.6728777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/add_non_parallel_model_comparison' 2025-03-04T19:47:30.6729185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/add_test_to_show_view_gap' 2025-03-04T19:47:30.6729599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/add_windows_testing_back' 2025-03-04T19:47:30.6729970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/addmm-heuristic' 2025-03-04T19:47:30.6730306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/addsimde' 2025-03-04T19:47:30.6730686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/adi/gemm_bf16f32' 2025-03-04T19:47:30.6731101Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/adi' 2025-03-04T19:47:30.6731521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ah-globalfeedback-hook' 2025-03-04T19:47:30.6731893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/alanwaketan/pin2' 2025-03-04T19:47:30.6732431Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/alanwaketan' 2025-03-04T19:47:30.6732803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/albanD-patch-1' 2025-03-04T19:47:30.6733181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/albanD-patch-2' 2025-03-04T19:47:30.6733532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/alt-disable' 2025-03-04T19:47:30.6733968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/144772' 2025-03-04T19:47:30.6734459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/aot_inductor_bench_comp_time' 2025-03-04T19:47:30.6734904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/aot_inductor_benchmark' 2025-03-04T19:47:30.6735343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/aot_inductor_torch' 2025-03-04T19:47:30.6735778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/aoti_additional_files' 2025-03-04T19:47:30.6736208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/aotinductor_const' 2025-03-04T19:47:30.6736651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/aotinductor_const_name' 2025-03-04T19:47:30.6737072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/benchmark_skip' 2025-03-04T19:47:30.6737455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/bincount' 2025-03-04T19:47:30.6737934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/change_pytree_serialization' 2025-03-04T19:47:30.6738319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/constraint' 2025-03-04T19:47:30.6738692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/cp107981' 2025-03-04T19:47:30.6739079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/cp108783' 2025-03-04T19:47:30.6739451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/cp109060' 2025-03-04T19:47:30.6739849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/cpp_loader' 2025-03-04T19:47:30.6740337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/custom_and_getattr' 2025-03-04T19:47:30.6740725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/customop' 2025-03-04T19:47:30.6741147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/default_serialized' 2025-03-04T19:47:30.6741613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/distribby' 2025-03-04T19:47:30.6742013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/distribution' 2025-03-04T19:47:30.6742380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/docs' 2025-03-04T19:47:30.6742772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/draft_logger' 2025-03-04T19:47:30.6743236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/embed_constants' 2025-03-04T19:47:30.6743683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/export_custom_op_rst' 2025-03-04T19:47:30.6744071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/export_docs' 2025-03-04T19:47:30.6744498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/fail_models_temp' 2025-03-04T19:47:30.6744856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/fake' 2025-03-04T19:47:30.6745224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/fix3' 2025-03-04T19:47:30.6745611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/hf_version' 2025-03-04T19:47:30.6746042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/hf_version_update' 2025-03-04T19:47:30.6746433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/kwarg_input' 2025-03-04T19:47:30.6746802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/lint' 2025-03-04T19:47:30.6747195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/logging.bak' 2025-03-04T19:47:30.6747569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/logging2' 2025-03-04T19:47:30.6747999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/namedtuple_fields' 2025-03-04T19:47:30.6748390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/no_so_weight' 2025-03-04T19:47:30.6748862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/provenance_id' 2025-03-04T19:47:30.6749236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/pytree2' 2025-03-04T19:47:30.6749668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/pytree_namedtuple' 2025-03-04T19:47:30.6750093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/register_dataclass' 2025-03-04T19:47:30.6750529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/remove_aoti_unlift' 2025-03-04T19:47:30.6750892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/shape' 2025-03-04T19:47:30.6751296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/symint_input' 2025-03-04T19:47:30.6751657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/test' 2025-03-04T19:47:30.6752138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/test113041' 2025-03-04T19:47:30.6752607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/test_expression_created' 2025-03-04T19:47:30.6752991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/torch_size' 2025-03-04T19:47:30.6753427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi/update_schema_msg' 2025-03-04T19:47:30.6753806Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/angelayi' 2025-03-04T19:47:30.6754260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/atalman-inductor-perf-cu124' 2025-03-04T19:47:30.6754751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/atalman-inductor-perf-cu124.1' 2025-03-04T19:47:30.6755143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/atalman-patch-1' 2025-03-04T19:47:30.6755513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/atalman-patch-2' 2025-03-04T19:47:30.6755882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/atalman-patch-3' 2025-03-04T19:47:30.6756263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/atalman-patch-4' 2025-03-04T19:47:30.6756635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/atalman-patch-5' 2025-03-04T19:47:30.6757017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/atalman-patch-6' 2025-03-04T19:47:30.6757385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/atalman-patch-7' 2025-03-04T19:47:30.6757774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/atalman-patch-8' 2025-03-04T19:47:30.6758143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/atalman-patch-9' 2025-03-04T19:47:30.6758554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/atalman_inductor_2.3.0' 2025-03-04T19:47:30.6758951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/atalman_inductor_2.3.1' 2025-03-04T19:47:30.6759362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/atalman_inductor_2.4.0' 2025-03-04T19:47:30.6759760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/atalman_inductor_2.4.x' 2025-03-04T19:47:30.6760140Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/avoid_record_ag_rs' 2025-03-04T19:47:30.6760548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bahuang/make_fallback' 2025-03-04T19:47:30.6760975Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bahuang' 2025-03-04T19:47:30.6761329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/base/1.5' 2025-03-04T19:47:30.6761687Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/base' 2025-03-04T19:47:30.6762097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/base_inductor_opt_flag' 2025-03-04T19:47:30.6762550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/batching_sdpa_efficient_attention' 2025-03-04T19:47:30.6762940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/benchmark-updates' 2025-03-04T19:47:30.6763333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bertmaher/pinbump26' 2025-03-04T19:47:30.6763765Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bertmaher' 2025-03-04T19:47:30.6764146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bertrand/cutlass' 2025-03-04T19:47:30.6764523Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bertrand' 2025-03-04T19:47:30.6764952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bf/cg-disable-tts-angular' 2025-03-04T19:47:30.6765339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bf/cg-multithreading' 2025-03-04T19:47:30.6765721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bf/cg-partition' 2025-03-04T19:47:30.6766087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bf/cg-prototype' 2025-03-04T19:47:30.6766532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bf/cg-remove-check' 2025-03-04T19:47:30.6766975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bf/cg-skip-unbacked-symint-msg' 2025-03-04T19:47:30.6767339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bf/cudagraph' 2025-03-04T19:47:30.6767819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bf/cudagraph-disable-input-mutation' 2025-03-04T19:47:30.6768393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bf/cudagraph-enable-input-mutation-support-benchmark' 2025-03-04T19:47:30.6768807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bf/cudagraph-partition' 2025-03-04T19:47:30.6769214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bf/donated-buffer-bench' 2025-03-04T19:47:30.6769613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bf/fa-embedding-16' 2025-03-04T19:47:30.6770031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bf/reduce-scatter-copy-in' 2025-03-04T19:47:30.6770504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bf/remove-check-55b0c39d' 2025-03-04T19:47:30.6770855Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bf' 2025-03-04T19:47:30.6771296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bisect_perf_hf_T5_3acc6eac492' 2025-03-04T19:47:30.6771720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bisect_perf_hf_T5_3fcf66f61fb' 2025-03-04T19:47:30.6772348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bisect_perf_hf_T5_4009d154129' 2025-03-04T19:47:30.6772781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bisect_perf_hf_T5_40d0740e73d' 2025-03-04T19:47:30.6773194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bisect_perf_hf_T5_5268754e' 2025-03-04T19:47:30.6773629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bisect_perf_hf_T5_7d89a8d385c' 2025-03-04T19:47:30.6774054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bisect_perf_hf_T5_b7a25c1ee7c' 2025-03-04T19:47:30.6774489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bisect_perf_hf_T5_c25b201583f' 2025-03-04T19:47:30.6774913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bisect_perf_hf_T5_c93e57efac0' 2025-03-04T19:47:30.6775355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bisect_perf_hf_T5_ca9813ea149' 2025-03-04T19:47:30.6775889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bisect_perf_hf_T5_d65f194a' 2025-03-04T19:47:30.6776319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bisect_perf_hf_T5_da94ab0b' 2025-03-04T19:47:30.6776806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bisect_perf_hf_T5_da94ab0b_new' 2025-03-04T19:47:30.6777242Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bisect_perf_hf_T5_db4e8a1d8a8' 2025-03-04T19:47:30.6777665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bisect_perf_hf_T5_e0d97e936a2' 2025-03-04T19:47:30.6778089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bisect_perf_hf_T5_f23621ec563' 2025-03-04T19:47:30.6778584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bowbao/beartype_fix_2.1.1' 2025-03-04T19:47:30.6778981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bowbao/bench_updates' 2025-03-04T19:47:30.6779412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bowbao/bench_updates_stage' 2025-03-04T19:47:30.6779830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bowbao/benchmark_test_data' 2025-03-04T19:47:30.6780233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bowbao/dort_rewriter' 2025-03-04T19:47:30.6780619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bowbao/skip_decomp' 2025-03-04T19:47:30.6780995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bowbao/wip_prs' 2025-03-04T19:47:30.6798756Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/bowbao' 2025-03-04T19:47:30.6799596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/brenocfg/fix-meta-opinfo' 2025-03-04T19:47:30.6800213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/brenocfg/special_airy_ai_ref' 2025-03-04T19:47:30.6800593Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/brenocfg' 2025-03-04T19:47:30.6801025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/brister/3d_permute_block_ptr' 2025-03-04T19:47:30.6801460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/brister/always_tiled_reduction' 2025-03-04T19:47:30.6801854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/brister/doc_bucketize' 2025-03-04T19:47:30.6802247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/brister/simplify_id' 2025-03-04T19:47:30.6802728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/brister/tiled_reduction_no_numel_check' 2025-03-04T19:47:30.6803110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/brister/wrapper_ir' 2025-03-04T19:47:30.6803490Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/brister' 2025-03-04T19:47:30.6803842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/build_aoti_o1' 2025-03-04T19:47:30.6804202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ca_0431d47eaa' 2025-03-04T19:47:30.6804570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ca_fix_0431d47eaa' 2025-03-04T19:47:30.6804954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/cache_size_internal' 2025-03-04T19:47:30.6805463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/cache_size_internal_1' 2025-03-04T19:47:30.6805891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/chenyang78/dyn-shape-ci-tmp' 2025-03-04T19:47:30.6806287Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/chenyang78' 2025-03-04T19:47:30.6806666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/cherry-pick-111576' 2025-03-04T19:47:30.6807123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/cherry-pick-post-acc-grad-docs' 2025-03-04T19:47:30.6807447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ci_pin' 2025-03-04T19:47:30.6807859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ckluk2-compileThread-1' 2025-03-04T19:47:30.6808321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ckluk2-compileThread-2' 2025-03-04T19:47:30.6808726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ckluk2-compileThread-64' 2025-03-04T19:47:30.6809091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ckluk2-test-1' 2025-03-04T19:47:30.6809456Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/cleanup_vs_2019' 2025-03-04T19:47:30.6809936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/compile_fsdp2_disable_stream_and_event' 2025-03-04T19:47:30.6810394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/condition-branch-in-debug-handler' 2025-03-04T19:47:30.6810790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/consolidate-is-qat' 2025-03-04T19:47:30.6811137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/copy_graph' 2025-03-04T19:47:30.6811544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/cpio/fix_new_ami_tests' 2025-03-04T19:47:30.6811916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/cpio/fix_unit_test' 2025-03-04T19:47:30.6812283Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/cpio' 2025-03-04T19:47:30.6812650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/create_chunk_list' 2025-03-04T19:47:30.6812994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/cse-source' 2025-03-04T19:47:30.6813340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/3proc' 2025-03-04T19:47:30.6813741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/always_produce_xml' 2025-03-04T19:47:30.6814182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/build_experiment_max_jobs' 2025-03-04T19:47:30.6814592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/build_test_more_procs' 2025-03-04T19:47:30.6815015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/build_test_more_procs2' 2025-03-04T19:47:30.6815415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/checkout_more_procs' 2025-03-04T19:47:30.6815790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/cutlass_bazel' 2025-03-04T19:47:30.6816174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/disableautotune' 2025-03-04T19:47:30.6816574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/dynamicshapesdup' 2025-03-04T19:47:30.6816982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/fflint' 2025-03-04T19:47:30.6817394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/fix_close_nonexistent' 2025-03-04T19:47:30.6817855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/fix_rerun_disabled_tests_upload' 2025-03-04T19:47:30.6818288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/inductortest_max_autotune' 2025-03-04T19:47:30.6818667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/lint_dockerimg' 2025-03-04T19:47:30.6819026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/logchanges' 2025-03-04T19:47:30.6819429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/logtest' 2025-03-04T19:47:30.6819848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/mps_sharding' 2025-03-04T19:47:30.6820214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/multigpufix' 2025-03-04T19:47:30.6820601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/no_clean_workspace' 2025-03-04T19:47:30.6820972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/pytest_timeout' 2025-03-04T19:47:30.6821413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/rerun_disabled_tests_print_log' 2025-03-04T19:47:30.6821849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/revert' 2025-03-04T19:47:30.6822215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/runtesttypes' 2025-03-04T19:47:30.6822607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/sharding_build_env' 2025-03-04T19:47:30.6823000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/slowtesttimeout' 2025-03-04T19:47:30.6823381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/some_super_setup' 2025-03-04T19:47:30.6823757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/stdmakeunique' 2025-03-04T19:47:30.6824126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/tensoboardpip' 2025-03-04T19:47:30.6824583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/trymerge_initial_comment_stack' 2025-03-04T19:47:30.6825022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/update_gh_runners_ubuntu2004' 2025-03-04T19:47:30.6825384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl/windowsbat' 2025-03-04T19:47:30.6825750Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/csl' 2025-03-04T19:47:30.6826114Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/cublasfp16accum' 2025-03-04T19:47:30.6826538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/cutlass-template-fix-rocm' 2025-03-04T19:47:30.6826911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/danthe3rd-patch-1' 2025-03-04T19:47:30.6827258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/dataclass' 2025-03-04T19:47:30.6827639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/daxia6/fix/doc_string' 2025-03-04T19:47:30.6828031Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/daxia6/fix' 2025-03-04T19:47:30.6828446Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/daxia6' 2025-03-04T19:47:30.6828878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/desertfire/test_cpp_wrapper' 2025-03-04T19:47:30.6829357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/desertfire/torchgen_support_default_arg' 2025-03-04T19:47:30.6829814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/desertfire/triton-cpu-for-aarch64' 2025-03-04T19:47:30.6830231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/desertfire/update_hf_pin' 2025-03-04T19:47:30.6830612Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/desertfire' 2025-03-04T19:47:30.6831178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/dev/joona/MPSNDArrayAdd' 2025-03-04T19:47:30.6831563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/dev/joona/Unranked' 2025-03-04T19:47:30.6831965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/dev/joona/embeddingbag' 2025-03-04T19:47:30.6832320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/dev/joona/sdpa' 2025-03-04T19:47:30.6832715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/dev/joona/unique_leak' 2025-03-04T19:47:30.6833088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/dev/joona/upsize3d' 2025-03-04T19:47:30.6833472Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/dev/joona' 2025-03-04T19:47:30.6833817Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/dev' 2025-03-04T19:47:30.6834152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/disable' 2025-03-04T19:47:30.6834587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/disable_fp_contract_baseline' 2025-03-04T19:47:30.6835040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/distributed_checkpointing_e2e_tests' 2025-03-04T19:47:30.6835397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/doc_change' 2025-03-04T19:47:30.6835738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/docs_numpy' 2025-03-04T19:47:30.6836100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/dropout-eval' 2025-03-04T19:47:30.6836471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/dtensor_fixes_2.1' 2025-03-04T19:47:30.6836852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/dynamorunner_mp' 2025-03-04T19:47:30.6837207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/e2e-baseline' 2025-03-04T19:47:30.6837640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/eikanwang/eager_torch_compile' 2025-03-04T19:47:30.6838030Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/eikanwang' 2025-03-04T19:47:30.6838448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/embg/test_inductor_ci_128B' 2025-03-04T19:47:30.6838869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/embg/test_inductor_ci_base' 2025-03-04T19:47:30.6839294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/embg/test_inductor_ci_control' 2025-03-04T19:47:30.6839731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/embg/triton_l2_prefetch_128B' 2025-03-04T19:47:30.6840204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/embg/triton_l2_prefetch_256B' 2025-03-04T19:47:30.6840569Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/embg' 2025-03-04T19:47:30.6840995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/enable_mi300_workflows_on_PRs' 2025-03-04T19:47:30.6841356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/eqy-patch-1' 2025-03-04T19:47:30.6841709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/eqy-patch-20' 2025-03-04T19:47:30.6842060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/eqy-patch-21' 2025-03-04T19:47:30.6842462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/eqy-patch-26' 2025-03-04T19:47:30.6842815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/eqy-patch-27' 2025-03-04T19:47:30.6843172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/eqy-patch-3' 2025-03-04T19:47:30.6843518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/eqy-patch-4' 2025-03-04T19:47:30.6843980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/error-when-setattr-over-cls-attr' 2025-03-04T19:47:30.6844328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/et_pin_bump' 2025-03-04T19:47:30.6844784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/aot-inductor-debug' 2025-03-04T19:47:30.6845237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/aten-convolution-out' 2025-03-04T19:47:30.6845711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/combo-kernels-perf-run' 2025-03-04T19:47:30.6846217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/cpp-wrapper-debug' 2025-03-04T19:47:30.6846598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/delta' 2025-03-04T19:47:30.6847062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/disable-dynamo-config' 2025-03-04T19:47:30.6847474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/dynamo-types' 2025-03-04T19:47:30.6847940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/enable-mem-dep-fusion' 2025-03-04T19:47:30.6848351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/fix-orig-svg' 2025-03-04T19:47:30.6848839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/fix-trace-parsing-fx-svg' 2025-03-04T19:47:30.6849335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/force-pointwise-cat-perf-run' 2025-03-04T19:47:30.6849749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/fusion-data' 2025-03-04T19:47:30.6850186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/heuristic-choices' 2025-03-04T19:47:30.6850649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/heuristic-choices-2' 2025-03-04T19:47:30.6851119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/max-autotune-dtype-test' 2025-03-04T19:47:30.6851556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/remove-desc-names' 2025-03-04T19:47:30.6852064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/scheduler-refactor' 2025-03-04T19:47:30.6852513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/test_cpp_wrapper_mode' 2025-03-04T19:47:30.6852937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte/testing_only' 2025-03-04T19:47:30.6853323Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exclamaforte' 2025-03-04T19:47:30.6853647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exec' 2025-03-04T19:47:30.6854032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/experimental-mosaic' 2025-03-04T19:47:30.6854470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D50544876' 2025-03-04T19:47:30.6854844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D51032385' 2025-03-04T19:47:30.6855209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D52434604' 2025-03-04T19:47:30.6855584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D58091437' 2025-03-04T19:47:30.6855945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D61047529' 2025-03-04T19:47:30.6856315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D61557220' 2025-03-04T19:47:30.6856675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D63493615' 2025-03-04T19:47:30.6857046Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D65456781' 2025-03-04T19:47:30.6857417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D65560950' 2025-03-04T19:47:30.6857787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D65638757' 2025-03-04T19:47:30.6858152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D66529288' 2025-03-04T19:47:30.6858523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D66690419' 2025-03-04T19:47:30.6858886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D66717302' 2025-03-04T19:47:30.6859249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D66908884' 2025-03-04T19:47:30.6859618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D68245292' 2025-03-04T19:47:30.6859985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D68459341' 2025-03-04T19:47:30.6860357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D68909278' 2025-03-04T19:47:30.6860717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D69034578' 2025-03-04T19:47:30.6861090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D69070616' 2025-03-04T19:47:30.6861524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D69132186' 2025-03-04T19:47:30.6861899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D69355332' 2025-03-04T19:47:30.6862261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D69361235' 2025-03-04T19:47:30.6862627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D69592025' 2025-03-04T19:47:30.6863052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D69595327' 2025-03-04T19:47:30.6863411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D69994481' 2025-03-04T19:47:30.6863778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D70132269' 2025-03-04T19:47:30.6864140Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D70141808' 2025-03-04T19:47:30.6864519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D70193972' 2025-03-04T19:47:30.6864881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/export-D70454149' 2025-03-04T19:47:30.6865350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/exported-model-train-idempotent' 2025-03-04T19:47:30.6865756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fa_u8_brgemm' 2025-03-04T19:47:30.6866136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fastmath_baseline' 2025-03-04T19:47:30.6866483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fbcode/warm' 2025-03-04T19:47:30.6866845Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fbcode' 2025-03-04T19:47:30.6867166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fca' 2025-03-04T19:47:30.6867482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fca2' 2025-03-04T19:47:30.6867834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fca2_ca5984c' 2025-03-04T19:47:30.6868147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fca3' 2025-03-04T19:47:30.6868468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fca5' 2025-03-04T19:47:30.6868867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fengyuan/external-proj' 2025-03-04T19:47:30.6869374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fengyuan/out-of-tree-xpu-ops-improve-test' 2025-03-04T19:47:30.6869870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fengyuan/out-of-tree-xpu-ops-remove-dtype' 2025-03-04T19:47:30.6870245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fengyuan/test-xpu' 2025-03-04T19:47:30.6870629Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fengyuan' 2025-03-04T19:47:30.6871014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ffast_math_baseline' 2025-03-04T19:47:30.6871399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ffast_math_target' 2025-03-04T19:47:30.6871940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/findhao/base_commit' 2025-03-04T19:47:30.6872339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/findhao/base_commit1' 2025-03-04T19:47:30.6872764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/findhao/fix-indirect-access' 2025-03-04T19:47:30.6873159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/findhao/multistream2' 2025-03-04T19:47:30.6873543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/findhao/multistream5' 2025-03-04T19:47:30.6873948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/findhao/operatorbench3' 2025-03-04T19:47:30.6874449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/findhao/operatorbench5' 2025-03-04T19:47:30.6874816Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/findhao' 2025-03-04T19:47:30.6875131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fix' 2025-03-04T19:47:30.6875540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fix-benchmark-config-h100' 2025-03-04T19:47:30.6875976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fix-cat-lowering-uint8-hack' 2025-03-04T19:47:30.6876349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fix-config-ignore' 2025-03-04T19:47:30.6876719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fix-dict-guard' 2025-03-04T19:47:30.6877207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fix-ios-upload-credentials' 2025-03-04T19:47:30.6877572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fix-mem-leak' 2025-03-04T19:47:30.6877965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fix-qat-derived-qspec' 2025-03-04T19:47:30.6878398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fix-test-stat-upload-failures' 2025-03-04T19:47:30.6878801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fix_allow_train_eval_msg' 2025-03-04T19:47:30.6879198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fix_avoid_record_stream' 2025-03-04T19:47:30.6879607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fix_e2e_fsdp_tp_pairwise' 2025-03-04T19:47:30.6879985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fix_eval_train_2.1' 2025-03-04T19:47:30.6880344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fix_partial' 2025-03-04T19:47:30.6880732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fix_xpu_content_store' 2025-03-04T19:47:30.6881084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fixes-triage' 2025-03-04T19:47:30.6881430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/flat_apply' 2025-03-04T19:47:30.6881861Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/flex_attention_functorch_grad' 2025-03-04T19:47:30.6882339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fmassa/partitioner_knapsack_checkpoint' 2025-03-04T19:47:30.6882770Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fmassa' 2025-03-04T19:47:30.6883116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fp8_fix' 2025-03-04T19:47:30.6883481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fsdp2_trace_rules' 2025-03-04T19:47:30.6883825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fsdpv2_3d' 2025-03-04T19:47:30.6884172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fsdpv2_3d_m1' 2025-03-04T19:47:30.6884514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/func-attr' 2025-03-04T19:47:30.6884875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/functorch_scan' 2025-03-04T19:47:30.6885205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fx_cpp' 2025-03-04T19:47:30.6885547Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fy/fix-win' 2025-03-04T19:47:30.6885947Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/fy' 2025-03-04T19:47:30.6886280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gelu-3' 2025-03-04T19:47:30.6886684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/get_state_dict_forward_fix' 2025-03-04T19:47:30.6887059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/AlnisM/1/base' 2025-03-04T19:47:30.6887423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/AlnisM/1/head' 2025-03-04T19:47:30.6887815Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/AlnisM/1' 2025-03-04T19:47:30.6888237Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/AlnisM' 2025-03-04T19:47:30.6888631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/BowenBao/296/base' 2025-03-04T19:47:30.6889013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/BowenBao/296/head' 2025-03-04T19:47:30.6889400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/BowenBao/296/orig' 2025-03-04T19:47:30.6889806Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/BowenBao/296' 2025-03-04T19:47:30.6890189Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/BowenBao' 2025-03-04T19:47:30.6890555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/46/base' 2025-03-04T19:47:30.6890916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/46/head' 2025-03-04T19:47:30.6891289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/46/orig' 2025-03-04T19:47:30.6891669Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/46' 2025-03-04T19:47:30.6892034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/47/base' 2025-03-04T19:47:30.6892393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/47/head' 2025-03-04T19:47:30.6892758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/47/orig' 2025-03-04T19:47:30.6893137Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/47' 2025-03-04T19:47:30.6893503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/48/base' 2025-03-04T19:47:30.6893869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/48/head' 2025-03-04T19:47:30.6894234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/48/orig' 2025-03-04T19:47:30.6894629Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/48' 2025-03-04T19:47:30.6894991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/49/base' 2025-03-04T19:47:30.6895364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/49/head' 2025-03-04T19:47:30.6895725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/49/orig' 2025-03-04T19:47:30.6896119Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/49' 2025-03-04T19:47:30.6896483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/50/base' 2025-03-04T19:47:30.6897105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/50/head' 2025-03-04T19:47:30.6897679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/50/orig' 2025-03-04T19:47:30.6898064Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/50' 2025-03-04T19:47:30.6898445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/51/base' 2025-03-04T19:47:30.6898811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/51/head' 2025-03-04T19:47:30.6899185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/51/orig' 2025-03-04T19:47:30.6899569Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE/51' 2025-03-04T19:47:30.6900020Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/CaoE' 2025-03-04T19:47:30.6900430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ColinPeppler/61/base' 2025-03-04T19:47:30.6900852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ColinPeppler/61/head' 2025-03-04T19:47:30.6901260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ColinPeppler/61/orig' 2025-03-04T19:47:30.6901767Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ColinPeppler/61' 2025-03-04T19:47:30.6902178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ColinPeppler/62/base' 2025-03-04T19:47:30.6902636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ColinPeppler/62/head' 2025-03-04T19:47:30.6903057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ColinPeppler/62/orig' 2025-03-04T19:47:30.6903486Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ColinPeppler/62' 2025-03-04T19:47:30.6903906Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ColinPeppler' 2025-03-04T19:47:30.6904295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/67/base' 2025-03-04T19:47:30.6904693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/67/head' 2025-03-04T19:47:30.6905099Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/67' 2025-03-04T19:47:30.6905497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/74/base' 2025-03-04T19:47:30.6905889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/74/head' 2025-03-04T19:47:30.6906279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/74/orig' 2025-03-04T19:47:30.6906696Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/74' 2025-03-04T19:47:30.6907081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/75/base' 2025-03-04T19:47:30.6907479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/75/head' 2025-03-04T19:47:30.6907869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/75/orig' 2025-03-04T19:47:30.6908343Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/75' 2025-03-04T19:47:30.6908735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/76/base' 2025-03-04T19:47:30.6909189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/76/head' 2025-03-04T19:47:30.6909575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/76/orig' 2025-03-04T19:47:30.6909991Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/76' 2025-03-04T19:47:30.6910377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/77/base' 2025-03-04T19:47:30.6910761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/77/head' 2025-03-04T19:47:30.6911161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/77/orig' 2025-03-04T19:47:30.6911615Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/77' 2025-03-04T19:47:30.6912022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/78/base' 2025-03-04T19:47:30.6912408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/78/head' 2025-03-04T19:47:30.6912806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/78/orig' 2025-03-04T19:47:30.6913214Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang/78' 2025-03-04T19:47:30.6913619Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/EikanWang' 2025-03-04T19:47:30.6914005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Gasoonjia/1/base' 2025-03-04T19:47:30.6914462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Gasoonjia/1/head' 2025-03-04T19:47:30.6914869Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Gasoonjia/1' 2025-03-04T19:47:30.6915257Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Gasoonjia' 2025-03-04T19:47:30.6915648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/131/base' 2025-03-04T19:47:30.6916029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/131/head' 2025-03-04T19:47:30.6916419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/131/orig' 2025-03-04T19:47:30.6916821Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/131' 2025-03-04T19:47:30.6917215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/132/base' 2025-03-04T19:47:30.6917600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/132/head' 2025-03-04T19:47:30.6917992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/132/orig' 2025-03-04T19:47:30.6918394Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/132' 2025-03-04T19:47:30.6918774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/160/base' 2025-03-04T19:47:30.6919167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/160/head' 2025-03-04T19:47:30.6919544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/160/orig' 2025-03-04T19:47:30.6919953Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/160' 2025-03-04T19:47:30.6920389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/165/base' 2025-03-04T19:47:30.6920781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/165/head' 2025-03-04T19:47:30.6921161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/165/orig' 2025-03-04T19:47:30.6921574Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/165' 2025-03-04T19:47:30.6921956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/166/base' 2025-03-04T19:47:30.6922349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/166/head' 2025-03-04T19:47:30.6922781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/166/orig' 2025-03-04T19:47:30.6923236Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/166' 2025-03-04T19:47:30.6923640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/167/base' 2025-03-04T19:47:30.6924018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/167/head' 2025-03-04T19:47:30.6924410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/167/orig' 2025-03-04T19:47:30.6924808Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/167' 2025-03-04T19:47:30.6925203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/168/base' 2025-03-04T19:47:30.6925582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/168/head' 2025-03-04T19:47:30.6925976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/168/orig' 2025-03-04T19:47:30.6926382Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/168' 2025-03-04T19:47:30.6926772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/169/base' 2025-03-04T19:47:30.6927150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/169/head' 2025-03-04T19:47:30.6927527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/169/orig' 2025-03-04T19:47:30.6927940Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/169' 2025-03-04T19:47:30.6928322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/170/base' 2025-03-04T19:47:30.6928718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/170/head' 2025-03-04T19:47:30.6929100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/170/orig' 2025-03-04T19:47:30.6929510Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang/170' 2025-03-04T19:47:30.6929898Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/H-Huang' 2025-03-04T19:47:30.6930301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/HDCharles/168/base' 2025-03-04T19:47:30.6930698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/HDCharles/168/head' 2025-03-04T19:47:30.6931087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/HDCharles/168/orig' 2025-03-04T19:47:30.6931507Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/HDCharles/168' 2025-03-04T19:47:30.6931954Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/HDCharles' 2025-03-04T19:47:30.6932378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/100/base' 2025-03-04T19:47:30.6932785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/100/head' 2025-03-04T19:47:30.6933199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/100/orig' 2025-03-04T19:47:30.6933622Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/100' 2025-03-04T19:47:30.6934081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/101/base' 2025-03-04T19:47:30.6934491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/101/head' 2025-03-04T19:47:30.6934968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/101/orig' 2025-03-04T19:47:30.6935394Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/101' 2025-03-04T19:47:30.6935798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/102/base' 2025-03-04T19:47:30.6936214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/102/head' 2025-03-04T19:47:30.6936617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/102/orig' 2025-03-04T19:47:30.6937055Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/102' 2025-03-04T19:47:30.6937460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/103/base' 2025-03-04T19:47:30.6937891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/103/head' 2025-03-04T19:47:30.6938305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/103/orig' 2025-03-04T19:47:30.6938749Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/103' 2025-03-04T19:47:30.6939162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/104/base' 2025-03-04T19:47:30.6939587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/104/head' 2025-03-04T19:47:30.6939995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/104/orig' 2025-03-04T19:47:30.6940427Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/104' 2025-03-04T19:47:30.6940894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/56/base' 2025-03-04T19:47:30.6941305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/56/head' 2025-03-04T19:47:30.6941797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/56/orig' 2025-03-04T19:47:30.6942235Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/56' 2025-03-04T19:47:30.6942657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/64/base' 2025-03-04T19:47:30.6943061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/64/head' 2025-03-04T19:47:30.6943479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/64/orig' 2025-03-04T19:47:30.6943993Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/64' 2025-03-04T19:47:30.6944411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/78/base' 2025-03-04T19:47:30.6944818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/78/head' 2025-03-04T19:47:30.6945218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/78/orig' 2025-03-04T19:47:30.6945653Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/78' 2025-03-04T19:47:30.6946057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/84/base' 2025-03-04T19:47:30.6946522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/84/head' 2025-03-04T19:47:30.6946933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/84/orig' 2025-03-04T19:47:30.6947368Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/84' 2025-03-04T19:47:30.6947767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/86/base' 2025-03-04T19:47:30.6948183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/86/head' 2025-03-04T19:47:30.6948582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/86/orig' 2025-03-04T19:47:30.6949012Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/86' 2025-03-04T19:47:30.6949415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/91/base' 2025-03-04T19:47:30.6949823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/91/head' 2025-03-04T19:47:30.6950235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/91/orig' 2025-03-04T19:47:30.6950652Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/91' 2025-03-04T19:47:30.6951066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/92/base' 2025-03-04T19:47:30.6951468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/92/head' 2025-03-04T19:47:30.6951885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/92/orig' 2025-03-04T19:47:30.6952311Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/92' 2025-03-04T19:47:30.6952726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/93/base' 2025-03-04T19:47:30.6953127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/93/head' 2025-03-04T19:47:30.6953537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/93/orig' 2025-03-04T19:47:30.6953960Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/93' 2025-03-04T19:47:30.6954361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/94/base' 2025-03-04T19:47:30.6954779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/94/head' 2025-03-04T19:47:30.6955184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/94/orig' 2025-03-04T19:47:30.6955674Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/94' 2025-03-04T19:47:30.6956076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/98/base' 2025-03-04T19:47:30.6956490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/98/head' 2025-03-04T19:47:30.6956890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/98/orig' 2025-03-04T19:47:30.6957324Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev/98' 2025-03-04T19:47:30.6957732Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/IvanKobzarev' 2025-03-04T19:47:30.6958128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Lezcano/243/base' 2025-03-04T19:47:30.6958565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Lezcano/243/head' 2025-03-04T19:47:30.6958951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Lezcano/243/orig' 2025-03-04T19:47:30.6959362Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Lezcano/243' 2025-03-04T19:47:30.6959743Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Lezcano' 2025-03-04T19:47:30.6960147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/SS-JIA/164/base' 2025-03-04T19:47:30.6960599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/SS-JIA/164/head' 2025-03-04T19:47:30.6961063Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/SS-JIA/164' 2025-03-04T19:47:30.6961449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/SS-JIA/172/base' 2025-03-04T19:47:30.6961833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/SS-JIA/172/head' 2025-03-04T19:47:30.6962208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/SS-JIA/172/orig' 2025-03-04T19:47:30.6962600Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/SS-JIA/172' 2025-03-04T19:47:30.6962995Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/SS-JIA' 2025-03-04T19:47:30.6963392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/SamGinzburg/11/base' 2025-03-04T19:47:30.6963963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/SamGinzburg/11/head' 2025-03-04T19:47:30.6964391Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/SamGinzburg/11' 2025-03-04T19:47:30.6964799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/SamGinzburg/14/base' 2025-03-04T19:47:30.6965195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/SamGinzburg/14/head' 2025-03-04T19:47:30.6965603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/SamGinzburg/14/orig' 2025-03-04T19:47:30.6966019Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/SamGinzburg/14' 2025-03-04T19:47:30.6966432Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/SamGinzburg' 2025-03-04T19:47:30.6966824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/1/base' 2025-03-04T19:47:30.6967217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/1/head' 2025-03-04T19:47:30.6967702Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/1' 2025-03-04T19:47:30.6968094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/63/base' 2025-03-04T19:47:30.6968501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/63/head' 2025-03-04T19:47:30.6968888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/63/orig' 2025-03-04T19:47:30.6969314Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/63' 2025-03-04T19:47:30.6969704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/67/base' 2025-03-04T19:47:30.6970158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/67/head' 2025-03-04T19:47:30.6970553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/67/orig' 2025-03-04T19:47:30.6970970Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/67' 2025-03-04T19:47:30.6971357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/71/base' 2025-03-04T19:47:30.6971883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/71/head' 2025-03-04T19:47:30.6972316Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/71' 2025-03-04T19:47:30.6972714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/72/base' 2025-03-04T19:47:30.6973164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/72/head' 2025-03-04T19:47:30.6973576Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/72' 2025-03-04T19:47:30.6973980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/81/base' 2025-03-04T19:47:30.6974368Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/81/head' 2025-03-04T19:47:30.6974767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/81/orig' 2025-03-04T19:47:30.6975172Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/81' 2025-03-04T19:47:30.6975574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/82/base' 2025-03-04T19:47:30.6975966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/82/head' 2025-03-04T19:47:30.6976356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/82/orig' 2025-03-04T19:47:30.6976773Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/82' 2025-03-04T19:47:30.6977162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/83/base' 2025-03-04T19:47:30.6977557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/83/head' 2025-03-04T19:47:30.6977947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/83/orig' 2025-03-04T19:47:30.6978367Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/83' 2025-03-04T19:47:30.6978762Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/84/base' 2025-03-04T19:47:30.6979312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/84/head' 2025-03-04T19:47:30.6979701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/84/orig' 2025-03-04T19:47:30.6980118Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/84' 2025-03-04T19:47:30.6980510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/85/base' 2025-03-04T19:47:30.6980901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/85/head' 2025-03-04T19:47:30.6981308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/85/orig' 2025-03-04T19:47:30.6981909Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/85' 2025-03-04T19:47:30.6982320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/86/base' 2025-03-04T19:47:30.6982705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/86/head' 2025-03-04T19:47:30.6983106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/86/orig' 2025-03-04T19:47:30.6983512Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/86' 2025-03-04T19:47:30.6983916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/87/base' 2025-03-04T19:47:30.6984305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/87/head' 2025-03-04T19:47:30.6984704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/87/orig' 2025-03-04T19:47:30.6985121Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/87' 2025-03-04T19:47:30.6985511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/88/base' 2025-03-04T19:47:30.6985911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/88/head' 2025-03-04T19:47:30.6986299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/88/orig' 2025-03-04T19:47:30.6986725Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/88' 2025-03-04T19:47:30.6987110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/89/base' 2025-03-04T19:47:30.6987513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/89/head' 2025-03-04T19:47:30.6987912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/89/orig' 2025-03-04T19:47:30.6988395Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/89' 2025-03-04T19:47:30.6988788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/90/base' 2025-03-04T19:47:30.6989188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/90/head' 2025-03-04T19:47:30.6989577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/90/orig' 2025-03-04T19:47:30.6989985Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/90' 2025-03-04T19:47:30.6990387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/91/base' 2025-03-04T19:47:30.6990848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/91/head' 2025-03-04T19:47:30.6991244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/91/orig' 2025-03-04T19:47:30.6991648Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/91' 2025-03-04T19:47:30.6992050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/92/base' 2025-03-04T19:47:30.6992437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/92/head' 2025-03-04T19:47:30.6992834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/92/orig' 2025-03-04T19:47:30.6993241Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi/92' 2025-03-04T19:47:30.6993686Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/StrongerXi' 2025-03-04T19:47:30.6994086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Xia-Weiwen/28/base' 2025-03-04T19:47:30.6994473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Xia-Weiwen/28/head' 2025-03-04T19:47:30.6994866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Xia-Weiwen/28/orig' 2025-03-04T19:47:30.6995272Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Xia-Weiwen/28' 2025-03-04T19:47:30.6995669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Xia-Weiwen/29/base' 2025-03-04T19:47:30.6996052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Xia-Weiwen/29/head' 2025-03-04T19:47:30.6996499Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Xia-Weiwen/29/orig' 2025-03-04T19:47:30.6996911Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Xia-Weiwen/29' 2025-03-04T19:47:30.6997311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Xia-Weiwen/30/base' 2025-03-04T19:47:30.6997694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Xia-Weiwen/30/head' 2025-03-04T19:47:30.6998082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Xia-Weiwen/30/orig' 2025-03-04T19:47:30.6998500Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Xia-Weiwen/30' 2025-03-04T19:47:30.6998893Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/Xia-Weiwen' 2025-03-04T19:47:30.6999291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/109/base' 2025-03-04T19:47:30.6999677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/109/head' 2025-03-04T19:47:30.7000068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/109/orig' 2025-03-04T19:47:30.7000471Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/109' 2025-03-04T19:47:30.7000862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/110/base' 2025-03-04T19:47:30.7001247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/110/head' 2025-03-04T19:47:30.7001638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/110/orig' 2025-03-04T19:47:30.7002044Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/110' 2025-03-04T19:47:30.7002478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/112/base' 2025-03-04T19:47:30.7002918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/112/head' 2025-03-04T19:47:30.7003301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/112/orig' 2025-03-04T19:47:30.7003714Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/112' 2025-03-04T19:47:30.7004094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/113/base' 2025-03-04T19:47:30.7004489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/113/head' 2025-03-04T19:47:30.7004924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/113/orig' 2025-03-04T19:47:30.7005343Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/113' 2025-03-04T19:47:30.7005725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/114/base' 2025-03-04T19:47:30.7006127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/114/head' 2025-03-04T19:47:30.7006508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/114/orig' 2025-03-04T19:47:30.7006912Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/114' 2025-03-04T19:47:30.7007315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/115/base' 2025-03-04T19:47:30.7007698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/115/head' 2025-03-04T19:47:30.7008101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/115/orig' 2025-03-04T19:47:30.7008503Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/115' 2025-03-04T19:47:30.7008945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/116/base' 2025-03-04T19:47:30.7009329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/116/head' 2025-03-04T19:47:30.7009721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/116/orig' 2025-03-04T19:47:30.7010125Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/116' 2025-03-04T19:47:30.7010506Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/117/base' 2025-03-04T19:47:30.7010906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/117/head' 2025-03-04T19:47:30.7011286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/117/orig' 2025-03-04T19:47:30.7011698Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/117' 2025-03-04T19:47:30.7012080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/118/base' 2025-03-04T19:47:30.7012473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/118/head' 2025-03-04T19:47:30.7012854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/118/orig' 2025-03-04T19:47:30.7013262Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/118' 2025-03-04T19:47:30.7013649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/119/base' 2025-03-04T19:47:30.7014095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/119/head' 2025-03-04T19:47:30.7014471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/119/orig' 2025-03-04T19:47:30.7014873Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/119' 2025-03-04T19:47:30.7015262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/120/base' 2025-03-04T19:47:30.7015641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/120/head' 2025-03-04T19:47:30.7016028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/120/orig' 2025-03-04T19:47:30.7016474Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/120' 2025-03-04T19:47:30.7016870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/121/base' 2025-03-04T19:47:30.7017279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/121/head' 2025-03-04T19:47:30.7017681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/121/orig' 2025-03-04T19:47:30.7018082Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/121' 2025-03-04T19:47:30.7018475Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/122/base' 2025-03-04T19:47:30.7018855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/122/head' 2025-03-04T19:47:30.7019235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/122/orig' 2025-03-04T19:47:30.7019653Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/122' 2025-03-04T19:47:30.7020033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/123/base' 2025-03-04T19:47:30.7020426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/123/head' 2025-03-04T19:47:30.7020803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/123/orig' 2025-03-04T19:47:30.7021217Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu/123' 2025-03-04T19:47:30.7021665Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XilunWu' 2025-03-04T19:47:30.7022063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/1/base' 2025-03-04T19:47:30.7022451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/1/head' 2025-03-04T19:47:30.7022831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/1/orig' 2025-03-04T19:47:30.7023238Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/1' 2025-03-04T19:47:30.7023630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/104/base' 2025-03-04T19:47:30.7024032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/104/head' 2025-03-04T19:47:30.7024421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/104/orig' 2025-03-04T19:47:30.7024842Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/104' 2025-03-04T19:47:30.7025293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/105/base' 2025-03-04T19:47:30.7025694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/105/head' 2025-03-04T19:47:30.7026132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/105/orig' 2025-03-04T19:47:30.7026550Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/105' 2025-03-04T19:47:30.7026941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/108/base' 2025-03-04T19:47:30.7027324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/108/head' 2025-03-04T19:47:30.7027729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/108/orig' 2025-03-04T19:47:30.7028211Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/108' 2025-03-04T19:47:30.7028613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/109/base' 2025-03-04T19:47:30.7029002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/109/head' 2025-03-04T19:47:30.7029397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/109/orig' 2025-03-04T19:47:30.7029802Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/109' 2025-03-04T19:47:30.7030200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/13/base' 2025-03-04T19:47:30.7030589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/13/head' 2025-03-04T19:47:30.7030990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/13/orig' 2025-03-04T19:47:30.7031402Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/13' 2025-03-04T19:47:30.7031786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/14/base' 2025-03-04T19:47:30.7032182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/14/head' 2025-03-04T19:47:30.7032572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/14/orig' 2025-03-04T19:47:30.7032994Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/14' 2025-03-04T19:47:30.7033385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/179/base' 2025-03-04T19:47:30.7033787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/179/head' 2025-03-04T19:47:30.7034178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/179/orig' 2025-03-04T19:47:30.7034603Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/179' 2025-03-04T19:47:30.7034989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/180/base' 2025-03-04T19:47:30.7035390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/180/head' 2025-03-04T19:47:30.7035777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/180/orig' 2025-03-04T19:47:30.7036188Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/180' 2025-03-04T19:47:30.7036588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/182/base' 2025-03-04T19:47:30.7037034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/182/head' 2025-03-04T19:47:30.7037480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/182/orig' 2025-03-04T19:47:30.7037889Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/182' 2025-03-04T19:47:30.7038289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/183/base' 2025-03-04T19:47:30.7038680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/183/head' 2025-03-04T19:47:30.7039078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/183/orig' 2025-03-04T19:47:30.7039538Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/183' 2025-03-04T19:47:30.7039943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/185/base' 2025-03-04T19:47:30.7040331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/185/head' 2025-03-04T19:47:30.7040717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/185/orig' 2025-03-04T19:47:30.7041134Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/185' 2025-03-04T19:47:30.7041522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/188/base' 2025-03-04T19:47:30.7041922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/188/head' 2025-03-04T19:47:30.7042320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/188/orig' 2025-03-04T19:47:30.7042745Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/188' 2025-03-04T19:47:30.7043138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/189/base' 2025-03-04T19:47:30.7043538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/189/head' 2025-03-04T19:47:30.7043929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/189/orig' 2025-03-04T19:47:30.7044388Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/189' 2025-03-04T19:47:30.7044793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/210/base' 2025-03-04T19:47:30.7045186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/210/head' 2025-03-04T19:47:30.7045595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/210/orig' 2025-03-04T19:47:30.7046006Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/210' 2025-03-04T19:47:30.7046412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/211/base' 2025-03-04T19:47:30.7046802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/211/head' 2025-03-04T19:47:30.7047204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/211/orig' 2025-03-04T19:47:30.7047614Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/211' 2025-03-04T19:47:30.7048018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/217/base' 2025-03-04T19:47:30.7048465Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/217/head' 2025-03-04T19:47:30.7048855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/217/orig' 2025-03-04T19:47:30.7049274Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/217' 2025-03-04T19:47:30.7049704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/218/base' 2025-03-04T19:47:30.7050106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/218/head' 2025-03-04T19:47:30.7050494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/218/orig' 2025-03-04T19:47:30.7050911Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/218' 2025-03-04T19:47:30.7051353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/219/base' 2025-03-04T19:47:30.7051753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/219/head' 2025-03-04T19:47:30.7052142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/219/orig' 2025-03-04T19:47:30.7052563Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/219' 2025-03-04T19:47:30.7052953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/221/base' 2025-03-04T19:47:30.7053344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/221/head' 2025-03-04T19:47:30.7053740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/221/orig' 2025-03-04T19:47:30.7054156Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/221' 2025-03-04T19:47:30.7054555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/222/base' 2025-03-04T19:47:30.7054992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/222/head' 2025-03-04T19:47:30.7055391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/222/orig' 2025-03-04T19:47:30.7055802Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/222' 2025-03-04T19:47:30.7056195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/223/base' 2025-03-04T19:47:30.7056578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/223/head' 2025-03-04T19:47:30.7056986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/223/orig' 2025-03-04T19:47:30.7057396Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/223' 2025-03-04T19:47:30.7057785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/224/base' 2025-03-04T19:47:30.7058185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/224/head' 2025-03-04T19:47:30.7058575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/224/orig' 2025-03-04T19:47:30.7058997Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/224' 2025-03-04T19:47:30.7059382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/225/base' 2025-03-04T19:47:30.7059786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/225/head' 2025-03-04T19:47:30.7060225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/225/orig' 2025-03-04T19:47:30.7060648Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/225' 2025-03-04T19:47:30.7061129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/226/base' 2025-03-04T19:47:30.7061662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/226/head' 2025-03-04T19:47:30.7062054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/226/orig' 2025-03-04T19:47:30.7062464Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/226' 2025-03-04T19:47:30.7062920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/227/base' 2025-03-04T19:47:30.7063316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/227/head' 2025-03-04T19:47:30.7063712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/227/orig' 2025-03-04T19:47:30.7064121Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/227' 2025-03-04T19:47:30.7064520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/228/base' 2025-03-04T19:47:30.7064908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/228/head' 2025-03-04T19:47:30.7065305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/228/orig' 2025-03-04T19:47:30.7065717Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/228' 2025-03-04T19:47:30.7066130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/229/base' 2025-03-04T19:47:30.7066520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/229/head' 2025-03-04T19:47:30.7066964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/229/orig' 2025-03-04T19:47:30.7067388Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/229' 2025-03-04T19:47:30.7067779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/230/base' 2025-03-04T19:47:30.7068189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/230/head' 2025-03-04T19:47:30.7068583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/230/orig' 2025-03-04T19:47:30.7069016Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/230' 2025-03-04T19:47:30.7069405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/231/base' 2025-03-04T19:47:30.7069809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/231/head' 2025-03-04T19:47:30.7070201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/231/orig' 2025-03-04T19:47:30.7070627Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/231' 2025-03-04T19:47:30.7071020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/232/base' 2025-03-04T19:47:30.7071413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/232/head' 2025-03-04T19:47:30.7072213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/232/orig' 2025-03-04T19:47:30.7072632Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/232' 2025-03-04T19:47:30.7073044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/233/base' 2025-03-04T19:47:30.7073434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/233/head' 2025-03-04T19:47:30.7073840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/233/orig' 2025-03-04T19:47:30.7074253Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/233' 2025-03-04T19:47:30.7074768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/234/base' 2025-03-04T19:47:30.7075169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/234/head' 2025-03-04T19:47:30.7075571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/234/orig' 2025-03-04T19:47:30.7075983Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/234' 2025-03-04T19:47:30.7076372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/236/base' 2025-03-04T19:47:30.7076776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/236/head' 2025-03-04T19:47:30.7077164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/236/orig' 2025-03-04T19:47:30.7077587Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/236' 2025-03-04T19:47:30.7077984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/237/base' 2025-03-04T19:47:30.7078389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/237/head' 2025-03-04T19:47:30.7078781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/237/orig' 2025-03-04T19:47:30.7079203Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/237' 2025-03-04T19:47:30.7079594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/238/base' 2025-03-04T19:47:30.7079984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/238/head' 2025-03-04T19:47:30.7080446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/238/orig' 2025-03-04T19:47:30.7080868Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/238' 2025-03-04T19:47:30.7081269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/239/base' 2025-03-04T19:47:30.7081658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/239/head' 2025-03-04T19:47:30.7082059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/239/orig' 2025-03-04T19:47:30.7082470Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/239' 2025-03-04T19:47:30.7082872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/240/base' 2025-03-04T19:47:30.7083263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/240/head' 2025-03-04T19:47:30.7083744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/240/orig' 2025-03-04T19:47:30.7084155Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/240' 2025-03-04T19:47:30.7084544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/241/base' 2025-03-04T19:47:30.7084944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/241/head' 2025-03-04T19:47:30.7085330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/241/orig' 2025-03-04T19:47:30.7085808Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/241' 2025-03-04T19:47:30.7086198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/242/base' 2025-03-04T19:47:30.7086660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/242/head' 2025-03-04T19:47:30.7087053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/242/orig' 2025-03-04T19:47:30.7087476Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/242' 2025-03-04T19:47:30.7087868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/243/base' 2025-03-04T19:47:30.7088270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/243/head' 2025-03-04T19:47:30.7088658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/243/orig' 2025-03-04T19:47:30.7089064Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/243' 2025-03-04T19:47:30.7089470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/244/base' 2025-03-04T19:47:30.7089860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/244/head' 2025-03-04T19:47:30.7090262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/244/orig' 2025-03-04T19:47:30.7090670Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/244' 2025-03-04T19:47:30.7091066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/245/base' 2025-03-04T19:47:30.7091502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/245/head' 2025-03-04T19:47:30.7091906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/245/orig' 2025-03-04T19:47:30.7092322Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/245' 2025-03-04T19:47:30.7092730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/246/base' 2025-03-04T19:47:30.7093118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/246/head' 2025-03-04T19:47:30.7093505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/246/orig' 2025-03-04T19:47:30.7093929Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/246' 2025-03-04T19:47:30.7094322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/247/base' 2025-03-04T19:47:30.7094721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/247/head' 2025-03-04T19:47:30.7095112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/247/orig' 2025-03-04T19:47:30.7095584Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/247' 2025-03-04T19:47:30.7095973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/248/base' 2025-03-04T19:47:30.7096372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/248/head' 2025-03-04T19:47:30.7096768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/248/orig' 2025-03-04T19:47:30.7097232Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/248' 2025-03-04T19:47:30.7097623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/249/base' 2025-03-04T19:47:30.7098064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/249/head' 2025-03-04T19:47:30.7098463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/249/orig' 2025-03-04T19:47:30.7098872Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/249' 2025-03-04T19:47:30.7099276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/250/base' 2025-03-04T19:47:30.7099667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/250/head' 2025-03-04T19:47:30.7100066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/250/orig' 2025-03-04T19:47:30.7100477Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/250' 2025-03-04T19:47:30.7100892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/251/base' 2025-03-04T19:47:30.7101424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/251/head' 2025-03-04T19:47:30.7102029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/251/orig' 2025-03-04T19:47:30.7102566Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/251' 2025-03-04T19:47:30.7103086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/252/base' 2025-03-04T19:47:30.7103672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/252/head' 2025-03-04T19:47:30.7104464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/252/orig' 2025-03-04T19:47:30.7105133Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/252' 2025-03-04T19:47:30.7105669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/253/base' 2025-03-04T19:47:30.7106192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/253/head' 2025-03-04T19:47:30.7106794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/253/orig' 2025-03-04T19:47:30.7107489Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/253' 2025-03-04T19:47:30.7108197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/30/base' 2025-03-04T19:47:30.7108703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/30/head' 2025-03-04T19:47:30.7109091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/30/orig' 2025-03-04T19:47:30.7109614Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/30' 2025-03-04T19:47:30.7110004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/70/base' 2025-03-04T19:47:30.7110405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/70/head' 2025-03-04T19:47:30.7110791Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/70/orig' 2025-03-04T19:47:30.7111213Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/70' 2025-03-04T19:47:30.7111754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/72/base' 2025-03-04T19:47:30.7112471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/72/head' 2025-03-04T19:47:30.7113445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/72/orig' 2025-03-04T19:47:30.7113859Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/72' 2025-03-04T19:47:30.7114258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/9/base' 2025-03-04T19:47:30.7114644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/9/orig' 2025-03-04T19:47:30.7115064Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/9' 2025-03-04T19:47:30.7115452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/97/base' 2025-03-04T19:47:30.7115854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/97/head' 2025-03-04T19:47:30.7116250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/97/orig' 2025-03-04T19:47:30.7116654Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/97' 2025-03-04T19:47:30.7117142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/98/base' 2025-03-04T19:47:30.7117882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/98/head' 2025-03-04T19:47:30.7118297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/98/orig' 2025-03-04T19:47:30.7118703Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/98' 2025-03-04T19:47:30.7119100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/99/base' 2025-03-04T19:47:30.7119489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/99/head' 2025-03-04T19:47:30.7119889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/99/orig' 2025-03-04T19:47:30.7120294Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan/99' 2025-03-04T19:47:30.7120694Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/XuehaiPan' 2025-03-04T19:47:30.7121098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/23/base' 2025-03-04T19:47:30.7121501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/23/head' 2025-03-04T19:47:30.7121904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/23/orig' 2025-03-04T19:47:30.7122331Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/23' 2025-03-04T19:47:30.7122833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/27/base' 2025-03-04T19:47:30.7123230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/27/head' 2025-03-04T19:47:30.7123645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/27/orig' 2025-03-04T19:47:30.7124065Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/27' 2025-03-04T19:47:30.7124477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/29/base' 2025-03-04T19:47:30.7124876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/29/head' 2025-03-04T19:47:30.7125348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/29/orig' 2025-03-04T19:47:30.7126164Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/29' 2025-03-04T19:47:30.7126608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/30/base' 2025-03-04T19:47:30.7127022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/30/head' 2025-03-04T19:47:30.7127422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/30/orig' 2025-03-04T19:47:30.7127857Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/30' 2025-03-04T19:47:30.7128257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/31/base' 2025-03-04T19:47:30.7128678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/31/head' 2025-03-04T19:47:30.7129081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/31/orig' 2025-03-04T19:47:30.7129517Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/31' 2025-03-04T19:47:30.7129917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/32/base' 2025-03-04T19:47:30.7130330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/32/head' 2025-03-04T19:47:30.7130734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/32/orig' 2025-03-04T19:47:30.7131490Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/32' 2025-03-04T19:47:30.7132010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/33/base' 2025-03-04T19:47:30.7132414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/33/head' 2025-03-04T19:47:30.7132823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/33/orig' 2025-03-04T19:47:30.7133245Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/33' 2025-03-04T19:47:30.7133653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/37/base' 2025-03-04T19:47:30.7134050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/37/head' 2025-03-04T19:47:30.7134485Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/37' 2025-03-04T19:47:30.7134885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/38/base' 2025-03-04T19:47:30.7135358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/38/head' 2025-03-04T19:47:30.7135759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/38/orig' 2025-03-04T19:47:30.7136177Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/38' 2025-03-04T19:47:30.7136592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/39/base' 2025-03-04T19:47:30.7137106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/39/head' 2025-03-04T19:47:30.7137856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/39/orig' 2025-03-04T19:47:30.7138336Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/39' 2025-03-04T19:47:30.7138764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/40/base' 2025-03-04T19:47:30.7139246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/40/head' 2025-03-04T19:47:30.7139663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/40/orig' 2025-03-04T19:47:30.7140086Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/40' 2025-03-04T19:47:30.7140499Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/41/base' 2025-03-04T19:47:30.7140900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/41/head' 2025-03-04T19:47:30.7141304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/41/orig' 2025-03-04T19:47:30.7141816Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/41' 2025-03-04T19:47:30.7142264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/42/base' 2025-03-04T19:47:30.7143034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/42/head' 2025-03-04T19:47:30.7143481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/42/orig' 2025-03-04T19:47:30.7143920Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/42' 2025-03-04T19:47:30.7144319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/43/base' 2025-03-04T19:47:30.7144737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/43/head' 2025-03-04T19:47:30.7145141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/43/orig' 2025-03-04T19:47:30.7145635Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/43' 2025-03-04T19:47:30.7146050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/44/base' 2025-03-04T19:47:30.7146449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/44/head' 2025-03-04T19:47:30.7146884Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/44' 2025-03-04T19:47:30.7147286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/45/base' 2025-03-04T19:47:30.7147709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/45/head' 2025-03-04T19:47:30.7148233Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/45' 2025-03-04T19:47:30.7149010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/46/base' 2025-03-04T19:47:30.7149452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/46/head' 2025-03-04T19:47:30.7149867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/46/orig' 2025-03-04T19:47:30.7150291Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/46' 2025-03-04T19:47:30.7150691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/47/base' 2025-03-04T19:47:30.7151157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/47/head' 2025-03-04T19:47:30.7151565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/47/orig' 2025-03-04T19:47:30.7151999Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/47' 2025-03-04T19:47:30.7152399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/48/base' 2025-03-04T19:47:30.7152814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/48/head' 2025-03-04T19:47:30.7153218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/48/orig' 2025-03-04T19:47:30.7153654Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/48' 2025-03-04T19:47:30.7154062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/49/base' 2025-03-04T19:47:30.7154518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/49/head' 2025-03-04T19:47:30.7155320Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/49' 2025-03-04T19:47:30.7155728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/50/base' 2025-03-04T19:47:30.7156140Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/50/head' 2025-03-04T19:47:30.7156541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/50/orig' 2025-03-04T19:47:30.7156975Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/50' 2025-03-04T19:47:30.7157378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/51/base' 2025-03-04T19:47:30.7157790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/51/head' 2025-03-04T19:47:30.7158193Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/51/orig' 2025-03-04T19:47:30.7158628Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96/51' 2025-03-04T19:47:30.7159039Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ZhiweiYan-96' 2025-03-04T19:47:30.7159438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aakhundov/1/base' 2025-03-04T19:47:30.7159847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aakhundov/1/head' 2025-03-04T19:47:30.7160605Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aakhundov/1' 2025-03-04T19:47:30.7161106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aakhundov/2/base' 2025-03-04T19:47:30.7161488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aakhundov/2/head' 2025-03-04T19:47:30.7161900Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aakhundov/2' 2025-03-04T19:47:30.7162291Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aakhundov' 2025-03-04T19:47:30.7162688Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aditew01/openblas' 2025-03-04T19:47:30.7163067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aditew01/sbgemm' 2025-03-04T19:47:30.7163511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aditew01/vecbf16' 2025-03-04T19:47:30.7163903Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aditew01' 2025-03-04T19:47:30.7164284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/albanD/3/base' 2025-03-04T19:47:30.7164653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/albanD/3/head' 2025-03-04T19:47:30.7165020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/albanD/3/orig' 2025-03-04T19:47:30.7165415Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/albanD/3' 2025-03-04T19:47:30.7165842Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/albanD' 2025-03-04T19:47:30.7166268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/alexsamardzic/25/base' 2025-03-04T19:47:30.7166682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/alexsamardzic/25/head' 2025-03-04T19:47:30.7167097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/alexsamardzic/25/orig' 2025-03-04T19:47:30.7167524Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/alexsamardzic/25' 2025-03-04T19:47:30.7167944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/alexsamardzic/26/base' 2025-03-04T19:47:30.7168350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/alexsamardzic/26/head' 2025-03-04T19:47:30.7168756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/alexsamardzic/26/orig' 2025-03-04T19:47:30.7169195Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/alexsamardzic/26' 2025-03-04T19:47:30.7169614Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/alexsamardzic' 2025-03-04T19:47:30.7170004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/amjames/18/base' 2025-03-04T19:47:30.7170383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/amjames/18/head' 2025-03-04T19:47:30.7170773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/amjames/18/orig' 2025-03-04T19:47:30.7171167Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/amjames/18' 2025-03-04T19:47:30.7171557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/amjames/19/base' 2025-03-04T19:47:30.7172104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/amjames/19/head' 2025-03-04T19:47:30.7172651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/amjames/19/orig' 2025-03-04T19:47:30.7173049Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/amjames/19' 2025-03-04T19:47:30.7173430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/amjames/20/base' 2025-03-04T19:47:30.7173822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/amjames/20/head' 2025-03-04T19:47:30.7174198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/amjames/20/orig' 2025-03-04T19:47:30.7174607Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/amjames/20' 2025-03-04T19:47:30.7174991Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/amjames' 2025-03-04T19:47:30.7175486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewlee302/1/base' 2025-03-04T19:47:30.7175898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewlee302/1/head' 2025-03-04T19:47:30.7176333Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewlee302/1' 2025-03-04T19:47:30.7176733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewlee302/3/base' 2025-03-04T19:47:30.7177146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewlee302/3/head' 2025-03-04T19:47:30.7177543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewlee302/3/orig' 2025-03-04T19:47:30.7177964Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewlee302/3' 2025-03-04T19:47:30.7178391Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewlee302' 2025-03-04T19:47:30.7178786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewor14/35/base' 2025-03-04T19:47:30.7179190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewor14/35/head' 2025-03-04T19:47:30.7179576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewor14/35/orig' 2025-03-04T19:47:30.7179998Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewor14/35' 2025-03-04T19:47:30.7180384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewor14/36/base' 2025-03-04T19:47:30.7180781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewor14/36/head' 2025-03-04T19:47:30.7181170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewor14/36/orig' 2025-03-04T19:47:30.7181669Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewor14/36' 2025-03-04T19:47:30.7182063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewor14/37/base' 2025-03-04T19:47:30.7182511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewor14/37/head' 2025-03-04T19:47:30.7182914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewor14/37/orig' 2025-03-04T19:47:30.7183324Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewor14/37' 2025-03-04T19:47:30.7183726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewor14/50/base' 2025-03-04T19:47:30.7184118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewor14/50/head' 2025-03-04T19:47:30.7184575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewor14/50/orig' 2025-03-04T19:47:30.7184985Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewor14/50' 2025-03-04T19:47:30.7185393Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/andrewor14' 2025-03-04T19:47:30.7185777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/64/base' 2025-03-04T19:47:30.7186173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/64/head' 2025-03-04T19:47:30.7186555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/64/orig' 2025-03-04T19:47:30.7187000Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/64' 2025-03-04T19:47:30.7187399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/65/base' 2025-03-04T19:47:30.7187785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/65/head' 2025-03-04T19:47:30.7188182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/65/orig' 2025-03-04T19:47:30.7188582Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/65' 2025-03-04T19:47:30.7188973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/66/base' 2025-03-04T19:47:30.7189354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/66/head' 2025-03-04T19:47:30.7189747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/66/orig' 2025-03-04T19:47:30.7190155Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/66' 2025-03-04T19:47:30.7190535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/67/base' 2025-03-04T19:47:30.7190930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/67/head' 2025-03-04T19:47:30.7191308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/67/orig' 2025-03-04T19:47:30.7191719Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/67' 2025-03-04T19:47:30.7192099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/68/base' 2025-03-04T19:47:30.7192491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/68/head' 2025-03-04T19:47:30.7192877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/68/orig' 2025-03-04T19:47:30.7193292Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/68' 2025-03-04T19:47:30.7193674Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/69/base' 2025-03-04T19:47:30.7194065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/69/head' 2025-03-04T19:47:30.7194446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/69/orig' 2025-03-04T19:47:30.7194845Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/69' 2025-03-04T19:47:30.7195236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/70/base' 2025-03-04T19:47:30.7195620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/70/head' 2025-03-04T19:47:30.7196061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/70/orig' 2025-03-04T19:47:30.7196463Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/70' 2025-03-04T19:47:30.7196853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/71/base' 2025-03-04T19:47:30.7197237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/71/head' 2025-03-04T19:47:30.7197630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/71/orig' 2025-03-04T19:47:30.7198058Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/71' 2025-03-04T19:47:30.7198525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/72/base' 2025-03-04T19:47:30.7198914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/72/head' 2025-03-04T19:47:30.7199295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/72/orig' 2025-03-04T19:47:30.7199710Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/72' 2025-03-04T19:47:30.7200093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/73/base' 2025-03-04T19:47:30.7200487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/73/head' 2025-03-04T19:47:30.7200866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/73/orig' 2025-03-04T19:47:30.7201284Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/73' 2025-03-04T19:47:30.7201669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/74/base' 2025-03-04T19:47:30.7202060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/74/head' 2025-03-04T19:47:30.7202441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/74/orig' 2025-03-04T19:47:30.7202841Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/74' 2025-03-04T19:47:30.7203237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/75/base' 2025-03-04T19:47:30.7203620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/75/head' 2025-03-04T19:47:30.7204014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/75/orig' 2025-03-04T19:47:30.7204420Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/75' 2025-03-04T19:47:30.7204812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/76/base' 2025-03-04T19:47:30.7205192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/76/head' 2025-03-04T19:47:30.7205586Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/76/orig' 2025-03-04T19:47:30.7205984Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi/76' 2025-03-04T19:47:30.7206392Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/angelayi' 2025-03-04T19:47:30.7206798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/162/base' 2025-03-04T19:47:30.7207254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/162/head' 2025-03-04T19:47:30.7207686Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/162' 2025-03-04T19:47:30.7208086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/566/base' 2025-03-04T19:47:30.7208501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/566/head' 2025-03-04T19:47:30.7208901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/566/orig' 2025-03-04T19:47:30.7209335Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/566' 2025-03-04T19:47:30.7209734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/571/base' 2025-03-04T19:47:30.7210210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/571/head' 2025-03-04T19:47:30.7210611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/571/orig' 2025-03-04T19:47:30.7211044Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/571' 2025-03-04T19:47:30.7211443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/580/base' 2025-03-04T19:47:30.7211843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/580/head' 2025-03-04T19:47:30.7212255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/580/orig' 2025-03-04T19:47:30.7212678Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/580' 2025-03-04T19:47:30.7213096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/620/base' 2025-03-04T19:47:30.7213499Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/620/head' 2025-03-04T19:47:30.7213914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/620/orig' 2025-03-04T19:47:30.7214334Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/620' 2025-03-04T19:47:30.7214747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/634/base' 2025-03-04T19:47:30.7215146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/634/head' 2025-03-04T19:47:30.7215559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/634/orig' 2025-03-04T19:47:30.7215984Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/634' 2025-03-04T19:47:30.7216384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/638/base' 2025-03-04T19:47:30.7216795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/638/head' 2025-03-04T19:47:30.7217246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/638/orig' 2025-03-04T19:47:30.7217686Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/638' 2025-03-04T19:47:30.7218087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/643/base' 2025-03-04T19:47:30.7218497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/643/head' 2025-03-04T19:47:30.7218957Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/643/orig' 2025-03-04T19:47:30.7219389Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/643' 2025-03-04T19:47:30.7219789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/650/base' 2025-03-04T19:47:30.7220201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/650/head' 2025-03-04T19:47:30.7220600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/650/orig' 2025-03-04T19:47:30.7221017Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/650' 2025-03-04T19:47:30.7221430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/656/base' 2025-03-04T19:47:30.7221964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/656/head' 2025-03-04T19:47:30.7222384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/656/orig' 2025-03-04T19:47:30.7222805Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/656' 2025-03-04T19:47:30.7223220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/657/base' 2025-03-04T19:47:30.7223620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/657/head' 2025-03-04T19:47:30.7224030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/657/orig' 2025-03-04T19:47:30.7224448Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/657' 2025-03-04T19:47:30.7224851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/658/base' 2025-03-04T19:47:30.7225257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/658/head' 2025-03-04T19:47:30.7225656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/658/orig' 2025-03-04T19:47:30.7226202Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/658' 2025-03-04T19:47:30.7226604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/662/base' 2025-03-04T19:47:30.7227013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/662/head' 2025-03-04T19:47:30.7227414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/662/orig' 2025-03-04T19:47:30.7227851Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/662' 2025-03-04T19:47:30.7228248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/663/base' 2025-03-04T19:47:30.7228661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/663/head' 2025-03-04T19:47:30.7229059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/663/orig' 2025-03-04T19:47:30.7229480Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/663' 2025-03-04T19:47:30.7229893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/664/base' 2025-03-04T19:47:30.7230294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/664/head' 2025-03-04T19:47:30.7230763Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/664/orig' 2025-03-04T19:47:30.7231182Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/664' 2025-03-04T19:47:30.7231592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/665/base' 2025-03-04T19:47:30.7231992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/665/head' 2025-03-04T19:47:30.7232405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/665/orig' 2025-03-04T19:47:30.7232825Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/665' 2025-03-04T19:47:30.7233234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/666/base' 2025-03-04T19:47:30.7233681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/666/head' 2025-03-04T19:47:30.7234086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/666/orig' 2025-03-04T19:47:30.7234522Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/666' 2025-03-04T19:47:30.7234921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/667/base' 2025-03-04T19:47:30.7235331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/667/head' 2025-03-04T19:47:30.7235729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/667/orig' 2025-03-04T19:47:30.7236160Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/667' 2025-03-04T19:47:30.7236677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/668/base' 2025-03-04T19:47:30.7237134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/668/head' 2025-03-04T19:47:30.7237533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/668/orig' 2025-03-04T19:47:30.7237967Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/668' 2025-03-04T19:47:30.7238423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/669/base' 2025-03-04T19:47:30.7238821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/669/head' 2025-03-04T19:47:30.7239233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/669/orig' 2025-03-04T19:47:30.7239726Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/669' 2025-03-04T19:47:30.7240137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/670/base' 2025-03-04T19:47:30.7240535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/670/head' 2025-03-04T19:47:30.7240944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/670/orig' 2025-03-04T19:47:30.7241363Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/670' 2025-03-04T19:47:30.7241773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/671/base' 2025-03-04T19:47:30.7242174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/671/head' 2025-03-04T19:47:30.7242657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/671/orig' 2025-03-04T19:47:30.7243078Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/671' 2025-03-04T19:47:30.7243477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/672/base' 2025-03-04T19:47:30.7243893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/672/head' 2025-03-04T19:47:30.7244351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/672/orig' 2025-03-04T19:47:30.7244783Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/672' 2025-03-04T19:47:30.7245179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/673/base' 2025-03-04T19:47:30.7245642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/673/head' 2025-03-04T19:47:30.7246041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/673/orig' 2025-03-04T19:47:30.7246473Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/673' 2025-03-04T19:47:30.7246870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/674/base' 2025-03-04T19:47:30.7247280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/674/head' 2025-03-04T19:47:30.7247676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/674/orig' 2025-03-04T19:47:30.7248097Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/674' 2025-03-04T19:47:30.7248513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/675/base' 2025-03-04T19:47:30.7248912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/675/head' 2025-03-04T19:47:30.7249327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/675/orig' 2025-03-04T19:47:30.7249744Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/675' 2025-03-04T19:47:30.7250158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/676/base' 2025-03-04T19:47:30.7250606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/676/head' 2025-03-04T19:47:30.7251014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/676/orig' 2025-03-04T19:47:30.7251443Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/676' 2025-03-04T19:47:30.7251848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/677/base' 2025-03-04T19:47:30.7252246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/677/head' 2025-03-04T19:47:30.7252643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/677/orig' 2025-03-04T19:47:30.7253074Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/677' 2025-03-04T19:47:30.7253475Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/678/base' 2025-03-04T19:47:30.7253882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/678/head' 2025-03-04T19:47:30.7254334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/678/orig' 2025-03-04T19:47:30.7254762Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/678' 2025-03-04T19:47:30.7255160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/679/base' 2025-03-04T19:47:30.7255572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/679/head' 2025-03-04T19:47:30.7255969Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/679/orig' 2025-03-04T19:47:30.7256401Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/679' 2025-03-04T19:47:30.7256797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/680/base' 2025-03-04T19:47:30.7257259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/680/head' 2025-03-04T19:47:30.7257675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/680/orig' 2025-03-04T19:47:30.7258095Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/680' 2025-03-04T19:47:30.7258508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/681/base' 2025-03-04T19:47:30.7258907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/681/head' 2025-03-04T19:47:30.7259322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/681/orig' 2025-03-04T19:47:30.7259742Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/681' 2025-03-04T19:47:30.7260162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/682/base' 2025-03-04T19:47:30.7260565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/682/head' 2025-03-04T19:47:30.7261020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/682/orig' 2025-03-04T19:47:30.7261454Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/682' 2025-03-04T19:47:30.7261932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/683/base' 2025-03-04T19:47:30.7262345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/683/head' 2025-03-04T19:47:30.7262745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/683/orig' 2025-03-04T19:47:30.7263193Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/683' 2025-03-04T19:47:30.7263592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/684/base' 2025-03-04T19:47:30.7264006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/684/head' 2025-03-04T19:47:30.7264406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/684/orig' 2025-03-04T19:47:30.7264839Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/684' 2025-03-04T19:47:30.7265236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/685/base' 2025-03-04T19:47:30.7265633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/685/head' 2025-03-04T19:47:30.7266109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/685/orig' 2025-03-04T19:47:30.7266529Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/685' 2025-03-04T19:47:30.7266941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/686/base' 2025-03-04T19:47:30.7267338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/686/head' 2025-03-04T19:47:30.7267753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/686/orig' 2025-03-04T19:47:30.7268173Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/686' 2025-03-04T19:47:30.7268583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/687/base' 2025-03-04T19:47:30.7269031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/687/head' 2025-03-04T19:47:30.7269494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/687/orig' 2025-03-04T19:47:30.7269913Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/687' 2025-03-04T19:47:30.7270310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/688/base' 2025-03-04T19:47:30.7270722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/688/head' 2025-03-04T19:47:30.7271122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/688/orig' 2025-03-04T19:47:30.7271551Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/688' 2025-03-04T19:47:30.7272129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/689/base' 2025-03-04T19:47:30.7272543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/689/head' 2025-03-04T19:47:30.7272939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/689/orig' 2025-03-04T19:47:30.7273369Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/689' 2025-03-04T19:47:30.7273769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/690/base' 2025-03-04T19:47:30.7274183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/690/head' 2025-03-04T19:47:30.7274583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/690/orig' 2025-03-04T19:47:30.7275013Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/690' 2025-03-04T19:47:30.7275427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/691/base' 2025-03-04T19:47:30.7275828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/691/head' 2025-03-04T19:47:30.7276243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/691/orig' 2025-03-04T19:47:30.7276665Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/691' 2025-03-04T19:47:30.7277077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/692/base' 2025-03-04T19:47:30.7277476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/692/head' 2025-03-04T19:47:30.7277995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/692/orig' 2025-03-04T19:47:30.7278418Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305/692' 2025-03-04T19:47:30.7278837Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anijain2305' 2025-03-04T19:47:30.7279228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anjali411/216/base' 2025-03-04T19:47:30.7279619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anjali411/216/head' 2025-03-04T19:47:30.7280020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anjali411/216/orig' 2025-03-04T19:47:30.7280429Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anjali411/216' 2025-03-04T19:47:30.7280963Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/anjali411' 2025-03-04T19:47:30.7281354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/132/base' 2025-03-04T19:47:30.7281757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/132/head' 2025-03-04T19:47:30.7282165Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/132' 2025-03-04T19:47:30.7282565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/141/base' 2025-03-04T19:47:30.7282953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/141/head' 2025-03-04T19:47:30.7283356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/141/orig' 2025-03-04T19:47:30.7283776Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/141' 2025-03-04T19:47:30.7284164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/211/base' 2025-03-04T19:47:30.7284564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/211/head' 2025-03-04T19:47:30.7284950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/211/orig' 2025-03-04T19:47:30.7285371Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/211' 2025-03-04T19:47:30.7285756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/213/base' 2025-03-04T19:47:30.7286156Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/213/head' 2025-03-04T19:47:30.7286543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/213/orig' 2025-03-04T19:47:30.7286966Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/213' 2025-03-04T19:47:30.7287351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/214/base' 2025-03-04T19:47:30.7287747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/214/head' 2025-03-04T19:47:30.7288177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/214/orig' 2025-03-04T19:47:30.7288583Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/214' 2025-03-04T19:47:30.7288989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/215/base' 2025-03-04T19:47:30.7289379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/215/head' 2025-03-04T19:47:30.7289827Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/215/orig' 2025-03-04T19:47:30.7290236Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/215' 2025-03-04T19:47:30.7290635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/216/base' 2025-03-04T19:47:30.7291020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/216/head' 2025-03-04T19:47:30.7291415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/216/orig' 2025-03-04T19:47:30.7291821Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/216' 2025-03-04T19:47:30.7292255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/217/base' 2025-03-04T19:47:30.7292652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/217/head' 2025-03-04T19:47:30.7293033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/217/orig' 2025-03-04T19:47:30.7293488Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/217' 2025-03-04T19:47:30.7293874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/218/base' 2025-03-04T19:47:30.7294272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/218/head' 2025-03-04T19:47:30.7294656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/218/orig' 2025-03-04T19:47:30.7295072Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/218' 2025-03-04T19:47:30.7295465Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/219/base' 2025-03-04T19:47:30.7295860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/219/head' 2025-03-04T19:47:30.7296246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/219/orig' 2025-03-04T19:47:30.7296653Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste/219' 2025-03-04T19:47:30.7297050Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/aorenste' 2025-03-04T19:47:30.7297460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/avikchaudhuri/39/base' 2025-03-04T19:47:30.7297881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/avikchaudhuri/39/head' 2025-03-04T19:47:30.7298343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/avikchaudhuri/39/orig' 2025-03-04T19:47:30.7298786Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/avikchaudhuri/39' 2025-03-04T19:47:30.7299191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/avikchaudhuri/54/base' 2025-03-04T19:47:30.7299613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/avikchaudhuri/54/head' 2025-03-04T19:47:30.7300020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/avikchaudhuri/54/orig' 2025-03-04T19:47:30.7300461Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/avikchaudhuri/54' 2025-03-04T19:47:30.7300869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/avikchaudhuri/55/base' 2025-03-04T19:47:30.7301344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/avikchaudhuri/55/head' 2025-03-04T19:47:30.7301844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/avikchaudhuri/55/orig' 2025-03-04T19:47:30.7302270Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/avikchaudhuri/55' 2025-03-04T19:47:30.7302696Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/avikchaudhuri' 2025-03-04T19:47:30.7303063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/awgu/657/base' 2025-03-04T19:47:30.7303444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/awgu/657/head' 2025-03-04T19:47:30.7303808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/awgu/657/orig' 2025-03-04T19:47:30.7304261Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/awgu/657' 2025-03-04T19:47:30.7304687Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/awgu' 2025-03-04T19:47:30.7305073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/604/base' 2025-03-04T19:47:30.7305466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/604/head' 2025-03-04T19:47:30.7305842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/604/orig' 2025-03-04T19:47:30.7306258Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/604' 2025-03-04T19:47:30.7306640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/620/base' 2025-03-04T19:47:30.7307034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/620/head' 2025-03-04T19:47:30.7307419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/620/orig' 2025-03-04T19:47:30.7307831Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/620' 2025-03-04T19:47:30.7308211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/626/base' 2025-03-04T19:47:30.7308600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/626/head' 2025-03-04T19:47:30.7308980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/626/orig' 2025-03-04T19:47:30.7309381Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/626' 2025-03-04T19:47:30.7309824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/627/base' 2025-03-04T19:47:30.7310208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/627/head' 2025-03-04T19:47:30.7310599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/627/orig' 2025-03-04T19:47:30.7311003Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/627' 2025-03-04T19:47:30.7311395Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/630/base' 2025-03-04T19:47:30.7311774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/630/head' 2025-03-04T19:47:30.7312165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/630/orig' 2025-03-04T19:47:30.7312569Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/630' 2025-03-04T19:47:30.7313018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/635/base' 2025-03-04T19:47:30.7313397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/635/head' 2025-03-04T19:47:30.7313778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/635/orig' 2025-03-04T19:47:30.7314188Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/635' 2025-03-04T19:47:30.7314566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/636/base' 2025-03-04T19:47:30.7314954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/636/head' 2025-03-04T19:47:30.7315333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/636/orig' 2025-03-04T19:47:30.7315797Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/636' 2025-03-04T19:47:30.7316177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/639/base' 2025-03-04T19:47:30.7316573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/639/head' 2025-03-04T19:47:30.7317000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/639/orig' 2025-03-04T19:47:30.7317483Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/639' 2025-03-04T19:47:30.7317878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/640/base' 2025-03-04T19:47:30.7318261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/640/head' 2025-03-04T19:47:30.7318660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/640/orig' 2025-03-04T19:47:30.7319058Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/640' 2025-03-04T19:47:30.7319449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/641/base' 2025-03-04T19:47:30.7319828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/641/head' 2025-03-04T19:47:30.7320221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/641/orig' 2025-03-04T19:47:30.7320624Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/641' 2025-03-04T19:47:30.7321088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/642/base' 2025-03-04T19:47:30.7321475Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/642/head' 2025-03-04T19:47:30.7321857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/642/orig' 2025-03-04T19:47:30.7322325Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/642' 2025-03-04T19:47:30.7322706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/643/base' 2025-03-04T19:47:30.7323099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/643/head' 2025-03-04T19:47:30.7323484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/643/orig' 2025-03-04T19:47:30.7323895Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/643' 2025-03-04T19:47:30.7324279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/644/base' 2025-03-04T19:47:30.7324732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/644/head' 2025-03-04T19:47:30.7325113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/644/orig' 2025-03-04T19:47:30.7325527Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh/644' 2025-03-04T19:47:30.7325911Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bdhirsh' 2025-03-04T19:47:30.7326325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/47/base' 2025-03-04T19:47:30.7326751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/47/head' 2025-03-04T19:47:30.7327213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/47/orig' 2025-03-04T19:47:30.7327662Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/47' 2025-03-04T19:47:30.7328205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/51/base' 2025-03-04T19:47:30.7328709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/51/head' 2025-03-04T19:47:30.7329118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/51/orig' 2025-03-04T19:47:30.7329560Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/51' 2025-03-04T19:47:30.7329970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/52/base' 2025-03-04T19:47:30.7330397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/52/head' 2025-03-04T19:47:30.7330810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/52/orig' 2025-03-04T19:47:30.7331238Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/52' 2025-03-04T19:47:30.7331660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/56/base' 2025-03-04T19:47:30.7332069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/56/head' 2025-03-04T19:47:30.7332491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/56/orig' 2025-03-04T19:47:30.7332917Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/56' 2025-03-04T19:47:30.7333340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/58/base' 2025-03-04T19:47:30.7333755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/58/head' 2025-03-04T19:47:30.7334174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/58/orig' 2025-03-04T19:47:30.7334603Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/58' 2025-03-04T19:47:30.7335028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/59/base' 2025-03-04T19:47:30.7335440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/59/head' 2025-03-04T19:47:30.7335848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/59/orig' 2025-03-04T19:47:30.7336295Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/59' 2025-03-04T19:47:30.7336765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/60/base' 2025-03-04T19:47:30.7337185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/60/head' 2025-03-04T19:47:30.7337593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/60/orig' 2025-03-04T19:47:30.7338034Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/60' 2025-03-04T19:47:30.7338441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/63/base' 2025-03-04T19:47:30.7338862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/63/head' 2025-03-04T19:47:30.7339326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/63/orig' 2025-03-04T19:47:30.7339769Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/63' 2025-03-04T19:47:30.7340177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/64/base' 2025-03-04T19:47:30.7340588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/64/head' 2025-03-04T19:47:30.7341014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/64/orig' 2025-03-04T19:47:30.7341441Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/64' 2025-03-04T19:47:30.7341934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/65/base' 2025-03-04T19:47:30.7342352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/65/head' 2025-03-04T19:47:30.7342774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/65/orig' 2025-03-04T19:47:30.7343206Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/65' 2025-03-04T19:47:30.7344112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/66/base' 2025-03-04T19:47:30.7344563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/66/head' 2025-03-04T19:47:30.7345049Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/66/orig' 2025-03-04T19:47:30.7345510Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/66' 2025-03-04T19:47:30.7345961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/67/base' 2025-03-04T19:47:30.7346476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/67/head' 2025-03-04T19:47:30.7346939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/67/orig' 2025-03-04T19:47:30.7347444Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/67' 2025-03-04T19:47:30.7347884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/68/base' 2025-03-04T19:47:30.7348382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/68/head' 2025-03-04T19:47:30.7348805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/68/orig' 2025-03-04T19:47:30.7349426Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/68' 2025-03-04T19:47:30.7349873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/69/base' 2025-03-04T19:47:30.7350411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/69/head' 2025-03-04T19:47:30.7350864Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/69/orig' 2025-03-04T19:47:30.7351388Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/69' 2025-03-04T19:47:30.7351849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/70/base' 2025-03-04T19:47:30.7352291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/70/head' 2025-03-04T19:47:30.7352843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/70/orig' 2025-03-04T19:47:30.7353306Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/70' 2025-03-04T19:47:30.7353773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/71/base' 2025-03-04T19:47:30.7354273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/71/head' 2025-03-04T19:47:30.7354781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/71/orig' 2025-03-04T19:47:30.7355246Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/71' 2025-03-04T19:47:30.7355779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/72/base' 2025-03-04T19:47:30.7356259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/72/head' 2025-03-04T19:47:30.7356760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/72/orig' 2025-03-04T19:47:30.7357223Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/72' 2025-03-04T19:47:30.7357714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/73/base' 2025-03-04T19:47:30.7358155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/73/head' 2025-03-04T19:47:30.7358576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/73/orig' 2025-03-04T19:47:30.7359124Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/73' 2025-03-04T19:47:30.7359570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/74/base' 2025-03-04T19:47:30.7360082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/74/head' 2025-03-04T19:47:30.7360578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/74/orig' 2025-03-04T19:47:30.7361099Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1/74' 2025-03-04T19:47:30.7361563Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/benjaminglass1' 2025-03-04T19:47:30.7362027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bertmaher/5/base' 2025-03-04T19:47:30.7362448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bertmaher/5/head' 2025-03-04T19:47:30.7362973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bertmaher/5/orig' 2025-03-04T19:47:30.7363388Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bertmaher/5' 2025-03-04T19:47:30.7363934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bertmaher/6/base' 2025-03-04T19:47:30.7364353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bertmaher/6/head' 2025-03-04T19:47:30.7364782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bertmaher/6/orig' 2025-03-04T19:47:30.7365300Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bertmaher/6' 2025-03-04T19:47:30.7365823Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bertmaher' 2025-03-04T19:47:30.7366322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/119/base' 2025-03-04T19:47:30.7366754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/119/head' 2025-03-04T19:47:30.7367235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/119/orig' 2025-03-04T19:47:30.7367686Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/119' 2025-03-04T19:47:30.7368169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/146/base' 2025-03-04T19:47:30.7368613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/146/head' 2025-03-04T19:47:30.7369095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/146/orig' 2025-03-04T19:47:30.7369553Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/146' 2025-03-04T19:47:30.7369981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/207/base' 2025-03-04T19:47:30.7370542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/207/head' 2025-03-04T19:47:30.7370990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/207/orig' 2025-03-04T19:47:30.7371489Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/207' 2025-03-04T19:47:30.7372150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/252/base' 2025-03-04T19:47:30.7372643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/252/head' 2025-03-04T19:47:30.7373061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/252/orig' 2025-03-04T19:47:30.7373680Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/252' 2025-03-04T19:47:30.7374107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/253/base' 2025-03-04T19:47:30.7374583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/253/head' 2025-03-04T19:47:30.7375008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/253/orig' 2025-03-04T19:47:30.7375538Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/253' 2025-03-04T19:47:30.7375983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/255/base' 2025-03-04T19:47:30.7376522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/255/head' 2025-03-04T19:47:30.7376993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/255/orig' 2025-03-04T19:47:30.7377441Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/255' 2025-03-04T19:47:30.7378030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/260/base' 2025-03-04T19:47:30.7378742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/260/head' 2025-03-04T19:47:30.7379219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/260/orig' 2025-03-04T19:47:30.7379667Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/260' 2025-03-04T19:47:30.7380196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/261/base' 2025-03-04T19:47:30.7380681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/261/head' 2025-03-04T19:47:30.7381176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/261/orig' 2025-03-04T19:47:30.7381690Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/261' 2025-03-04T19:47:30.7382116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/262/base' 2025-03-04T19:47:30.7382588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/262/head' 2025-03-04T19:47:30.7382993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/262/orig' 2025-03-04T19:47:30.7383553Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/262' 2025-03-04T19:47:30.7384080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/263/base' 2025-03-04T19:47:30.7384554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/263/head' 2025-03-04T19:47:30.7384980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/263/orig' 2025-03-04T19:47:30.7385483Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/263' 2025-03-04T19:47:30.7385927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/264/base' 2025-03-04T19:47:30.7386405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/264/head' 2025-03-04T19:47:30.7386837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/264/orig' 2025-03-04T19:47:30.7387327Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/264' 2025-03-04T19:47:30.7387733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/265/base' 2025-03-04T19:47:30.7388187Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/265/head' 2025-03-04T19:47:30.7388724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/265/orig' 2025-03-04T19:47:30.7389175Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/265' 2025-03-04T19:47:30.7389644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/266/base' 2025-03-04T19:47:30.7390116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/266/head' 2025-03-04T19:47:30.7390644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/266/orig' 2025-03-04T19:47:30.7391094Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/266' 2025-03-04T19:47:30.7391563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/267/base' 2025-03-04T19:47:30.7391988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/267/head' 2025-03-04T19:47:30.7392438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/267/orig' 2025-03-04T19:47:30.7392909Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/267' 2025-03-04T19:47:30.7393499Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/268/base' 2025-03-04T19:47:30.7393934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/268/head' 2025-03-04T19:47:30.7394415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/268/orig' 2025-03-04T19:47:30.7394918Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/268' 2025-03-04T19:47:30.7395374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/269/base' 2025-03-04T19:47:30.7395848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/269/head' 2025-03-04T19:47:30.7396325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/269/orig' 2025-03-04T19:47:30.7396798Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/269' 2025-03-04T19:47:30.7397258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/270/base' 2025-03-04T19:47:30.7397752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/270/head' 2025-03-04T19:47:30.7398176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/270/orig' 2025-03-04T19:47:30.7398664Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/270' 2025-03-04T19:47:30.7399091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/271/base' 2025-03-04T19:47:30.7399566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/271/head' 2025-03-04T19:47:30.7400022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/271/orig' 2025-03-04T19:47:30.7400471Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/271' 2025-03-04T19:47:30.7400938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/272/base' 2025-03-04T19:47:30.7401363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/272/head' 2025-03-04T19:47:30.7401893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/272/orig' 2025-03-04T19:47:30.7402356Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/272' 2025-03-04T19:47:30.7402823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/273/base' 2025-03-04T19:47:30.7403294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/273/head' 2025-03-04T19:47:30.7403806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/273/orig' 2025-03-04T19:47:30.7404286Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/273' 2025-03-04T19:47:30.7404783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/274/base' 2025-03-04T19:47:30.7405211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/274/head' 2025-03-04T19:47:30.7405635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/274/orig' 2025-03-04T19:47:30.7406128Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/274' 2025-03-04T19:47:30.7406586Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/275/base' 2025-03-04T19:47:30.7407124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/275/head' 2025-03-04T19:47:30.7407552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/275/orig' 2025-03-04T19:47:30.7408047Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/275' 2025-03-04T19:47:30.7408475Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/276/base' 2025-03-04T19:47:30.7408963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/276/head' 2025-03-04T19:47:30.7409406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/276/orig' 2025-03-04T19:47:30.7409901Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/276' 2025-03-04T19:47:30.7410332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/277/base' 2025-03-04T19:47:30.7410799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/277/head' 2025-03-04T19:47:30.7411210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/277/orig' 2025-03-04T19:47:30.7411696Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/277' 2025-03-04T19:47:30.7412185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/278/base' 2025-03-04T19:47:30.7412612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/278/head' 2025-03-04T19:47:30.7413126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/278/orig' 2025-03-04T19:47:30.7413579Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/278' 2025-03-04T19:47:30.7414130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/279/base' 2025-03-04T19:47:30.7414556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/279/head' 2025-03-04T19:47:30.7415022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/279/orig' 2025-03-04T19:47:30.7415469Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/279' 2025-03-04T19:47:30.7415927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/280/base' 2025-03-04T19:47:30.7431386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/280/head' 2025-03-04T19:47:30.7432020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/280/orig' 2025-03-04T19:47:30.7432446Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/280' 2025-03-04T19:47:30.7432859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/281/base' 2025-03-04T19:47:30.7433255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/281/head' 2025-03-04T19:47:30.7433662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/281/orig' 2025-03-04T19:47:30.7434076Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/281' 2025-03-04T19:47:30.7434535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/282/base' 2025-03-04T19:47:30.7434935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/282/head' 2025-03-04T19:47:30.7435341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/282/orig' 2025-03-04T19:47:30.7435755Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/282' 2025-03-04T19:47:30.7436151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/283/base' 2025-03-04T19:47:30.7436556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/283/head' 2025-03-04T19:47:30.7436949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/283/orig' 2025-03-04T19:47:30.7437380Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/283' 2025-03-04T19:47:30.7437780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/284/base' 2025-03-04T19:47:30.7438182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/284/head' 2025-03-04T19:47:30.7438573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/284/orig' 2025-03-04T19:47:30.7438986Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/284' 2025-03-04T19:47:30.7439380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/285/base' 2025-03-04T19:47:30.7439781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/285/head' 2025-03-04T19:47:30.7440174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/285/orig' 2025-03-04T19:47:30.7440589Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/285' 2025-03-04T19:47:30.7440992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/286/base' 2025-03-04T19:47:30.7441383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/286/head' 2025-03-04T19:47:30.7441786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/286/orig' 2025-03-04T19:47:30.7442200Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/286' 2025-03-04T19:47:30.7442599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/287/base' 2025-03-04T19:47:30.7442995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/287/head' 2025-03-04T19:47:30.7443444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/287/orig' 2025-03-04T19:47:30.7443858Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/287' 2025-03-04T19:47:30.7444264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/288/base' 2025-03-04T19:47:30.7444656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/288/head' 2025-03-04T19:47:30.7445047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/288/orig' 2025-03-04T19:47:30.7445470Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/288' 2025-03-04T19:47:30.7445914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/289/base' 2025-03-04T19:47:30.7446322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/289/head' 2025-03-04T19:47:30.7446716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/289/orig' 2025-03-04T19:47:30.7447138Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/289' 2025-03-04T19:47:30.7447530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/290/base' 2025-03-04T19:47:30.7447935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/290/head' 2025-03-04T19:47:30.7448322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/290/orig' 2025-03-04T19:47:30.7448747Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/290' 2025-03-04T19:47:30.7449144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/291/base' 2025-03-04T19:47:30.7449537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/291/head' 2025-03-04T19:47:30.7449941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/291/orig' 2025-03-04T19:47:30.7450351Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/291' 2025-03-04T19:47:30.7450756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/292/base' 2025-03-04T19:47:30.7451149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/292/head' 2025-03-04T19:47:30.7451549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/292/orig' 2025-03-04T19:47:30.7451966Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/292' 2025-03-04T19:47:30.7452369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/293/base' 2025-03-04T19:47:30.7452757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/293/head' 2025-03-04T19:47:30.7453159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/293/orig' 2025-03-04T19:47:30.7453573Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93/293' 2025-03-04T19:47:30.7453968Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/bobrenjc93' 2025-03-04T19:47:30.7454386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/briancoutinho/2/base' 2025-03-04T19:47:30.7454847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/briancoutinho/2/head' 2025-03-04T19:47:30.7455278Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/briancoutinho/2' 2025-03-04T19:47:30.7455688Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/briancoutinho' 2025-03-04T19:47:30.7456062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/23/base' 2025-03-04T19:47:30.7456425Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/23/head' 2025-03-04T19:47:30.7456822Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/23' 2025-03-04T19:47:30.7457188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/30/base' 2025-03-04T19:47:30.7457604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/30/head' 2025-03-04T19:47:30.7457978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/30/orig' 2025-03-04T19:47:30.7458365Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/30' 2025-03-04T19:47:30.7458736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/35/base' 2025-03-04T19:47:30.7459100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/35/head' 2025-03-04T19:47:30.7459477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/35/orig' 2025-03-04T19:47:30.7459862Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/35' 2025-03-04T19:47:30.7460238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/36/base' 2025-03-04T19:47:30.7460604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/36/head' 2025-03-04T19:47:30.7460979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/36/orig' 2025-03-04T19:47:30.7461371Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/36' 2025-03-04T19:47:30.7461813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/37/base' 2025-03-04T19:47:30.7462190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/37/head' 2025-03-04T19:47:30.7462554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/37/orig' 2025-03-04T19:47:30.7462951Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/37' 2025-03-04T19:47:30.7463316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/38/base' 2025-03-04T19:47:30.7463686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/38/head' 2025-03-04T19:47:30.7464042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/38/orig' 2025-03-04T19:47:30.7464437Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/38' 2025-03-04T19:47:30.7464793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/39/base' 2025-03-04T19:47:30.7465149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/39/head' 2025-03-04T19:47:30.7465518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/39/orig' 2025-03-04T19:47:30.7465902Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/39' 2025-03-04T19:47:30.7466332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/40/base' 2025-03-04T19:47:30.7466685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/40/head' 2025-03-04T19:47:30.7467048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/40/orig' 2025-03-04T19:47:30.7467431Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/40' 2025-03-04T19:47:30.7467802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/41/base' 2025-03-04T19:47:30.7468163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/41/head' 2025-03-04T19:47:30.7468596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/41/orig' 2025-03-04T19:47:30.7468983Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/41' 2025-03-04T19:47:30.7469344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/42/base' 2025-03-04T19:47:30.7469710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/42/head' 2025-03-04T19:47:30.7470071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/42/orig' 2025-03-04T19:47:30.7470465Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w/42' 2025-03-04T19:47:30.7470838Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/c00w' 2025-03-04T19:47:30.7471235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chenyang78/1/base' 2025-03-04T19:47:30.7471627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chenyang78/1/head' 2025-03-04T19:47:30.7472212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chenyang78/1/orig' 2025-03-04T19:47:30.7472627Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chenyang78/1' 2025-03-04T19:47:30.7473007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chenyang78/2/base' 2025-03-04T19:47:30.7473401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chenyang78/2/head' 2025-03-04T19:47:30.7473787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chenyang78/2/orig' 2025-03-04T19:47:30.7474210Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chenyang78/2' 2025-03-04T19:47:30.7474606Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chenyang78' 2025-03-04T19:47:30.7475006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chillee/220/base' 2025-03-04T19:47:30.7475384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chillee/220/head' 2025-03-04T19:47:30.7475775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chillee/220/orig' 2025-03-04T19:47:30.7476171Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chillee/220' 2025-03-04T19:47:30.7476559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chillee/376/base' 2025-03-04T19:47:30.7476930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chillee/376/head' 2025-03-04T19:47:30.7477311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chillee/376/orig' 2025-03-04T19:47:30.7477818Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chillee/376' 2025-03-04T19:47:30.7478197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chillee/377/base' 2025-03-04T19:47:30.7478585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chillee/377/head' 2025-03-04T19:47:30.7478964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chillee/377/orig' 2025-03-04T19:47:30.7479372Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chillee/377' 2025-03-04T19:47:30.7479753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chillee/380/base' 2025-03-04T19:47:30.7480205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chillee/380/head' 2025-03-04T19:47:30.7480587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chillee/380/orig' 2025-03-04T19:47:30.7481001Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chillee/380' 2025-03-04T19:47:30.7481380Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chillee' 2025-03-04T19:47:30.7481847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chunyuan-w/1/base' 2025-03-04T19:47:30.7482245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chunyuan-w/1/head' 2025-03-04T19:47:30.7482633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chunyuan-w/1/orig' 2025-03-04T19:47:30.7483046Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chunyuan-w/1' 2025-03-04T19:47:30.7483433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chunyuan-w/3/base' 2025-03-04T19:47:30.7483830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chunyuan-w/3/head' 2025-03-04T19:47:30.7484248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chunyuan-w/3/orig' 2025-03-04T19:47:30.7484713Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chunyuan-w/3' 2025-03-04T19:47:30.7485122Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/chunyuan-w' 2025-03-04T19:47:30.7485524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/clee2000/1/base' 2025-03-04T19:47:30.7485903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/clee2000/1/head' 2025-03-04T19:47:30.7486296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/clee2000/1/orig' 2025-03-04T19:47:30.7486690Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/clee2000/1' 2025-03-04T19:47:30.7487091Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/clee2000' 2025-03-04T19:47:30.7487508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/230/base' 2025-03-04T19:47:30.7487927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/230/head' 2025-03-04T19:47:30.7488356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/230/orig' 2025-03-04T19:47:30.7489171Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/230' 2025-03-04T19:47:30.7489678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/335/base' 2025-03-04T19:47:30.7490098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/335/head' 2025-03-04T19:47:30.7490504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/335/orig' 2025-03-04T19:47:30.7490934Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/335' 2025-03-04T19:47:30.7491351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/337/base' 2025-03-04T19:47:30.7491758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/337/head' 2025-03-04T19:47:30.7492175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/337/orig' 2025-03-04T19:47:30.7492661Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/337' 2025-03-04T19:47:30.7493080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/338/base' 2025-03-04T19:47:30.7493490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/338/head' 2025-03-04T19:47:30.7493909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/338/orig' 2025-03-04T19:47:30.7494335Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/338' 2025-03-04T19:47:30.7494795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/339/base' 2025-03-04T19:47:30.7495563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/339/head' 2025-03-04T19:47:30.7495987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/339/orig' 2025-03-04T19:47:30.7496430Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/339' 2025-03-04T19:47:30.7496835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/340/base' 2025-03-04T19:47:30.7497255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/340/head' 2025-03-04T19:47:30.7497663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/340/orig' 2025-03-04T19:47:30.7498092Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/340' 2025-03-04T19:47:30.7498505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/341/base' 2025-03-04T19:47:30.7498927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/341/head' 2025-03-04T19:47:30.7499336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/341/orig' 2025-03-04T19:47:30.7499773Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98/341' 2025-03-04T19:47:30.7500181Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/davidberard98' 2025-03-04T19:47:30.7500578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/531/base' 2025-03-04T19:47:30.7500990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/531/head' 2025-03-04T19:47:30.7501387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/531/orig' 2025-03-04T19:47:30.7501937Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/531' 2025-03-04T19:47:30.7502336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/535/base' 2025-03-04T19:47:30.7502744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/535/head' 2025-03-04T19:47:30.7503316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/535/orig' 2025-03-04T19:47:30.7504012Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/535' 2025-03-04T19:47:30.7504405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/536/base' 2025-03-04T19:47:30.7504865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/536/head' 2025-03-04T19:47:30.7505267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/536/orig' 2025-03-04T19:47:30.7505677Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/536' 2025-03-04T19:47:30.7506086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/537/base' 2025-03-04T19:47:30.7506477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/537/head' 2025-03-04T19:47:30.7506882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/537/orig' 2025-03-04T19:47:30.7507295Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/537' 2025-03-04T19:47:30.7507706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/538/base' 2025-03-04T19:47:30.7508103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/538/head' 2025-03-04T19:47:30.7508527Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/538' 2025-03-04T19:47:30.7508954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/539/base' 2025-03-04T19:47:30.7509353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/539/head' 2025-03-04T19:47:30.7509746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/539/orig' 2025-03-04T19:47:30.7510159Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/539' 2025-03-04T19:47:30.7510567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/540/base' 2025-03-04T19:47:30.7510965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/540/head' 2025-03-04T19:47:30.7511367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/540/orig' 2025-03-04T19:47:30.7511777Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/540' 2025-03-04T19:47:30.7512181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/541/base' 2025-03-04T19:47:30.7512575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/541/head' 2025-03-04T19:47:30.7512977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/541/orig' 2025-03-04T19:47:30.7513389Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/541' 2025-03-04T19:47:30.7513848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/542/base' 2025-03-04T19:47:30.7514256Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/542/head' 2025-03-04T19:47:30.7514645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/542/orig' 2025-03-04T19:47:30.7515071Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/542' 2025-03-04T19:47:30.7515464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/543/base' 2025-03-04T19:47:30.7515868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/543/head' 2025-03-04T19:47:30.7516262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/543/orig' 2025-03-04T19:47:30.7516738Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/543' 2025-03-04T19:47:30.7517139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/544/base' 2025-03-04T19:47:30.7517537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/544/head' 2025-03-04T19:47:30.7517933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/544/orig' 2025-03-04T19:47:30.7518352Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/544' 2025-03-04T19:47:30.7518798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/545/base' 2025-03-04T19:47:30.7519192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/545/head' 2025-03-04T19:47:30.7519602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/545/orig' 2025-03-04T19:47:30.7520015Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/545' 2025-03-04T19:47:30.7520423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/546/base' 2025-03-04T19:47:30.7520815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/546/head' 2025-03-04T19:47:30.7521220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/546/orig' 2025-03-04T19:47:30.7521631Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/546' 2025-03-04T19:47:30.7522039Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/547/base' 2025-03-04T19:47:30.7522442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/547/head' 2025-03-04T19:47:30.7522838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/547/orig' 2025-03-04T19:47:30.7523267Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/547' 2025-03-04T19:47:30.7523662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/548/base' 2025-03-04T19:47:30.7524069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/548/head' 2025-03-04T19:47:30.7524459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/548/orig' 2025-03-04T19:47:30.7524876Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/548' 2025-03-04T19:47:30.7525378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/549/base' 2025-03-04T19:47:30.7525784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/549/head' 2025-03-04T19:47:30.7526180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/549/orig' 2025-03-04T19:47:30.7526606Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire/549' 2025-03-04T19:47:30.7527005Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/desertfire' 2025-03-04T19:47:30.7527390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/100/base' 2025-03-04T19:47:30.7527785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/100/head' 2025-03-04T19:47:30.7528220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/100/orig' 2025-03-04T19:47:30.7528643Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/100' 2025-03-04T19:47:30.7529023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/103/base' 2025-03-04T19:47:30.7529419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/103/head' 2025-03-04T19:47:30.7529797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/103/orig' 2025-03-04T19:47:30.7530207Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/103' 2025-03-04T19:47:30.7530589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/104/base' 2025-03-04T19:47:30.7530990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/104/head' 2025-03-04T19:47:30.7531424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/104/orig' 2025-03-04T19:47:30.7531826Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/104' 2025-03-04T19:47:30.7532218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/106/base' 2025-03-04T19:47:30.7532599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/106/head' 2025-03-04T19:47:30.7532992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/106/orig' 2025-03-04T19:47:30.7533393Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/106' 2025-03-04T19:47:30.7533780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/111/base' 2025-03-04T19:47:30.7534164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/111/head' 2025-03-04T19:47:30.7534556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/111/orig' 2025-03-04T19:47:30.7534958Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/111' 2025-03-04T19:47:30.7535339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/115/base' 2025-03-04T19:47:30.7535727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/115/head' 2025-03-04T19:47:30.7536110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/115/orig' 2025-03-04T19:47:30.7536519Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/115' 2025-03-04T19:47:30.7536954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/119/base' 2025-03-04T19:47:30.7537389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/119/head' 2025-03-04T19:47:30.7537770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/119/orig' 2025-03-04T19:47:30.7538178Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/119' 2025-03-04T19:47:30.7538558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/120/base' 2025-03-04T19:47:30.7538946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/120/head' 2025-03-04T19:47:30.7539328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/120/orig' 2025-03-04T19:47:30.7539792Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/120' 2025-03-04T19:47:30.7540179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/121/base' 2025-03-04T19:47:30.7540562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/121/head' 2025-03-04T19:47:30.7540949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/121/orig' 2025-03-04T19:47:30.7541350Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/121' 2025-03-04T19:47:30.7541810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/122/base' 2025-03-04T19:47:30.7542194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/122/head' 2025-03-04T19:47:30.7542586Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/122/orig' 2025-03-04T19:47:30.7542980Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/122' 2025-03-04T19:47:30.7543371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/123/base' 2025-03-04T19:47:30.7543749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/123/head' 2025-03-04T19:47:30.7544125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/123/orig' 2025-03-04T19:47:30.7544537Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/123' 2025-03-04T19:47:30.7544911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/124/base' 2025-03-04T19:47:30.7545309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/124/head' 2025-03-04T19:47:30.7545687Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/124/orig' 2025-03-04T19:47:30.7546098Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/124' 2025-03-04T19:47:30.7546473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/125/base' 2025-03-04T19:47:30.7546863Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/125/head' 2025-03-04T19:47:30.7547240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/125/orig' 2025-03-04T19:47:30.7547695Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/125' 2025-03-04T19:47:30.7548084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/126/base' 2025-03-04T19:47:30.7548560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/126/head' 2025-03-04T19:47:30.7548950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/126/orig' 2025-03-04T19:47:30.7549347Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/126' 2025-03-04T19:47:30.7549737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/127/base' 2025-03-04T19:47:30.7550114Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/127/head' 2025-03-04T19:47:30.7550502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/127/orig' 2025-03-04T19:47:30.7550943Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/127' 2025-03-04T19:47:30.7551341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/128/base' 2025-03-04T19:47:30.7551713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/128/head' 2025-03-04T19:47:30.7552088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/128/orig' 2025-03-04T19:47:30.7552497Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/128' 2025-03-04T19:47:30.7552872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/129/base' 2025-03-04T19:47:30.7553250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/129/head' 2025-03-04T19:47:30.7553630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/129/orig' 2025-03-04T19:47:30.7554042Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/129' 2025-03-04T19:47:30.7554423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/130/base' 2025-03-04T19:47:30.7554808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/130/head' 2025-03-04T19:47:30.7555184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/130/orig' 2025-03-04T19:47:30.7555585Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/130' 2025-03-04T19:47:30.7555964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/66/base' 2025-03-04T19:47:30.7556343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/66/head' 2025-03-04T19:47:30.7556730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/66/orig' 2025-03-04T19:47:30.7557125Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/66' 2025-03-04T19:47:30.7557514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/79/base' 2025-03-04T19:47:30.7557890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/79/head' 2025-03-04T19:47:30.7558272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/79/orig' 2025-03-04T19:47:30.7558667Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/79' 2025-03-04T19:47:30.7559050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/94/base' 2025-03-04T19:47:30.7559431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/94/head' 2025-03-04T19:47:30.7559863Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/94/orig' 2025-03-04T19:47:30.7560268Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/94' 2025-03-04T19:47:30.7560640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/98/base' 2025-03-04T19:47:30.7561026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/98/head' 2025-03-04T19:47:30.7561404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/98/orig' 2025-03-04T19:47:30.7561806Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg/98' 2025-03-04T19:47:30.7562237Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/drisspg' 2025-03-04T19:47:30.7562639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/554/base' 2025-03-04T19:47:30.7563017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/554/head' 2025-03-04T19:47:30.7563408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/554/orig' 2025-03-04T19:47:30.7563814Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/554' 2025-03-04T19:47:30.7564200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/555/base' 2025-03-04T19:47:30.7564592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/555/head' 2025-03-04T19:47:30.7564977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/555/orig' 2025-03-04T19:47:30.7565397Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/555' 2025-03-04T19:47:30.7565784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/691/base' 2025-03-04T19:47:30.7566218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/691/head' 2025-03-04T19:47:30.7566609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/691/orig' 2025-03-04T19:47:30.7567023Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/691' 2025-03-04T19:47:30.7567404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/709/base' 2025-03-04T19:47:30.7567785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/709/head' 2025-03-04T19:47:30.7568182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/709/orig' 2025-03-04T19:47:30.7568579Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/709' 2025-03-04T19:47:30.7568964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/710/base' 2025-03-04T19:47:30.7569340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/710/head' 2025-03-04T19:47:30.7569729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/710/orig' 2025-03-04T19:47:30.7570134Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/710' 2025-03-04T19:47:30.7570527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/711/base' 2025-03-04T19:47:30.7570962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/711/head' 2025-03-04T19:47:30.7571356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/711/orig' 2025-03-04T19:47:30.7571900Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/711' 2025-03-04T19:47:30.7572352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/735/base' 2025-03-04T19:47:30.7572748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/735/head' 2025-03-04T19:47:30.7573128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/735/orig' 2025-03-04T19:47:30.7573544Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/735' 2025-03-04T19:47:30.7574017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/747/base' 2025-03-04T19:47:30.7574417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/747/head' 2025-03-04T19:47:30.7574797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/747/orig' 2025-03-04T19:47:30.7575201Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/747' 2025-03-04T19:47:30.7575587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/752/base' 2025-03-04T19:47:30.7575979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/752/head' 2025-03-04T19:47:30.7576364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/752/orig' 2025-03-04T19:47:30.7576775Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/752' 2025-03-04T19:47:30.7577172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/757/base' 2025-03-04T19:47:30.7577554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/757/head' 2025-03-04T19:47:30.7577944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/757/orig' 2025-03-04T19:47:30.7578348Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/757' 2025-03-04T19:47:30.7578737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/758/base' 2025-03-04T19:47:30.7579120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/758/head' 2025-03-04T19:47:30.7579512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/758/orig' 2025-03-04T19:47:30.7579920Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/758' 2025-03-04T19:47:30.7580307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/759/base' 2025-03-04T19:47:30.7580692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/759/head' 2025-03-04T19:47:30.7581071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/759/orig' 2025-03-04T19:47:30.7581554Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/759' 2025-03-04T19:47:30.7581937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/760/base' 2025-03-04T19:47:30.7582330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/760/head' 2025-03-04T19:47:30.7582785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/760/orig' 2025-03-04T19:47:30.7583201Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/760' 2025-03-04T19:47:30.7583581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/761/base' 2025-03-04T19:47:30.7583975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/761/head' 2025-03-04T19:47:30.7584354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/761/orig' 2025-03-04T19:47:30.7584814Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/761' 2025-03-04T19:47:30.7585200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/762/base' 2025-03-04T19:47:30.7585636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/762/head' 2025-03-04T19:47:30.7586027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/762/orig' 2025-03-04T19:47:30.7586426Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/762' 2025-03-04T19:47:30.7586818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/763/base' 2025-03-04T19:47:30.7587196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/763/head' 2025-03-04T19:47:30.7587584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/763/orig' 2025-03-04T19:47:30.7587980Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/763' 2025-03-04T19:47:30.7588373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/764/base' 2025-03-04T19:47:30.7588756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/764/head' 2025-03-04T19:47:30.7589138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/764/orig' 2025-03-04T19:47:30.7589549Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/764' 2025-03-04T19:47:30.7589930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/765/base' 2025-03-04T19:47:30.7590317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/765/head' 2025-03-04T19:47:30.7590699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/765/orig' 2025-03-04T19:47:30.7591113Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/765' 2025-03-04T19:47:30.7591496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/766/base' 2025-03-04T19:47:30.7591886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/766/head' 2025-03-04T19:47:30.7592268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/766/orig' 2025-03-04T19:47:30.7592679Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/766' 2025-03-04T19:47:30.7593065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/767/base' 2025-03-04T19:47:30.7593497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/767/head' 2025-03-04T19:47:30.7593884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/767/orig' 2025-03-04T19:47:30.7594344Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/767' 2025-03-04T19:47:30.7594735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/768/base' 2025-03-04T19:47:30.7595116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/768/head' 2025-03-04T19:47:30.7595503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/768/orig' 2025-03-04T19:47:30.7595908Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison/768' 2025-03-04T19:47:30.7596299Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/eellison' 2025-03-04T19:47:30.7596722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/100/base' 2025-03-04T19:47:30.7597091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/100/head' 2025-03-04T19:47:30.7597462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/100/orig' 2025-03-04T19:47:30.7597842Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/100' 2025-03-04T19:47:30.7598212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/101/base' 2025-03-04T19:47:30.7598578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/101/head' 2025-03-04T19:47:30.7598946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/101/orig' 2025-03-04T19:47:30.7599377Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/101' 2025-03-04T19:47:30.7599756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/102/base' 2025-03-04T19:47:30.7600116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/102/head' 2025-03-04T19:47:30.7600490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/102/orig' 2025-03-04T19:47:30.7600876Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/102' 2025-03-04T19:47:30.7601243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/103/base' 2025-03-04T19:47:30.7601616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/103/head' 2025-03-04T19:47:30.7601975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/103/orig' 2025-03-04T19:47:30.7602376Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/103' 2025-03-04T19:47:30.7602734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/104/base' 2025-03-04T19:47:30.7603104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/104/head' 2025-03-04T19:47:30.7603463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/104/orig' 2025-03-04T19:47:30.7603855Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/104' 2025-03-04T19:47:30.7604211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/64/base' 2025-03-04T19:47:30.7604567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/64/head' 2025-03-04T19:47:30.7604940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/64/orig' 2025-03-04T19:47:30.7605432Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/64' 2025-03-04T19:47:30.7605802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/68/base' 2025-03-04T19:47:30.7606160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/68/head' 2025-03-04T19:47:30.7606525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/68/orig' 2025-03-04T19:47:30.7606908Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/68' 2025-03-04T19:47:30.7607273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/69/base' 2025-03-04T19:47:30.7607628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/69/head' 2025-03-04T19:47:30.7608058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/69/orig' 2025-03-04T19:47:30.7608439Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/69' 2025-03-04T19:47:30.7608799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/84/base' 2025-03-04T19:47:30.7609177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/84/head' 2025-03-04T19:47:30.7609535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/84/orig' 2025-03-04T19:47:30.7609927Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/84' 2025-03-04T19:47:30.7610288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/95/base' 2025-03-04T19:47:30.7610656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/95/head' 2025-03-04T19:47:30.7611013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/95/orig' 2025-03-04T19:47:30.7611408Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/95' 2025-03-04T19:47:30.7611762Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/96/base' 2025-03-04T19:47:30.7612120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/96/head' 2025-03-04T19:47:30.7612539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/96/orig' 2025-03-04T19:47:30.7612926Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/96' 2025-03-04T19:47:30.7613296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/97/base' 2025-03-04T19:47:30.7613660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/97/head' 2025-03-04T19:47:30.7614028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/97/orig' 2025-03-04T19:47:30.7614414Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/97' 2025-03-04T19:47:30.7614784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/98/base' 2025-03-04T19:47:30.7615141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/98/head' 2025-03-04T19:47:30.7615508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/98/orig' 2025-03-04T19:47:30.7615881Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/98' 2025-03-04T19:47:30.7616291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/99/base' 2025-03-04T19:47:30.7616656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/99/head' 2025-03-04T19:47:30.7617017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/99/orig' 2025-03-04T19:47:30.7617409Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf/99' 2025-03-04T19:47:30.7617778Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/etaf' 2025-03-04T19:47:30.7618167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2374/base' 2025-03-04T19:47:30.7618548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2374/head' 2025-03-04T19:47:30.7618985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2374/orig' 2025-03-04T19:47:30.7619389Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2374' 2025-03-04T19:47:30.7619763Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2449/orig' 2025-03-04T19:47:30.7620171Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2449' 2025-03-04T19:47:30.7620548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2479/next' 2025-03-04T19:47:30.7621012Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2479' 2025-03-04T19:47:30.7621387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2480/next' 2025-03-04T19:47:30.7621878Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2480' 2025-03-04T19:47:30.7622258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2973/base' 2025-03-04T19:47:30.7622649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2973/head' 2025-03-04T19:47:30.7623022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2973/orig' 2025-03-04T19:47:30.7623429Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2973' 2025-03-04T19:47:30.7623804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2974/base' 2025-03-04T19:47:30.7624180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2974/head' 2025-03-04T19:47:30.7624568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2974/orig' 2025-03-04T19:47:30.7624974Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2974' 2025-03-04T19:47:30.7625366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2997/base' 2025-03-04T19:47:30.7625743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2997/head' 2025-03-04T19:47:30.7626133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2997/orig' 2025-03-04T19:47:30.7626526Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/2997' 2025-03-04T19:47:30.7626912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/3031/base' 2025-03-04T19:47:30.7627340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/3031/head' 2025-03-04T19:47:30.7627788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/3031/orig' 2025-03-04T19:47:30.7628188Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/3031' 2025-03-04T19:47:30.7628566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/3068/base' 2025-03-04T19:47:30.7628951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/3068/head' 2025-03-04T19:47:30.7629331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/3068/orig' 2025-03-04T19:47:30.7629737Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang/3068' 2025-03-04T19:47:30.7630113Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ezyang' 2025-03-04T19:47:30.7630543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fduwjj/111/base' 2025-03-04T19:47:30.7630925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fduwjj/111/head' 2025-03-04T19:47:30.7631310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fduwjj/111/orig' 2025-03-04T19:47:30.7631701Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fduwjj/111' 2025-03-04T19:47:30.7632072Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fduwjj' 2025-03-04T19:47:30.7632445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/148/base' 2025-03-04T19:47:30.7632814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/148/head' 2025-03-04T19:47:30.7633194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/148/orig' 2025-03-04T19:47:30.7633588Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/148' 2025-03-04T19:47:30.7634017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/159/base' 2025-03-04T19:47:30.7634384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/159/head' 2025-03-04T19:47:30.7634764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/159/orig' 2025-03-04T19:47:30.7635150Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/159' 2025-03-04T19:47:30.7635526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/160/base' 2025-03-04T19:47:30.7635891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/160/head' 2025-03-04T19:47:30.7636269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/160/orig' 2025-03-04T19:47:30.7636665Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/160' 2025-03-04T19:47:30.7637030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/169/base' 2025-03-04T19:47:30.7637407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/169/head' 2025-03-04T19:47:30.7637770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/169/orig' 2025-03-04T19:47:30.7638170Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/169' 2025-03-04T19:47:30.7638534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/171/base' 2025-03-04T19:47:30.7638962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/171/head' 2025-03-04T19:47:30.7639329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/171/orig' 2025-03-04T19:47:30.7639729Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/171' 2025-03-04T19:47:30.7640096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/172/base' 2025-03-04T19:47:30.7640466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/172/head' 2025-03-04T19:47:30.7640879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/172/orig' 2025-03-04T19:47:30.7641266Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/172' 2025-03-04T19:47:30.7641704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/294/base' 2025-03-04T19:47:30.7642076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/294/head' 2025-03-04T19:47:30.7642450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/294/orig' 2025-03-04T19:47:30.7642835Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/294' 2025-03-04T19:47:30.7643210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/295/base' 2025-03-04T19:47:30.7643576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/295/head' 2025-03-04T19:47:30.7643939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/295/orig' 2025-03-04T19:47:30.7644332Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/295' 2025-03-04T19:47:30.7644702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/296/base' 2025-03-04T19:47:30.7645080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/296/head' 2025-03-04T19:47:30.7645445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/296/orig' 2025-03-04T19:47:30.7645843Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/296' 2025-03-04T19:47:30.7646210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/297/base' 2025-03-04T19:47:30.7646591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/297/head' 2025-03-04T19:47:30.7646957Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/297/orig' 2025-03-04T19:47:30.7647361Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin/297' 2025-03-04T19:47:30.7647730Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fegin' 2025-03-04T19:47:30.7648098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/26/base' 2025-03-04T19:47:30.7648471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/26/head' 2025-03-04T19:47:30.7648840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/26/orig' 2025-03-04T19:47:30.7649237Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/26' 2025-03-04T19:47:30.7649600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/28/base' 2025-03-04T19:47:30.7649991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/28/head' 2025-03-04T19:47:30.7650434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/28/orig' 2025-03-04T19:47:30.7650826Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/28' 2025-03-04T19:47:30.7651194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/37/base' 2025-03-04T19:47:30.7651563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/37/head' 2025-03-04T19:47:30.7651935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/37/orig' 2025-03-04T19:47:30.7652323Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/37' 2025-03-04T19:47:30.7652750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/38/base' 2025-03-04T19:47:30.7653125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/38/head' 2025-03-04T19:47:30.7653503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/38/orig' 2025-03-04T19:47:30.7653886Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/38' 2025-03-04T19:47:30.7654262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/39/base' 2025-03-04T19:47:30.7654631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/39/head' 2025-03-04T19:47:30.7655003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/39/orig' 2025-03-04T19:47:30.7655389Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/39' 2025-03-04T19:47:30.7655764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/40/base' 2025-03-04T19:47:30.7656141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/40/head' 2025-03-04T19:47:30.7656552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/40/orig' 2025-03-04T19:47:30.7656941Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/40' 2025-03-04T19:47:30.7657308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/41/base' 2025-03-04T19:47:30.7657684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/41/head' 2025-03-04T19:47:30.7658054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/41/orig' 2025-03-04T19:47:30.7658454Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/41' 2025-03-04T19:47:30.7658825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/42/base' 2025-03-04T19:47:30.7659199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/42/head' 2025-03-04T19:47:30.7659565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/42/orig' 2025-03-04T19:47:30.7659954Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/42' 2025-03-04T19:47:30.7660323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/43/base' 2025-03-04T19:47:30.7660694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/43/head' 2025-03-04T19:47:30.7661073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/43/orig' 2025-03-04T19:47:30.7661587Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/43' 2025-03-04T19:47:30.7661970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/44/base' 2025-03-04T19:47:30.7662342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/44/head' 2025-03-04T19:47:30.7662768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/44/orig' 2025-03-04T19:47:30.7663162Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/44' 2025-03-04T19:47:30.7663533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/45/base' 2025-03-04T19:47:30.7663912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/45/head' 2025-03-04T19:47:30.7664347Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/45/orig' 2025-03-04T19:47:30.7664750Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/45' 2025-03-04T19:47:30.7665123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/46/base' 2025-03-04T19:47:30.7665507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/46/head' 2025-03-04T19:47:30.7665884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/46/orig' 2025-03-04T19:47:30.7666285Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/46' 2025-03-04T19:47:30.7666662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/47/base' 2025-03-04T19:47:30.7667053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/47/head' 2025-03-04T19:47:30.7667428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/47/orig' 2025-03-04T19:47:30.7667817Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/47' 2025-03-04T19:47:30.7668258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/48/base' 2025-03-04T19:47:30.7668629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/48/head' 2025-03-04T19:47:30.7669012Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/48/orig' 2025-03-04T19:47:30.7669400Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/48' 2025-03-04T19:47:30.7669787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/49/base' 2025-03-04T19:47:30.7670161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/49/head' 2025-03-04T19:47:30.7670545Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/49/orig' 2025-03-04T19:47:30.7670931Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog/49' 2025-03-04T19:47:30.7671322Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/fffrog' 2025-03-04T19:47:30.7671705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/gasoonjia/2/base' 2025-03-04T19:47:30.7672267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/gasoonjia/2/head' 2025-03-04T19:47:30.7672669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/gasoonjia/2/orig' 2025-03-04T19:47:30.7673162Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/gasoonjia/2' 2025-03-04T19:47:30.7673566Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/gasoonjia' 2025-03-04T19:47:30.7673949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/114/base' 2025-03-04T19:47:30.7674398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/114/head' 2025-03-04T19:47:30.7674785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/114/orig' 2025-03-04T19:47:30.7675198Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/114' 2025-03-04T19:47:30.7675580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/118/base' 2025-03-04T19:47:30.7676033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/118/head' 2025-03-04T19:47:30.7676418Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/118/orig' 2025-03-04T19:47:30.7676821Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/118' 2025-03-04T19:47:30.7677215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/123/base' 2025-03-04T19:47:30.7677600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/123/head' 2025-03-04T19:47:30.7678000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/123/orig' 2025-03-04T19:47:30.7678404Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/123' 2025-03-04T19:47:30.7678812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/124/base' 2025-03-04T19:47:30.7679193Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/124/head' 2025-03-04T19:47:30.7679591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/124/orig' 2025-03-04T19:47:30.7679993Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/124' 2025-03-04T19:47:30.7680376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/125/base' 2025-03-04T19:47:30.7680771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/125/head' 2025-03-04T19:47:30.7681153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/125/orig' 2025-03-04T19:47:30.7681569Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/125' 2025-03-04T19:47:30.7681951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/71/base' 2025-03-04T19:47:30.7682344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/71/head' 2025-03-04T19:47:30.7682723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/71/orig' 2025-03-04T19:47:30.7683189Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/71' 2025-03-04T19:47:30.7683569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/79/base' 2025-03-04T19:47:30.7683964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/79/head' 2025-03-04T19:47:30.7684345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/79/orig' 2025-03-04T19:47:30.7684813Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/79' 2025-03-04T19:47:30.7685201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/87/base' 2025-03-04T19:47:30.7685579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/87/head' 2025-03-04T19:47:30.7685972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/87/orig' 2025-03-04T19:47:30.7686371Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/87' 2025-03-04T19:47:30.7686761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/89/base' 2025-03-04T19:47:30.7687186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/89/head' 2025-03-04T19:47:30.7687572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/89/orig' 2025-03-04T19:47:30.7687973Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey/89' 2025-03-04T19:47:30.7688363Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guangyey' 2025-03-04T19:47:30.7688802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/100/base' 2025-03-04T19:47:30.7689228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/100/head' 2025-03-04T19:47:30.7689657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/100/orig' 2025-03-04T19:47:30.7690149Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/100' 2025-03-04T19:47:30.7690585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/101/base' 2025-03-04T19:47:30.7691004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/101/head' 2025-03-04T19:47:30.7691442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/101/orig' 2025-03-04T19:47:30.7691882Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/101' 2025-03-04T19:47:30.7692316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/102/base' 2025-03-04T19:47:30.7692735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/102/head' 2025-03-04T19:47:30.7693156Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/102/orig' 2025-03-04T19:47:30.7693611Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/102' 2025-03-04T19:47:30.7694028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/103/base' 2025-03-04T19:47:30.7694458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/103/head' 2025-03-04T19:47:30.7694876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/103/orig' 2025-03-04T19:47:30.7695369Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/103' 2025-03-04T19:47:30.7695786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/104/base' 2025-03-04T19:47:30.7696273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/104/head' 2025-03-04T19:47:30.7696694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/104/orig' 2025-03-04T19:47:30.7697147Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/104' 2025-03-04T19:47:30.7697566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/105/base' 2025-03-04T19:47:30.7697991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/105/head' 2025-03-04T19:47:30.7698413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/105/orig' 2025-03-04T19:47:30.7698850Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/105' 2025-03-04T19:47:30.7699331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/106/base' 2025-03-04T19:47:30.7699751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/106/head' 2025-03-04T19:47:30.7700182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/106/orig' 2025-03-04T19:47:30.7700618Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/106' 2025-03-04T19:47:30.7701047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/107/base' 2025-03-04T19:47:30.7701597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/107/head' 2025-03-04T19:47:30.7702035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/107/orig' 2025-03-04T19:47:30.7702479Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/107' 2025-03-04T19:47:30.7702910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/108/base' 2025-03-04T19:47:30.7703329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/108/head' 2025-03-04T19:47:30.7703751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/108/orig' 2025-03-04T19:47:30.7704199Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/108' 2025-03-04T19:47:30.7704618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/109/base' 2025-03-04T19:47:30.7705055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/109/head' 2025-03-04T19:47:30.7705477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/109/orig' 2025-03-04T19:47:30.7705924Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/109' 2025-03-04T19:47:30.7706339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/11/base' 2025-03-04T19:47:30.7706765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/11/head' 2025-03-04T19:47:30.7707179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/11/orig' 2025-03-04T19:47:30.7707626Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/11' 2025-03-04T19:47:30.7708096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/73/base' 2025-03-04T19:47:30.7708572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/73/head' 2025-03-04T19:47:30.7709072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/73/orig' 2025-03-04T19:47:30.7709510Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/73' 2025-03-04T19:47:30.7709939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/79/base' 2025-03-04T19:47:30.7710360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/79/head' 2025-03-04T19:47:30.7710790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/79/orig' 2025-03-04T19:47:30.7711369Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/79' 2025-03-04T19:47:30.7711803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/83/base' 2025-03-04T19:47:30.7712224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/83/head' 2025-03-04T19:47:30.7712672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/83/orig' 2025-03-04T19:47:30.7713122Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/83' 2025-03-04T19:47:30.7713573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/86/base' 2025-03-04T19:47:30.7713995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/86/head' 2025-03-04T19:47:30.7714488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/86/orig' 2025-03-04T19:47:30.7715281Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/86' 2025-03-04T19:47:30.7715707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/87/base' 2025-03-04T19:47:30.7716127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/87/head' 2025-03-04T19:47:30.7716556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/87/orig' 2025-03-04T19:47:30.7716987Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/87' 2025-03-04T19:47:30.7717416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/88/base' 2025-03-04T19:47:30.7717837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/88/head' 2025-03-04T19:47:30.7718263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/88/orig' 2025-03-04T19:47:30.7718696Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/88' 2025-03-04T19:47:30.7719112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/89/base' 2025-03-04T19:47:30.7719537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/89/head' 2025-03-04T19:47:30.7719951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/89/orig' 2025-03-04T19:47:30.7720493Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/89' 2025-03-04T19:47:30.7721275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/90/base' 2025-03-04T19:47:30.7721701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/90/head' 2025-03-04T19:47:30.7722124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/90/orig' 2025-03-04T19:47:30.7722567Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/90' 2025-03-04T19:47:30.7722984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/91/base' 2025-03-04T19:47:30.7723406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/91/head' 2025-03-04T19:47:30.7723874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/91/orig' 2025-03-04T19:47:30.7724312Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/91' 2025-03-04T19:47:30.7724737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/92/base' 2025-03-04T19:47:30.7725150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/92/head' 2025-03-04T19:47:30.7725579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/92/orig' 2025-03-04T19:47:30.7726068Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/92' 2025-03-04T19:47:30.7726870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/93/base' 2025-03-04T19:47:30.7727296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/93/head' 2025-03-04T19:47:30.7727723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/93/orig' 2025-03-04T19:47:30.7728157Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/93' 2025-03-04T19:47:30.7728583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/94/base' 2025-03-04T19:47:30.7729097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/94/head' 2025-03-04T19:47:30.7729518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/94/orig' 2025-03-04T19:47:30.7729965Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/94' 2025-03-04T19:47:30.7730384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/95/base' 2025-03-04T19:47:30.7730812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/95/head' 2025-03-04T19:47:30.7731229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/95/orig' 2025-03-04T19:47:30.7731672Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/95' 2025-03-04T19:47:30.7732361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/96/base' 2025-03-04T19:47:30.7732983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/96/head' 2025-03-04T19:47:30.7733403Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/96/orig' 2025-03-04T19:47:30.7733852Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/96' 2025-03-04T19:47:30.7734399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/97/base' 2025-03-04T19:47:30.7734818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/97/head' 2025-03-04T19:47:30.7735246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/97/orig' 2025-03-04T19:47:30.7735679Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/97' 2025-03-04T19:47:30.7736108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/98/base' 2025-03-04T19:47:30.7736524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/98/head' 2025-03-04T19:47:30.7737004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/98/orig' 2025-03-04T19:47:30.7737525Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/98' 2025-03-04T19:47:30.7737954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/99/base' 2025-03-04T19:47:30.7738403Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/99/head' 2025-03-04T19:47:30.7738839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/99/orig' 2025-03-04T19:47:30.7739275Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas/99' 2025-03-04T19:47:30.7739813Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/guilhermeleobas' 2025-03-04T19:47:30.7740236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/1/base' 2025-03-04T19:47:30.7740638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/1/head' 2025-03-04T19:47:30.7741045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/1/orig' 2025-03-04T19:47:30.7741526Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/1' 2025-03-04T19:47:30.7741945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/10/base' 2025-03-04T19:47:30.7742350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/10/head' 2025-03-04T19:47:30.7742764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/10/orig' 2025-03-04T19:47:30.7743185Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/10' 2025-03-04T19:47:30.7743597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/11/base' 2025-03-04T19:47:30.7743995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/11/head' 2025-03-04T19:47:30.7744394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/11/orig' 2025-03-04T19:47:30.7744889Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/11' 2025-03-04T19:47:30.7745292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/12/base' 2025-03-04T19:47:30.7745702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/12/head' 2025-03-04T19:47:30.7746173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/12/orig' 2025-03-04T19:47:30.7746604Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/12' 2025-03-04T19:47:30.7747003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/13/base' 2025-03-04T19:47:30.7747417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/13/head' 2025-03-04T19:47:30.7747814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/13/orig' 2025-03-04T19:47:30.7748245Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/13' 2025-03-04T19:47:30.7748647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/14/base' 2025-03-04T19:47:30.7749101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/14/head' 2025-03-04T19:47:30.7749513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/14/orig' 2025-03-04T19:47:30.7749932Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/14' 2025-03-04T19:47:30.7750346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/15/base' 2025-03-04T19:47:30.7750743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/15/head' 2025-03-04T19:47:30.7751155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/15/orig' 2025-03-04T19:47:30.7751571Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/15' 2025-03-04T19:47:30.7751988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/16/base' 2025-03-04T19:47:30.7752388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/16/head' 2025-03-04T19:47:30.7752798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/16/orig' 2025-03-04T19:47:30.7753272Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/16' 2025-03-04T19:47:30.7753674Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/17/base' 2025-03-04T19:47:30.7754082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/17/head' 2025-03-04T19:47:30.7754476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/17/orig' 2025-03-04T19:47:30.7754910Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/17' 2025-03-04T19:47:30.7755308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/18/base' 2025-03-04T19:47:30.7755724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/18/head' 2025-03-04T19:47:30.7756124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/18/orig' 2025-03-04T19:47:30.7756558Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/18' 2025-03-04T19:47:30.7756959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/19/base' 2025-03-04T19:47:30.7757371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/19/head' 2025-03-04T19:47:30.7757823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/19/orig' 2025-03-04T19:47:30.7758237Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/19' 2025-03-04T19:47:30.7758643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/2/base' 2025-03-04T19:47:30.7759035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/2/head' 2025-03-04T19:47:30.7759444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/2/orig' 2025-03-04T19:47:30.7759907Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/2' 2025-03-04T19:47:30.7760317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/20/base' 2025-03-04T19:47:30.7760771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/20/head' 2025-03-04T19:47:30.7761184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/20/orig' 2025-03-04T19:47:30.7761606Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/20' 2025-03-04T19:47:30.7762020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/21/base' 2025-03-04T19:47:30.7762420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/21/head' 2025-03-04T19:47:30.7762820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/21/orig' 2025-03-04T19:47:30.7763253Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/21' 2025-03-04T19:47:30.7763658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/22/base' 2025-03-04T19:47:30.7764068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/22/head' 2025-03-04T19:47:30.7764464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/22/orig' 2025-03-04T19:47:30.7764893Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/22' 2025-03-04T19:47:30.7765292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/23/base' 2025-03-04T19:47:30.7765701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/23/head' 2025-03-04T19:47:30.7766098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/23/orig' 2025-03-04T19:47:30.7766589Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/23' 2025-03-04T19:47:30.7766988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/24/base' 2025-03-04T19:47:30.7767387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/24/head' 2025-03-04T19:47:30.7767801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/24/orig' 2025-03-04T19:47:30.7768218Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/24' 2025-03-04T19:47:30.7768632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/25/base' 2025-03-04T19:47:30.7769036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/25/head' 2025-03-04T19:47:30.7769503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/25/orig' 2025-03-04T19:47:30.7769921Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/25' 2025-03-04T19:47:30.7770334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/26/base' 2025-03-04T19:47:30.7770732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/26/head' 2025-03-04T19:47:30.7771138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/26/orig' 2025-03-04T19:47:30.7771552Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/26' 2025-03-04T19:47:30.7772119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/27/base' 2025-03-04T19:47:30.7772646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/27/head' 2025-03-04T19:47:30.7773050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/27/orig' 2025-03-04T19:47:30.7773483Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/27' 2025-03-04T19:47:30.7773886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/28/base' 2025-03-04T19:47:30.7774297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/28/head' 2025-03-04T19:47:30.7774701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/28/orig' 2025-03-04T19:47:30.7775136Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/28' 2025-03-04T19:47:30.7775544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/29/base' 2025-03-04T19:47:30.7775986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/29/head' 2025-03-04T19:47:30.7776400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/29/orig' 2025-03-04T19:47:30.7776819Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/29' 2025-03-04T19:47:30.7777223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/3/base' 2025-03-04T19:47:30.7777618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/3/head' 2025-03-04T19:47:30.7778023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/3/orig' 2025-03-04T19:47:30.7778443Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/3' 2025-03-04T19:47:30.7778851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/30/base' 2025-03-04T19:47:30.7779261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/30/head' 2025-03-04T19:47:30.7779675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/30/orig' 2025-03-04T19:47:30.7780093Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/30' 2025-03-04T19:47:30.7780496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/31/base' 2025-03-04T19:47:30.7780906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/31/head' 2025-03-04T19:47:30.7781386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/31/orig' 2025-03-04T19:47:30.7781890Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/31' 2025-03-04T19:47:30.7782288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/32/base' 2025-03-04T19:47:30.7782698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/32/head' 2025-03-04T19:47:30.7783098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/32/orig' 2025-03-04T19:47:30.7783531Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/32' 2025-03-04T19:47:30.7783928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/4/base' 2025-03-04T19:47:30.7784398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/4/head' 2025-03-04T19:47:30.7784795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/4/orig' 2025-03-04T19:47:30.7785206Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/4' 2025-03-04T19:47:30.7785616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/5/base' 2025-03-04T19:47:30.7786016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/5/head' 2025-03-04T19:47:30.7786424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/5/orig' 2025-03-04T19:47:30.7786837Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/5' 2025-03-04T19:47:30.7787251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/6/base' 2025-03-04T19:47:30.7787647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/6/head' 2025-03-04T19:47:30.7788048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/6/orig' 2025-03-04T19:47:30.7788461Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/6' 2025-03-04T19:47:30.7788927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/7/base' 2025-03-04T19:47:30.7789323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/7/head' 2025-03-04T19:47:30.7789719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/7/orig' 2025-03-04T19:47:30.7790144Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/7' 2025-03-04T19:47:30.7790548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/8/base' 2025-03-04T19:47:30.7790960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/8/head' 2025-03-04T19:47:30.7791359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/8/orig' 2025-03-04T19:47:30.7791786Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/8' 2025-03-04T19:47:30.7792181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/9/base' 2025-03-04T19:47:30.7792582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/9/head' 2025-03-04T19:47:30.7792978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/9/orig' 2025-03-04T19:47:30.7793459Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang/9' 2025-03-04T19:47:30.7793866Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/henrylhtsang' 2025-03-04T19:47:30.7794227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/10/base' 2025-03-04T19:47:30.7794603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/10/head' 2025-03-04T19:47:30.7794964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/10/orig' 2025-03-04T19:47:30.7795361Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/10' 2025-03-04T19:47:30.7795770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/11/base' 2025-03-04T19:47:30.7796144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/11/head' 2025-03-04T19:47:30.7796503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/11/orig' 2025-03-04T19:47:30.7796898Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/11' 2025-03-04T19:47:30.7797257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/21/base' 2025-03-04T19:47:30.7797677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/21/head' 2025-03-04T19:47:30.7798037Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/21/orig' 2025-03-04T19:47:30.7798418Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/21' 2025-03-04T19:47:30.7798801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/34/base' 2025-03-04T19:47:30.7799160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/34/head' 2025-03-04T19:47:30.7799531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/34/orig' 2025-03-04T19:47:30.7799915Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/34' 2025-03-04T19:47:30.7800285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/36/base' 2025-03-04T19:47:30.7800654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/36/head' 2025-03-04T19:47:30.7801033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/36/orig' 2025-03-04T19:47:30.7801422Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/36' 2025-03-04T19:47:30.7801792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/41/base' 2025-03-04T19:47:30.7802168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/41/head' 2025-03-04T19:47:30.7802534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/41/orig' 2025-03-04T19:47:30.7802933Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/41' 2025-03-04T19:47:30.7803298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/45/base' 2025-03-04T19:47:30.7803724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/45/head' 2025-03-04T19:47:30.7804088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/45/orig' 2025-03-04T19:47:30.7804546Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/45' 2025-03-04T19:47:30.7804912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/46/base' 2025-03-04T19:47:30.7805277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/46/head' 2025-03-04T19:47:30.7805655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/46/orig' 2025-03-04T19:47:30.7806041Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/46' 2025-03-04T19:47:30.7806422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/47/base' 2025-03-04T19:47:30.7806840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/47/head' 2025-03-04T19:47:30.7807270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/47/orig' 2025-03-04T19:47:30.7807662Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/47' 2025-03-04T19:47:30.7808037Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/55/base' 2025-03-04T19:47:30.7808399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/55/head' 2025-03-04T19:47:30.7808772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/55/orig' 2025-03-04T19:47:30.7809156Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/55' 2025-03-04T19:47:30.7809514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/79/base' 2025-03-04T19:47:30.7809893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/79/head' 2025-03-04T19:47:30.7810252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/79/orig' 2025-03-04T19:47:30.7810650Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/79' 2025-03-04T19:47:30.7811015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/9/base' 2025-03-04T19:47:30.7811390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/9/head' 2025-03-04T19:47:30.7811748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/9/orig' 2025-03-04T19:47:30.7812142Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/9' 2025-03-04T19:47:30.7812505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/94/base' 2025-03-04T19:47:30.7812875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/94/head' 2025-03-04T19:47:30.7813249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/94/orig' 2025-03-04T19:47:30.7813636Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/94' 2025-03-04T19:47:30.7814005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/95/base' 2025-03-04T19:47:30.7814359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/95/head' 2025-03-04T19:47:30.7814728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/95/orig' 2025-03-04T19:47:30.7815115Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/95' 2025-03-04T19:47:30.7815494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/97/base' 2025-03-04T19:47:30.7815902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/97/head' 2025-03-04T19:47:30.7816296Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3/97' 2025-03-04T19:47:30.7816664Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/int3' 2025-03-04T19:47:30.7817041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/101/base' 2025-03-04T19:47:30.7817433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/101/head' 2025-03-04T19:47:30.7817890Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/101' 2025-03-04T19:47:30.7818338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/105/base' 2025-03-04T19:47:30.7818720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/105/head' 2025-03-04T19:47:30.7819105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/105/orig' 2025-03-04T19:47:30.7819501Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/105' 2025-03-04T19:47:30.7819889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/110/base' 2025-03-04T19:47:30.7820265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/110/head' 2025-03-04T19:47:30.7820658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/110/orig' 2025-03-04T19:47:30.7821057Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/110' 2025-03-04T19:47:30.7821435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/112/base' 2025-03-04T19:47:30.7821896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/112/head' 2025-03-04T19:47:30.7822277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/112/orig' 2025-03-04T19:47:30.7822682Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/112' 2025-03-04T19:47:30.7823058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/115/base' 2025-03-04T19:47:30.7823498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/115/head' 2025-03-04T19:47:30.7823878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/115/orig' 2025-03-04T19:47:30.7824294Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/115' 2025-03-04T19:47:30.7824675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/116/base' 2025-03-04T19:47:30.7825052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/116/head' 2025-03-04T19:47:30.7825442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/116/orig' 2025-03-04T19:47:30.7825837Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/116' 2025-03-04T19:47:30.7826228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/117/base' 2025-03-04T19:47:30.7826600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/117/head' 2025-03-04T19:47:30.7826989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/117/orig' 2025-03-04T19:47:30.7827439Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/117' 2025-03-04T19:47:30.7827823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/118/base' 2025-03-04T19:47:30.7828203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/118/head' 2025-03-04T19:47:30.7828588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/118/orig' 2025-03-04T19:47:30.7828982Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/118' 2025-03-04T19:47:30.7829357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/119/base' 2025-03-04T19:47:30.7829796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/119/head' 2025-03-04T19:47:30.7830180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/119/orig' 2025-03-04T19:47:30.7830585Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/119' 2025-03-04T19:47:30.7830964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/120/base' 2025-03-04T19:47:30.7831353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/120/head' 2025-03-04T19:47:30.7831730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/120/orig' 2025-03-04T19:47:30.7832133Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/120' 2025-03-04T19:47:30.7832507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/121/base' 2025-03-04T19:47:30.7832902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/121/head' 2025-03-04T19:47:30.7833276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/121/orig' 2025-03-04T19:47:30.7833672Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/121' 2025-03-04T19:47:30.7834061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/122/base' 2025-03-04T19:47:30.7834487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/122/head' 2025-03-04T19:47:30.7834878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/122/orig' 2025-03-04T19:47:30.7835270Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/122' 2025-03-04T19:47:30.7835662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/123/base' 2025-03-04T19:47:30.7836040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/123/head' 2025-03-04T19:47:30.7836424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/123/orig' 2025-03-04T19:47:30.7836825Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/123' 2025-03-04T19:47:30.7837242Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/124/base' 2025-03-04T19:47:30.7837630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/124/head' 2025-03-04T19:47:30.7838093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/124/orig' 2025-03-04T19:47:30.7838507Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/124' 2025-03-04T19:47:30.7838941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/125/base' 2025-03-04T19:47:30.7839334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/125/head' 2025-03-04T19:47:30.7839708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/125/orig' 2025-03-04T19:47:30.7840118Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/125' 2025-03-04T19:47:30.7840495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/126/base' 2025-03-04T19:47:30.7840881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/126/head' 2025-03-04T19:47:30.7841306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/126/orig' 2025-03-04T19:47:30.7841706Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/126' 2025-03-04T19:47:30.7842086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/39/base' 2025-03-04T19:47:30.7842464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/39/head' 2025-03-04T19:47:30.7842845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/39/orig' 2025-03-04T19:47:30.7843293Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/39' 2025-03-04T19:47:30.7843676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/81/base' 2025-03-04T19:47:30.7844047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/81/head' 2025-03-04T19:47:30.7844437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/81/orig' 2025-03-04T19:47:30.7844831Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf/81' 2025-03-04T19:47:30.7845222Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/isuruf' 2025-03-04T19:47:30.7845603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/100/base' 2025-03-04T19:47:30.7845985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/100/head' 2025-03-04T19:47:30.7846385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/100/orig' 2025-03-04T19:47:30.7846792Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/100' 2025-03-04T19:47:30.7847190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/101/base' 2025-03-04T19:47:30.7847575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/101/head' 2025-03-04T19:47:30.7847971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/101/orig' 2025-03-04T19:47:30.7848377Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/101' 2025-03-04T19:47:30.7848773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/102/base' 2025-03-04T19:47:30.7849160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/102/head' 2025-03-04T19:47:30.7849562Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/102' 2025-03-04T19:47:30.7849961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/103/base' 2025-03-04T19:47:30.7850401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/103/head' 2025-03-04T19:47:30.7850816Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/103' 2025-03-04T19:47:30.7851197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/104/base' 2025-03-04T19:47:30.7851583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/104/head' 2025-03-04T19:47:30.7851986Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/104' 2025-03-04T19:47:30.7852383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/105/base' 2025-03-04T19:47:30.7852872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/105/head' 2025-03-04T19:47:30.7853276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/105/orig' 2025-03-04T19:47:30.7853680Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/105' 2025-03-04T19:47:30.7854065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/106/base' 2025-03-04T19:47:30.7854461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/106/head' 2025-03-04T19:47:30.7854841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/106/orig' 2025-03-04T19:47:30.7855258Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/106' 2025-03-04T19:47:30.7855644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/107/base' 2025-03-04T19:47:30.7856043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/107/head' 2025-03-04T19:47:30.7856426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/107/orig' 2025-03-04T19:47:30.7856846Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/107' 2025-03-04T19:47:30.7857229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/108/base' 2025-03-04T19:47:30.7857620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/108/head' 2025-03-04T19:47:30.7858008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/108/orig' 2025-03-04T19:47:30.7858412Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/108' 2025-03-04T19:47:30.7858816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/109/base' 2025-03-04T19:47:30.7859245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/109/head' 2025-03-04T19:47:30.7859639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/109/orig' 2025-03-04T19:47:30.7860052Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/109' 2025-03-04T19:47:30.7860449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/110/base' 2025-03-04T19:47:30.7860838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/110/head' 2025-03-04T19:47:30.7861234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/110/orig' 2025-03-04T19:47:30.7861787Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/110' 2025-03-04T19:47:30.7862178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/111/base' 2025-03-04T19:47:30.7862578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/111/head' 2025-03-04T19:47:30.7862965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/111/orig' 2025-03-04T19:47:30.7863384Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/111' 2025-03-04T19:47:30.7863772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/112/base' 2025-03-04T19:47:30.7864171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/112/head' 2025-03-04T19:47:30.7864612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/112/orig' 2025-03-04T19:47:30.7865028Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/112' 2025-03-04T19:47:30.7865412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/113/base' 2025-03-04T19:47:30.7865805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/113/head' 2025-03-04T19:47:30.7866192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/113/orig' 2025-03-04T19:47:30.7866597Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/113' 2025-03-04T19:47:30.7866999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/114/base' 2025-03-04T19:47:30.7867390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/114/head' 2025-03-04T19:47:30.7867794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/114/orig' 2025-03-04T19:47:30.7868202Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/114' 2025-03-04T19:47:30.7868608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/52/base' 2025-03-04T19:47:30.7868991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/52/head' 2025-03-04T19:47:30.7869409Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/52' 2025-03-04T19:47:30.7869792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/53/base' 2025-03-04T19:47:30.7870191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/53/head' 2025-03-04T19:47:30.7870591Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/53' 2025-03-04T19:47:30.7870976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/54/base' 2025-03-04T19:47:30.7871375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/54/head' 2025-03-04T19:47:30.7872043Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/54' 2025-03-04T19:47:30.7872447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/55/base' 2025-03-04T19:47:30.7872832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/55/head' 2025-03-04T19:47:30.7873251Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/55' 2025-03-04T19:47:30.7873729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/56/base' 2025-03-04T19:47:30.7874125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/56/head' 2025-03-04T19:47:30.7874526Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/56' 2025-03-04T19:47:30.7874924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/57/base' 2025-03-04T19:47:30.7875309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/57/head' 2025-03-04T19:47:30.7875713Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/57' 2025-03-04T19:47:30.7876113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/58/base' 2025-03-04T19:47:30.7876562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/58/head' 2025-03-04T19:47:30.7876975Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/58' 2025-03-04T19:47:30.7877356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/59/base' 2025-03-04T19:47:30.7877750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/59/head' 2025-03-04T19:47:30.7878204Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/59' 2025-03-04T19:47:30.7878596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/60/base' 2025-03-04T19:47:30.7878976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/60/head' 2025-03-04T19:47:30.7879380Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/60' 2025-03-04T19:47:30.7879762Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/61/base' 2025-03-04T19:47:30.7880140Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/61/head' 2025-03-04T19:47:30.7880549Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/61' 2025-03-04T19:47:30.7880932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/62/base' 2025-03-04T19:47:30.7881329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/62/head' 2025-03-04T19:47:30.7881733Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/62' 2025-03-04T19:47:30.7882135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/63/base' 2025-03-04T19:47:30.7882559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/63/head' 2025-03-04T19:47:30.7882976Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/63' 2025-03-04T19:47:30.7883359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/64/base' 2025-03-04T19:47:30.7883741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/64/head' 2025-03-04T19:47:30.7884155Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/64' 2025-03-04T19:47:30.7884538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/65/base' 2025-03-04T19:47:30.7884937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/65/head' 2025-03-04T19:47:30.7885394Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/65' 2025-03-04T19:47:30.7885793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/97/base' 2025-03-04T19:47:30.7886178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/97/head' 2025-03-04T19:47:30.7886572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/97/orig' 2025-03-04T19:47:30.7886973Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu/97' 2025-03-04T19:47:30.7887374Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jamesjwu' 2025-03-04T19:47:30.7887811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/165/base' 2025-03-04T19:47:30.7888196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/165/head' 2025-03-04T19:47:30.7888593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/165/orig' 2025-03-04T19:47:30.7888996Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/165' 2025-03-04T19:47:30.7889394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/201/base' 2025-03-04T19:47:30.7889777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/201/head' 2025-03-04T19:47:30.7890168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/201/orig' 2025-03-04T19:47:30.7890578Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/201' 2025-03-04T19:47:30.7890977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/221/base' 2025-03-04T19:47:30.7891359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/221/head' 2025-03-04T19:47:30.7891741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/221/orig' 2025-03-04T19:47:30.7892158Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/221' 2025-03-04T19:47:30.7892540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/222/base' 2025-03-04T19:47:30.7892931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/222/head' 2025-03-04T19:47:30.7893312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/222/orig' 2025-03-04T19:47:30.7893738Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/222' 2025-03-04T19:47:30.7894121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/223/base' 2025-03-04T19:47:30.7894515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/223/head' 2025-03-04T19:47:30.7894901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/223/orig' 2025-03-04T19:47:30.7895323Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/223' 2025-03-04T19:47:30.7895708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/224/base' 2025-03-04T19:47:30.7896094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/224/head' 2025-03-04T19:47:30.7896545Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/224/orig' 2025-03-04T19:47:30.7896953Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/224' 2025-03-04T19:47:30.7897347Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/225/base' 2025-03-04T19:47:30.7897732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/225/head' 2025-03-04T19:47:30.7898126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/225/orig' 2025-03-04T19:47:30.7898530Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/225' 2025-03-04T19:47:30.7898930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/226/base' 2025-03-04T19:47:30.7899365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/226/head' 2025-03-04T19:47:30.7899758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/226/orig' 2025-03-04T19:47:30.7900163Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/226' 2025-03-04T19:47:30.7900546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/88/base' 2025-03-04T19:47:30.7900938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/88/head' 2025-03-04T19:47:30.7901318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/88/orig' 2025-03-04T19:47:30.7901809Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99/88' 2025-03-04T19:47:30.7902205Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/janeyx99' 2025-03-04T19:47:30.7902604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/227/base' 2025-03-04T19:47:30.7902982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/227/head' 2025-03-04T19:47:30.7903379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/227/orig' 2025-03-04T19:47:30.7903779Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/227' 2025-03-04T19:47:30.7904157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/360/base' 2025-03-04T19:47:30.7904551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/360/head' 2025-03-04T19:47:30.7904953Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/360' 2025-03-04T19:47:30.7905348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/451/base' 2025-03-04T19:47:30.7905725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/451/head' 2025-03-04T19:47:30.7906115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/451/orig' 2025-03-04T19:47:30.7906511Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/451' 2025-03-04T19:47:30.7906900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/462/base' 2025-03-04T19:47:30.7907279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/462/head' 2025-03-04T19:47:30.7907673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/462/orig' 2025-03-04T19:47:30.7908144Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/462' 2025-03-04T19:47:30.7908526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/473/base' 2025-03-04T19:47:30.7908915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/473/head' 2025-03-04T19:47:30.7909293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/473/orig' 2025-03-04T19:47:30.7909704Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/473' 2025-03-04T19:47:30.7910082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/480/base' 2025-03-04T19:47:30.7910471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/480/head' 2025-03-04T19:47:30.7910961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/480/orig' 2025-03-04T19:47:30.7911373Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/480' 2025-03-04T19:47:30.7911751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/486/base' 2025-03-04T19:47:30.7912136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/486/head' 2025-03-04T19:47:30.7912510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/486/orig' 2025-03-04T19:47:30.7912905Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/486' 2025-03-04T19:47:30.7913296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/489/base' 2025-03-04T19:47:30.7913678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/489/head' 2025-03-04T19:47:30.7914068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/489/orig' 2025-03-04T19:47:30.7914465Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/489' 2025-03-04T19:47:30.7914856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/490/base' 2025-03-04T19:47:30.7915237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/490/head' 2025-03-04T19:47:30.7915624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/490/orig' 2025-03-04T19:47:30.7916020Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/490' 2025-03-04T19:47:30.7916402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/491/base' 2025-03-04T19:47:30.7916796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/491/head' 2025-03-04T19:47:30.7917174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/491/orig' 2025-03-04T19:47:30.7917579Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/491' 2025-03-04T19:47:30.7917958Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/492/base' 2025-03-04T19:47:30.7918414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/492/head' 2025-03-04T19:47:30.7918797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/492/orig' 2025-03-04T19:47:30.7919209Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/492' 2025-03-04T19:47:30.7919642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/493/base' 2025-03-04T19:47:30.7920033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/493/head' 2025-03-04T19:47:30.7920412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/493/orig' 2025-03-04T19:47:30.7920806Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/493' 2025-03-04T19:47:30.7921197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/494/base' 2025-03-04T19:47:30.7921610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/494/head' 2025-03-04T19:47:30.7922003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/494/orig' 2025-03-04T19:47:30.7922454Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/494' 2025-03-04T19:47:30.7922845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/495/base' 2025-03-04T19:47:30.7923219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/495/head' 2025-03-04T19:47:30.7923603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/495/orig' 2025-03-04T19:47:30.7924012Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/495' 2025-03-04T19:47:30.7924741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/496/base' 2025-03-04T19:47:30.7925155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/496/head' 2025-03-04T19:47:30.7925538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/496/orig' 2025-03-04T19:47:30.7925945Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/496' 2025-03-04T19:47:30.7926325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/497/base' 2025-03-04T19:47:30.7926712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/497/head' 2025-03-04T19:47:30.7927088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/497/orig' 2025-03-04T19:47:30.7927578Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/497' 2025-03-04T19:47:30.7928296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/498/base' 2025-03-04T19:47:30.7928692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/498/head' 2025-03-04T19:47:30.7929066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/498/orig' 2025-03-04T19:47:30.7929474Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/498' 2025-03-04T19:47:30.7929846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/499/base' 2025-03-04T19:47:30.7930219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/499/head' 2025-03-04T19:47:30.7930608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/499/orig' 2025-03-04T19:47:30.7931193Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/499' 2025-03-04T19:47:30.7931812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/500/base' 2025-03-04T19:47:30.7932252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/500/head' 2025-03-04T19:47:30.7932640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/500/orig' 2025-03-04T19:47:30.7933033Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/500' 2025-03-04T19:47:30.7933426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/501/base' 2025-03-04T19:47:30.7933799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/501/head' 2025-03-04T19:47:30.7934172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/501/orig' 2025-03-04T19:47:30.7934679Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/501' 2025-03-04T19:47:30.7935433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/502/base' 2025-03-04T19:47:30.7935829Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/502/head' 2025-03-04T19:47:30.7936205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/502/orig' 2025-03-04T19:47:30.7936610Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/502' 2025-03-04T19:47:30.7936988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/503/base' 2025-03-04T19:47:30.7937377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/503/head' 2025-03-04T19:47:30.7937753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/503/orig' 2025-03-04T19:47:30.7938446Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/503' 2025-03-04T19:47:30.7938961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/504/base' 2025-03-04T19:47:30.7939341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/504/head' 2025-03-04T19:47:30.7939728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/504/orig' 2025-03-04T19:47:30.7940121Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/504' 2025-03-04T19:47:30.7940506Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/505/base' 2025-03-04T19:47:30.7940883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/505/head' 2025-03-04T19:47:30.7941316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/505/orig' 2025-03-04T19:47:30.7942158Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/505' 2025-03-04T19:47:30.7942547Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/506/base' 2025-03-04T19:47:30.7942924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/506/head' 2025-03-04T19:47:30.7943313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/506/orig' 2025-03-04T19:47:30.7943709Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/506' 2025-03-04T19:47:30.7944215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/507/base' 2025-03-04T19:47:30.7944910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/507/head' 2025-03-04T19:47:30.7945345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/507/orig' 2025-03-04T19:47:30.7945750Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/507' 2025-03-04T19:47:30.7946128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/508/base' 2025-03-04T19:47:30.7946515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/508/head' 2025-03-04T19:47:30.7946890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/508/orig' 2025-03-04T19:47:30.7947297Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/508' 2025-03-04T19:47:30.7947675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/509/base' 2025-03-04T19:47:30.7948474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/509/head' 2025-03-04T19:47:30.7948957Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/509/orig' 2025-03-04T19:47:30.7949354Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/509' 2025-03-04T19:47:30.7949743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/510/base' 2025-03-04T19:47:30.7950117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/510/head' 2025-03-04T19:47:30.7950607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/510/orig' 2025-03-04T19:47:30.7951010Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/510' 2025-03-04T19:47:30.7951504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/511/base' 2025-03-04T19:47:30.7952217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/511/head' 2025-03-04T19:47:30.7952604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/511/orig' 2025-03-04T19:47:30.7953000Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/511' 2025-03-04T19:47:30.7953373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/512/base' 2025-03-04T19:47:30.7953757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/512/head' 2025-03-04T19:47:30.7954138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/512/orig' 2025-03-04T19:47:30.7954550Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/512' 2025-03-04T19:47:30.7954929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/513/base' 2025-03-04T19:47:30.7955653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/513/head' 2025-03-04T19:47:30.7956129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/513/orig' 2025-03-04T19:47:30.7956538Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/513' 2025-03-04T19:47:30.7956915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/514/base' 2025-03-04T19:47:30.7957301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/514/head' 2025-03-04T19:47:30.7957679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/514/orig' 2025-03-04T19:47:30.7958142Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/514' 2025-03-04T19:47:30.7958525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/515/base' 2025-03-04T19:47:30.7959226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/515/head' 2025-03-04T19:47:30.7959721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/515/orig' 2025-03-04T19:47:30.7960134Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/515' 2025-03-04T19:47:30.7960569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/516/base' 2025-03-04T19:47:30.7961001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/516/head' 2025-03-04T19:47:30.7961612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/516/orig' 2025-03-04T19:47:30.7962012Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/516' 2025-03-04T19:47:30.7962389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/517/base' 2025-03-04T19:47:30.7962828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/517/head' 2025-03-04T19:47:30.7963545Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/517/orig' 2025-03-04T19:47:30.7964009Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/517' 2025-03-04T19:47:30.7964386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/518/base' 2025-03-04T19:47:30.7964772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/518/head' 2025-03-04T19:47:30.7965150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/518/orig' 2025-03-04T19:47:30.7965554Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/518' 2025-03-04T19:47:30.7965930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/519/base' 2025-03-04T19:47:30.7966478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/519/head' 2025-03-04T19:47:30.7967149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/519/orig' 2025-03-04T19:47:30.7967546Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel/519' 2025-03-04T19:47:30.7967940Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jansel' 2025-03-04T19:47:30.7968349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/195/base' 2025-03-04T19:47:30.7968764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/195/head' 2025-03-04T19:47:30.7969170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/195/orig' 2025-03-04T19:47:30.7969775Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/195' 2025-03-04T19:47:30.7970447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/208/base' 2025-03-04T19:47:30.7970864Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/208/head' 2025-03-04T19:47:30.7971271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/208/orig' 2025-03-04T19:47:30.7971925Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/208' 2025-03-04T19:47:30.7972388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/214/base' 2025-03-04T19:47:30.7972821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/214/head' 2025-03-04T19:47:30.7973595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/214/orig' 2025-03-04T19:47:30.7974074Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/214' 2025-03-04T19:47:30.7974488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/226/base' 2025-03-04T19:47:30.7974989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/226/head' 2025-03-04T19:47:30.7975414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/226/orig' 2025-03-04T19:47:30.7975837Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/226' 2025-03-04T19:47:30.7976364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/227/base' 2025-03-04T19:47:30.7977093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/227/head' 2025-03-04T19:47:30.7977504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/227/orig' 2025-03-04T19:47:30.7977932Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/227' 2025-03-04T19:47:30.7978341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/228/base' 2025-03-04T19:47:30.7979126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/228/head' 2025-03-04T19:47:30.7979603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/228/orig' 2025-03-04T19:47:30.7980039Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/228' 2025-03-04T19:47:30.7980440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/229/base' 2025-03-04T19:47:30.7980850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/229/head' 2025-03-04T19:47:30.7981252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/229/orig' 2025-03-04T19:47:30.7981822Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/229' 2025-03-04T19:47:30.7982592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/89/base' 2025-03-04T19:47:30.7983030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/89/head' 2025-03-04T19:47:30.7983424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/89/orig' 2025-03-04T19:47:30.7983840Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser/89' 2025-03-04T19:47:30.7984255Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jbschlosser' 2025-03-04T19:47:30.7984628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jcaip/70/base' 2025-03-04T19:47:30.7985015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jcaip/70/head' 2025-03-04T19:47:30.7985741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jcaip/70/orig' 2025-03-04T19:47:30.7986324Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jcaip/70' 2025-03-04T19:47:30.7986701Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jcaip' 2025-03-04T19:47:30.7987110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jerryzh168/855/base' 2025-03-04T19:47:30.7987508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jerryzh168/855/head' 2025-03-04T19:47:30.7987903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jerryzh168/855/orig' 2025-03-04T19:47:30.7988329Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jerryzh168/855' 2025-03-04T19:47:30.7989103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jerryzh168/859/base' 2025-03-04T19:47:30.7989639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jerryzh168/859/head' 2025-03-04T19:47:30.7990034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jerryzh168/859/orig' 2025-03-04T19:47:30.7990461Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jerryzh168/859' 2025-03-04T19:47:30.7990856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jerryzh168/860/base' 2025-03-04T19:47:30.7991260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jerryzh168/860/head' 2025-03-04T19:47:30.7991667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jerryzh168/860/orig' 2025-03-04T19:47:30.7992482Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jerryzh168/860' 2025-03-04T19:47:30.7992918Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jerryzh168' 2025-03-04T19:47:30.7993293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jgong5/23/base' 2025-03-04T19:47:30.7993678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jgong5/23/head' 2025-03-04T19:47:30.7994425Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jgong5/23' 2025-03-04T19:47:30.7994913Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jgong5' 2025-03-04T19:47:30.7995298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/34/base' 2025-03-04T19:47:30.7995699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/34/head' 2025-03-04T19:47:30.7996084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/34/orig' 2025-03-04T19:47:30.7996682Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/34' 2025-03-04T19:47:30.7997468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/37/base' 2025-03-04T19:47:30.7998030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/37/head' 2025-03-04T19:47:30.7998453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/37/orig' 2025-03-04T19:47:30.7998958Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/37' 2025-03-04T19:47:30.7999471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/50/base' 2025-03-04T19:47:30.7999936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/50/head' 2025-03-04T19:47:30.8000533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/50/orig' 2025-03-04T19:47:30.8001278Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/50' 2025-03-04T19:47:30.8001738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/51/base' 2025-03-04T19:47:30.8002225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/51/head' 2025-03-04T19:47:30.8002642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/51/orig' 2025-03-04T19:47:30.8003243Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/51' 2025-03-04T19:47:30.8003913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/53/base' 2025-03-04T19:47:30.8004616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/53/head' 2025-03-04T19:47:30.8005034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/53/orig' 2025-03-04T19:47:30.8005471Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/53' 2025-03-04T19:47:30.8005928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/54/base' 2025-03-04T19:47:30.8006343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/54/head' 2025-03-04T19:47:30.8006907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/54/orig' 2025-03-04T19:47:30.8007738Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/54' 2025-03-04T19:47:30.8008204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/55/base' 2025-03-04T19:47:30.8008626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/55/head' 2025-03-04T19:47:30.8009527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/55/orig' 2025-03-04T19:47:30.8009992Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/55' 2025-03-04T19:47:30.8010463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/56/base' 2025-03-04T19:47:30.8010884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/56/head' 2025-03-04T19:47:30.8011311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/56/orig' 2025-03-04T19:47:30.8011855Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/56' 2025-03-04T19:47:30.8012622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/57/base' 2025-03-04T19:47:30.8013094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/57/head' 2025-03-04T19:47:30.8013515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/57/orig' 2025-03-04T19:47:30.8013975Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/57' 2025-03-04T19:47:30.8014496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/58/base' 2025-03-04T19:47:30.8015417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/58/head' 2025-03-04T19:47:30.8015891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/58/orig' 2025-03-04T19:47:30.8016357Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/58' 2025-03-04T19:47:30.8016866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/59/base' 2025-03-04T19:47:30.8017638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/59/head' 2025-03-04T19:47:30.8018104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/59/orig' 2025-03-04T19:47:30.8018551Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/59' 2025-03-04T19:47:30.8019055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/60/base' 2025-03-04T19:47:30.8019514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/60/head' 2025-03-04T19:47:30.8020060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/60/orig' 2025-03-04T19:47:30.8020892Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/60' 2025-03-04T19:47:30.8021360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/61/base' 2025-03-04T19:47:30.8021867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/61/head' 2025-03-04T19:47:30.8022771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/61/orig' 2025-03-04T19:47:30.8023227Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx/61' 2025-03-04T19:47:30.8024056Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jiayisunx' 2025-03-04T19:47:30.8024569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jjwu@meta.com/1/base' 2025-03-04T19:47:30.8024981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jjwu@meta.com/1/head' 2025-03-04T19:47:30.8025545Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jjwu@meta.com/1' 2025-03-04T19:47:30.8026047Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jjwu@meta.com' 2025-03-04T19:47:30.8026521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/1/base' 2025-03-04T19:47:30.8027152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/1/head' 2025-03-04T19:47:30.8027909Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/1' 2025-03-04T19:47:30.8028333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/12/base' 2025-03-04T19:47:30.8028933Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/12' 2025-03-04T19:47:30.8029677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/13/base' 2025-03-04T19:47:30.8030174Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/13' 2025-03-04T19:47:30.8030614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/14/base' 2025-03-04T19:47:30.8031172Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/14' 2025-03-04T19:47:30.8031591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/16/base' 2025-03-04T19:47:30.8032144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/16/head' 2025-03-04T19:47:30.8032941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/16/orig' 2025-03-04T19:47:30.8033402Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/16' 2025-03-04T19:47:30.8033846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/19/base' 2025-03-04T19:47:30.8124859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/19/head' 2025-03-04T19:47:30.8125828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/19/orig' 2025-03-04T19:47:30.8127317Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/19' 2025-03-04T19:47:30.8128616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/2/base' 2025-03-04T19:47:30.8129497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/2/head' 2025-03-04T19:47:30.8130405Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/2' 2025-03-04T19:47:30.8131309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/3/base' 2025-03-04T19:47:30.8132189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/3/head' 2025-03-04T19:47:30.8133092Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/3' 2025-03-04T19:47:30.8133999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/4/base' 2025-03-04T19:47:30.8134886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/4/head' 2025-03-04T19:47:30.8135779Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/4' 2025-03-04T19:47:30.8136723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/5/base' 2025-03-04T19:47:30.8137597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/5/head' 2025-03-04T19:47:30.8138506Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/5' 2025-03-04T19:47:30.8139411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/6/base' 2025-03-04T19:47:30.8140296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/6/head' 2025-03-04T19:47:30.8141604Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/6' 2025-03-04T19:47:30.8142804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/7/base' 2025-03-04T19:47:30.8143824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/7/head' 2025-03-04T19:47:30.8144728Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/7' 2025-03-04T19:47:30.8145630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/8/base' 2025-03-04T19:47:30.8146519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/8/head' 2025-03-04T19:47:30.8147548Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang/8' 2025-03-04T19:47:30.8148458Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/jon-chuang' 2025-03-04T19:47:30.8149361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/101/base' 2025-03-04T19:47:30.8150279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/101/head' 2025-03-04T19:47:30.8151188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/101/orig' 2025-03-04T19:47:30.8152119Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/101' 2025-03-04T19:47:30.8153111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/102/base' 2025-03-04T19:47:30.8154138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/102/head' 2025-03-04T19:47:30.8155108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/102/orig' 2025-03-04T19:47:30.8156267Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/102' 2025-03-04T19:47:30.8157259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/103/base' 2025-03-04T19:47:30.8158166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/103/head' 2025-03-04T19:47:30.8159072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/103/orig' 2025-03-04T19:47:30.8160010Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/103' 2025-03-04T19:47:30.8160943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/104/base' 2025-03-04T19:47:30.8161856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/104/head' 2025-03-04T19:47:30.8162758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/104/orig' 2025-03-04T19:47:30.8163690Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/104' 2025-03-04T19:47:30.8164618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/105/base' 2025-03-04T19:47:30.8165529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/105/head' 2025-03-04T19:47:30.8166492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/105/orig' 2025-03-04T19:47:30.8167426Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/105' 2025-03-04T19:47:30.8168481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/106/base' 2025-03-04T19:47:30.8169392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/106/head' 2025-03-04T19:47:30.8170304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/106/orig' 2025-03-04T19:47:30.8171239Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/106' 2025-03-04T19:47:30.8172355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/107/base' 2025-03-04T19:47:30.8173284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/107/head' 2025-03-04T19:47:30.8174321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/107/orig' 2025-03-04T19:47:30.8175259Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/107' 2025-03-04T19:47:30.8176177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/108/base' 2025-03-04T19:47:30.8177085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/108/head' 2025-03-04T19:47:30.8178000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/108/orig' 2025-03-04T19:47:30.8178931Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/108' 2025-03-04T19:47:30.8179932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/109/base' 2025-03-04T19:47:30.8180855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/109/head' 2025-03-04T19:47:30.8181837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/109/orig' 2025-03-04T19:47:30.8182763Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/109' 2025-03-04T19:47:30.8183698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/110/base' 2025-03-04T19:47:30.8184614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/110/head' 2025-03-04T19:47:30.8185529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/110/orig' 2025-03-04T19:47:30.8186468Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/110' 2025-03-04T19:47:30.8187390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/111/base' 2025-03-04T19:47:30.8188295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/111/head' 2025-03-04T19:47:30.8189197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/111/orig' 2025-03-04T19:47:30.8190128Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/111' 2025-03-04T19:47:30.8191059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/112/base' 2025-03-04T19:47:30.8191971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/112/head' 2025-03-04T19:47:30.8192891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/112/orig' 2025-03-04T19:47:30.8193824Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby/112' 2025-03-04T19:47:30.8194755Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/justinchuby' 2025-03-04T19:47:30.8195619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/1/base' 2025-03-04T19:47:30.8196459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/1/head' 2025-03-04T19:47:30.8197294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/1/orig' 2025-03-04T19:47:30.8198148Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/1' 2025-03-04T19:47:30.8199016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/12/base' 2025-03-04T19:47:30.8199943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/12/head' 2025-03-04T19:47:30.8200810Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/12' 2025-03-04T19:47:30.8201668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/13/base' 2025-03-04T19:47:30.8202523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/13/head' 2025-03-04T19:47:30.8203396Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/13' 2025-03-04T19:47:30.8204268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/14/base' 2025-03-04T19:47:30.8205123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/14/head' 2025-03-04T19:47:30.8206049Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/14' 2025-03-04T19:47:30.8206930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/16/base' 2025-03-04T19:47:30.8207773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/16/head' 2025-03-04T19:47:30.8208643Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/16' 2025-03-04T19:47:30.8209515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/6/base' 2025-03-04T19:47:30.8210354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/6/head' 2025-03-04T19:47:30.8211215Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/6' 2025-03-04T19:47:30.8212083Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/7/base' 2025-03-04T19:47:30.8212945Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/7' 2025-03-04T19:47:30.8213802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/9/base' 2025-03-04T19:47:30.8214645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/9/head' 2025-03-04T19:47:30.8215504Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng/9' 2025-03-04T19:47:30.8216377Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kadeng' 2025-03-04T19:47:30.8217273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kimishpatel/186/base' 2025-03-04T19:47:30.8218196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kimishpatel/186/head' 2025-03-04T19:47:30.8219112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kimishpatel/186/orig' 2025-03-04T19:47:30.8220050Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kimishpatel/186' 2025-03-04T19:47:30.8220990Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kimishpatel' 2025-03-04T19:47:30.8221971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kurtamohler/31/base' 2025-03-04T19:47:30.8222882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kurtamohler/31/head' 2025-03-04T19:47:30.8223781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kurtamohler/31/orig' 2025-03-04T19:47:30.8224711Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kurtamohler/31' 2025-03-04T19:47:30.8225780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kurtamohler/32/base' 2025-03-04T19:47:30.8226670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kurtamohler/32/head' 2025-03-04T19:47:30.8227572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kurtamohler/32/orig' 2025-03-04T19:47:30.8228501Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kurtamohler/32' 2025-03-04T19:47:30.8229432Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kurtamohler' 2025-03-04T19:47:30.8230311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/1/base' 2025-03-04T19:47:30.8231176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/1/head' 2025-03-04T19:47:30.8232129Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/1' 2025-03-04T19:47:30.8233013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/108/base' 2025-03-04T19:47:30.8233893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/108/head' 2025-03-04T19:47:30.8234771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/108/orig' 2025-03-04T19:47:30.8235676Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/108' 2025-03-04T19:47:30.8236574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/109/base' 2025-03-04T19:47:30.8237455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/109/head' 2025-03-04T19:47:30.8238321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/109/orig' 2025-03-04T19:47:30.8239226Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/109' 2025-03-04T19:47:30.8240125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/118/base' 2025-03-04T19:47:30.8241122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/118/head' 2025-03-04T19:47:30.8242000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/118/orig' 2025-03-04T19:47:30.8242898Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/118' 2025-03-04T19:47:30.8243849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/122/base' 2025-03-04T19:47:30.8244722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/122/head' 2025-03-04T19:47:30.8245599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/122/orig' 2025-03-04T19:47:30.8246502Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/122' 2025-03-04T19:47:30.8247400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/123/base' 2025-03-04T19:47:30.8248277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/123/head' 2025-03-04T19:47:30.8249168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/123/orig' 2025-03-04T19:47:30.8250076Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/123' 2025-03-04T19:47:30.8250984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/124/base' 2025-03-04T19:47:30.8251925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/124/head' 2025-03-04T19:47:30.8252810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/124/orig' 2025-03-04T19:47:30.8253723Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/124' 2025-03-04T19:47:30.8254627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/125/base' 2025-03-04T19:47:30.8255518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/125/head' 2025-03-04T19:47:30.8256403Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/125/orig' 2025-03-04T19:47:30.8257368Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/125' 2025-03-04T19:47:30.8258279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/126/base' 2025-03-04T19:47:30.8259152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/126/head' 2025-03-04T19:47:30.8260028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/126/orig' 2025-03-04T19:47:30.8260926Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/126' 2025-03-04T19:47:30.8261896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/127/base' 2025-03-04T19:47:30.8262780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/127/head' 2025-03-04T19:47:30.8263671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/127/orig' 2025-03-04T19:47:30.8264563Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/127' 2025-03-04T19:47:30.8265469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/15/base' 2025-03-04T19:47:30.8266347Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/15/head' 2025-03-04T19:47:30.8267243Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/15' 2025-03-04T19:47:30.8268128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/87/base' 2025-03-04T19:47:30.8269001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/87/head' 2025-03-04T19:47:30.8269878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/87/orig' 2025-03-04T19:47:30.8270765Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/87' 2025-03-04T19:47:30.8271654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/97/base' 2025-03-04T19:47:30.8272683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/97/head' 2025-03-04T19:47:30.8273555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/97/orig' 2025-03-04T19:47:30.8274447Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501/97' 2025-03-04T19:47:30.8275354Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/kwen2501' 2025-03-04T19:47:30.8276239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/102/base' 2025-03-04T19:47:30.8277238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/102/head' 2025-03-04T19:47:30.8278150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/102/orig' 2025-03-04T19:47:30.8279079Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/102' 2025-03-04T19:47:30.8280005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/107/base' 2025-03-04T19:47:30.8280912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/107/head' 2025-03-04T19:47:30.8281829Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/107/orig' 2025-03-04T19:47:30.8282763Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/107' 2025-03-04T19:47:30.8283776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/108/base' 2025-03-04T19:47:30.8284699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/108/head' 2025-03-04T19:47:30.8285612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/108/orig' 2025-03-04T19:47:30.8286546Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/108' 2025-03-04T19:47:30.8287474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/109/base' 2025-03-04T19:47:30.8288378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/109/head' 2025-03-04T19:47:30.8289280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/109/orig' 2025-03-04T19:47:30.8290207Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/109' 2025-03-04T19:47:30.8291147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/110/base' 2025-03-04T19:47:30.8292076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/110/head' 2025-03-04T19:47:30.8293094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/110/orig' 2025-03-04T19:47:30.8294061Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/110' 2025-03-04T19:47:30.8294997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/111/base' 2025-03-04T19:47:30.8295898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/111/head' 2025-03-04T19:47:30.8296831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/111/orig' 2025-03-04T19:47:30.8297962Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/111' 2025-03-04T19:47:30.8298924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/112/base' 2025-03-04T19:47:30.8299908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/112/head' 2025-03-04T19:47:30.8300867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/112/orig' 2025-03-04T19:47:30.8301876Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/112' 2025-03-04T19:47:30.8302859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/28/base' 2025-03-04T19:47:30.8303860Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/28' 2025-03-04T19:47:30.8304763Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/29/base' 2025-03-04T19:47:30.8305762Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/29' 2025-03-04T19:47:30.8306676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/30/base' 2025-03-04T19:47:30.8307571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/30/head' 2025-03-04T19:47:30.8308525Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/30' 2025-03-04T19:47:30.8309449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/31/base' 2025-03-04T19:47:30.8310422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/31/head' 2025-03-04T19:47:30.8311374Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/31' 2025-03-04T19:47:30.8312289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/32/base' 2025-03-04T19:47:30.8313183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/32/head' 2025-03-04T19:47:30.8314148Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka/32' 2025-03-04T19:47:30.8315063Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/laithsakka' 2025-03-04T19:47:30.8315976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/larryliu0820/44/base' 2025-03-04T19:47:30.8316902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/larryliu0820/44/head' 2025-03-04T19:47:30.8317815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/larryliu0820/44/orig' 2025-03-04T19:47:30.8318761Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/larryliu0820/44' 2025-03-04T19:47:30.8319699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/larryliu0820/45/base' 2025-03-04T19:47:30.8320620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/larryliu0820/45/head' 2025-03-04T19:47:30.8321541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/larryliu0820/45/orig' 2025-03-04T19:47:30.8322483Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/larryliu0820/45' 2025-03-04T19:47:30.8323480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/larryliu0820/46/base' 2025-03-04T19:47:30.8324392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/larryliu0820/46/head' 2025-03-04T19:47:30.8325316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/larryliu0820/46/orig' 2025-03-04T19:47:30.8326253Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/larryliu0820/46' 2025-03-04T19:47:30.8327201Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/larryliu0820' 2025-03-04T19:47:30.8328162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/180/base' 2025-03-04T19:47:30.8329157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/180/head' 2025-03-04T19:47:30.8330140Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/180/orig' 2025-03-04T19:47:30.8331246Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/180' 2025-03-04T19:47:30.8332247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/181/base' 2025-03-04T19:47:30.8333224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/181/head' 2025-03-04T19:47:30.8334198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/181/orig' 2025-03-04T19:47:30.8335188Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/181' 2025-03-04T19:47:30.8336188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/182/base' 2025-03-04T19:47:30.8337217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/182/head' 2025-03-04T19:47:30.8338179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/182/orig' 2025-03-04T19:47:30.8339240Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/182' 2025-03-04T19:47:30.8340234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/183/base' 2025-03-04T19:47:30.8341304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/183/head' 2025-03-04T19:47:30.8342352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/183/orig' 2025-03-04T19:47:30.8343354Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/183' 2025-03-04T19:47:30.8344355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/184/base' 2025-03-04T19:47:30.8345329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/184/head' 2025-03-04T19:47:30.8346286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/184/orig' 2025-03-04T19:47:30.8347289Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/184' 2025-03-04T19:47:30.8348280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/185/base' 2025-03-04T19:47:30.8349250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/185/head' 2025-03-04T19:47:30.8350232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/185/orig' 2025-03-04T19:47:30.8351229Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/185' 2025-03-04T19:47:30.8352223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/186/base' 2025-03-04T19:47:30.8353183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/186/head' 2025-03-04T19:47:30.8354151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/186/orig' 2025-03-04T19:47:30.8355148Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/186' 2025-03-04T19:47:30.8356135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/187/base' 2025-03-04T19:47:30.8357178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/187/head' 2025-03-04T19:47:30.8358162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/187/orig' 2025-03-04T19:47:30.8359164Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel/187' 2025-03-04T19:47:30.8360168Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/leslie-fang-intel' 2025-03-04T19:47:30.8361092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/lucasllc/1/head' 2025-03-04T19:47:30.8361980Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/lucasllc/1' 2025-03-04T19:47:30.8362884Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/lucasllc' 2025-03-04T19:47:30.8363793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/lw/5/head' 2025-03-04T19:47:30.8364633Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/lw/5' 2025-03-04T19:47:30.8365472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/lw/6/base' 2025-03-04T19:47:30.8366269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/lw/6/head' 2025-03-04T19:47:30.8367082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/lw/6/orig' 2025-03-04T19:47:30.8367916Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/lw/6' 2025-03-04T19:47:30.8368765Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/lw' 2025-03-04T19:47:30.8369623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/137/base' 2025-03-04T19:47:30.8370498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/137/head' 2025-03-04T19:47:30.8371372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/137/orig' 2025-03-04T19:47:30.8372412Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/137' 2025-03-04T19:47:30.8373301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/14/base' 2025-03-04T19:47:30.8374182Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/14' 2025-03-04T19:47:30.8375065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/155/base' 2025-03-04T19:47:30.8375932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/155/head' 2025-03-04T19:47:30.8376812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/155/orig' 2025-03-04T19:47:30.8377699Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/155' 2025-03-04T19:47:30.8378570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/159/base' 2025-03-04T19:47:30.8379434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/159/head' 2025-03-04T19:47:30.8380299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/159/orig' 2025-03-04T19:47:30.8381185Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/159' 2025-03-04T19:47:30.8382129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/161/base' 2025-03-04T19:47:30.8383112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/161/head' 2025-03-04T19:47:30.8383989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/161/orig' 2025-03-04T19:47:30.8384862Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/161' 2025-03-04T19:47:30.8385751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/162/base' 2025-03-04T19:47:30.8386627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/162/head' 2025-03-04T19:47:30.8387493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/162/orig' 2025-03-04T19:47:30.8388381Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/162' 2025-03-04T19:47:30.8389341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/163/base' 2025-03-04T19:47:30.8390217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/163/head' 2025-03-04T19:47:30.8391100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/163/orig' 2025-03-04T19:47:30.8392035Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/163' 2025-03-04T19:47:30.8392929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/164/base' 2025-03-04T19:47:30.8393810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/164/head' 2025-03-04T19:47:30.8394680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/164/orig' 2025-03-04T19:47:30.8395572Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/164' 2025-03-04T19:47:30.8396463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/165/base' 2025-03-04T19:47:30.8397327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/165/head' 2025-03-04T19:47:30.8398194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/165/orig' 2025-03-04T19:47:30.8399087Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/165' 2025-03-04T19:47:30.8399980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/166/base' 2025-03-04T19:47:30.8400854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/166/head' 2025-03-04T19:47:30.8401728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/166/orig' 2025-03-04T19:47:30.8402630Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/166' 2025-03-04T19:47:30.8403509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/167/base' 2025-03-04T19:47:30.8404388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/167/head' 2025-03-04T19:47:30.8405261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/167/orig' 2025-03-04T19:47:30.8406155Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/167' 2025-03-04T19:47:30.8407035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/168/base' 2025-03-04T19:47:30.8407905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/168/head' 2025-03-04T19:47:30.8408837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/168/orig' 2025-03-04T19:47:30.8409714Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/168' 2025-03-04T19:47:30.8410603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/169/base' 2025-03-04T19:47:30.8411471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/169/head' 2025-03-04T19:47:30.8412343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/169/orig' 2025-03-04T19:47:30.8413227Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/169' 2025-03-04T19:47:30.8414111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/170/base' 2025-03-04T19:47:30.8415050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/170/head' 2025-03-04T19:47:30.8415911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/170/orig' 2025-03-04T19:47:30.8416803Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/170' 2025-03-04T19:47:30.8417712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/171/base' 2025-03-04T19:47:30.8418581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/171/head' 2025-03-04T19:47:30.8419472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/171/orig' 2025-03-04T19:47:30.8420363Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/171' 2025-03-04T19:47:30.8421247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/172/base' 2025-03-04T19:47:30.8422178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/172/head' 2025-03-04T19:47:30.8423052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/172/orig' 2025-03-04T19:47:30.8423942Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/172' 2025-03-04T19:47:30.8424828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/173/base' 2025-03-04T19:47:30.8425698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/173/head' 2025-03-04T19:47:30.8426569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/173/orig' 2025-03-04T19:47:30.8427454Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/173' 2025-03-04T19:47:30.8428346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/174/base' 2025-03-04T19:47:30.8429214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/174/head' 2025-03-04T19:47:30.8430082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/174/orig' 2025-03-04T19:47:30.8430973Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/174' 2025-03-04T19:47:30.8431857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/175/base' 2025-03-04T19:47:30.8432729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/175/head' 2025-03-04T19:47:30.8433588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/175/orig' 2025-03-04T19:47:30.8434537Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/175' 2025-03-04T19:47:30.8435416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/176/base' 2025-03-04T19:47:30.8436288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/176/head' 2025-03-04T19:47:30.8437160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/176/orig' 2025-03-04T19:47:30.8438052Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/176' 2025-03-04T19:47:30.8438939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/177/base' 2025-03-04T19:47:30.8439798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/177/head' 2025-03-04T19:47:30.8440725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/177/orig' 2025-03-04T19:47:30.8441615Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/177' 2025-03-04T19:47:30.8442502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/178/base' 2025-03-04T19:47:30.8443372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/178/head' 2025-03-04T19:47:30.8444246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/178/orig' 2025-03-04T19:47:30.8445136Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/178' 2025-03-04T19:47:30.8446035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/179/base' 2025-03-04T19:47:30.8446909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/179/head' 2025-03-04T19:47:30.8447779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/179/orig' 2025-03-04T19:47:30.8448668Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/179' 2025-03-04T19:47:30.8449554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/180/base' 2025-03-04T19:47:30.8450422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/180/head' 2025-03-04T19:47:30.8451287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/180/orig' 2025-03-04T19:47:30.8452164Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/180' 2025-03-04T19:47:30.8453051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/181/base' 2025-03-04T19:47:30.8453930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/181/head' 2025-03-04T19:47:30.8454806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/181/orig' 2025-03-04T19:47:30.8455699Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/181' 2025-03-04T19:47:30.8456588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/182/base' 2025-03-04T19:47:30.8457472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/182/head' 2025-03-04T19:47:30.8458329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/182/orig' 2025-03-04T19:47:30.8459216Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/182' 2025-03-04T19:47:30.8460164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/183/base' 2025-03-04T19:47:30.8461034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/183/head' 2025-03-04T19:47:30.8461974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/183/orig' 2025-03-04T19:47:30.8462859Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/183' 2025-03-04T19:47:30.8463744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/184/base' 2025-03-04T19:47:30.8464604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/184/head' 2025-03-04T19:47:30.8465473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/184/orig' 2025-03-04T19:47:30.8466419Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/184' 2025-03-04T19:47:30.8467312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/185/base' 2025-03-04T19:47:30.8468185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/185/head' 2025-03-04T19:47:30.8469059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/185/orig' 2025-03-04T19:47:30.8469950Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/185' 2025-03-04T19:47:30.8470828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/186/base' 2025-03-04T19:47:30.8471705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/186/head' 2025-03-04T19:47:30.8472767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/186/orig' 2025-03-04T19:47:30.8473664Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/186' 2025-03-04T19:47:30.8474559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/187/base' 2025-03-04T19:47:30.8475453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/187/head' 2025-03-04T19:47:30.8476327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/187/orig' 2025-03-04T19:47:30.8477209Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/187' 2025-03-04T19:47:30.8478102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/188/base' 2025-03-04T19:47:30.8478979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/188/head' 2025-03-04T19:47:30.8479855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/188/orig' 2025-03-04T19:47:30.8480743Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/188' 2025-03-04T19:47:30.8481634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/189/base' 2025-03-04T19:47:30.8482488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/189/head' 2025-03-04T19:47:30.8483376Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/189' 2025-03-04T19:47:30.8484260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/190/base' 2025-03-04T19:47:30.8485128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/190/head' 2025-03-04T19:47:30.8486098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/190/orig' 2025-03-04T19:47:30.8486992Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/190' 2025-03-04T19:47:30.8487877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/191/base' 2025-03-04T19:47:30.8488776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/191/head' 2025-03-04T19:47:30.8489681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/191/orig' 2025-03-04T19:47:30.8490562Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/191' 2025-03-04T19:47:30.8491454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/192/base' 2025-03-04T19:47:30.8492408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/192/head' 2025-03-04T19:47:30.8493290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/192/orig' 2025-03-04T19:47:30.8494184Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/192' 2025-03-04T19:47:30.8495133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/193/base' 2025-03-04T19:47:30.8496003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/193/head' 2025-03-04T19:47:30.8496870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/193/orig' 2025-03-04T19:47:30.8497757Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/193' 2025-03-04T19:47:30.8498643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/194/base' 2025-03-04T19:47:30.8499508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/194/head' 2025-03-04T19:47:30.8500376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/194/orig' 2025-03-04T19:47:30.8501249Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/194' 2025-03-04T19:47:30.8502210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/195/base' 2025-03-04T19:47:30.8503083Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/195/head' 2025-03-04T19:47:30.8503954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/195/orig' 2025-03-04T19:47:30.8504850Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/195' 2025-03-04T19:47:30.8505742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/196/base' 2025-03-04T19:47:30.8506613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/196/head' 2025-03-04T19:47:30.8507471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/196/orig' 2025-03-04T19:47:30.8508354Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/196' 2025-03-04T19:47:30.8509237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/197/base' 2025-03-04T19:47:30.8510099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/197/head' 2025-03-04T19:47:30.8510963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/197/orig' 2025-03-04T19:47:30.8511943Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/197' 2025-03-04T19:47:30.8512852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/198/base' 2025-03-04T19:47:30.8513708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/198/head' 2025-03-04T19:47:30.8514582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/198/orig' 2025-03-04T19:47:30.8515467Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/198' 2025-03-04T19:47:30.8516355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/199/base' 2025-03-04T19:47:30.8517225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/199/head' 2025-03-04T19:47:30.8518146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/199/orig' 2025-03-04T19:47:30.8519037Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/199' 2025-03-04T19:47:30.8519913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/200/base' 2025-03-04T19:47:30.8520787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/200/head' 2025-03-04T19:47:30.8521663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/200/orig' 2025-03-04T19:47:30.8522547Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/200' 2025-03-04T19:47:30.8523433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/201/base' 2025-03-04T19:47:30.8524298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/201/head' 2025-03-04T19:47:30.8525167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/201/orig' 2025-03-04T19:47:30.8526043Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/201' 2025-03-04T19:47:30.8526926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/202/base' 2025-03-04T19:47:30.8527797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/202/head' 2025-03-04T19:47:30.8528662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/202/orig' 2025-03-04T19:47:30.8529548Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/202' 2025-03-04T19:47:30.8530438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/203/base' 2025-03-04T19:47:30.8531314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/203/head' 2025-03-04T19:47:30.8532170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/203/orig' 2025-03-04T19:47:30.8533057Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/203' 2025-03-04T19:47:30.8533945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/204/base' 2025-03-04T19:47:30.8534820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/204/head' 2025-03-04T19:47:30.8535686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/204/orig' 2025-03-04T19:47:30.8536568Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/204' 2025-03-04T19:47:30.8537500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/205/base' 2025-03-04T19:47:30.8538368Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/205/head' 2025-03-04T19:47:30.8539241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/205/orig' 2025-03-04T19:47:30.8540135Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/205' 2025-03-04T19:47:30.8541025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/206/base' 2025-03-04T19:47:30.8541972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/206/head' 2025-03-04T19:47:30.8542846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/206/orig' 2025-03-04T19:47:30.8543782Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/206' 2025-03-04T19:47:30.8544683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/207/base' 2025-03-04T19:47:30.8545560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/207/head' 2025-03-04T19:47:30.8546440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/207/orig' 2025-03-04T19:47:30.8547337Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/207' 2025-03-04T19:47:30.8548231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/208/base' 2025-03-04T19:47:30.8549110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/208/head' 2025-03-04T19:47:30.8549974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/208/orig' 2025-03-04T19:47:30.8550874Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/208' 2025-03-04T19:47:30.8551768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/209/base' 2025-03-04T19:47:30.8552645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/209/head' 2025-03-04T19:47:30.8553518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/209/orig' 2025-03-04T19:47:30.8554405Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/209' 2025-03-04T19:47:30.8555299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/210/base' 2025-03-04T19:47:30.8556161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/210/head' 2025-03-04T19:47:30.8557042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/210/orig' 2025-03-04T19:47:30.8557929Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/210' 2025-03-04T19:47:30.8558813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/211/base' 2025-03-04T19:47:30.8559726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/211/head' 2025-03-04T19:47:30.8560593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/211/orig' 2025-03-04T19:47:30.8561487Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/211' 2025-03-04T19:47:30.8562363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/212/base' 2025-03-04T19:47:30.8563293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/212/head' 2025-03-04T19:47:30.8564163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/212/orig' 2025-03-04T19:47:30.8565054Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/212' 2025-03-04T19:47:30.8565944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/213/base' 2025-03-04T19:47:30.8566816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/213/head' 2025-03-04T19:47:30.8567684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/213/orig' 2025-03-04T19:47:30.8568560Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/213' 2025-03-04T19:47:30.8569503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/214/base' 2025-03-04T19:47:30.8570376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/214/head' 2025-03-04T19:47:30.8571245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/214/orig' 2025-03-04T19:47:30.8572284Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/214' 2025-03-04T19:47:30.8573172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/215/base' 2025-03-04T19:47:30.8574044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/215/head' 2025-03-04T19:47:30.8574904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/215/orig' 2025-03-04T19:47:30.8575804Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/215' 2025-03-04T19:47:30.8576693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/37/base' 2025-03-04T19:47:30.8577552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/37/head' 2025-03-04T19:47:30.8578408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/37/orig' 2025-03-04T19:47:30.8579284Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/37' 2025-03-04T19:47:30.8580162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/64/base' 2025-03-04T19:47:30.8581002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/64/head' 2025-03-04T19:47:30.8581957Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/64' 2025-03-04T19:47:30.8582845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/96/base' 2025-03-04T19:47:30.8583229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/96/head' 2025-03-04T19:47:30.8583600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/96/orig' 2025-03-04T19:47:30.8583990Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet/96' 2025-03-04T19:47:30.8584382Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/malfet' 2025-03-04T19:47:30.8584748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/markkm/1/base' 2025-03-04T19:47:30.8585148Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/markkm/1' 2025-03-04T19:47:30.8585635Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/markkm' 2025-03-04T19:47:30.8586038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/140/base' 2025-03-04T19:47:30.8586426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/140/head' 2025-03-04T19:47:30.8586826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/140/orig' 2025-03-04T19:47:30.8587236Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/140' 2025-03-04T19:47:30.8587637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/155/base' 2025-03-04T19:47:30.8588030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/155/head' 2025-03-04T19:47:30.8588483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/155/orig' 2025-03-04T19:47:30.8588909Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/155' 2025-03-04T19:47:30.8589305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/161/base' 2025-03-04T19:47:30.8589786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/161/head' 2025-03-04T19:47:30.8590175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/161/orig' 2025-03-04T19:47:30.8590595Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/161' 2025-03-04T19:47:30.8590982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/162/base' 2025-03-04T19:47:30.8591383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/162/head' 2025-03-04T19:47:30.8591793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/162/orig' 2025-03-04T19:47:30.8592214Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/162' 2025-03-04T19:47:30.8592606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/173/base' 2025-03-04T19:47:30.8592993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/173/head' 2025-03-04T19:47:30.8593389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/173/orig' 2025-03-04T19:47:30.8593794Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/173' 2025-03-04T19:47:30.8594196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/174/base' 2025-03-04T19:47:30.8594587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/174/head' 2025-03-04T19:47:30.8594986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/174/orig' 2025-03-04T19:47:30.8595391Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/174' 2025-03-04T19:47:30.8595793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/175/base' 2025-03-04T19:47:30.8596179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/175/head' 2025-03-04T19:47:30.8596563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/175/orig' 2025-03-04T19:47:30.8596985Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/175' 2025-03-04T19:47:30.8597448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/176/base' 2025-03-04T19:47:30.8597849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/176/head' 2025-03-04T19:47:30.8598236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/176/orig' 2025-03-04T19:47:30.8598658Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/176' 2025-03-04T19:47:30.8599044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/177/base' 2025-03-04T19:47:30.8599442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/177/head' 2025-03-04T19:47:30.8599942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/177/orig' 2025-03-04T19:47:30.8600376Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/177' 2025-03-04T19:47:30.8600763Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/34/base' 2025-03-04T19:47:30.8601169Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral/34' 2025-03-04T19:47:30.8601574Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/masnesral' 2025-03-04T19:47:30.8601940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mcr229/3/base' 2025-03-04T19:47:30.8602318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mcr229/3/head' 2025-03-04T19:47:30.8602682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mcr229/3/orig' 2025-03-04T19:47:30.8603089Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mcr229/3' 2025-03-04T19:47:30.8603470Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mcr229' 2025-03-04T19:47:30.8603872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/0/base' 2025-03-04T19:47:30.8604251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/0/head' 2025-03-04T19:47:30.8604661Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/0' 2025-03-04T19:47:30.8605043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/1/base' 2025-03-04T19:47:30.8605426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/1/head' 2025-03-04T19:47:30.8605842Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/1' 2025-03-04T19:47:30.8606225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/2/base' 2025-03-04T19:47:30.8606619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/2/head' 2025-03-04T19:47:30.8607021Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/2' 2025-03-04T19:47:30.8607417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/3/base' 2025-03-04T19:47:30.8607796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/3/head' 2025-03-04T19:47:30.8608208Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/3' 2025-03-04T19:47:30.8608652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/4/base' 2025-03-04T19:47:30.8609051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/4/head' 2025-03-04T19:47:30.8609451Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/4' 2025-03-04T19:47:30.8609834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/5/base' 2025-03-04T19:47:30.8610230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/5/head' 2025-03-04T19:47:30.8610631Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/5' 2025-03-04T19:47:30.8611031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/6/base' 2025-03-04T19:47:30.8611459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/6/head' 2025-03-04T19:47:30.8611879Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz/6' 2025-03-04T19:47:30.8612270Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mhorowitz' 2025-03-04T19:47:30.8612716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/234/base' 2025-03-04T19:47:30.8613148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/234/head' 2025-03-04T19:47:30.8613611Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/234' 2025-03-04T19:47:30.8614038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/235/base' 2025-03-04T19:47:30.8614471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/235/head' 2025-03-04T19:47:30.8614937Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/235' 2025-03-04T19:47:30.8615367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/236/base' 2025-03-04T19:47:30.8615808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/236/head' 2025-03-04T19:47:30.8616255Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/236' 2025-03-04T19:47:30.8616697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/237/base' 2025-03-04T19:47:30.8617125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/237/head' 2025-03-04T19:47:30.8617599Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/237' 2025-03-04T19:47:30.8618025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/238/base' 2025-03-04T19:47:30.8618465Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/238/head' 2025-03-04T19:47:30.8618932Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/238' 2025-03-04T19:47:30.8619358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/281/base' 2025-03-04T19:47:30.8619801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/281/head' 2025-03-04T19:47:30.8620227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/281/orig' 2025-03-04T19:47:30.8620741Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/281' 2025-03-04T19:47:30.8621170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/299/base' 2025-03-04T19:47:30.8621715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/299/head' 2025-03-04T19:47:30.8622145Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/299/orig' 2025-03-04T19:47:30.8622608Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/299' 2025-03-04T19:47:30.8623036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/304/base' 2025-03-04T19:47:30.8623530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/304/head' 2025-03-04T19:47:30.8623964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/304/orig' 2025-03-04T19:47:30.8624409Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/304' 2025-03-04T19:47:30.8624849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/307/base' 2025-03-04T19:47:30.8625279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/307/head' 2025-03-04T19:47:30.8625741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/307/orig' 2025-03-04T19:47:30.8626190Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/307' 2025-03-04T19:47:30.8626633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/310/base' 2025-03-04T19:47:30.8627066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/310/head' 2025-03-04T19:47:30.8627502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/310/orig' 2025-03-04T19:47:30.8627950Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/310' 2025-03-04T19:47:30.8628388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/311/base' 2025-03-04T19:47:30.8628813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/311/head' 2025-03-04T19:47:30.8629238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/311/orig' 2025-03-04T19:47:30.8629702Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/311' 2025-03-04T19:47:30.8630130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/312/base' 2025-03-04T19:47:30.8630568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/312/head' 2025-03-04T19:47:30.8630997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/312/orig' 2025-03-04T19:47:30.8631457Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/312' 2025-03-04T19:47:30.8631887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/313/base' 2025-03-04T19:47:30.8632326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/313/head' 2025-03-04T19:47:30.8632804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/313/orig' 2025-03-04T19:47:30.8633267Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/313' 2025-03-04T19:47:30.8633693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/314/base' 2025-03-04T19:47:30.8634123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/314/head' 2025-03-04T19:47:30.8634563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/314/orig' 2025-03-04T19:47:30.8635010Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/314' 2025-03-04T19:47:30.8635509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/315/base' 2025-03-04T19:47:30.8635940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/315/head' 2025-03-04T19:47:30.8636379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/315/orig' 2025-03-04T19:47:30.8636826Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/315' 2025-03-04T19:47:30.8637266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/316/base' 2025-03-04T19:47:30.8637693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/316/head' 2025-03-04T19:47:30.8638128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/316/orig' 2025-03-04T19:47:30.8638575Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/316' 2025-03-04T19:47:30.8639017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/317/base' 2025-03-04T19:47:30.8639442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/317/head' 2025-03-04T19:47:30.8639868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/317/orig' 2025-03-04T19:47:30.8640322Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/317' 2025-03-04T19:47:30.8640752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/318/base' 2025-03-04T19:47:30.8641190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/318/head' 2025-03-04T19:47:30.8641624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/318/orig' 2025-03-04T19:47:30.8642082Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/318' 2025-03-04T19:47:30.8642507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/319/base' 2025-03-04T19:47:30.8642945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/319/head' 2025-03-04T19:47:30.8643371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/319/orig' 2025-03-04T19:47:30.8643829Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/319' 2025-03-04T19:47:30.8644255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/320/base' 2025-03-04T19:47:30.8644733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/320/head' 2025-03-04T19:47:30.8645174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/320/orig' 2025-03-04T19:47:30.8645618Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/320' 2025-03-04T19:47:30.8646057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/321/base' 2025-03-04T19:47:30.8646482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/321/head' 2025-03-04T19:47:30.8646926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/321/orig' 2025-03-04T19:47:30.8647421Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/321' 2025-03-04T19:47:30.8647867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/322/base' 2025-03-04T19:47:30.8648296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/322/head' 2025-03-04T19:47:30.8648733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/322/orig' 2025-03-04T19:47:30.8649178Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/322' 2025-03-04T19:47:30.8649604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/323/base' 2025-03-04T19:47:30.8650042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/323/head' 2025-03-04T19:47:30.8650472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/323/orig' 2025-03-04T19:47:30.8650931Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/323' 2025-03-04T19:47:30.8651359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/324/base' 2025-03-04T19:47:30.8651817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/324/head' 2025-03-04T19:47:30.8652243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/324/orig' 2025-03-04T19:47:30.8652699Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki/324' 2025-03-04T19:47:30.8653127Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mikaylagawarecki' 2025-03-04T19:47:30.8653509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/1/base' 2025-03-04T19:47:30.8653876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/1/head' 2025-03-04T19:47:30.8654268Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/1' 2025-03-04T19:47:30.8654644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/2/base' 2025-03-04T19:47:30.8655006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/2/head' 2025-03-04T19:47:30.8655405Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/2' 2025-03-04T19:47:30.8655770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/3/base' 2025-03-04T19:47:30.8656152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/3/head' 2025-03-04T19:47:30.8656570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/3/orig' 2025-03-04T19:47:30.8656966Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/3' 2025-03-04T19:47:30.8657331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/4/base' 2025-03-04T19:47:30.8657705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/4/head' 2025-03-04T19:47:30.8658068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/4/orig' 2025-03-04T19:47:30.8658455Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/4' 2025-03-04T19:47:30.8658830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/5/base' 2025-03-04T19:47:30.8659244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/5/head' 2025-03-04T19:47:30.8659623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/5/orig' 2025-03-04T19:47:30.8660011Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/5' 2025-03-04T19:47:30.8660386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/6/base' 2025-03-04T19:47:30.8660751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/6/head' 2025-03-04T19:47:30.8661132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/6/orig' 2025-03-04T19:47:30.8661586Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/6' 2025-03-04T19:47:30.8661960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/7/base' 2025-03-04T19:47:30.8662341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/7/head' 2025-03-04T19:47:30.8662704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/7/orig' 2025-03-04T19:47:30.8663101Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos/7' 2025-03-04T19:47:30.8663478Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mlazos' 2025-03-04T19:47:30.8663873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/1/base' 2025-03-04T19:47:30.8664255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/1/orig' 2025-03-04T19:47:30.8664676Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/1' 2025-03-04T19:47:30.8665059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/2/base' 2025-03-04T19:47:30.8665480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/2/orig' 2025-03-04T19:47:30.8665926Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/2' 2025-03-04T19:47:30.8666313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/40/base' 2025-03-04T19:47:30.8666714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/40/head' 2025-03-04T19:47:30.8667103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/40/orig' 2025-03-04T19:47:30.8667529Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/40' 2025-03-04T19:47:30.8667975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/41/base' 2025-03-04T19:47:30.8668373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/41/head' 2025-03-04T19:47:30.8668759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/41/orig' 2025-03-04T19:47:30.8669180Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/41' 2025-03-04T19:47:30.8669565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/42/base' 2025-03-04T19:47:30.8669954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/42/head' 2025-03-04T19:47:30.8670355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/42/orig' 2025-03-04T19:47:30.8670816Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/42' 2025-03-04T19:47:30.8671271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/5/base' 2025-03-04T19:47:30.8671654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/5/orig' 2025-03-04T19:47:30.8672222Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8/5' 2025-03-04T19:47:30.8672618Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/muchulee8' 2025-03-04T19:47:30.8673002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mzzchy/2/base' 2025-03-04T19:47:30.8673372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mzzchy/2/head' 2025-03-04T19:47:30.8673757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mzzchy/2/orig' 2025-03-04T19:47:30.8674142Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mzzchy/2' 2025-03-04T19:47:30.8674504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mzzchy/3/base' 2025-03-04T19:47:30.8674879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mzzchy/3/head' 2025-03-04T19:47:30.8675243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mzzchy/3/orig' 2025-03-04T19:47:30.8675640Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mzzchy/3' 2025-03-04T19:47:30.8676004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mzzchy/4/base' 2025-03-04T19:47:30.8676381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mzzchy/4/head' 2025-03-04T19:47:30.8676771Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mzzchy/4' 2025-03-04T19:47:30.8677146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mzzchy/5/base' 2025-03-04T19:47:30.8677510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mzzchy/5/head' 2025-03-04T19:47:30.8677928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mzzchy/5/orig' 2025-03-04T19:47:30.8678324Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mzzchy/5' 2025-03-04T19:47:30.8678701Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/mzzchy' 2025-03-04T19:47:30.8679109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/12/base' 2025-03-04T19:47:30.8679599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/12/head' 2025-03-04T19:47:30.8680003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/12/orig' 2025-03-04T19:47:30.8680410Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/12' 2025-03-04T19:47:30.8680813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/31/base' 2025-03-04T19:47:30.8681201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/31/head' 2025-03-04T19:47:30.8681601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/31/orig' 2025-03-04T19:47:30.8682012Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/31' 2025-03-04T19:47:30.8682487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/32/base' 2025-03-04T19:47:30.8682890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/32/head' 2025-03-04T19:47:30.8683279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/32/orig' 2025-03-04T19:47:30.8683702Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/32' 2025-03-04T19:47:30.8684090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/33/base' 2025-03-04T19:47:30.8684492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/33/head' 2025-03-04T19:47:30.8684949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/33/orig' 2025-03-04T19:47:30.8685383Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/33' 2025-03-04T19:47:30.8685774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/35/base' 2025-03-04T19:47:30.8686178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/35/head' 2025-03-04T19:47:30.8686566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/35/orig' 2025-03-04T19:47:30.8686974Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/35' 2025-03-04T19:47:30.8687376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/36/base' 2025-03-04T19:47:30.8687763Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/36/head' 2025-03-04T19:47:30.8688172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/36/orig' 2025-03-04T19:47:30.8688581Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/36' 2025-03-04T19:47:30.8688985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/37/base' 2025-03-04T19:47:30.8689374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/37/head' 2025-03-04T19:47:30.8689776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/37/orig' 2025-03-04T19:47:30.8690185Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/37' 2025-03-04T19:47:30.8690589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/39/base' 2025-03-04T19:47:30.8691035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/39/head' 2025-03-04T19:47:30.8691423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/39/orig' 2025-03-04T19:47:30.8691845Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/39' 2025-03-04T19:47:30.8692232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/8/base' 2025-03-04T19:47:30.8692631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/8/head' 2025-03-04T19:47:30.8693019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/8/orig' 2025-03-04T19:47:30.8693440Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni/8' 2025-03-04T19:47:30.8693887Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/nmacchioni' 2025-03-04T19:47:30.8694281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/150/base' 2025-03-04T19:47:30.8694656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/150/head' 2025-03-04T19:47:30.8695044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/150/orig' 2025-03-04T19:47:30.8695439Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/150' 2025-03-04T19:47:30.8695822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/151/base' 2025-03-04T19:47:30.8696248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/151/head' 2025-03-04T19:47:30.8696626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/151/orig' 2025-03-04T19:47:30.8697034Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/151' 2025-03-04T19:47:30.8697409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/152/base' 2025-03-04T19:47:30.8697795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/152/head' 2025-03-04T19:47:30.8698167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/152/orig' 2025-03-04T19:47:30.8698570Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/152' 2025-03-04T19:47:30.8698943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/153/base' 2025-03-04T19:47:30.8699318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/153/head' 2025-03-04T19:47:30.8699707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/153/orig' 2025-03-04T19:47:30.8700101Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/153' 2025-03-04T19:47:30.8700488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/154/base' 2025-03-04T19:47:30.8700862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/154/head' 2025-03-04T19:47:30.8701247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/154/orig' 2025-03-04T19:47:30.8701709Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/154' 2025-03-04T19:47:30.8702103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/155/base' 2025-03-04T19:47:30.8702539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/155/head' 2025-03-04T19:47:30.8702926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/155/orig' 2025-03-04T19:47:30.8703321Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/155' 2025-03-04T19:47:30.8703698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/156/base' 2025-03-04T19:47:30.8704087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/156/head' 2025-03-04T19:47:30.8704464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/156/orig' 2025-03-04T19:47:30.8704872Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/156' 2025-03-04T19:47:30.8705353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/157/base' 2025-03-04T19:47:30.8705750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/157/head' 2025-03-04T19:47:30.8706126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/157/orig' 2025-03-04T19:47:30.8706533Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/157' 2025-03-04T19:47:30.8706908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/158/base' 2025-03-04T19:47:30.8707294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/158/head' 2025-03-04T19:47:30.8707668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/158/orig' 2025-03-04T19:47:30.8708069Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/158' 2025-03-04T19:47:30.8708460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/159/base' 2025-03-04T19:47:30.8708837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/159/head' 2025-03-04T19:47:30.8709225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/159/orig' 2025-03-04T19:47:30.8709623Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/159' 2025-03-04T19:47:30.8710009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/160/base' 2025-03-04T19:47:30.8710389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/160/head' 2025-03-04T19:47:30.8710774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/160/orig' 2025-03-04T19:47:30.8711174Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/160' 2025-03-04T19:47:30.8711552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/161/base' 2025-03-04T19:47:30.8711982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/161/head' 2025-03-04T19:47:30.8712361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/161/orig' 2025-03-04T19:47:30.8712768Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/161' 2025-03-04T19:47:30.8713135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/2/base' 2025-03-04T19:47:30.8713514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/2/head' 2025-03-04T19:47:30.8713938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/2/orig' 2025-03-04T19:47:30.8714338Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/2' 2025-03-04T19:47:30.8714710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/21/base' 2025-03-04T19:47:30.8715095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/21/head' 2025-03-04T19:47:30.8715464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/21/orig' 2025-03-04T19:47:30.8715855Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen/21' 2025-03-04T19:47:30.8716244Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/oulgen' 2025-03-04T19:47:30.8716665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/pearu/108/base' 2025-03-04T19:47:30.8717051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/pearu/108/head' 2025-03-04T19:47:30.8717421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/pearu/108/orig' 2025-03-04T19:47:30.8717826Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/pearu/108' 2025-03-04T19:47:30.8718190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/pearu/56/base' 2025-03-04T19:47:30.8718565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/pearu/56/head' 2025-03-04T19:47:30.8718929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/pearu/56/orig' 2025-03-04T19:47:30.8719317Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/pearu/56' 2025-03-04T19:47:30.8719700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/pearu/97/base' 2025-03-04T19:47:30.8720064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/pearu/97/head' 2025-03-04T19:47:30.8720439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/pearu/97/orig' 2025-03-04T19:47:30.8720824Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/pearu/97' 2025-03-04T19:47:30.8721218Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/pearu' 2025-03-04T19:47:30.8721669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/peterbell10/603/base' 2025-03-04T19:47:30.8722082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/peterbell10/603/head' 2025-03-04T19:47:30.8722489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/peterbell10/603/orig' 2025-03-04T19:47:30.8722922Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/peterbell10/603' 2025-03-04T19:47:30.8723347Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/peterbell10/635/base' 2025-03-04T19:47:30.8723747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/peterbell10/635/head' 2025-03-04T19:47:30.8724162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/peterbell10/635/orig' 2025-03-04T19:47:30.8724586Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/peterbell10/635' 2025-03-04T19:47:30.8724997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/peterbell10/636/base' 2025-03-04T19:47:30.8725488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/peterbell10/636/head' 2025-03-04T19:47:30.8725901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/peterbell10/636/orig' 2025-03-04T19:47:30.8726321Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/peterbell10/636' 2025-03-04T19:47:30.8726735Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/peterbell10' 2025-03-04T19:47:30.8727107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/qqaatw/26/base' 2025-03-04T19:47:30.8727493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/qqaatw/26/head' 2025-03-04T19:47:30.8727864Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/qqaatw/26/orig' 2025-03-04T19:47:30.8728305Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/qqaatw/26' 2025-03-04T19:47:30.8728697Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/qqaatw' 2025-03-04T19:47:30.8729119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/raymo/log-graph-breaks' 2025-03-04T19:47:30.8729557Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/raymo' 2025-03-04T19:47:30.8729923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/115/base' 2025-03-04T19:47:30.8730298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/115/head' 2025-03-04T19:47:30.8730663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/115/orig' 2025-03-04T19:47:30.8731061Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/115' 2025-03-04T19:47:30.8731428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/118/base' 2025-03-04T19:47:30.8731801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/118/head' 2025-03-04T19:47:30.8732160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/118/orig' 2025-03-04T19:47:30.8732542Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/118' 2025-03-04T19:47:30.8732911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/119/base' 2025-03-04T19:47:30.8733270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/119/head' 2025-03-04T19:47:30.8733643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/119/orig' 2025-03-04T19:47:30.8734034Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/119' 2025-03-04T19:47:30.8734411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/120/base' 2025-03-04T19:47:30.8734773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/120/head' 2025-03-04T19:47:30.8735147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/120/orig' 2025-03-04T19:47:30.8735634Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/120' 2025-03-04T19:47:30.8736044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/124/base' 2025-03-04T19:47:30.8736417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/124/head' 2025-03-04T19:47:30.8736851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/124/orig' 2025-03-04T19:47:30.8737246Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/124' 2025-03-04T19:47:30.8737610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/125/base' 2025-03-04T19:47:30.8737981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/125/head' 2025-03-04T19:47:30.8738339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/125/orig' 2025-03-04T19:47:30.8738734Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/125' 2025-03-04T19:47:30.8739093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/128/base' 2025-03-04T19:47:30.8739499Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/128/head' 2025-03-04T19:47:30.8739874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/128/orig' 2025-03-04T19:47:30.8740255Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/128' 2025-03-04T19:47:30.8740627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/129/base' 2025-03-04T19:47:30.8740988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/129/head' 2025-03-04T19:47:30.8765917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/129/orig' 2025-03-04T19:47:30.8766640Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/129' 2025-03-04T19:47:30.8767306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/130/base' 2025-03-04T19:47:30.8767915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/130/head' 2025-03-04T19:47:30.8768276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/130/orig' 2025-03-04T19:47:30.8768670Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/130' 2025-03-04T19:47:30.8769027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/131/base' 2025-03-04T19:47:30.8769398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/131/head' 2025-03-04T19:47:30.8769757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/131/orig' 2025-03-04T19:47:30.8770147Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/131' 2025-03-04T19:47:30.8770512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/132/base' 2025-03-04T19:47:30.8771148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/132/head' 2025-03-04T19:47:30.8771672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/132/orig' 2025-03-04T19:47:30.8772211Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/132' 2025-03-04T19:47:30.8772586Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/133/base' 2025-03-04T19:47:30.8772944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/133/head' 2025-03-04T19:47:30.8773314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/133/orig' 2025-03-04T19:47:30.8773695Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/133' 2025-03-04T19:47:30.8774217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/134/base' 2025-03-04T19:47:30.8774578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/134/head' 2025-03-04T19:47:30.8774942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/134/orig' 2025-03-04T19:47:30.8775318Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/134' 2025-03-04T19:47:30.8775683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/135/base' 2025-03-04T19:47:30.8776038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/135/head' 2025-03-04T19:47:30.8776396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/135/orig' 2025-03-04T19:47:30.8776858Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/135' 2025-03-04T19:47:30.8777222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/136/base' 2025-03-04T19:47:30.8777593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/136/head' 2025-03-04T19:47:30.8777948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/136/orig' 2025-03-04T19:47:30.8778333Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/136' 2025-03-04T19:47:30.8778691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/27/base' 2025-03-04T19:47:30.8779055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/27/head' 2025-03-04T19:47:30.8779717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/27/orig' 2025-03-04T19:47:30.8780225Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec/27' 2025-03-04T19:47:30.8780593Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rec' 2025-03-04T19:47:30.8780993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rohan-varma/742/base' 2025-03-04T19:47:30.8781402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rohan-varma/742/head' 2025-03-04T19:47:30.8781896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rohan-varma/742/orig' 2025-03-04T19:47:30.8782321Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rohan-varma/742' 2025-03-04T19:47:30.8782722Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/rohan-varma' 2025-03-04T19:47:30.8783126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/10/base' 2025-03-04T19:47:30.8783517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/10/head' 2025-03-04T19:47:30.8783917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/10/orig' 2025-03-04T19:47:30.8784322Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/10' 2025-03-04T19:47:30.8784711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/11/base' 2025-03-04T19:47:30.8785104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/11/head' 2025-03-04T19:47:30.8785543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/11/orig' 2025-03-04T19:47:30.8786399Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/11' 2025-03-04T19:47:30.8786790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/12/base' 2025-03-04T19:47:30.8787179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/12/head' 2025-03-04T19:47:30.8787558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/12/orig' 2025-03-04T19:47:30.8787975Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/12' 2025-03-04T19:47:30.8788357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/13/base' 2025-03-04T19:47:30.8788755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/13/head' 2025-03-04T19:47:30.8789197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/13/orig' 2025-03-04T19:47:30.8789606Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/13' 2025-03-04T19:47:30.8789998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/14/base' 2025-03-04T19:47:30.8790381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/14/head' 2025-03-04T19:47:30.8790777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/14/orig' 2025-03-04T19:47:30.8791179Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/14' 2025-03-04T19:47:30.8791568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/15/base' 2025-03-04T19:47:30.8792173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/15/head' 2025-03-04T19:47:30.8792772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/15/orig' 2025-03-04T19:47:30.8793174Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/15' 2025-03-04T19:47:30.8793566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/16/base' 2025-03-04T19:47:30.8793952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/16/head' 2025-03-04T19:47:30.8794336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/16/orig' 2025-03-04T19:47:30.8794751Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/16' 2025-03-04T19:47:30.8795141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/7/base' 2025-03-04T19:47:30.8795532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/7/head' 2025-03-04T19:47:30.8795916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/7/orig' 2025-03-04T19:47:30.8796329Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/7' 2025-03-04T19:47:30.8796714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/8/base' 2025-03-04T19:47:30.8797108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/8/head' 2025-03-04T19:47:30.8797492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/8/orig' 2025-03-04T19:47:30.8798096Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/8' 2025-03-04T19:47:30.8798790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/9/base' 2025-03-04T19:47:30.8799173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/9/head' 2025-03-04T19:47:30.8799570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/9/orig' 2025-03-04T19:47:30.8799971Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere/9' 2025-03-04T19:47:30.8800378Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/seemethere' 2025-03-04T19:47:30.8800784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/145/base' 2025-03-04T19:47:30.8801247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/145/head' 2025-03-04T19:47:30.8801654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/145/orig' 2025-03-04T19:47:30.8802089Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/145' 2025-03-04T19:47:30.8802484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/151/base' 2025-03-04T19:47:30.8802881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/151/head' 2025-03-04T19:47:30.8803284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/151/orig' 2025-03-04T19:47:30.8803698Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/151' 2025-03-04T19:47:30.8804106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/176/base' 2025-03-04T19:47:30.8804505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/176/head' 2025-03-04T19:47:30.8804913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/176/orig' 2025-03-04T19:47:30.8805538Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/176' 2025-03-04T19:47:30.8806161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/187/base' 2025-03-04T19:47:30.8806553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/187/head' 2025-03-04T19:47:30.8806958Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/187/orig' 2025-03-04T19:47:30.8807377Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/187' 2025-03-04T19:47:30.8807774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/196/base' 2025-03-04T19:47:30.8808175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/196/head' 2025-03-04T19:47:30.8808577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/196/orig' 2025-03-04T19:47:30.8809001Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/196' 2025-03-04T19:47:30.8809398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/197/base' 2025-03-04T19:47:30.8809801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/197/head' 2025-03-04T19:47:30.8810200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/197/orig' 2025-03-04T19:47:30.8810678Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/197' 2025-03-04T19:47:30.8811076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/198/base' 2025-03-04T19:47:30.8811479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/198/head' 2025-03-04T19:47:30.8811873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/198/orig' 2025-03-04T19:47:30.8812292Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/198' 2025-03-04T19:47:30.8812690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/199/base' 2025-03-04T19:47:30.8813182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/199/head' 2025-03-04T19:47:30.8813593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/199/orig' 2025-03-04T19:47:30.8814010Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314/199' 2025-03-04T19:47:30.8814524Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/shunting314' 2025-03-04T19:47:30.8815228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/sijiac/1/base' 2025-03-04T19:47:30.8815620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/sijiac/1/head' 2025-03-04T19:47:30.8816005Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/sijiac/1' 2025-03-04T19:47:30.8816379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/sijiac/2/base' 2025-03-04T19:47:30.8816745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/sijiac/2/head' 2025-03-04T19:47:30.8817124Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/sijiac/2' 2025-03-04T19:47:30.8817497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/sijiac/3/base' 2025-03-04T19:47:30.8817855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/sijiac/3/head' 2025-03-04T19:47:30.8818247Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/sijiac/3' 2025-03-04T19:47:30.8818621Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/sijiac' 2025-03-04T19:47:30.8819010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/silverguo/1/base' 2025-03-04T19:47:30.8819399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/silverguo/1/head' 2025-03-04T19:47:30.8819804Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/silverguo/1' 2025-03-04T19:47:30.8820181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/silverguo/2/base' 2025-03-04T19:47:30.8820552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/silverguo/2/head' 2025-03-04T19:47:30.8820955Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/silverguo/2' 2025-03-04T19:47:30.8821378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/silverguo/3/base' 2025-03-04T19:47:30.8822172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/silverguo/3/head' 2025-03-04T19:47:30.8822644Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/silverguo/3' 2025-03-04T19:47:30.8823030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/silverguo/4/base' 2025-03-04T19:47:30.8823409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/silverguo/4/head' 2025-03-04T19:47:30.8823814Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/silverguo/4' 2025-03-04T19:47:30.8824201Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/silverguo' 2025-03-04T19:47:30.8824595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/sinhaanhsul/1/base' 2025-03-04T19:47:30.8824979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/sinhaanhsul/1/head' 2025-03-04T19:47:30.8825434Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/sinhaanhsul/1' 2025-03-04T19:47:30.8825847Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/sinhaanhsul' 2025-03-04T19:47:30.8826232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/269/base' 2025-03-04T19:47:30.8826620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/269/head' 2025-03-04T19:47:30.8826998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/269/orig' 2025-03-04T19:47:30.8827416Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/269' 2025-03-04T19:47:30.8827798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/276/base' 2025-03-04T19:47:30.8828199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/276/head' 2025-03-04T19:47:30.8828581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/276/orig' 2025-03-04T19:47:30.8829052Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/276' 2025-03-04T19:47:30.8829766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/287/base' 2025-03-04T19:47:30.8830152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/287/head' 2025-03-04T19:47:30.8830545Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/287/orig' 2025-03-04T19:47:30.8830945Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/287' 2025-03-04T19:47:30.8831341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/296/base' 2025-03-04T19:47:30.8831726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/296/head' 2025-03-04T19:47:30.8832117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/296/orig' 2025-03-04T19:47:30.8832522Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/296' 2025-03-04T19:47:30.8832914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/299/base' 2025-03-04T19:47:30.8833298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/299/head' 2025-03-04T19:47:30.8833684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/299/orig' 2025-03-04T19:47:30.8834085Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/299' 2025-03-04T19:47:30.8834637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/300/base' 2025-03-04T19:47:30.8835358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/300/head' 2025-03-04T19:47:30.8835743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/300/orig' 2025-03-04T19:47:30.8836156Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/300' 2025-03-04T19:47:30.8836543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/301/base' 2025-03-04T19:47:30.8836939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/301/head' 2025-03-04T19:47:30.8837392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/301/orig' 2025-03-04T19:47:30.8837812Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/301' 2025-03-04T19:47:30.8838197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/313/base' 2025-03-04T19:47:30.8838591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/313/head' 2025-03-04T19:47:30.8838978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/313/orig' 2025-03-04T19:47:30.8839384Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/313' 2025-03-04T19:47:30.8839774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/319/base' 2025-03-04T19:47:30.8840164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/319/head' 2025-03-04T19:47:30.8840558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/319/orig' 2025-03-04T19:47:30.8840970Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/319' 2025-03-04T19:47:30.8841365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/320/base' 2025-03-04T19:47:30.8841748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/320/head' 2025-03-04T19:47:30.8842137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/320/orig' 2025-03-04T19:47:30.8842733Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/320' 2025-03-04T19:47:30.8843365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/329/base' 2025-03-04T19:47:30.8843790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/329/head' 2025-03-04T19:47:30.8844171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/329/orig' 2025-03-04T19:47:30.8844650Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/329' 2025-03-04T19:47:30.8845034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/331/base' 2025-03-04T19:47:30.8845430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/331/head' 2025-03-04T19:47:30.8845814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/331/orig' 2025-03-04T19:47:30.8846228Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/331' 2025-03-04T19:47:30.8846673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/332/base' 2025-03-04T19:47:30.8847069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/332/head' 2025-03-04T19:47:30.8847453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/332/orig' 2025-03-04T19:47:30.8847857Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/332' 2025-03-04T19:47:30.8848255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/335/base' 2025-03-04T19:47:30.8848634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/335/head' 2025-03-04T19:47:30.8849272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/335/orig' 2025-03-04T19:47:30.8849935Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/335' 2025-03-04T19:47:30.8850331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/336/base' 2025-03-04T19:47:30.8850715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/336/head' 2025-03-04T19:47:30.8851097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/336/orig' 2025-03-04T19:47:30.8851502Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/336' 2025-03-04T19:47:30.8851891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/347/base' 2025-03-04T19:47:30.8852277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/347/head' 2025-03-04T19:47:30.8852667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/347/orig' 2025-03-04T19:47:30.8853080Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/347' 2025-03-04T19:47:30.8853464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/349/base' 2025-03-04T19:47:30.8853853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/349/head' 2025-03-04T19:47:30.8854238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/349/orig' 2025-03-04T19:47:30.8854643Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/349' 2025-03-04T19:47:30.8855027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/350/base' 2025-03-04T19:47:30.8855534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/350/head' 2025-03-04T19:47:30.8856225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/350/orig' 2025-03-04T19:47:30.8856640Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/350' 2025-03-04T19:47:30.8857019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/351/base' 2025-03-04T19:47:30.8857401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/351/head' 2025-03-04T19:47:30.8857789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/351/orig' 2025-03-04T19:47:30.8858192Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/351' 2025-03-04T19:47:30.8858593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/352/base' 2025-03-04T19:47:30.8859068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/352/head' 2025-03-04T19:47:30.8859459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/352/orig' 2025-03-04T19:47:30.8859862Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/352' 2025-03-04T19:47:30.8860252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/353/base' 2025-03-04T19:47:30.8860637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/353/head' 2025-03-04T19:47:30.8861032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/353/orig' 2025-03-04T19:47:30.8861559Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer/353' 2025-03-04T19:47:30.8861954Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/soulitzer' 2025-03-04T19:47:30.8862412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/suo/619/base' 2025-03-04T19:47:30.8863107Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/suo/619' 2025-03-04T19:47:30.8863478Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/suo' 2025-03-04T19:47:30.8863858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/704/base' 2025-03-04T19:47:30.8864250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/704/head' 2025-03-04T19:47:30.8864631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/704/orig' 2025-03-04T19:47:30.8865040Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/704' 2025-03-04T19:47:30.8865424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/710/base' 2025-03-04T19:47:30.8865812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/710/head' 2025-03-04T19:47:30.8866194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/710/orig' 2025-03-04T19:47:30.8866597Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/710' 2025-03-04T19:47:30.8866982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/711/base' 2025-03-04T19:47:30.8867362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/711/head' 2025-03-04T19:47:30.8867755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/711/orig' 2025-03-04T19:47:30.8868155Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/711' 2025-03-04T19:47:30.8868538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/722/base' 2025-03-04T19:47:30.8869082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/722/head' 2025-03-04T19:47:30.8869740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/722/orig' 2025-03-04T19:47:30.8870140Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/722' 2025-03-04T19:47:30.8870524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/723/base' 2025-03-04T19:47:30.8870974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/723/head' 2025-03-04T19:47:30.8871353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/723/orig' 2025-03-04T19:47:30.8872003Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok/723' 2025-03-04T19:47:30.8872391Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/swolchok' 2025-03-04T19:47:30.8872788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/syed-ahmed/1/base' 2025-03-04T19:47:30.8873170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/syed-ahmed/1/head' 2025-03-04T19:47:30.8873562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/syed-ahmed/1/orig' 2025-03-04T19:47:30.8874075Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/syed-ahmed/1' 2025-03-04T19:47:30.8874472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/syed-ahmed/2/base' 2025-03-04T19:47:30.8874853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/syed-ahmed/2/head' 2025-03-04T19:47:30.8875235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/syed-ahmed/2/orig' 2025-03-04T19:47:30.8875651Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/syed-ahmed/2' 2025-03-04T19:47:30.8876129Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/syed-ahmed' 2025-03-04T19:47:30.8876858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tianyu-l/2/base' 2025-03-04T19:47:30.8877335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tianyu-l/2/head' 2025-03-04T19:47:30.8877722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tianyu-l/2/orig' 2025-03-04T19:47:30.8878111Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tianyu-l/2' 2025-03-04T19:47:30.8878488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tianyu-l/6/base' 2025-03-04T19:47:30.8878861Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tianyu-l/6/head' 2025-03-04T19:47:30.8879245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tianyu-l/6/orig' 2025-03-04T19:47:30.8879639Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tianyu-l/6' 2025-03-04T19:47:30.8880014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tianyu-l/7/base' 2025-03-04T19:47:30.8880399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tianyu-l/7/head' 2025-03-04T19:47:30.8880773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tianyu-l/7/orig' 2025-03-04T19:47:30.8881171Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tianyu-l/7' 2025-03-04T19:47:30.8881626Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tianyu-l' 2025-03-04T19:47:30.8882183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/155/base' 2025-03-04T19:47:30.8882921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/155/head' 2025-03-04T19:47:30.8883346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/155/orig' 2025-03-04T19:47:30.8883861Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/155' 2025-03-04T19:47:30.8884292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/162/base' 2025-03-04T19:47:30.8884710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/162/head' 2025-03-04T19:47:30.8885124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/162/orig' 2025-03-04T19:47:30.8885567Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/162' 2025-03-04T19:47:30.8886000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/277/base' 2025-03-04T19:47:30.8886493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/277/head' 2025-03-04T19:47:30.8886905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/277/orig' 2025-03-04T19:47:30.8887354Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/277' 2025-03-04T19:47:30.8887858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/282/base' 2025-03-04T19:47:30.8888356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/282/head' 2025-03-04T19:47:30.8888767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/282/orig' 2025-03-04T19:47:30.8889209Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/282' 2025-03-04T19:47:30.8889627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/287/base' 2025-03-04T19:47:30.8890038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/287/head' 2025-03-04T19:47:30.8890460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/287/orig' 2025-03-04T19:47:30.8890916Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/287' 2025-03-04T19:47:30.8891704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/288/base' 2025-03-04T19:47:30.8892125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/288/head' 2025-03-04T19:47:30.8892546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/288/orig' 2025-03-04T19:47:30.8892982Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/288' 2025-03-04T19:47:30.8893409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/289/base' 2025-03-04T19:47:30.8893821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/289/head' 2025-03-04T19:47:30.8894241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/289/orig' 2025-03-04T19:47:30.8894670Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/289' 2025-03-04T19:47:30.8895084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/290/base' 2025-03-04T19:47:30.8895508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/290/head' 2025-03-04T19:47:30.8895984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/290/orig' 2025-03-04T19:47:30.8896424Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/290' 2025-03-04T19:47:30.8896835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/291/base' 2025-03-04T19:47:30.8897248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/291/head' 2025-03-04T19:47:30.8897655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/291/orig' 2025-03-04T19:47:30.8898173Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/291' 2025-03-04T19:47:30.8898937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/292/base' 2025-03-04T19:47:30.8899421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/292/head' 2025-03-04T19:47:30.8899836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/292/orig' 2025-03-04T19:47:30.8900265Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/292' 2025-03-04T19:47:30.8900685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/293/base' 2025-03-04T19:47:30.8901099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/293/head' 2025-03-04T19:47:30.8901602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/293/orig' 2025-03-04T19:47:30.8902039Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/293' 2025-03-04T19:47:30.8902471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/294/base' 2025-03-04T19:47:30.8902885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/294/head' 2025-03-04T19:47:30.8903310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/294/orig' 2025-03-04T19:47:30.8903746Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/294' 2025-03-04T19:47:30.8904172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/295/base' 2025-03-04T19:47:30.8904588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/295/head' 2025-03-04T19:47:30.8905004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/295/orig' 2025-03-04T19:47:30.8905444Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/295' 2025-03-04T19:47:30.8906007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/296/base' 2025-03-04T19:47:30.8906708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/296/head' 2025-03-04T19:47:30.8907135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/296/orig' 2025-03-04T19:47:30.8907580Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan/296' 2025-03-04T19:47:30.8907998Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/tugsbayasgalan' 2025-03-04T19:47:30.8908379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/1/head' 2025-03-04T19:47:30.8908801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/1/next' 2025-03-04T19:47:30.8909183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/1/orig' 2025-03-04T19:47:30.8909568Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/1' 2025-03-04T19:47:30.8909936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/2/head' 2025-03-04T19:47:30.8910309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/2/next' 2025-03-04T19:47:30.8910670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/2/orig' 2025-03-04T19:47:30.8911068Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/2' 2025-03-04T19:47:30.8911479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/3/head' 2025-03-04T19:47:30.8911855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/3/next' 2025-03-04T19:47:30.8912215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/3/orig' 2025-03-04T19:47:30.8912612Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/3' 2025-03-04T19:47:30.8912975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/4/base' 2025-03-04T19:47:30.8913338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/4/head' 2025-03-04T19:47:30.8913702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/4/orig' 2025-03-04T19:47:30.8914089Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/4' 2025-03-04T19:47:30.8914468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/5/base' 2025-03-04T19:47:30.8914828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/5/head' 2025-03-04T19:47:30.8915203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/5/orig' 2025-03-04T19:47:30.8915648Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/5' 2025-03-04T19:47:30.8916353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/6/base' 2025-03-04T19:47:30.8916724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/6/head' 2025-03-04T19:47:30.8917105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/6/orig' 2025-03-04T19:47:30.8917492Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/6' 2025-03-04T19:47:30.8917854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/7/base' 2025-03-04T19:47:30.8918228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/7/head' 2025-03-04T19:47:30.8918584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/7/orig' 2025-03-04T19:47:30.8918976Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo/7' 2025-03-04T19:47:30.8919353Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vkuzo' 2025-03-04T19:47:30.8919738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/10/base' 2025-03-04T19:47:30.8920166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/10/head' 2025-03-04T19:47:30.8920549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/10/orig' 2025-03-04T19:47:30.8920936Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/10' 2025-03-04T19:47:30.8921307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/15/base' 2025-03-04T19:47:30.8921689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/15/head' 2025-03-04T19:47:30.8922061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/15/orig' 2025-03-04T19:47:30.8922780Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/15' 2025-03-04T19:47:30.8923299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/16/base' 2025-03-04T19:47:30.8923692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/16/head' 2025-03-04T19:47:30.8924060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/16/orig' 2025-03-04T19:47:30.8924463Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/16' 2025-03-04T19:47:30.8924831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/17/base' 2025-03-04T19:47:30.8925212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/17/head' 2025-03-04T19:47:30.8925583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/17/orig' 2025-03-04T19:47:30.8925974Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/17' 2025-03-04T19:47:30.8926357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/18/base' 2025-03-04T19:47:30.8926725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/18/head' 2025-03-04T19:47:30.8927097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/18/orig' 2025-03-04T19:47:30.8927484Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/18' 2025-03-04T19:47:30.8927866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/19/base' 2025-03-04T19:47:30.8928232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/19/head' 2025-03-04T19:47:30.8928612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/19/orig' 2025-03-04T19:47:30.8929132Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/19' 2025-03-04T19:47:30.8929801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/20/base' 2025-03-04T19:47:30.8930173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/20/head' 2025-03-04T19:47:30.8930545Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/20/orig' 2025-03-04T19:47:30.8930942Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens/20' 2025-03-04T19:47:30.8931311Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/vmoens' 2025-03-04T19:47:30.8931730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/voznesenskym/211/base' 2025-03-04T19:47:30.8932141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/voznesenskym/211/head' 2025-03-04T19:47:30.8932635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/voznesenskym/211/orig' 2025-03-04T19:47:30.8933061Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/voznesenskym/211' 2025-03-04T19:47:30.8933477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/voznesenskym/231/base' 2025-03-04T19:47:30.8933881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/voznesenskym/231/head' 2025-03-04T19:47:30.8934284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/voznesenskym/231/orig' 2025-03-04T19:47:30.8934722Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/voznesenskym/231' 2025-03-04T19:47:30.8935181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/voznesenskym/254/base' 2025-03-04T19:47:30.8935716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/voznesenskym/254/head' 2025-03-04T19:47:30.8936407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/voznesenskym/254/orig' 2025-03-04T19:47:30.8936846Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/voznesenskym/254' 2025-03-04T19:47:30.8937251Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/voznesenskym' 2025-03-04T19:47:30.8937651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wanchaol/360/base' 2025-03-04T19:47:30.8938036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wanchaol/360/head' 2025-03-04T19:47:30.8938435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wanchaol/360/orig' 2025-03-04T19:47:30.8938842Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wanchaol/360' 2025-03-04T19:47:30.8939225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wanchaol/367/base' 2025-03-04T19:47:30.8939615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wanchaol/367/head' 2025-03-04T19:47:30.8940001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wanchaol/367/orig' 2025-03-04T19:47:30.8940418Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wanchaol/367' 2025-03-04T19:47:30.8940801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wanchaol/368/base' 2025-03-04T19:47:30.8941199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wanchaol/368/head' 2025-03-04T19:47:30.8941660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wanchaol/368/orig' 2025-03-04T19:47:30.8942390Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wanchaol/368' 2025-03-04T19:47:30.8942861Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wanchaol' 2025-03-04T19:47:30.8943259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/204/base' 2025-03-04T19:47:30.8943643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/204/orig' 2025-03-04T19:47:30.8944046Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/204' 2025-03-04T19:47:30.8944446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/380/base' 2025-03-04T19:47:30.8944890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/380/head' 2025-03-04T19:47:30.8945289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/380/orig' 2025-03-04T19:47:30.8945695Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/380' 2025-03-04T19:47:30.8946092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/382/base' 2025-03-04T19:47:30.8946491Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/382' 2025-03-04T19:47:30.8946884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/383/base' 2025-03-04T19:47:30.8947334Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/383' 2025-03-04T19:47:30.8947732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/384/base' 2025-03-04T19:47:30.8948285Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/384' 2025-03-04T19:47:30.8948940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/385/base' 2025-03-04T19:47:30.8949336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/385/head' 2025-03-04T19:47:30.8949738Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/385' 2025-03-04T19:47:30.8950138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/386/base' 2025-03-04T19:47:30.8950546Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/386' 2025-03-04T19:47:30.8950949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/391/base' 2025-03-04T19:47:30.8951332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/391/head' 2025-03-04T19:47:30.8951729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/391/orig' 2025-03-04T19:47:30.8952128Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/391' 2025-03-04T19:47:30.8952506Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/392/base' 2025-03-04T19:47:30.8952909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/392/head' 2025-03-04T19:47:30.8953295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/392/orig' 2025-03-04T19:47:30.8953717Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/392' 2025-03-04T19:47:30.8954097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/393/base' 2025-03-04T19:47:30.8954497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/393/head' 2025-03-04T19:47:30.8955107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/393/orig' 2025-03-04T19:47:30.8955724Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/393' 2025-03-04T19:47:30.8956106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/394/base' 2025-03-04T19:47:30.8956499Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/394/head' 2025-03-04T19:47:30.8956942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/394/orig' 2025-03-04T19:47:30.8957344Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/394' 2025-03-04T19:47:30.8957737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/395/base' 2025-03-04T19:47:30.8958119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/395/head' 2025-03-04T19:47:30.8958514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/395/orig' 2025-03-04T19:47:30.8958919Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/395' 2025-03-04T19:47:30.8959314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/396/base' 2025-03-04T19:47:30.8959749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/396/head' 2025-03-04T19:47:30.8960142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/396/orig' 2025-03-04T19:47:30.8960539Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/396' 2025-03-04T19:47:30.8960938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/397/base' 2025-03-04T19:47:30.8961676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/397/head' 2025-03-04T19:47:30.8962135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/397/orig' 2025-03-04T19:47:30.8962550Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/397' 2025-03-04T19:47:30.8962935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/398/base' 2025-03-04T19:47:30.8963334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/398/head' 2025-03-04T19:47:30.8963715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/398/orig' 2025-03-04T19:47:30.8964120Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab/398' 2025-03-04T19:47:30.8964503Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wconstab' 2025-03-04T19:47:30.8964902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/weifengpy/21/base' 2025-03-04T19:47:30.8965288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/weifengpy/21/head' 2025-03-04T19:47:30.8965686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/weifengpy/21/orig' 2025-03-04T19:47:30.8966095Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/weifengpy/21' 2025-03-04T19:47:30.8966482Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/weifengpy' 2025-03-04T19:47:30.8966898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/196/base' 2025-03-04T19:47:30.8967303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/196/head' 2025-03-04T19:47:30.8967716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/196/orig' 2025-03-04T19:47:30.8968141Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/196' 2025-03-04T19:47:30.8968557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/197/base' 2025-03-04T19:47:30.8969018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/197/head' 2025-03-04T19:47:30.8969574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/197/orig' 2025-03-04T19:47:30.8970001Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/197' 2025-03-04T19:47:30.8970404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/199/base' 2025-03-04T19:47:30.8970874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/199/head' 2025-03-04T19:47:30.8971637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/199/orig' 2025-03-04T19:47:30.8972335Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/199' 2025-03-04T19:47:30.8972752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/200/base' 2025-03-04T19:47:30.8973187Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/200/head' 2025-03-04T19:47:30.8973591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/200/orig' 2025-03-04T19:47:30.8974026Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/200' 2025-03-04T19:47:30.8974428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/201/base' 2025-03-04T19:47:30.8974845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/201/head' 2025-03-04T19:47:30.8975248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/201/orig' 2025-03-04T19:47:30.8975676Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/201' 2025-03-04T19:47:30.8976091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/204/base' 2025-03-04T19:47:30.8976495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/204/head' 2025-03-04T19:47:30.8976909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/204/orig' 2025-03-04T19:47:30.8977336Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/204' 2025-03-04T19:47:30.8977752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/205/base' 2025-03-04T19:47:30.8978159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/205/head' 2025-03-04T19:47:30.8978576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/205/orig' 2025-03-04T19:47:30.8979000Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/205' 2025-03-04T19:47:30.8979417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/206/base' 2025-03-04T19:47:30.8979821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/206/head' 2025-03-04T19:47:30.8980224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/206/orig' 2025-03-04T19:47:30.8980661Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/206' 2025-03-04T19:47:30.8981067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/207/base' 2025-03-04T19:47:30.8981639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/207/head' 2025-03-04T19:47:30.8982154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/207/orig' 2025-03-04T19:47:30.8982597Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/207' 2025-03-04T19:47:30.8982998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/208/base' 2025-03-04T19:47:30.8983412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/208/head' 2025-03-04T19:47:30.8983816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/208/orig' 2025-03-04T19:47:30.8984311Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/208' 2025-03-04T19:47:30.8984874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/209/base' 2025-03-04T19:47:30.8985596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/209/head' 2025-03-04T19:47:30.8986018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/209/orig' 2025-03-04T19:47:30.8986441Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/209' 2025-03-04T19:47:30.8986857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/210/base' 2025-03-04T19:47:30.8987258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/210/head' 2025-03-04T19:47:30.8987681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/210/orig' 2025-03-04T19:47:30.8988111Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/210' 2025-03-04T19:47:30.8988528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/211/base' 2025-03-04T19:47:30.8988934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/211/head' 2025-03-04T19:47:30.8989347Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/211/orig' 2025-03-04T19:47:30.8989773Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/211' 2025-03-04T19:47:30.8990178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/212/base' 2025-03-04T19:47:30.8990590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/212/head' 2025-03-04T19:47:30.8990990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/212/orig' 2025-03-04T19:47:30.8991430Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/212' 2025-03-04T19:47:30.8992136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/213/base' 2025-03-04T19:47:30.8992689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/213/head' 2025-03-04T19:47:30.8993091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/213/orig' 2025-03-04T19:47:30.8993524Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/213' 2025-03-04T19:47:30.8993990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/214/base' 2025-03-04T19:47:30.8994402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/214/head' 2025-03-04T19:47:30.8994806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/214/orig' 2025-03-04T19:47:30.8995226Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/214' 2025-03-04T19:47:30.8995640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/215/base' 2025-03-04T19:47:30.8996043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/215/head' 2025-03-04T19:47:30.8996496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/215/orig' 2025-03-04T19:47:30.8997364Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/215' 2025-03-04T19:47:30.8997780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/216/base' 2025-03-04T19:47:30.8998176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/216/head' 2025-03-04T19:47:30.8998588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/216/orig' 2025-03-04T19:47:30.8999011Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/216' 2025-03-04T19:47:30.8999427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/217/base' 2025-03-04T19:47:30.8999828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/217/head' 2025-03-04T19:47:30.9000238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/217/orig' 2025-03-04T19:47:30.9000670Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42/217' 2025-03-04T19:47:30.9001073Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/williamwen42' 2025-03-04T19:47:30.9001451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wz337/2/base' 2025-03-04T19:47:30.9001815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wz337/2/head' 2025-03-04T19:47:30.9002209Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wz337/2' 2025-03-04T19:47:30.9002568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wz337/3/base' 2025-03-04T19:47:30.9003037Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wz337/3/head' 2025-03-04T19:47:30.9003730Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wz337/3' 2025-03-04T19:47:30.9004111Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/wz337' 2025-03-04T19:47:30.9004482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/138/base' 2025-03-04T19:47:30.9004853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/138/head' 2025-03-04T19:47:30.9005234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/138/orig' 2025-03-04T19:47:30.9005623Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/138' 2025-03-04T19:47:30.9006005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/140/base' 2025-03-04T19:47:30.9006481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/140/head' 2025-03-04T19:47:30.9006865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/140/orig' 2025-03-04T19:47:30.9007254Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/140' 2025-03-04T19:47:30.9007630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/157/base' 2025-03-04T19:47:30.9007998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/157/head' 2025-03-04T19:47:30.9008599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/157/orig' 2025-03-04T19:47:30.9009196Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/157' 2025-03-04T19:47:30.9009622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/166/base' 2025-03-04T19:47:30.9010004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/166/head' 2025-03-04T19:47:30.9010379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/166/orig' 2025-03-04T19:47:30.9010778Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/166' 2025-03-04T19:47:30.9011146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/167/base' 2025-03-04T19:47:30.9011552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/167/head' 2025-03-04T19:47:30.9011923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/167/orig' 2025-03-04T19:47:30.9012331Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/167' 2025-03-04T19:47:30.9012702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/168/base' 2025-03-04T19:47:30.9013074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/168/head' 2025-03-04T19:47:30.9013457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/168/orig' 2025-03-04T19:47:30.9013847Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/168' 2025-03-04T19:47:30.9014228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/169/base' 2025-03-04T19:47:30.9014603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/169/head' 2025-03-04T19:47:30.9015000Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/169' 2025-03-04T19:47:30.9015366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/170/base' 2025-03-04T19:47:30.9015746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/170/head' 2025-03-04T19:47:30.9016166Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/170' 2025-03-04T19:47:30.9016873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/171/base' 2025-03-04T19:47:30.9017320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/171/head' 2025-03-04T19:47:30.9017686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/171/orig' 2025-03-04T19:47:30.9018087Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/171' 2025-03-04T19:47:30.9018509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/172/base' 2025-03-04T19:47:30.9018888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/172/head' 2025-03-04T19:47:30.9019252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/172/orig' 2025-03-04T19:47:30.9019650Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/172' 2025-03-04T19:47:30.9020013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/173/base' 2025-03-04T19:47:30.9020391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/173/head' 2025-03-04T19:47:30.9020757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/173/orig' 2025-03-04T19:47:30.9021206Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/173' 2025-03-04T19:47:30.9021657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/174/base' 2025-03-04T19:47:30.9022026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/174/head' 2025-03-04T19:47:30.9022401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/174/orig' 2025-03-04T19:47:30.9023117Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/174' 2025-03-04T19:47:30.9023613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/175/base' 2025-03-04T19:47:30.9023983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/175/head' 2025-03-04T19:47:30.9024364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/175/orig' 2025-03-04T19:47:30.9024754Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/175' 2025-03-04T19:47:30.9025134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/176/base' 2025-03-04T19:47:30.9025498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/176/head' 2025-03-04T19:47:30.9025865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/176/orig' 2025-03-04T19:47:30.9026265Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/176' 2025-03-04T19:47:30.9026634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/177/base' 2025-03-04T19:47:30.9027020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/177/head' 2025-03-04T19:47:30.9027388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/177/orig' 2025-03-04T19:47:30.9027792Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/177' 2025-03-04T19:47:30.9028308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/178/base' 2025-03-04T19:47:30.9028972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/178/head' 2025-03-04T19:47:30.9029339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/178/orig' 2025-03-04T19:47:30.9029734Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/178' 2025-03-04T19:47:30.9030101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/179/base' 2025-03-04T19:47:30.9030530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/179/head' 2025-03-04T19:47:30.9030907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/179/orig' 2025-03-04T19:47:30.9031296Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/179' 2025-03-04T19:47:30.9031670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/18/base' 2025-03-04T19:47:30.9032033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/18/head' 2025-03-04T19:47:30.9032429Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/18' 2025-03-04T19:47:30.9032796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/180/base' 2025-03-04T19:47:30.9033566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/180/head' 2025-03-04T19:47:30.9033943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/180/orig' 2025-03-04T19:47:30.9034331Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/180' 2025-03-04T19:47:30.9035016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/181/base' 2025-03-04T19:47:30.9035538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/181/head' 2025-03-04T19:47:30.9035920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/181/orig' 2025-03-04T19:47:30.9036308Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/181' 2025-03-04T19:47:30.9036687Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/182/base' 2025-03-04T19:47:30.9037058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/182/head' 2025-03-04T19:47:30.9037433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/182/orig' 2025-03-04T19:47:30.9037818Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/182' 2025-03-04T19:47:30.9038200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/183/base' 2025-03-04T19:47:30.9038567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/183/head' 2025-03-04T19:47:30.9038937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/183/orig' 2025-03-04T19:47:30.9039335Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/183' 2025-03-04T19:47:30.9039712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/184/base' 2025-03-04T19:47:30.9040337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/184/head' 2025-03-04T19:47:30.9040883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/184/orig' 2025-03-04T19:47:30.9041282Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/184' 2025-03-04T19:47:30.9041651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/185/base' 2025-03-04T19:47:30.9042032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/185/head' 2025-03-04T19:47:30.9042394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/185/orig' 2025-03-04T19:47:30.9042835Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/185' 2025-03-04T19:47:30.9043213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/186/base' 2025-03-04T19:47:30.9043579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/186/head' 2025-03-04T19:47:30.9043959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/186/orig' 2025-03-04T19:47:30.9044343Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/186' 2025-03-04T19:47:30.9044721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/187/base' 2025-03-04T19:47:30.9045087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/187/head' 2025-03-04T19:47:30.9045518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/187/orig' 2025-03-04T19:47:30.9046065Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/187' 2025-03-04T19:47:30.9046735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/188/base' 2025-03-04T19:47:30.9047106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/188/head' 2025-03-04T19:47:30.9047479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/188/orig' 2025-03-04T19:47:30.9047887Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/188' 2025-03-04T19:47:30.9048259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/189/base' 2025-03-04T19:47:30.9048647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/189/head' 2025-03-04T19:47:30.9049021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/189/orig' 2025-03-04T19:47:30.9049425Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/189' 2025-03-04T19:47:30.9049796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/190/base' 2025-03-04T19:47:30.9050182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/190/head' 2025-03-04T19:47:30.9050551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/190/orig' 2025-03-04T19:47:30.9050953Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan/190' 2025-03-04T19:47:30.9051328Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xmfan' 2025-03-04T19:47:30.9051737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuanzhang816/10/base' 2025-03-04T19:47:30.9052153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuanzhang816/10/head' 2025-03-04T19:47:30.9052556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuanzhang816/10/orig' 2025-03-04T19:47:30.9052992Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuanzhang816/10' 2025-03-04T19:47:30.9053395Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuanzhang816/11/base' 2025-03-04T19:47:30.9053804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuanzhang816/11/head' 2025-03-04T19:47:30.9054206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuanzhang816/11/orig' 2025-03-04T19:47:30.9054699Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuanzhang816/11' 2025-03-04T19:47:30.9055382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuanzhang816/12/base' 2025-03-04T19:47:30.9055943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuanzhang816/12/head' 2025-03-04T19:47:30.9056344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuanzhang816/12/orig' 2025-03-04T19:47:30.9056761Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuanzhang816/12' 2025-03-04T19:47:30.9057172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuanzhang816/13/base' 2025-03-04T19:47:30.9057572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuanzhang816/13/head' 2025-03-04T19:47:30.9058063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuanzhang816/13/orig' 2025-03-04T19:47:30.9058483Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuanzhang816/13' 2025-03-04T19:47:30.9058905Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuanzhang816' 2025-03-04T19:47:30.9059281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/1/base' 2025-03-04T19:47:30.9059669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/1/head' 2025-03-04T19:47:30.9060054Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/1' 2025-03-04T19:47:30.9060632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/2/base' 2025-03-04T19:47:30.9061254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/2/head' 2025-03-04T19:47:30.9061723Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/2' 2025-03-04T19:47:30.9062110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/3/base' 2025-03-04T19:47:30.9062477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/3/head' 2025-03-04T19:47:30.9062878Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/3' 2025-03-04T19:47:30.9063250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/4/base' 2025-03-04T19:47:30.9063634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/4/head' 2025-03-04T19:47:30.9064026Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/4' 2025-03-04T19:47:30.9064416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/5/base' 2025-03-04T19:47:30.9064785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/5/head' 2025-03-04T19:47:30.9065171Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/5' 2025-03-04T19:47:30.9065548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/6/base' 2025-03-04T19:47:30.9065979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/6/head' 2025-03-04T19:47:30.9066732Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/6' 2025-03-04T19:47:30.9067113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/7/base' 2025-03-04T19:47:30.9067564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/7/head' 2025-03-04T19:47:30.9067950Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn/7' 2025-03-04T19:47:30.9068338Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xuhancn' 2025-03-04T19:47:30.9068716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xunnanxu/1/base' 2025-03-04T19:47:30.9069129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xunnanxu/1/head' 2025-03-04T19:47:30.9069509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xunnanxu/1/orig' 2025-03-04T19:47:30.9069903Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xunnanxu/1' 2025-03-04T19:47:30.9070364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xunnanxu/2/base' 2025-03-04T19:47:30.9070742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xunnanxu/2/head' 2025-03-04T19:47:30.9071128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xunnanxu/2/orig' 2025-03-04T19:47:30.9071611Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xunnanxu/2' 2025-03-04T19:47:30.9072497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xunnanxu/3/base' 2025-03-04T19:47:30.9072878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xunnanxu/3/head' 2025-03-04T19:47:30.9073273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xunnanxu/3/orig' 2025-03-04T19:47:30.9073673Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xunnanxu/3' 2025-03-04T19:47:30.9074065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xunnanxu/4/base' 2025-03-04T19:47:30.9074442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xunnanxu/4/head' 2025-03-04T19:47:30.9074820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xunnanxu/4/orig' 2025-03-04T19:47:30.9075231Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xunnanxu/4' 2025-03-04T19:47:30.9075618Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/xunnanxu' 2025-03-04T19:47:30.9076020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/11/base' 2025-03-04T19:47:30.9076413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/11/head' 2025-03-04T19:47:30.9076809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/11/orig' 2025-03-04T19:47:30.9077213Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/11' 2025-03-04T19:47:30.9077611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/12/base' 2025-03-04T19:47:30.9077995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/12/head' 2025-03-04T19:47:30.9078384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/12/orig' 2025-03-04T19:47:30.9078804Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/12' 2025-03-04T19:47:30.9079195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/13/base' 2025-03-04T19:47:30.9079691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/13/head' 2025-03-04T19:47:30.9080077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/13/orig' 2025-03-04T19:47:30.9080493Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/13' 2025-03-04T19:47:30.9080881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/14/base' 2025-03-04T19:47:30.9081280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/14/head' 2025-03-04T19:47:30.9081666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/14/orig' 2025-03-04T19:47:30.9082089Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/14' 2025-03-04T19:47:30.9082547Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/15/base' 2025-03-04T19:47:30.9082932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/15/head' 2025-03-04T19:47:30.9083325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/15/orig' 2025-03-04T19:47:30.9083728Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/15' 2025-03-04T19:47:30.9084125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/18/base' 2025-03-04T19:47:30.9084508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/18/head' 2025-03-04T19:47:30.9084908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/18/orig' 2025-03-04T19:47:30.9085319Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/18' 2025-03-04T19:47:30.9085716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/19/base' 2025-03-04T19:47:30.9086105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/19/head' 2025-03-04T19:47:30.9086502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/19/orig' 2025-03-04T19:47:30.9086905Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/19' 2025-03-04T19:47:30.9087289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/20/base' 2025-03-04T19:47:30.9087685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/20/head' 2025-03-04T19:47:30.9088076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/20/orig' 2025-03-04T19:47:30.9088491Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/20' 2025-03-04T19:47:30.9088873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/21/base' 2025-03-04T19:47:30.9089271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/21/head' 2025-03-04T19:47:30.9089679Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/21' 2025-03-04T19:47:30.9090074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/22/base' 2025-03-04T19:47:30.9090457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/22/head' 2025-03-04T19:47:30.9090843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/22/orig' 2025-03-04T19:47:30.9091302Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/22' 2025-03-04T19:47:30.9091688Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/23/base' 2025-03-04T19:47:30.9092081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/23/head' 2025-03-04T19:47:30.9092467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/23/orig' 2025-03-04T19:47:30.9092879Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/23' 2025-03-04T19:47:30.9093290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/24/base' 2025-03-04T19:47:30.9094118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/24/head' 2025-03-04T19:47:30.9094548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/24/orig' 2025-03-04T19:47:30.9094962Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/24' 2025-03-04T19:47:30.9095347Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/25/base' 2025-03-04T19:47:30.9095731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/25/head' 2025-03-04T19:47:30.9096124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/25/orig' 2025-03-04T19:47:30.9096547Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/25' 2025-03-04T19:47:30.9096948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/26/base' 2025-03-04T19:47:30.9097336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/26/head' 2025-03-04T19:47:30.9097736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/26/orig' 2025-03-04T19:47:30.9098141Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/26' 2025-03-04T19:47:30.9098535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/28/base' 2025-03-04T19:47:30.9098918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/28/head' 2025-03-04T19:47:30.9099316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/28/orig' 2025-03-04T19:47:30.9099913Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/28' 2025-03-04T19:47:30.9100556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/32/base' 2025-03-04T19:47:30.9100954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/32/head' 2025-03-04T19:47:30.9101337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/32/orig' 2025-03-04T19:47:30.9101826Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/32' 2025-03-04T19:47:30.9102213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/34/base' 2025-03-04T19:47:30.9102608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/34/head' 2025-03-04T19:47:30.9102994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/34/orig' 2025-03-04T19:47:30.9103469Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/34' 2025-03-04T19:47:30.9103847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/35/base' 2025-03-04T19:47:30.9104230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/35/head' 2025-03-04T19:47:30.9104626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/35/orig' 2025-03-04T19:47:30.9105029Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/35' 2025-03-04T19:47:30.9105431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/36/base' 2025-03-04T19:47:30.9106177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/36/head' 2025-03-04T19:47:30.9106734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/36/orig' 2025-03-04T19:47:30.9107143Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/36' 2025-03-04T19:47:30.9107540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/37/base' 2025-03-04T19:47:30.9107921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/37/head' 2025-03-04T19:47:30.9108319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/37/orig' 2025-03-04T19:47:30.9108722Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j/37' 2025-03-04T19:47:30.9109110Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanbing-j' 2025-03-04T19:47:30.9109519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/41/base' 2025-03-04T19:47:30.9109907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/41/orig' 2025-03-04T19:47:30.9110332Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/41' 2025-03-04T19:47:30.9110720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/58/base' 2025-03-04T19:47:30.9111115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/58/orig' 2025-03-04T19:47:30.9111520Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/58' 2025-03-04T19:47:30.9111921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/59/base' 2025-03-04T19:47:30.9112314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/59/orig' 2025-03-04T19:47:30.9112738Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/59' 2025-03-04T19:47:30.9113127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/60/base' 2025-03-04T19:47:30.9113516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/60/orig' 2025-03-04T19:47:30.9113936Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/60' 2025-03-04T19:47:30.9114324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/61/base' 2025-03-04T19:47:30.9114764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/61/orig' 2025-03-04T19:47:30.9115545Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/61' 2025-03-04T19:47:30.9116018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/62/base' 2025-03-04T19:47:30.9116410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/62/head' 2025-03-04T19:47:30.9116812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/62/orig' 2025-03-04T19:47:30.9117222Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/62' 2025-03-04T19:47:30.9117625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/63/base' 2025-03-04T19:47:30.9118013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/63/orig' 2025-03-04T19:47:30.9118477Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/63' 2025-03-04T19:47:30.9118889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/64/base' 2025-03-04T19:47:30.9119280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/64/orig' 2025-03-04T19:47:30.9119700Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/64' 2025-03-04T19:47:30.9120094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/65/base' 2025-03-04T19:47:30.9120554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/65/orig' 2025-03-04T19:47:30.9121312Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang/65' 2025-03-04T19:47:30.9121734Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yanboliang' 2025-03-04T19:47:30.9122113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/168/base' 2025-03-04T19:47:30.9122497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/168/head' 2025-03-04T19:47:30.9122866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/168/orig' 2025-03-04T19:47:30.9123256Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/168' 2025-03-04T19:47:30.9123643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/179/base' 2025-03-04T19:47:30.9124015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/179/head' 2025-03-04T19:47:30.9124400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/179/orig' 2025-03-04T19:47:30.9124795Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/179' 2025-03-04T19:47:30.9125174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/180/base' 2025-03-04T19:47:30.9125544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/180/head' 2025-03-04T19:47:30.9125928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/180/orig' 2025-03-04T19:47:30.9126448Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/180' 2025-03-04T19:47:30.9127110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/193/base' 2025-03-04T19:47:30.9127498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/193/head' 2025-03-04T19:47:30.9127930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/193/orig' 2025-03-04T19:47:30.9128325Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/193' 2025-03-04T19:47:30.9128699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/194/base' 2025-03-04T19:47:30.9129086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/194/head' 2025-03-04T19:47:30.9129457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/194/orig' 2025-03-04T19:47:30.9129853Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/194' 2025-03-04T19:47:30.9130223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/201/base' 2025-03-04T19:47:30.9130654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/201/head' 2025-03-04T19:47:30.9131029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/201/orig' 2025-03-04T19:47:30.9131419Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/201' 2025-03-04T19:47:30.9131800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/203/base' 2025-03-04T19:47:30.9132166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/203/head' 2025-03-04T19:47:30.9132770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/203/orig' 2025-03-04T19:47:30.9133378Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/203' 2025-03-04T19:47:30.9133767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/204/base' 2025-03-04T19:47:30.9134139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/204/head' 2025-03-04T19:47:30.9134520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/204/orig' 2025-03-04T19:47:30.9134909Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/204' 2025-03-04T19:47:30.9135281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/205/base' 2025-03-04T19:47:30.9135651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/205/head' 2025-03-04T19:47:30.9136018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/205/orig' 2025-03-04T19:47:30.9136421Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/205' 2025-03-04T19:47:30.9136796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/206/base' 2025-03-04T19:47:30.9137173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/206/head' 2025-03-04T19:47:30.9137540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/206/orig' 2025-03-04T19:47:30.9137940Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/206' 2025-03-04T19:47:30.9138422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/207/base' 2025-03-04T19:47:30.9139107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/207/head' 2025-03-04T19:47:30.9139473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/207/orig' 2025-03-04T19:47:30.9139859Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/207' 2025-03-04T19:47:30.9140300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/208/base' 2025-03-04T19:47:30.9140668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/208/head' 2025-03-04T19:47:30.9141048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/208/orig' 2025-03-04T19:47:30.9141435Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/208' 2025-03-04T19:47:30.9141889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/209/base' 2025-03-04T19:47:30.9142259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/209/head' 2025-03-04T19:47:30.9142691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/209/orig' 2025-03-04T19:47:30.9143084Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/209' 2025-03-04T19:47:30.9143467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/210/base' 2025-03-04T19:47:30.9143838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/210/head' 2025-03-04T19:47:30.9144509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/210/orig' 2025-03-04T19:47:30.9145025Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/210' 2025-03-04T19:47:30.9145394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/211/base' 2025-03-04T19:47:30.9145773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/211/head' 2025-03-04T19:47:30.9146149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/211/orig' 2025-03-04T19:47:30.9146550Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/211' 2025-03-04T19:47:30.9146920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/212/base' 2025-03-04T19:47:30.9147301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/212/head' 2025-03-04T19:47:30.9147668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/212/orig' 2025-03-04T19:47:30.9148070Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/212' 2025-03-04T19:47:30.9148440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/213/base' 2025-03-04T19:47:30.9148814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/213/head' 2025-03-04T19:47:30.9149191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/213/orig' 2025-03-04T19:47:30.9149578Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/213' 2025-03-04T19:47:30.9149981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/214/base' 2025-03-04T19:47:30.9150688Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/214/head' 2025-03-04T19:47:30.9151138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/214/orig' 2025-03-04T19:47:30.9151528Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/214' 2025-03-04T19:47:30.9151911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/215/base' 2025-03-04T19:47:30.9152339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/215/head' 2025-03-04T19:47:30.9152710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/215/orig' 2025-03-04T19:47:30.9153107Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/215' 2025-03-04T19:47:30.9153496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/216/base' 2025-03-04T19:47:30.9153875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/216/head' 2025-03-04T19:47:30.9154243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/216/orig' 2025-03-04T19:47:30.9154696Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/216' 2025-03-04T19:47:30.9155074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/217/base' 2025-03-04T19:47:30.9155454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/217/head' 2025-03-04T19:47:30.9155822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/217/orig' 2025-03-04T19:47:30.9156536Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/217' 2025-03-04T19:47:30.9157056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/218/base' 2025-03-04T19:47:30.9157426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/218/head' 2025-03-04T19:47:30.9157806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/218/orig' 2025-03-04T19:47:30.9158202Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/218' 2025-03-04T19:47:30.9158582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/219/base' 2025-03-04T19:47:30.9158949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/219/head' 2025-03-04T19:47:30.9159325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/219/orig' 2025-03-04T19:47:30.9159709Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/219' 2025-03-04T19:47:30.9160083Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/7/base' 2025-03-04T19:47:30.9160444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/7/head' 2025-03-04T19:47:30.9160820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/7/orig' 2025-03-04T19:47:30.9161207Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4/7' 2025-03-04T19:47:30.9161580Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ydwu4' 2025-03-04T19:47:30.9161960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/133/base' 2025-03-04T19:47:30.9162327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/133/head' 2025-03-04T19:47:30.9162725Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/133' 2025-03-04T19:47:30.9163088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/151/base' 2025-03-04T19:47:30.9163470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/151/head' 2025-03-04T19:47:30.9163906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/151/orig' 2025-03-04T19:47:30.9164304Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/151' 2025-03-04T19:47:30.9164925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/156/base' 2025-03-04T19:47:30.9165461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/156/head' 2025-03-04T19:47:30.9165839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/156/orig' 2025-03-04T19:47:30.9166227Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/156' 2025-03-04T19:47:30.9166607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/157/base' 2025-03-04T19:47:30.9167028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/157/head' 2025-03-04T19:47:30.9167412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/157/orig' 2025-03-04T19:47:30.9167798Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/157' 2025-03-04T19:47:30.9168173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/158/base' 2025-03-04T19:47:30.9168538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/158/head' 2025-03-04T19:47:30.9168915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/158/orig' 2025-03-04T19:47:30.9169305Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/158' 2025-03-04T19:47:30.9169680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/159/base' 2025-03-04T19:47:30.9170137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/159/head' 2025-03-04T19:47:30.9170839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/159/orig' 2025-03-04T19:47:30.9171247Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/159' 2025-03-04T19:47:30.9171617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/160/base' 2025-03-04T19:47:30.9172150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/160/head' 2025-03-04T19:47:30.9172519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/160/orig' 2025-03-04T19:47:30.9172924Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/160' 2025-03-04T19:47:30.9173294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/162/base' 2025-03-04T19:47:30.9173656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/162/head' 2025-03-04T19:47:30.9174040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/162/orig' 2025-03-04T19:47:30.9174429Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/162' 2025-03-04T19:47:30.9174808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/163/base' 2025-03-04T19:47:30.9175174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/163/head' 2025-03-04T19:47:30.9175551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/163/orig' 2025-03-04T19:47:30.9176039Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/163' 2025-03-04T19:47:30.9176426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/85/base' 2025-03-04T19:47:30.9177115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/85/head' 2025-03-04T19:47:30.9177576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/85/orig' 2025-03-04T19:47:30.9177963Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/85' 2025-03-04T19:47:30.9178326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/93/base' 2025-03-04T19:47:30.9178703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/93/head' 2025-03-04T19:47:30.9179158Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225/93' 2025-03-04T19:47:30.9179553Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yf225' 2025-03-04T19:47:30.9179940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/152/base' 2025-03-04T19:47:30.9180337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/152/head' 2025-03-04T19:47:30.9180718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/152/orig' 2025-03-04T19:47:30.9181135Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/152' 2025-03-04T19:47:30.9181588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/163/base' 2025-03-04T19:47:30.9182196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/163/head' 2025-03-04T19:47:30.9182823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/163/orig' 2025-03-04T19:47:30.9183227Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/163' 2025-03-04T19:47:30.9183623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/174/base' 2025-03-04T19:47:30.9184002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/174/head' 2025-03-04T19:47:30.9184396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/174/orig' 2025-03-04T19:47:30.9184802Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/174' 2025-03-04T19:47:30.9185201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/185/base' 2025-03-04T19:47:30.9185588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/185/head' 2025-03-04T19:47:30.9185978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/185/orig' 2025-03-04T19:47:30.9186383Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/185' 2025-03-04T19:47:30.9186768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/186/base' 2025-03-04T19:47:30.9187476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/186/head' 2025-03-04T19:47:30.9187999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/186/orig' 2025-03-04T19:47:30.9188418Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/186' 2025-03-04T19:47:30.9188861Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/187/base' 2025-03-04T19:47:30.9189252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/187/head' 2025-03-04T19:47:30.9189630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/187/orig' 2025-03-04T19:47:30.9190041Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/187' 2025-03-04T19:47:30.9190422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/188/base' 2025-03-04T19:47:30.9190812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/188/head' 2025-03-04T19:47:30.9191194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/188/orig' 2025-03-04T19:47:30.9191652Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/188' 2025-03-04T19:47:30.9192048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/189/base' 2025-03-04T19:47:30.9192429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/189/head' 2025-03-04T19:47:30.9193089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/189/orig' 2025-03-04T19:47:30.9193660Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/189' 2025-03-04T19:47:30.9194050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/190/base' 2025-03-04T19:47:30.9194431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/190/head' 2025-03-04T19:47:30.9194833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/190/orig' 2025-03-04T19:47:30.9195235Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/190' 2025-03-04T19:47:30.9195631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/191/base' 2025-03-04T19:47:30.9196009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/191/head' 2025-03-04T19:47:30.9196392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/191/orig' 2025-03-04T19:47:30.9196811Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/191' 2025-03-04T19:47:30.9197197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/192/base' 2025-03-04T19:47:30.9197599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/192/head' 2025-03-04T19:47:30.9198051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/192/orig' 2025-03-04T19:47:30.9198834Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/192' 2025-03-04T19:47:30.9199219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/193/base' 2025-03-04T19:47:30.9199616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/193/head' 2025-03-04T19:47:30.9200005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/193/orig' 2025-03-04T19:47:30.9200408Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/193' 2025-03-04T19:47:30.9200805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/194/base' 2025-03-04T19:47:30.9201304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/194/head' 2025-03-04T19:47:30.9201701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/194/orig' 2025-03-04T19:47:30.9202106Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/194' 2025-03-04T19:47:30.9202500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/195/base' 2025-03-04T19:47:30.9202882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/195/head' 2025-03-04T19:47:30.9203315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/195/orig' 2025-03-04T19:47:30.9204179Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/195' 2025-03-04T19:47:30.9204584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/196/base' 2025-03-04T19:47:30.9204971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/196/head' 2025-03-04T19:47:30.9205350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/196/orig' 2025-03-04T19:47:30.9205762Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang/196' 2025-03-04T19:47:30.9206146Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yifuwang' 2025-03-04T19:47:30.9206538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yiming0416/1/base' 2025-03-04T19:47:30.9206925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yiming0416/1/head' 2025-03-04T19:47:30.9207344Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yiming0416/1' 2025-03-04T19:47:30.9207729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yiming0416/2/base' 2025-03-04T19:47:30.9208125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yiming0416/2/head' 2025-03-04T19:47:30.9208528Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yiming0416/2' 2025-03-04T19:47:30.9208939Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/yiming0416' 2025-03-04T19:47:30.9209324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/78/base' 2025-03-04T19:47:30.9209711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/78/head' 2025-03-04T19:47:30.9210109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/78/orig' 2025-03-04T19:47:30.9210517Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/78' 2025-03-04T19:47:30.9210916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/79/base' 2025-03-04T19:47:30.9211302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/79/head' 2025-03-04T19:47:30.9211749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/79/orig' 2025-03-04T19:47:30.9212500Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/79' 2025-03-04T19:47:30.9212899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/80/base' 2025-03-04T19:47:30.9213348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/80/head' 2025-03-04T19:47:30.9213746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/80/orig' 2025-03-04T19:47:30.9214149Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/80' 2025-03-04T19:47:30.9214534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/81/base' 2025-03-04T19:47:30.9214928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/81/head' 2025-03-04T19:47:30.9215313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/81/orig' 2025-03-04T19:47:30.9215731Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/81' 2025-03-04T19:47:30.9216163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/82/base' 2025-03-04T19:47:30.9216559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/82/head' 2025-03-04T19:47:30.9216945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/82/orig' 2025-03-04T19:47:30.9217362Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi/82' 2025-03-04T19:47:30.9217752Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/ysiraichi' 2025-03-04T19:47:30.9218393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/28/base' 2025-03-04T19:47:30.9218950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/28/head' 2025-03-04T19:47:30.9219342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/28/orig' 2025-03-04T19:47:30.9219756Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/28' 2025-03-04T19:47:30.9220142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/29/base' 2025-03-04T19:47:30.9220536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/29/head' 2025-03-04T19:47:30.9220920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/29/orig' 2025-03-04T19:47:30.9221339Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/29' 2025-03-04T19:47:30.9221819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/31/base' 2025-03-04T19:47:30.9222229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/31/head' 2025-03-04T19:47:30.9222623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/31/orig' 2025-03-04T19:47:30.9223031Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/31' 2025-03-04T19:47:30.9223435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/32/base' 2025-03-04T19:47:30.9223844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/32/head' 2025-03-04T19:47:30.9224595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/32/orig' 2025-03-04T19:47:30.9225035Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/32' 2025-03-04T19:47:30.9225438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/33/base' 2025-03-04T19:47:30.9225885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/33/head' 2025-03-04T19:47:30.9226280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/33/orig' 2025-03-04T19:47:30.9226686Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe/33' 2025-03-04T19:47:30.9227092Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zhuhaozhe' 2025-03-04T19:47:30.9227476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1081/base' 2025-03-04T19:47:30.9227863Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1081/head' 2025-03-04T19:47:30.9228307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1081/orig' 2025-03-04T19:47:30.9228717Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1081' 2025-03-04T19:47:30.9229119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1088/base' 2025-03-04T19:47:30.9229505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1088/head' 2025-03-04T19:47:30.9230106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1088/orig' 2025-03-04T19:47:30.9230709Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1088' 2025-03-04T19:47:30.9231124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1095/base' 2025-03-04T19:47:30.9231508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1095/head' 2025-03-04T19:47:30.9231891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1095/orig' 2025-03-04T19:47:30.9232304Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1095' 2025-03-04T19:47:30.9232683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1105/base' 2025-03-04T19:47:30.9233074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1105/head' 2025-03-04T19:47:30.9233453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1105/orig' 2025-03-04T19:47:30.9233865Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1105' 2025-03-04T19:47:30.9234246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1106/base' 2025-03-04T19:47:30.9234642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1106/head' 2025-03-04T19:47:30.9235022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1106/orig' 2025-03-04T19:47:30.9235434Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1106' 2025-03-04T19:47:30.9235903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1107/base' 2025-03-04T19:47:30.9236608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1107/head' 2025-03-04T19:47:30.9237004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1107/orig' 2025-03-04T19:47:30.9237407Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1107' 2025-03-04T19:47:30.9237861Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1108/base' 2025-03-04T19:47:30.9238240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1108/head' 2025-03-04T19:47:30.9238632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1108/orig' 2025-03-04T19:47:30.9239032Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1108' 2025-03-04T19:47:30.9239422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1109/base' 2025-03-04T19:47:30.9239801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1109/head' 2025-03-04T19:47:30.9240192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1109/orig' 2025-03-04T19:47:30.9240642Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1109' 2025-03-04T19:47:30.9241027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1110/base' 2025-03-04T19:47:30.9241420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1110/head' 2025-03-04T19:47:30.9242070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1110/orig' 2025-03-04T19:47:30.9242663Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1110' 2025-03-04T19:47:30.9243048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1111/base' 2025-03-04T19:47:30.9243439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1111/head' 2025-03-04T19:47:30.9243823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1111/orig' 2025-03-04T19:47:30.9244239Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1111' 2025-03-04T19:47:30.9244617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1112/base' 2025-03-04T19:47:30.9244997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1112/head' 2025-03-04T19:47:30.9245383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1112/orig' 2025-03-04T19:47:30.9245784Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1112' 2025-03-04T19:47:30.9246176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1117/base' 2025-03-04T19:47:30.9246559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1117/head' 2025-03-04T19:47:30.9247032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1117/orig' 2025-03-04T19:47:30.9247689Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1117' 2025-03-04T19:47:30.9248282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1123/base' 2025-03-04T19:47:30.9248663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1123/head' 2025-03-04T19:47:30.9249057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1123/orig' 2025-03-04T19:47:30.9249462Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1123' 2025-03-04T19:47:30.9249847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1126/base' 2025-03-04T19:47:30.9250300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1126/head' 2025-03-04T19:47:30.9250680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1126/orig' 2025-03-04T19:47:30.9251093Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1126' 2025-03-04T19:47:30.9251474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1127/base' 2025-03-04T19:47:30.9251869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1127/head' 2025-03-04T19:47:30.9252248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1127/orig' 2025-03-04T19:47:30.9252659Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1127' 2025-03-04T19:47:30.9253106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1128/base' 2025-03-04T19:47:30.9253503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1128/head' 2025-03-04T19:47:30.9253884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1128/orig' 2025-03-04T19:47:30.9254286Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1128' 2025-03-04T19:47:30.9254681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1129/base' 2025-03-04T19:47:30.9255061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1129/head' 2025-03-04T19:47:30.9255457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1129/orig' 2025-03-04T19:47:30.9256032Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1129' 2025-03-04T19:47:30.9256683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1130/base' 2025-03-04T19:47:30.9257064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1130/head' 2025-03-04T19:47:30.9257459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1130/orig' 2025-03-04T19:47:30.9257861Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1130' 2025-03-04T19:47:30.9258255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1131/base' 2025-03-04T19:47:30.9258638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1131/head' 2025-03-04T19:47:30.9259027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1131/orig' 2025-03-04T19:47:30.9259442Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1131' 2025-03-04T19:47:30.9259822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1132/base' 2025-03-04T19:47:30.9260216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1132/head' 2025-03-04T19:47:30.9260598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1132/orig' 2025-03-04T19:47:30.9261014Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1132' 2025-03-04T19:47:30.9261395Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1133/base' 2025-03-04T19:47:30.9261874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1133/head' 2025-03-04T19:47:30.9262606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1133/orig' 2025-03-04T19:47:30.9263167Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1133' 2025-03-04T19:47:30.9263565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1134/base' 2025-03-04T19:47:30.9263945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1134/head' 2025-03-04T19:47:30.9264363Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1134' 2025-03-04T19:47:30.9264747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1135/base' 2025-03-04T19:47:30.9265200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1135/head' 2025-03-04T19:47:30.9265585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1135/orig' 2025-03-04T19:47:30.9265998Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1135' 2025-03-04T19:47:30.9266381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1136/base' 2025-03-04T19:47:30.9266776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1136/head' 2025-03-04T19:47:30.9267160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1136/orig' 2025-03-04T19:47:30.9267565Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1136' 2025-03-04T19:47:30.9267984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1137/base' 2025-03-04T19:47:30.9268721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1137/head' 2025-03-04T19:47:30.9269182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1137/orig' 2025-03-04T19:47:30.9269585Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1137' 2025-03-04T19:47:30.9269983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1138/base' 2025-03-04T19:47:30.9270365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1138/head' 2025-03-04T19:47:30.9270757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1138/orig' 2025-03-04T19:47:30.9271163Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1138' 2025-03-04T19:47:30.9271561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1139/base' 2025-03-04T19:47:30.9272135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1139/head' 2025-03-04T19:47:30.9272520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1139/orig' 2025-03-04T19:47:30.9272937Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1139' 2025-03-04T19:47:30.9273319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1140/base' 2025-03-04T19:47:30.9273709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1140/head' 2025-03-04T19:47:30.9274088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1140/orig' 2025-03-04T19:47:30.9274822Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1140' 2025-03-04T19:47:30.9275437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1141/base' 2025-03-04T19:47:30.9275828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1141/head' 2025-03-04T19:47:30.9276209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1141/orig' 2025-03-04T19:47:30.9276608Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1141' 2025-03-04T19:47:30.9277001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1142/base' 2025-03-04T19:47:30.9277377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1142/head' 2025-03-04T19:47:30.9277841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1142/orig' 2025-03-04T19:47:30.9278245Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1142' 2025-03-04T19:47:30.9278640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1143/base' 2025-03-04T19:47:30.9279020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1143/head' 2025-03-04T19:47:30.9279409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1143/orig' 2025-03-04T19:47:30.9279812Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1143' 2025-03-04T19:47:30.9280208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1144/base' 2025-03-04T19:47:30.9280866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1144/head' 2025-03-04T19:47:30.9281427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1144/orig' 2025-03-04T19:47:30.9281842Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1144' 2025-03-04T19:47:30.9282222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1145/base' 2025-03-04T19:47:30.9282612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1145/head' 2025-03-04T19:47:30.9282991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1145/orig' 2025-03-04T19:47:30.9283407Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1145' 2025-03-04T19:47:30.9283792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1146/base' 2025-03-04T19:47:30.9284189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1146/head' 2025-03-04T19:47:30.9284568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1146/orig' 2025-03-04T19:47:30.9284983Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/1146' 2025-03-04T19:47:30.9285359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/754/base' 2025-03-04T19:47:30.9285740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/754/head' 2025-03-04T19:47:30.9286130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/754/orig' 2025-03-04T19:47:30.9286533Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/754' 2025-03-04T19:47:30.9286976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/916/base' 2025-03-04T19:47:30.9287352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/916/head' 2025-03-04T19:47:30.9287759Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519/916' 2025-03-04T19:47:30.9288140Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh/zou3519' 2025-03-04T19:47:30.9288499Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/gh' 2025-03-04T19:47:30.9288848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/google-main' 2025-03-04T19:47:30.9289564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/guangyey/external_stream' 2025-03-04T19:47:30.9290120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/guangyey/host_alloc' 2025-03-04T19:47:30.9290498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/guangyey/test_2025' 2025-03-04T19:47:30.9290882Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/guangyey' 2025-03-04T19:47:30.9291233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/guard_system' 2025-03-04T19:47:30.9291754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/guilhermeleobas/cherry-pick-55d87d9dfd9' 2025-03-04T19:47:30.9292163Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/guilhermeleobas' 2025-03-04T19:47:30.9292588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/haozhe/bf16-dynamic-shape' 2025-03-04T19:47:30.9292961Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/haozhe' 2025-03-04T19:47:30.9293307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/hhh_rand' 2025-03-04T19:47:30.9293678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/hoy-update-wheel' 2025-03-04T19:47:30.9294053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/hoy/autofdo/xblock' 2025-03-04T19:47:30.9294453Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/hoy/autofdo' 2025-03-04T19:47:30.9294827Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/hoy/autotune/nreg' 2025-03-04T19:47:30.9295337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/hoy/autotune/numwarps' 2025-03-04T19:47:30.9296072Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/hoy/autotune' 2025-03-04T19:47:30.9296438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/hoy/mmsplitk' 2025-03-04T19:47:30.9296813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/hoy/triton-PR3973' 2025-03-04T19:47:30.9297272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/hoy/triton-coalescing-baseline' 2025-03-04T19:47:30.9297686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/hoy/triton-coalescing-min' 2025-03-04T19:47:30.9298114Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/hoy/triton-coalescing-new' 2025-03-04T19:47:30.9298527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/hoy/triton-coalescing-vec' 2025-03-04T19:47:30.9298884Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/hoy' 2025-03-04T19:47:30.9299337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/improve_vec_log' 2025-03-04T19:47:30.9299780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/inductor_layout_opt_rocm_disable' 2025-03-04T19:47:30.9300113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/inline' 2025-03-04T19:47:30.9300448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/inlining' 2025-03-04T19:47:30.9300882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/inlining-ezyang' 2025-03-04T19:47:30.9301592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/int8_sdpa' 2025-03-04T19:47:30.9302090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/int8_sdpa_template' 2025-03-04T19:47:30.9302519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/invoke-subgraph' 2025-03-04T19:47:30.9302866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ios-mac-m1' 2025-03-04T19:47:30.9303223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ipiszy/fix' 2025-03-04T19:47:30.9303592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ipiszy/fp8_test' 2025-03-04T19:47:30.9303949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ipiszy/mypy' 2025-03-04T19:47:30.9304317Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ipiszy' 2025-03-04T19:47:30.9304670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/issue#58739' 2025-03-04T19:47:30.9305113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ivanov/cherry-pick-ckpt-fixes' 2025-03-04T19:47:30.9305491Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ivanov' 2025-03-04T19:47:30.9305906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jataylo-nvfuser_blocklist' 2025-03-04T19:47:30.9306275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jcaip-patch-1' 2025-03-04T19:47:30.9306654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jcaip/fix-int8-bug' 2025-03-04T19:47:30.9307064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jcaip/fix-int8-bug-alpha' 2025-03-04T19:47:30.9307541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jcaip/test-cusparselt-version-0.6.2' 2025-03-04T19:47:30.9308117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jcaip/torch-compile-sparse' 2025-03-04T19:47:30.9308823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jcaip/update-benchmarks' 2025-03-04T19:47:30.9309263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jcaip/update-cusparselt-0.6.2' 2025-03-04T19:47:30.9309639Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jcaip' 2025-03-04T19:47:30.9310071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jeanschmidt/manywheel_memory' 2025-03-04T19:47:30.9310470Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jeanschmidt' 2025-03-04T19:47:30.9310923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jnair/mi300_docker_caching_workflow' 2025-03-04T19:47:30.9311299Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jnair' 2025-03-04T19:47:30.9311792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jon-chuang/compile-config-hash' 2025-03-04T19:47:30.9312205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jon-chuang/compile-ignored' 2025-03-04T19:47:30.9312602Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jon-chuang' 2025-03-04T19:47:30.9313023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/justinchu/onnxscript-0.2.2' 2025-03-04T19:47:30.9313431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/justinchu/safe-tensors' 2025-03-04T19:47:30.9313810Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/justinchu' 2025-03-04T19:47:30.9314259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/justinchuby-patch-1' 2025-03-04T19:47:30.9314688Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jwagantall/migrate-checkout' 2025-03-04T19:47:30.9315087Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jwagantall' 2025-03-04T19:47:30.9315421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jz/istft' 2025-03-04T19:47:30.9315781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jz/stft-old-fc' 2025-03-04T19:47:30.9316141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jz/stft-test' 2025-03-04T19:47:30.9316747Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/jz' 2025-03-04T19:47:30.9317271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/kadeng/dev-1' 2025-03-04T19:47:30.9317793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/kadeng/inductor-backend/cutlass-evt-fusion-1' 2025-03-04T19:47:30.9318249Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/kadeng/inductor-backend' 2025-03-04T19:47:30.9318704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/kadeng/inductor-cutlass-epilogue' 2025-03-04T19:47:30.9319081Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/kadeng' 2025-03-04T19:47:30.9319516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/kenjin/call_method_userdefined' 2025-03-04T19:47:30.9319890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/kenjin/lambdas' 2025-03-04T19:47:30.9320269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/kenjin/norefcycles' 2025-03-04T19:47:30.9320642Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/kenjin' 2025-03-04T19:47:30.9321020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/kit1980-patch-2' 2025-03-04T19:47:30.9321421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/kleidiai_bf16_issue_fix' 2025-03-04T19:47:30.9321846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/kleidiai_submodule_update' 2025-03-04T19:47:30.9322282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/kleidiai_threading_improvement' 2025-03-04T19:47:30.9323035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/larryliu0820-patch-1' 2025-03-04T19:47:30.9323576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/leslie/enable_poc_reduction_fusion' 2025-03-04T19:47:30.9324095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/leslie/test_group_gemm_epilogues' 2025-03-04T19:47:30.9324461Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/leslie' 2025-03-04T19:47:30.9324835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/lts/release/1.8' 2025-03-04T19:47:30.9325220Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/lts/release' 2025-03-04T19:47:30.9325570Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/lts' 2025-03-04T19:47:30.9325897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/main' 2025-03-04T19:47:30.9326243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/main_dev_hhh' 2025-03-04T19:47:30.9326667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet-patch-1' 2025-03-04T19:47:30.9327037Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet-patch-10' 2025-03-04T19:47:30.9327415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet-patch-11' 2025-03-04T19:47:30.9327781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet-patch-12' 2025-03-04T19:47:30.9328393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet-patch-13' 2025-03-04T19:47:30.9328965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet-patch-14' 2025-03-04T19:47:30.9329330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet-patch-15' 2025-03-04T19:47:30.9329706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet-patch-19' 2025-03-04T19:47:30.9330075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet-patch-2' 2025-03-04T19:47:30.9330454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet-patch-23' 2025-03-04T19:47:30.9330823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet-patch-25' 2025-03-04T19:47:30.9331198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet-patch-3' 2025-03-04T19:47:30.9331566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet-patch-32' 2025-03-04T19:47:30.9331946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet-patch-42' 2025-03-04T19:47:30.9332308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet-patch-5' 2025-03-04T19:47:30.9332687Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet-patch-6' 2025-03-04T19:47:30.9333056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet-patch-8' 2025-03-04T19:47:30.9333474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet/add-benchmark-func' 2025-03-04T19:47:30.9333903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet/delete-find-openmp' 2025-03-04T19:47:30.9334707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet/mps-add-bilineard2d-aa' 2025-03-04T19:47:30.9335175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet/mps-fix-rand-5d' 2025-03-04T19:47:30.9335627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet/mps-implement-col2im' 2025-03-04T19:47:30.9336011Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/malfet' 2025-03-04T19:47:30.9336458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/maxautotune_big_gpu' 2025-03-04T19:47:30.9336819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mesh_check' 2025-03-04T19:47:30.9337165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/migrate_map' 2025-03-04T19:47:30.9337591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/missing_gloo_causes_deadlock' 2025-03-04T19:47:30.9337989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/S429861-debug' 2025-03-04T19:47:30.9338328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/aa' 2025-03-04T19:47:30.9338781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/adam-compiled' 2025-03-04T19:47:30.9339191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/adam-fused-bench' 2025-03-04T19:47:30.9339614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/adam-fused-bench2' 2025-03-04T19:47:30.9340229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/adam-test2' 2025-03-04T19:47:30.9340835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/asgd-compile' 2025-03-04T19:47:30.9341199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/aux-vars' 2025-03-04T19:47:30.9341690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/backup-test-branch' 2025-03-04T19:47:30.9342082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/bad-cudagraphs' 2025-03-04T19:47:30.9342453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/baseline' 2025-03-04T19:47:30.9342904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/baseline-graph-breaks' 2025-03-04T19:47:30.9343296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/batch-fuse-opt' 2025-03-04T19:47:30.9343690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/beta-tensor' 2025-03-04T19:47:30.9344054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/buff-opt2' 2025-03-04T19:47:30.9344425Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/buffers' 2025-03-04T19:47:30.9344786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/buffers2' 2025-03-04T19:47:30.9345161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/buffers3' 2025-03-04T19:47:30.9345504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/ck2' 2025-03-04T19:47:30.9345897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/combokernels' 2025-03-04T19:47:30.9346479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/compiled-nadam' 2025-03-04T19:47:30.9347089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/concat2' 2025-03-04T19:47:30.9347474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/copy2' 2025-03-04T19:47:30.9347929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/cudagraph-tests' 2025-03-04T19:47:30.9348381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/cudagraphs-measurement' 2025-03-04T19:47:30.9348843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/data-gather' 2025-03-04T19:47:30.9349233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/data-ptrs2' 2025-03-04T19:47:30.9349607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/data-ptrs3' 2025-03-04T19:47:30.9350020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/dataclass-proxy' 2025-03-04T19:47:30.9350425Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/disable-closures' 2025-03-04T19:47:30.9350831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/disable-subclass' 2025-03-04T19:47:30.9351230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/disabled-opt' 2025-03-04T19:47:30.9351661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/exp_disable' 2025-03-04T19:47:30.9352032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/faster' 2025-03-04T19:47:30.9352413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/faster2' 2025-03-04T19:47:30.9353108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/fe-copy' 2025-03-04T19:47:30.9353563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/foreach-op' 2025-03-04T19:47:30.9353960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/foreach-reds' 2025-03-04T19:47:30.9354322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/freezing' 2025-03-04T19:47:30.9354702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/fuse-cat' 2025-03-04T19:47:30.9355082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/gen-foreach' 2025-03-04T19:47:30.9355439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/h-comp' 2025-03-04T19:47:30.9355808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/h-comp2' 2025-03-04T19:47:30.9356160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/hc-hf' 2025-03-04T19:47:30.9356566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/init-per-param' 2025-03-04T19:47:30.9356954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/init_per_param' 2025-03-04T19:47:30.9357348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/less-guards' 2025-03-04T19:47:30.9357756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/lr-composibility' 2025-03-04T19:47:30.9358191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/main-test-enablement' 2025-03-04T19:47:30.9358700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/main2' 2025-03-04T19:47:30.9359356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/main_test' 2025-03-04T19:47:30.9359713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/mcg' 2025-03-04T19:47:30.9360057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/mcg2' 2025-03-04T19:47:30.9360444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/meta-guards' 2025-03-04T19:47:30.9360895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/mlazos/ck2' 2025-03-04T19:47:30.9361287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/mlazos/clean' 2025-03-04T19:47:30.9361673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/mlazos/faster2' 2025-03-04T19:47:30.9362123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/mlazos/foreach-map-adam' 2025-03-04T19:47:30.9362545Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/mlazos/subclass-test' 2025-03-04T19:47:30.9362983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/mlazos/tf-mode-backup' 2025-03-04T19:47:30.9363401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/mlazos/tf-trace-full' 2025-03-04T19:47:30.9363848Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/mlazos' 2025-03-04T19:47:30.9364220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/mod-fix' 2025-03-04T19:47:30.9364847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/more-tests' 2025-03-04T19:47:30.9365430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/mutable-backup' 2025-03-04T19:47:30.9365780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/mv-tfo' 2025-03-04T19:47:30.9366142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/no-cpp' 2025-03-04T19:47:30.9366573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/no-init-group-handling' 2025-03-04T19:47:30.9366995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/op-investigation' 2025-03-04T19:47:30.9367388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/opt-bench-exp2' 2025-03-04T19:47:30.9367776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/opt-bench2' 2025-03-04T19:47:30.9368145Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/opt-bench3' 2025-03-04T19:47:30.9368508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/opt-incr' 2025-03-04T19:47:30.9368890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/opt-recipe' 2025-03-04T19:47:30.9369273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/opt-slowdown' 2025-03-04T19:47:30.9369651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/opt-warn' 2025-03-04T19:47:30.9370036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/proxy-ctors' 2025-03-04T19:47:30.9370416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/proxy-opt' 2025-03-04T19:47:30.9370758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/pt' 2025-03-04T19:47:30.9371128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/restart' 2025-03-04T19:47:30.9371504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/rm-thunkify' 2025-03-04T19:47:30.9372002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/rtp' 2025-03-04T19:47:30.9372387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/sdpa-driss' 2025-03-04T19:47:30.9372911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/static-inputs-log' 2025-03-04T19:47:30.9373315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/subclass-test' 2025-03-04T19:47:30.9373673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/td-fix2' 2025-03-04T19:47:30.9374087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/tensor-hasattr2' 2025-03-04T19:47:30.9374519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/tensor-inherit-backup' 2025-03-04T19:47:30.9374929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/tensor-like-fix' 2025-03-04T19:47:30.9375294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/tensor-lr' 2025-03-04T19:47:30.9375742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/tensor-lr2' 2025-03-04T19:47:30.9376116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/tf-inherit' 2025-03-04T19:47:30.9376473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/tf-mode' 2025-03-04T19:47:30.9376882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/tf-mode-backup2' 2025-03-04T19:47:30.9377273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/tf-mode-reland' 2025-03-04T19:47:30.9377679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/tf-mode-reland2' 2025-03-04T19:47:30.9378076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/tf-mode-reland3' 2025-03-04T19:47:30.9378474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/tf-refactor' 2025-03-04T19:47:30.9378886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/tf-subclass-stack' 2025-03-04T19:47:30.9379289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/tf-trace-full' 2025-03-04T19:47:30.9379629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/th' 2025-03-04T19:47:30.9380003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/tune-proto' 2025-03-04T19:47:30.9380377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/vary-beta' 2025-03-04T19:47:30.9380751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/vary-beta2' 2025-03-04T19:47:30.9381143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos/weird-perf1' 2025-03-04T19:47:30.9381611Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mlazos' 2025-03-04T19:47:30.9382279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mod_guards1' 2025-03-04T19:47:30.9382738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mod_guards3' 2025-03-04T19:47:30.9383115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/moderniz29_cyy' 2025-03-04T19:47:30.9383467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mps-linear-1d' 2025-03-04T19:47:30.9383862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mradmila/host_stats' 2025-03-04T19:47:30.9384238Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mradmila' 2025-03-04T19:47:30.9384625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/msaroufim-patch-10' 2025-03-04T19:47:30.9385080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/msaroufim-patch-11' 2025-03-04T19:47:30.9385459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/msaroufim-patch-12' 2025-03-04T19:47:30.9385854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/msaroufim-patch-13' 2025-03-04T19:47:30.9386236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/msaroufim-patch-14' 2025-03-04T19:47:30.9386613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/msaroufim/cache' 2025-03-04T19:47:30.9387031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/msaroufim/dtensorfusedadam' 2025-03-04T19:47:30.9387550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/msaroufim/warn_once' 2025-03-04T19:47:30.9387934Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/msaroufim' 2025-03-04T19:47:30.9388269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/mypy_fix' 2025-03-04T19:47:30.9388944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/myst_nb_trial' 2025-03-04T19:47:30.9389490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/nestedfairseq2ops1' 2025-03-04T19:47:30.9389867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/new-batch-norm' 2025-03-04T19:47:30.9390209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/new_branch' 2025-03-04T19:47:30.9390587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/new_guard_system' 2025-03-04T19:47:30.9390940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ngimel/bits' 2025-03-04T19:47:30.9391308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ngimel/copy2d' 2025-03-04T19:47:30.9391646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ngimel/gg' 2025-03-04T19:47:30.9392022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ngimel/min_docs' 2025-03-04T19:47:30.9392386Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ngimel' 2025-03-04T19:47:30.9392718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/nightly' 2025-03-04T19:47:30.9406682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/nikitaved/linalg_codeowners' 2025-03-04T19:47:30.9407534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/nikitaved/solve_doc_update' 2025-03-04T19:47:30.9408267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/nikitaved/tensordot' 2025-03-04T19:47:30.9408751Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/nikitaved' 2025-03-04T19:47:30.9409096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/offline' 2025-03-04T19:47:30.9409452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/openblas_gemv' 2025-03-04T19:47:30.9409817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/orig/release/1.10' 2025-03-04T19:47:30.9410190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/orig/release/1.11' 2025-03-04T19:47:30.9410560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/orig/release/1.12' 2025-03-04T19:47:30.9411053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/orig/release/1.13' 2025-03-04T19:47:30.9411415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/orig/release/1.6' 2025-03-04T19:47:30.9411787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/orig/release/1.7' 2025-03-04T19:47:30.9412150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/orig/release/1.8' 2025-03-04T19:47:30.9412526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/orig/release/1.9' 2025-03-04T19:47:30.9412891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/orig/release/2.0' 2025-03-04T19:47:30.9413267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/orig/release/2.1' 2025-03-04T19:47:30.9413686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/orig/release/2.2' 2025-03-04T19:47:30.9414055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/orig/release/2.3' 2025-03-04T19:47:30.9414427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/orig/release/2.4' 2025-03-04T19:47:30.9414789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/orig/release/2.5' 2025-03-04T19:47:30.9415160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/orig/release/2.6' 2025-03-04T19:47:30.9415550Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/orig/release' 2025-03-04T19:47:30.9415913Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/orig' 2025-03-04T19:47:30.9416326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/origin/gh/stroxler/1/head' 2025-03-04T19:47:30.9416775Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/origin/gh/stroxler/1' 2025-03-04T19:47:30.9417241Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/origin/gh/stroxler' 2025-03-04T19:47:30.9417971Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/origin/gh' 2025-03-04T19:47:30.9418371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/origin/voz/serde' 2025-03-04T19:47:30.9418751Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/origin/voz' 2025-03-04T19:47:30.9419124Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/origin' 2025-03-04T19:47:30.9419487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/oulgen/fx_graph' 2025-03-04T19:47:30.9419868Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/oulgen' 2025-03-04T19:47:30.9420219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/palic_hotfix' 2025-03-04T19:47:30.9420579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/parallel_cat' 2025-03-04T19:47:30.9420942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/parallel_reduce' 2025-03-04T19:47:30.9421272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/pca2' 2025-03-04T19:47:30.9421757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/peterbell10/null-change' 2025-03-04T19:47:30.9422150Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/peterbell10' 2025-03-04T19:47:30.9422620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/pianpwk/backed_symint_endofbounds' 2025-03-04T19:47:30.9423118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/pianpwk/clear_pending_unbacked' 2025-03-04T19:47:30.9423548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/pianpwk/draft_strict_stack' 2025-03-04T19:47:30.9424006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/pianpwk/inductor_unbacked_symint' 2025-03-04T19:47:30.9424810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/pianpwk/meta_sdpa_for_cpu' 2025-03-04T19:47:30.9425276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/pianpwk/pre_forward_hook' 2025-03-04T19:47:30.9425722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/pianpwk/symbol_provenance_draft' 2025-03-04T19:47:30.9426198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/pianpwk/symbol_provenance_v1' 2025-03-04T19:47:30.9426655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/pianpwk/treat_sizes_as_size_like' 2025-03-04T19:47:30.9427065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/pianpwk/unbacked_bindings' 2025-03-04T19:47:30.9427473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/pianpwk/unbacked_mod_hint' 2025-03-04T19:47:30.9427858Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/pianpwk' 2025-03-04T19:47:30.9428258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/plain-metal-mul-kernel' 2025-03-04T19:47:30.9428628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/polyfill-class' 2025-03-04T19:47:30.9428970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/pr/131860' 2025-03-04T19:47:30.9429334Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/pr' 2025-03-04T19:47:30.9429752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/prepare-android-artifacts' 2025-03-04T19:47:30.9430158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/profiler_triton_kwargs' 2025-03-04T19:47:30.9430537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/pt-debug-cpu0' 2025-03-04T19:47:30.9430896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/pt-opt-cuda3' 2025-03-04T19:47:30.9431582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/python_compiled_autograd' 2025-03-04T19:47:30.9432106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/qat-conv-bn-1d' 2025-03-04T19:47:30.9432510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/qat-remove-bias-temp' 2025-03-04T19:47:30.9432887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/qat_cudnn_batchnorm' 2025-03-04T19:47:30.9433313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/qat_preserve_source_fn_stack' 2025-03-04T19:47:30.9433707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/qchip/export-D54134695' 2025-03-04T19:47:30.9434078Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/qchip' 2025-03-04T19:47:30.9434420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/raggedsdpa' 2025-03-04T19:47:30.9434831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/reenable-sgd-benchmark' 2025-03-04T19:47:30.9435255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/refactor-adamw' 2025-03-04T19:47:30.9435603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/1.10' 2025-03-04T19:47:30.9435960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/1.11' 2025-03-04T19:47:30.9436305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/1.12' 2025-03-04T19:47:30.9436658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/1.13' 2025-03-04T19:47:30.9437001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/1.4' 2025-03-04T19:47:30.9437364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/1.4.1' 2025-03-04T19:47:30.9437755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/1.5' 2025-03-04T19:47:30.9438113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/1.6' 2025-03-04T19:47:30.9438455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/1.7' 2025-03-04T19:47:30.9438799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/1.8' 2025-03-04T19:47:30.9439153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/1.9' 2025-03-04T19:47:30.9439495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/2.0' 2025-03-04T19:47:30.9439880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/2.1' 2025-03-04T19:47:30.9440536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/2.2' 2025-03-04T19:47:30.9440991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/2.3' 2025-03-04T19:47:30.9441340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/2.4' 2025-03-04T19:47:30.9441692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/2.5' 2025-03-04T19:47:30.9442035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/2.6' 2025-03-04T19:47:30.9442391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release/3.2.x' 2025-03-04T19:47:30.9442772Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release' 2025-03-04T19:47:30.9443126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/release_notes' 2025-03-04T19:47:30.9443533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/remove-edit-on-github' 2025-03-04T19:47:30.9443918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/remove-link-survey' 2025-03-04T19:47:30.9444293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/remove_global_ns' 2025-03-04T19:47:30.9444665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/requires_grad_fix' 2025-03-04T19:47:30.9445211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/revert-111036-skylion007/backport-2-1-1-2023-10-11-0' 2025-03-04T19:47:30.9445655Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/revert-111036-skylion007' 2025-03-04T19:47:30.9446021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/revert-112125' 2025-03-04T19:47:30.9446793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/revert-131069-gh/krzysztofjordan/1/head' 2025-03-04T19:47:30.9447483Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/revert-131069-gh/krzysztofjordan/1' 2025-03-04T19:47:30.9447978Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/revert-131069-gh/krzysztofjordan' 2025-03-04T19:47:30.9448389Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/revert-131069-gh' 2025-03-04T19:47:30.9448856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/revert-131469-gh/andrewor14/51/head' 2025-03-04T19:47:30.9449326Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/revert-131469-gh/andrewor14/51' 2025-03-04T19:47:30.9449797Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/revert-131469-gh/andrewor14' 2025-03-04T19:47:30.9450276Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/revert-131469-gh' 2025-03-04T19:47:30.9450736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/revert_commit_b57b38b' 2025-03-04T19:47:30.9451300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/revert_realize_input_ExternKernel' 2025-03-04T19:47:30.9451707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/rohan-varma-patch-13' 2025-03-04T19:47:30.9452095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/rohan-varma-patch-14' 2025-03-04T19:47:30.9452769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/rohan-varma-patch-15' 2025-03-04T19:47:30.9453332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/rohan-varma-patch-16' 2025-03-04T19:47:30.9453706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/rprop-playground' 2025-03-04T19:47:30.9454126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/run-ios-test-device-farm' 2025-03-04T19:47:30.9454628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ryanguo99/cleanup-dynamo-expected-failures' 2025-03-04T19:47:30.9455068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ryanguo99/fix-closure-var' 2025-03-04T19:47:30.9455453Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/ryanguo99' 2025-03-04T19:47:30.9455825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/rzou/cache_name' 2025-03-04T19:47:30.9456216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/rzou/faketensor_bench' 2025-03-04T19:47:30.9456571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/rzou/fix' 2025-03-04T19:47:30.9456934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/rzou/fix2' 2025-03-04T19:47:30.9457269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/rzou/njt' 2025-03-04T19:47:30.9457634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/rzou/operator' 2025-03-04T19:47:30.9457992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/rzou/pca' 2025-03-04T19:47:30.9458700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/rzou/pipe_split' 2025-03-04T19:47:30.9459144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/rzou/realprop' 2025-03-04T19:47:30.9459535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/rzou/setup_context' 2025-03-04T19:47:30.9459956Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/rzou' 2025-03-04T19:47:30.9460317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/safe-rollout' 2025-03-04T19:47:30.9460798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sanchitintel/fix_llama_da8w8_corner_case' 2025-03-04T19:47:30.9461362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sanchitintel/gemm_template_avoid_malloc_lock_contention' 2025-03-04T19:47:30.9461895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sanchitintel/modify_fp32_micro_gemm' 2025-03-04T19:47:30.9462382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sanchitintel/refactor_aten_int8_woq_gemm' 2025-03-04T19:47:30.9463125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm' 2025-03-04T19:47:30.9463874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sanchitintel/woq_gemm_buf_size_patch' 2025-03-04T19:47:30.9464276Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sanchitintel' 2025-03-04T19:47:30.9464792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sanchitj/remove_duplicate_line_from_freezing.py' 2025-03-04T19:47:30.9465178Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sanchitj' 2025-03-04T19:47:30.9465550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sdpa_autocast_cpu' 2025-03-04T19:47:30.9465903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sdpa_base' 2025-03-04T19:47:30.9466251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sdym/2.5.1' 2025-03-04T19:47:30.9466667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sdym/docker-python-3.8' 2025-03-04T19:47:30.9467042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sdym/revert-107846' 2025-03-04T19:47:30.9467417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sdym/revert-109859' 2025-03-04T19:47:30.9467777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sdym/skip-asan' 2025-03-04T19:47:30.9468165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sdym/todo-docstring' 2025-03-04T19:47:30.9468526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sdym/torchfix' 2025-03-04T19:47:30.9469309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sdym/torchvision-pretrained' 2025-03-04T19:47:30.9469793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sdym/typed-storage' 2025-03-04T19:47:30.9470126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sdym/wno' 2025-03-04T19:47:30.9470494Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sdym' 2025-03-04T19:47:30.9470992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/seemethere/add_h100_nightly_perf_benchmarks' 2025-03-04T19:47:30.9471386Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/seemethere' 2025-03-04T19:47:30.9471899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/share_and_pin_fork' 2025-03-04T19:47:30.9472290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/shengf/fx-xform-perf' 2025-03-04T19:47:30.9472778Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/shengf' 2025-03-04T19:47:30.9473175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/shikaili_fp8_allgather' 2025-03-04T19:47:30.9473573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/shunting-loaf-bm-3' 2025-03-04T19:47:30.9473954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/shunting-loaf-bm-4' 2025-03-04T19:47:30.9474346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/shunting-loaf-bm-5' 2025-03-04T19:47:30.9474721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/shunting-loaf-bm-6' 2025-03-04T19:47:30.9475595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/shunting-loop-ordering-after-fusion-bm-2' 2025-03-04T19:47:30.9476175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/shunting-multi-kernel-2' 2025-03-04T19:47:30.9476583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/shunting-multi-kernel-3' 2025-03-04T19:47:30.9477015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/shunting-scale-down-rblock' 2025-03-04T19:47:30.9477437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/shunting-tigher-upperbound' 2025-03-04T19:47:30.9477882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/shunting-triton-pin-update-5' 2025-03-04T19:47:30.9478288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/simplify-fq-per-channel' 2025-03-04T19:47:30.9478664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/source_fn_stack' 2025-03-04T19:47:30.9479073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/speedup-mps-string-key' 2025-03-04T19:47:30.9479450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sqzhang/flight4' 2025-03-04T19:47:30.9479834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sqzhang/flight4plus' 2025-03-04T19:47:30.9480220Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sqzhang' 2025-03-04T19:47:30.9480637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sraikund/record_funct_test' 2025-03-04T19:47:30.9481009Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sraikund' 2025-03-04T19:47:30.9481382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sraikund16/test' 2025-03-04T19:47:30.9481763Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sraikund16' 2025-03-04T19:47:30.9482202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/subscribe_codeowners_lucasllc' 2025-03-04T19:47:30.9482525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/super' 2025-03-04T19:47:30.9482905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/svekars-patch-7' 2025-03-04T19:47:30.9483248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/switch-bn' 2025-03-04T19:47:30.9483660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/sympy-bottleneck-repro' 2025-03-04T19:47:30.9484007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/teja/dcp_poc' 2025-03-04T19:47:30.9484377Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/teja' 2025-03-04T19:47:30.9484958Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/tensor_life' 2025-03-04T19:47:30.9485604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/tensordict_integration' 2025-03-04T19:47:30.9486011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/test-move-conda-builds' 2025-03-04T19:47:30.9486435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/test-torchvision-install-ci' 2025-03-04T19:47:30.9486797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/test/inductor' 2025-03-04T19:47:30.9487151Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/test' 2025-03-04T19:47:30.9487489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/test_od' 2025-03-04T19:47:30.9487955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/test_od_cudnn_bn_qat_fusion' 2025-03-04T19:47:30.9488352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/tidy_performance_cyy' 2025-03-04T19:47:30.9488697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/torchgen_ns' 2025-03-04T19:47:30.9489105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/trace_fsdp_torchtune_lora' 2025-03-04T19:47:30.9489523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/traceable_fsdp_unit_tests' 2025-03-04T19:47:30.9489898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/tree_loop_vec_base' 2025-03-04T19:47:30.9490258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/tree_vec_base' 2025-03-04T19:47:30.9490699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/triton-cpu-arm-expriment' 2025-03-04T19:47:30.9491397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/triton-update' 2025-03-04T19:47:30.9491824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/triton_kernel' 2025-03-04T19:47:30.9492212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/triton_kernel_perf' 2025-03-04T19:47:30.9492602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/try-speedup-docbuild' 2025-03-04T19:47:30.9492948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/type_dec' 2025-03-04T19:47:30.9493358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/unbreak_cpp_builder_clang' 2025-03-04T19:47:30.9493853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-audio-commit-hash/13043025845-1444-1' 2025-03-04T19:47:30.9494350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-audio-commit-hash/13210264744-1454-1' 2025-03-04T19:47:30.9494838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-audio-commit-hash/13402729107-1466-1' 2025-03-04T19:47:30.9495304Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-audio-commit-hash' 2025-03-04T19:47:30.9495820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-executorch-commit-hash/12838938822-1425-1' 2025-03-04T19:47:30.9496347Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-executorch-commit-hash/13319730828-1460-1' 2025-03-04T19:47:30.9496857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-executorch-commit-hash/13339750520-1461-1' 2025-03-04T19:47:30.9497456Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-executorch-commit-hash/13349943940-1462-1' 2025-03-04T19:47:30.9498165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-executorch-commit-hash/13360269739-1463-1' 2025-03-04T19:47:30.9498912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-executorch-commit-hash/13380672687-1464-1' 2025-03-04T19:47:30.9499421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-executorch-commit-hash/13402729107-1466-1' 2025-03-04T19:47:30.9499916Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-executorch-commit-hash' 2025-03-04T19:47:30.9500404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6078630218-694-1' 2025-03-04T19:47:30.9500946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6091086722-695-1' 2025-03-04T19:47:30.9501443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6116061554-699-1' 2025-03-04T19:47:30.9502011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6140304273-702-1' 2025-03-04T19:47:30.9502509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6210383723-710-1' 2025-03-04T19:47:30.9502993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6319671985-721-1' 2025-03-04T19:47:30.9503490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6345577305-723-1' 2025-03-04T19:47:30.9503981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6366568705-725-1' 2025-03-04T19:47:30.9504472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6386942932-727-1' 2025-03-04T19:47:30.9505010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6399845260-728-1' 2025-03-04T19:47:30.9505906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6412969951-729-1' 2025-03-04T19:47:30.9506389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6425844356-730-1' 2025-03-04T19:47:30.9506884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6463026337-734-1' 2025-03-04T19:47:30.9507369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6489506557-736-1' 2025-03-04T19:47:30.9507858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6520762621-739-1' 2025-03-04T19:47:30.9508352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6581672893-744-1' 2025-03-04T19:47:30.9508834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6593929043-745-1' 2025-03-04T19:47:30.9509327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6634009725-750-1' 2025-03-04T19:47:30.9509810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6673463792-754-1' 2025-03-04T19:47:30.9510340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6700258936-758-1' 2025-03-04T19:47:30.9511283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6805589684-770-1' 2025-03-04T19:47:30.9511779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6818989957-773-1' 2025-03-04T19:47:30.9512258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6830864778-774-1' 2025-03-04T19:47:30.9512746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6857388096-777-1' 2025-03-04T19:47:30.9513242Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6871122584-778-1' 2025-03-04T19:47:30.9513733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/6884505667-779-1' 2025-03-04T19:47:30.9514277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash/9010274985-1089-1' 2025-03-04T19:47:30.9514740Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-vision-commit-hash' 2025-03-04T19:47:30.9515224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-xla-commit-hash/10140112669-125-1' 2025-03-04T19:47:30.9515692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-xla-commit-hash/6070520075-77-1' 2025-03-04T19:47:30.9516598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-xla-commit-hash/6143382673-78-1' 2025-03-04T19:47:30.9517079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-xla-commit-hash/6219563710-79-1' 2025-03-04T19:47:30.9517557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-xla-commit-hash/6296332542-80-1' 2025-03-04T19:47:30.9518025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-xla-commit-hash/6377302016-81-1' 2025-03-04T19:47:30.9518498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-xla-commit-hash/6453689944-82-1' 2025-03-04T19:47:30.9518960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-xla-commit-hash/6530489691-83-1' 2025-03-04T19:47:30.9519432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-xla-commit-hash/6610159969-84-1' 2025-03-04T19:47:30.9519895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-xla-commit-hash/6689695021-85-1' 2025-03-04T19:47:30.9520376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-xla-commit-hash/6767672412-86-1' 2025-03-04T19:47:30.9520837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-xla-commit-hash/6846986487-87-1' 2025-03-04T19:47:30.9521275Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update-xla-commit-hash' 2025-03-04T19:47:30.9521763Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update_docs_torch_multinomial_issue#125388' 2025-03-04T19:47:30.9522154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update_kineto_0212_3' 2025-03-04T19:47:30.9522525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update_kineto_0214' 2025-03-04T19:47:30.9522956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update_slow_tests_1722488736' 2025-03-04T19:47:30.9523374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update_slow_tests_1722879173' 2025-03-04T19:47:30.9523855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update_slow_tests_1738568376' 2025-03-04T19:47:30.9524272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update_slow_tests_1739173241' 2025-03-04T19:47:30.9524872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update_slow_tests_1739777990' 2025-03-04T19:47:30.9525557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update_slow_tests_1740382789' 2025-03-04T19:47:30.9525957Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update_submodule_FBGEMM' 2025-03-04T19:47:30.9526365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/update_submodule_kineto' 2025-03-04T19:47:30.9526826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/use-better-label-for-dcp' 2025-03-04T19:47:30.9527167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/v0.1.2' 2025-03-04T19:47:30.9527495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/v1.0.1' 2025-03-04T19:47:30.9527826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/v1.0.3' 2025-03-04T19:47:30.9528147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/v1.1.0' 2025-03-04T19:47:30.9528477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/v1.2.0' 2025-03-04T19:47:30.9528797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/v1.3.0' 2025-03-04T19:47:30.9529118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/v1.3.1' 2025-03-04T19:47:30.9529480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/validate_fn' 2025-03-04T19:47:30.9529845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/validations_2.6' 2025-03-04T19:47:30.9530224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/vfdev-5-patch-2' 2025-03-04T19:47:30.9530574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/viable/strict' 2025-03-04T19:47:30.9531205Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/viable' 2025-03-04T19:47:30.9531814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/voz/compiled_autograd_hooks' 2025-03-04T19:47:30.9532203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/voz/fsdp_autograd2' 2025-03-04T19:47:30.9532576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/voz/fsdp_autograd4' 2025-03-04T19:47:30.9532972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/voz/fsdp_autograd_merge' 2025-03-04T19:47:30.9533387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/voz/fsdp_autograd_merge2' 2025-03-04T19:47:30.9533737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/voz/partials' 2025-03-04T19:47:30.9534096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/voz/puffery' 2025-03-04T19:47:30.9534436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/voz/serde2' 2025-03-04T19:47:30.9534862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/voz/soft_fork_autograd_fsdp' 2025-03-04T19:47:30.9535208Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/voz' 2025-03-04T19:47:30.9535636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/wdvr/add_boto3' 2025-03-04T19:47:30.9536011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/wdvr/iss145259_alt' 2025-03-04T19:47:30.9536381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/wdvr/iss_145259' 2025-03-04T19:47:30.9536739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/wdvr/iss_145801' 2025-03-04T19:47:30.9537106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/wdvr/sccache_nvcc' 2025-03-04T19:47:30.9537779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/wdvr/sccache_simplified' 2025-03-04T19:47:30.9538312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/wdvr/xpu_sccache_fix' 2025-03-04T19:47:30.9538730Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/wdvr' 2025-03-04T19:47:30.9539077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/whc/flight' 2025-03-04T19:47:30.9539433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/whc/flight4' 2025-03-04T19:47:30.9539775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/whc/flight51' 2025-03-04T19:47:30.9540132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/whc/flight53' 2025-03-04T19:47:30.9540490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/whc/flight_full' 2025-03-04T19:47:30.9540846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/whc/flightbase' 2025-03-04T19:47:30.9541203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/whc/p2phang' 2025-03-04T19:47:30.9541644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/whc/stage2' 2025-03-04T19:47:30.9542005Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/whc' 2025-03-04T19:47:30.9542382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/ca_5a2be192d1' 2025-03-04T19:47:30.9542742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/ca_api' 2025-03-04T19:47:30.9543126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/ca_cudagraphs' 2025-03-04T19:47:30.9543490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/ca_jan3' 2025-03-04T19:47:30.9544143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/ca_jun18' 2025-03-04T19:47:30.9544671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/ca_jun24' 2025-03-04T19:47:30.9545041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/ca_mem_base' 2025-03-04T19:47:30.9545407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/ca_mem_fix' 2025-03-04T19:47:30.9545786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/ca_memory_fix' 2025-03-04T19:47:30.9546200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/ca_memory_fix_rebased' 2025-03-04T19:47:30.9546631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/ca_memory_fix_rebased2' 2025-03-04T19:47:30.9547016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/ca_move_to_cuda' 2025-03-04T19:47:30.9547399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/ca_overhead' 2025-03-04T19:47:30.9547895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/ca_overhead_0eba7e5451' 2025-03-04T19:47:30.9548260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/ca_scalar' 2025-03-04T19:47:30.9548669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/ca_subclass_mem_fix' 2025-03-04T19:47:30.9549036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/ca_warm_mem' 2025-03-04T19:47:30.9549440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/ca_warm_mem_base' 2025-03-04T19:47:30.9549804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/cacu_jun18' 2025-03-04T19:47:30.9550171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/cacu_jun19' 2025-03-04T19:47:30.9550586Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/cacu_jun4' 2025-03-04T19:47:30.9550954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/cacu_may27' 2025-03-04T19:47:30.9551330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/circular_dep' 2025-03-04T19:47:30.9551762Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/compiled_autograd_bench' 2025-03-04T19:47:30.9552209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/compiled_autograd_bench_base' 2025-03-04T19:47:30.9552663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/compiled_autograd_benchmark' 2025-03-04T19:47:30.9553129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/compiled_autograd_ddp' 2025-03-04T19:47:30.9553954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/compiled_autograd_feb_29' 2025-03-04T19:47:30.9554431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/compiled_autograd_graph_breaks' 2025-03-04T19:47:30.9554845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/compiled_autograd_hud' 2025-03-04T19:47:30.9555351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/compiled_autograd_hypothetical_perf' 2025-03-04T19:47:30.9555815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/compiled_autograd_perf_no_reuse' 2025-03-04T19:47:30.9556232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/disable_duck_shape' 2025-03-04T19:47:30.9556663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/distributed_torchbench' 2025-03-04T19:47:30.9557109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/fca_cpp_node_passthrough' 2025-03-04T19:47:30.9557535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/feb_10_compiled_autograd' 2025-03-04T19:47:30.9558013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/feb_10_compiled_autograd_cudagraph' 2025-03-04T19:47:30.9558374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/fsdp_wraps' 2025-03-04T19:47:30.9558749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/issue_123374' 2025-03-04T19:47:30.9559168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/oss_benchmark_script' 2025-03-04T19:47:30.9559554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/rename_nanogpt' 2025-03-04T19:47:30.9560097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/retains_grad_hooks' 2025-03-04T19:47:30.9560824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/segfault_test' 2025-03-04T19:47:30.9561215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/single_step' 2025-03-04T19:47:30.9561568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/sth_0829' 2025-03-04T19:47:30.9561920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/test' 2025-03-04T19:47:30.9562281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan/yolov3_oom' 2025-03-04T19:47:30.9562649Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/xmfan' 2025-03-04T19:47:30.9563121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/yguo/debug-0226-constexpr' 2025-03-04T19:47:30.9563560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/yguo/fix-remaining-cpp-wrapper' 2025-03-04T19:47:30.9563963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/yguo/new_latest_changes' 2025-03-04T19:47:30.9564386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/yguo/patch_constexpr_changes' 2025-03-04T19:47:30.9564906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/yguo/repro-segfault-triton-aoti-cpp-wrapper' 2025-03-04T19:47:30.9565261Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/yguo' 2025-03-04T19:47:30.9565648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/yihan_quantization' 2025-03-04T19:47:30.9566014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/yiming/bootcamp' 2025-03-04T19:47:30.9566381Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/yiming' 2025-03-04T19:47:30.9567075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/canary-test' 2025-03-04T19:47:30.9567666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/historical-correlation-fix' 2025-03-04T19:47:30.9568025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/lint-fix' 2025-03-04T19:47:30.9568408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/metrics-job-id' 2025-03-04T19:47:30.9568781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/metrics-pr' 2025-03-04T19:47:30.9569178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/mypy-break-test' 2025-03-04T19:47:30.9569588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/mypy-break-test2' 2025-03-04T19:47:30.9569977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/mypy-break-test3' 2025-03-04T19:47:30.9570353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/mypy-update' 2025-03-04T19:47:30.9570747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/pull-migration-c' 2025-03-04T19:47:30.9571127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/sha-checking' 2025-03-04T19:47:30.9571529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/td-baseline-stats' 2025-03-04T19:47:30.9572057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/td-class' 2025-03-04T19:47:30.9572567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/td-class-metrics' 2025-03-04T19:47:30.9572946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/td-downgrade' 2025-03-04T19:47:30.9573337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/td-file-pass' 2025-03-04T19:47:30.9573840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/td-metrics-v2' 2025-03-04T19:47:30.9574638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/td-pass-class-times' 2025-03-04T19:47:30.9575255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/td-shard-info' 2025-03-04T19:47:30.9575706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/td-trial' 2025-03-04T19:47:30.9576064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr/unstable' 2025-03-04T19:47:30.9576425Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainr' 2025-03-04T19:47:30.9576803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainrizvi/testing1' 2025-03-04T19:47:30.9577178Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zainrizvi' 2025-03-04T19:47:30.9577569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zasdfgbnm-patch-3' 2025-03-04T19:47:30.9577886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zb2p' 2025-03-04T19:47:30.9578229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zbv_algo' 2025-03-04T19:47:30.9578604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zdevito-patch-1' 2025-03-04T19:47:30.9578981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zdevito-patch-2' 2025-03-04T19:47:30.9579401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zeros-and-scatter-part2' 2025-03-04T19:47:30.9579914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zhxchen17/aoti/0' 2025-03-04T19:47:30.9580463Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zhxchen17/aoti' 2025-03-04T19:47:30.9580976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zhxchen17/export/1' 2025-03-04T19:47:30.9581372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zhxchen17/export/12' 2025-03-04T19:47:30.9581830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zhxchen17/export/13' 2025-03-04T19:47:30.9582222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zhxchen17/export/14' 2025-03-04T19:47:30.9582599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zhxchen17/export/3' 2025-03-04T19:47:30.9582987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zhxchen17/export/6' 2025-03-04T19:47:30.9583365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zhxchen17/export/7' 2025-03-04T19:47:30.9583752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zhxchen17/export/8' 2025-03-04T19:47:30.9584237Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zhxchen17/export' 2025-03-04T19:47:30.9584653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zhxchen17/sticky_cache/0' 2025-03-04T19:47:30.9585170Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zhxchen17/sticky_cache' 2025-03-04T19:47:30.9585579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zhxchen17/tmp/0' 2025-03-04T19:47:30.9585969Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zhxchen17/tmp/2' 2025-03-04T19:47:30.9586369Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zhxchen17/tmp' 2025-03-04T19:47:30.9586752Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zhxchen17' 2025-03-04T19:47:30.9587138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zxiiro/docs-build.sh' 2025-03-04T19:47:30.9587576Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin/zxiiro' 2025-03-04T19:47:30.9587918Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes/origin' 2025-03-04T19:47:30.9588233Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs/remotes' 2025-03-04T19:47:30.9588509Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/refs' 2025-03-04T19:47:30.9588751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs/HEAD' 2025-03-04T19:47:30.9589019Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/logs' 2025-03-04T19:47:30.9589283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/config.worktree' 2025-03-04T19:47:30.9589518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/index' 2025-03-04T19:47:30.9589898Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/branches' 2025-03-04T19:47:30.9590348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9590765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/hooks/commit-msg.sample' 2025-03-04T19:47:30.9591195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/hooks/post-update.sample' 2025-03-04T19:47:30.9591631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9592049Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/hooks/pre-commit.sample' 2025-03-04T19:47:30.9592524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9593090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/hooks/pre-push.sample' 2025-03-04T19:47:30.9593532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/hooks/pre-receive.sample' 2025-03-04T19:47:30.9593971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9594588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9595262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/hooks/update.sample' 2025-03-04T19:47:30.9595727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9596135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9596604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9597050Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/hooks' 2025-03-04T19:47:30.9597416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/info/exclude' 2025-03-04T19:47:30.9597782Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/info' 2025-03-04T19:47:30.9598133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/description' 2025-03-04T19:47:30.9598481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config' 2025-03-04T19:47:30.9599093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/objects/pack/pack-d1fe95744ffc5f00c82a09d86b35ef10131c001f.pack' 2025-03-04T19:47:30.9599818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/objects/pack/pack-d1fe95744ffc5f00c82a09d86b35ef10131c001f.rev' 2025-03-04T19:47:30.9600426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/objects/pack/pack-d1fe95744ffc5f00c82a09d86b35ef10131c001f.idx' 2025-03-04T19:47:30.9600838Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/objects/pack' 2025-03-04T19:47:30.9601242Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/objects/info' 2025-03-04T19:47:30.9601633Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/objects' 2025-03-04T19:47:30.9601960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/HEAD' 2025-03-04T19:47:30.9602337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/refs/heads/main' 2025-03-04T19:47:30.9602729Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/refs/heads' 2025-03-04T19:47:30.9603115Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/refs/tags' 2025-03-04T19:47:30.9603533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9603959Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/refs/remotes/origin' 2025-03-04T19:47:30.9604367Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/refs/remotes' 2025-03-04T19:47:30.9604730Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/refs' 2025-03-04T19:47:30.9605100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/packed-refs' 2025-03-04T19:47:30.9605584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9606419Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/logs/refs/remotes/origin' 2025-03-04T19:47:30.9606843Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/logs/refs/remotes' 2025-03-04T19:47:30.9607349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/logs/refs/heads/main' 2025-03-04T19:47:30.9607867Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/logs/refs/heads' 2025-03-04T19:47:30.9608251Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/logs/refs' 2025-03-04T19:47:30.9608608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/logs/HEAD' 2025-03-04T19:47:30.9608971Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/logs' 2025-03-04T19:47:30.9609389Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni' 2025-03-04T19:47:30.9609707Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs' 2025-03-04T19:47:30.9610014Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android' 2025-03-04T19:47:30.9610441Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/branches' 2025-03-04T19:47:30.9610921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9611370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/hooks/commit-msg.sample' 2025-03-04T19:47:30.9611821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/hooks/post-update.sample' 2025-03-04T19:47:30.9612346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9612813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/hooks/pre-commit.sample' 2025-03-04T19:47:30.9613301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9613740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/hooks/pre-push.sample' 2025-03-04T19:47:30.9614199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/hooks/pre-receive.sample' 2025-03-04T19:47:30.9614674Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9615168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9615601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/hooks/update.sample' 2025-03-04T19:47:30.9616085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9616524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9617022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9617431Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/hooks' 2025-03-04T19:47:30.9617831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/info/exclude' 2025-03-04T19:47:30.9618254Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/info' 2025-03-04T19:47:30.9618650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/description' 2025-03-04T19:47:30.9619036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config' 2025-03-04T19:47:30.9619671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/objects/pack/pack-690b5cabb6afcd42282369e0c49f4dc7a4a75992.pack' 2025-03-04T19:47:30.9620310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/objects/pack/pack-690b5cabb6afcd42282369e0c49f4dc7a4a75992.rev' 2025-03-04T19:47:30.9620931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/objects/pack/pack-690b5cabb6afcd42282369e0c49f4dc7a4a75992.idx' 2025-03-04T19:47:30.9621442Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/objects/pack' 2025-03-04T19:47:30.9621962Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/objects/info' 2025-03-04T19:47:30.9622400Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/objects' 2025-03-04T19:47:30.9622767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/HEAD' 2025-03-04T19:47:30.9623198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/refs/heads/master' 2025-03-04T19:47:30.9623632Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/refs/heads' 2025-03-04T19:47:30.9624107Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/refs/tags' 2025-03-04T19:47:30.9624575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9625040Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/refs/remotes/origin' 2025-03-04T19:47:30.9625490Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/refs/remotes' 2025-03-04T19:47:30.9625894Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/refs' 2025-03-04T19:47:30.9626303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/packed-refs' 2025-03-04T19:47:30.9626772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9627266Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/logs/refs/remotes/origin' 2025-03-04T19:47:30.9627729Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/logs/refs/remotes' 2025-03-04T19:47:30.9628174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/logs/refs/heads/master' 2025-03-04T19:47:30.9628627Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/logs/refs/heads' 2025-03-04T19:47:30.9629055Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/logs/refs' 2025-03-04T19:47:30.9629453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/logs/HEAD' 2025-03-04T19:47:30.9629858Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/logs' 2025-03-04T19:47:30.9630261Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16' 2025-03-04T19:47:30.9630690Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/branches' 2025-03-04T19:47:30.9631170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9631626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/commit-msg.sample' 2025-03-04T19:47:30.9632086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/post-update.sample' 2025-03-04T19:47:30.9632560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9633020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/pre-commit.sample' 2025-03-04T19:47:30.9633542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9633993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/pre-push.sample' 2025-03-04T19:47:30.9634449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/pre-receive.sample' 2025-03-04T19:47:30.9634928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9635423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9635914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/update.sample' 2025-03-04T19:47:30.9636417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9636862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9637362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9637781Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/hooks' 2025-03-04T19:47:30.9638194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/info/exclude' 2025-03-04T19:47:30.9638602Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/info' 2025-03-04T19:47:30.9639037Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/description' 2025-03-04T19:47:30.9639422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config' 2025-03-04T19:47:30.9640051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/objects/pack/pack-9f6cb4a2a28598dec6494817a1d7fa397ca5552e.pack' 2025-03-04T19:47:30.9640687Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/objects/pack/pack-9f6cb4a2a28598dec6494817a1d7fa397ca5552e.rev' 2025-03-04T19:47:30.9641310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/objects/pack/pack-9f6cb4a2a28598dec6494817a1d7fa397ca5552e.idx' 2025-03-04T19:47:30.9641766Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/objects/pack' 2025-03-04T19:47:30.9642214Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/objects/info' 2025-03-04T19:47:30.9642650Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/objects' 2025-03-04T19:47:30.9643022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/HEAD' 2025-03-04T19:47:30.9643454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/refs/heads/master' 2025-03-04T19:47:30.9643891Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/refs/heads' 2025-03-04T19:47:30.9644332Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/refs/tags' 2025-03-04T19:47:30.9644786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9645316Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/refs/remotes/origin' 2025-03-04T19:47:30.9645765Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/refs/remotes' 2025-03-04T19:47:30.9646266Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/refs' 2025-03-04T19:47:30.9646679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/packed-refs' 2025-03-04T19:47:30.9647153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9647651Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/logs/refs/remotes/origin' 2025-03-04T19:47:30.9648167Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/logs/refs/remotes' 2025-03-04T19:47:30.9648619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/logs/refs/heads/master' 2025-03-04T19:47:30.9649073Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/logs/refs/heads' 2025-03-04T19:47:30.9649515Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/logs/refs' 2025-03-04T19:47:30.9649910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/logs/HEAD' 2025-03-04T19:47:30.9650329Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/logs' 2025-03-04T19:47:30.9650721Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv' 2025-03-04T19:47:30.9651103Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps' 2025-03-04T19:47:30.9651486Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/branches' 2025-03-04T19:47:30.9651909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9652328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/hooks/commit-msg.sample' 2025-03-04T19:47:30.9652737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/hooks/post-update.sample' 2025-03-04T19:47:30.9653178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9653582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/hooks/pre-commit.sample' 2025-03-04T19:47:30.9654032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9654433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/hooks/pre-push.sample' 2025-03-04T19:47:30.9654853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/hooks/pre-receive.sample' 2025-03-04T19:47:30.9655289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9655740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9656132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/hooks/update.sample' 2025-03-04T19:47:30.9656571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9657050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9657497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9657876Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/hooks' 2025-03-04T19:47:30.9658234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/info/exclude' 2025-03-04T19:47:30.9658610Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/info' 2025-03-04T19:47:30.9658965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/description' 2025-03-04T19:47:30.9659312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config' 2025-03-04T19:47:30.9659944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/objects/pack/pack-05cd51ad63788a95688e011d906d88a806a9671d.pack' 2025-03-04T19:47:30.9660541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/objects/pack/pack-05cd51ad63788a95688e011d906d88a806a9671d.rev' 2025-03-04T19:47:30.9661118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/objects/pack/pack-05cd51ad63788a95688e011d906d88a806a9671d.idx' 2025-03-04T19:47:30.9661580Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/objects/pack' 2025-03-04T19:47:30.9661990Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/objects/info' 2025-03-04T19:47:30.9662369Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/objects' 2025-03-04T19:47:30.9662710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/HEAD' 2025-03-04T19:47:30.9663093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/refs/heads/master' 2025-03-04T19:47:30.9663485Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/refs/heads' 2025-03-04T19:47:30.9663872Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/refs/tags' 2025-03-04T19:47:30.9664292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9664719Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/refs/remotes/origin' 2025-03-04T19:47:30.9665126Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/refs/remotes' 2025-03-04T19:47:30.9665494Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/refs' 2025-03-04T19:47:30.9665851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/packed-refs' 2025-03-04T19:47:30.9666290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9666737Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/logs/refs/remotes/origin' 2025-03-04T19:47:30.9667165Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/logs/refs/remotes' 2025-03-04T19:47:30.9667562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/logs/refs/heads/master' 2025-03-04T19:47:30.9667979Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/logs/refs/heads' 2025-03-04T19:47:30.9668368Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/logs/refs' 2025-03-04T19:47:30.9668777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/logs/HEAD' 2025-03-04T19:47:30.9669151Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/logs' 2025-03-04T19:47:30.9669507Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK' 2025-03-04T19:47:30.9669882Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/branches' 2025-03-04T19:47:30.9670305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9670721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/hooks/commit-msg.sample' 2025-03-04T19:47:30.9671128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/hooks/post-update.sample' 2025-03-04T19:47:30.9671620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9672201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/hooks/pre-commit.sample' 2025-03-04T19:47:30.9672649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9673041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/hooks/pre-push.sample' 2025-03-04T19:47:30.9673460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/hooks/pre-receive.sample' 2025-03-04T19:47:30.9673887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9674324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9674733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/hooks/update.sample' 2025-03-04T19:47:30.9675167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9675581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9676019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9676406Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/hooks' 2025-03-04T19:47:30.9676756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/info/exclude' 2025-03-04T19:47:30.9677141Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/info' 2025-03-04T19:47:30.9677503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/description' 2025-03-04T19:47:30.9677846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config' 2025-03-04T19:47:30.9678435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/objects/pack/pack-08edcff69cd34b1a191f98f27e2cb198e21bee2e.pack' 2025-03-04T19:47:30.9679015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/objects/pack/pack-08edcff69cd34b1a191f98f27e2cb198e21bee2e.rev' 2025-03-04T19:47:30.9679603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/objects/pack/pack-08edcff69cd34b1a191f98f27e2cb198e21bee2e.idx' 2025-03-04T19:47:30.9680000Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/objects/pack' 2025-03-04T19:47:30.9680410Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/objects/info' 2025-03-04T19:47:30.9680884Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/objects' 2025-03-04T19:47:30.9681218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/HEAD' 2025-03-04T19:47:30.9681606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/refs/heads/release-v3' 2025-03-04T19:47:30.9682000Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/refs/heads' 2025-03-04T19:47:30.9682369Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/refs/tags' 2025-03-04T19:47:30.9682778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9683262Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/refs/remotes/origin' 2025-03-04T19:47:30.9683658Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/refs/remotes' 2025-03-04T19:47:30.9684028Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/refs' 2025-03-04T19:47:30.9684378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/packed-refs' 2025-03-04T19:47:30.9684807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9685246Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/logs/refs/remotes/origin' 2025-03-04T19:47:30.9685674Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/logs/refs/remotes' 2025-03-04T19:47:30.9686086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/logs/refs/heads/release-v3' 2025-03-04T19:47:30.9686505Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/logs/refs/heads' 2025-03-04T19:47:30.9686883Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/logs/refs' 2025-03-04T19:47:30.9687232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/logs/HEAD' 2025-03-04T19:47:30.9687587Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/logs' 2025-03-04T19:47:30.9687920Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX' 2025-03-04T19:47:30.9688378Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/branches' 2025-03-04T19:47:30.9688883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9689381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/hooks/commit-msg.sample' 2025-03-04T19:47:30.9689872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/hooks/post-update.sample' 2025-03-04T19:47:30.9690386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9690862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/hooks/pre-commit.sample' 2025-03-04T19:47:30.9691384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9691856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/hooks/pre-push.sample' 2025-03-04T19:47:30.9692411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/hooks/pre-receive.sample' 2025-03-04T19:47:30.9692926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9693464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9693920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/hooks/update.sample' 2025-03-04T19:47:30.9694444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9694925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9695491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9695950Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/hooks' 2025-03-04T19:47:30.9696373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/info/exclude' 2025-03-04T19:47:30.9696820Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/info' 2025-03-04T19:47:30.9697248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/description' 2025-03-04T19:47:30.9697665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config' 2025-03-04T19:47:30.9698342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/objects/pack/pack-bbd1150daec488e856a5400a77f4ec959a42d1bc.pack' 2025-03-04T19:47:30.9699021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/objects/pack/pack-bbd1150daec488e856a5400a77f4ec959a42d1bc.rev' 2025-03-04T19:47:30.9699681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/objects/pack/pack-bbd1150daec488e856a5400a77f4ec959a42d1bc.idx' 2025-03-04T19:47:30.9700169Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/objects/pack' 2025-03-04T19:47:30.9700636Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/objects/info' 2025-03-04T19:47:30.9701088Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/objects' 2025-03-04T19:47:30.9701568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/HEAD' 2025-03-04T19:47:30.9702022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/refs/heads/master' 2025-03-04T19:47:30.9702493Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/refs/heads' 2025-03-04T19:47:30.9702948Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/refs/tags' 2025-03-04T19:47:30.9703443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9703935Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/refs/remotes/origin' 2025-03-04T19:47:30.9704417Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/refs/remotes' 2025-03-04T19:47:30.9704913Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/refs' 2025-03-04T19:47:30.9705358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/packed-refs' 2025-03-04T19:47:30.9705865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9706402Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/logs/refs/remotes/origin' 2025-03-04T19:47:30.9706887Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/logs/refs/remotes' 2025-03-04T19:47:30.9707356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/logs/refs/heads/master' 2025-03-04T19:47:30.9707899Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/logs/refs/heads' 2025-03-04T19:47:30.9708356Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/logs/refs' 2025-03-04T19:47:30.9708786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/logs/HEAD' 2025-03-04T19:47:30.9709222Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/logs' 2025-03-04T19:47:30.9709648Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator' 2025-03-04T19:47:30.9710036Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/branches' 2025-03-04T19:47:30.9710481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9710899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/hooks/commit-msg.sample' 2025-03-04T19:47:30.9711330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/hooks/post-update.sample' 2025-03-04T19:47:30.9711761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9712174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/hooks/pre-commit.sample' 2025-03-04T19:47:30.9712625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9713029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/hooks/pre-push.sample' 2025-03-04T19:47:30.9713463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/hooks/pre-receive.sample' 2025-03-04T19:47:30.9713904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9714363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9714757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/hooks/update.sample' 2025-03-04T19:47:30.9715218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9715632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9716096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9716470Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/hooks' 2025-03-04T19:47:30.9716887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/info/exclude' 2025-03-04T19:47:30.9717271Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/info' 2025-03-04T19:47:30.9717633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/description' 2025-03-04T19:47:30.9717984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config' 2025-03-04T19:47:30.9718576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/objects/pack/pack-311c7a115559e6330773d442a35e53a9fccc3cad.pack' 2025-03-04T19:47:30.9719171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/objects/pack/pack-311c7a115559e6330773d442a35e53a9fccc3cad.rev' 2025-03-04T19:47:30.9719798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/objects/pack/pack-311c7a115559e6330773d442a35e53a9fccc3cad.idx' 2025-03-04T19:47:30.9720216Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/objects/pack' 2025-03-04T19:47:30.9720616Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/objects/info' 2025-03-04T19:47:30.9721011Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/objects' 2025-03-04T19:47:30.9721343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/HEAD' 2025-03-04T19:47:30.9721741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/refs/heads/master' 2025-03-04T19:47:30.9722134Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/refs/heads' 2025-03-04T19:47:30.9722526Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/refs/tags' 2025-03-04T19:47:30.9722954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9723385Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/refs/remotes/origin' 2025-03-04T19:47:30.9723800Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/refs/remotes' 2025-03-04T19:47:30.9724172Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/refs' 2025-03-04T19:47:30.9724549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/packed-refs' 2025-03-04T19:47:30.9724984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9725455Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/logs/refs/remotes/origin' 2025-03-04T19:47:30.9725883Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/logs/refs/remotes' 2025-03-04T19:47:30.9726297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/logs/refs/heads/master' 2025-03-04T19:47:30.9726710Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/logs/refs/heads' 2025-03-04T19:47:30.9727102Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/logs/refs' 2025-03-04T19:47:30.9727473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/logs/HEAD' 2025-03-04T19:47:30.9727845Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/logs' 2025-03-04T19:47:30.9728210Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK' 2025-03-04T19:47:30.9728670Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/branches' 2025-03-04T19:47:30.9729126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9729550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/hooks/commit-msg.sample' 2025-03-04T19:47:30.9729991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/hooks/post-update.sample' 2025-03-04T19:47:30.9730432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9730857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/hooks/pre-commit.sample' 2025-03-04T19:47:30.9731364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9731782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/hooks/pre-push.sample' 2025-03-04T19:47:30.9732220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/hooks/pre-receive.sample' 2025-03-04T19:47:30.9732664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9733122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9733526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/hooks/update.sample' 2025-03-04T19:47:30.9733993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9734426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9734896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9735285Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/hooks' 2025-03-04T19:47:30.9735667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/info/exclude' 2025-03-04T19:47:30.9736048Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/info' 2025-03-04T19:47:30.9736420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/description' 2025-03-04T19:47:30.9736785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config' 2025-03-04T19:47:30.9737400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/objects/pack/pack-09c84d58eb81d951f72daa6a291e4c6f9cd623d8.pack' 2025-03-04T19:47:30.9738040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/objects/pack/pack-09c84d58eb81d951f72daa6a291e4c6f9cd623d8.rev' 2025-03-04T19:47:30.9738641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/objects/pack/pack-09c84d58eb81d951f72daa6a291e4c6f9cd623d8.idx' 2025-03-04T19:47:30.9739068Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/objects/pack' 2025-03-04T19:47:30.9739481Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/objects/info' 2025-03-04T19:47:30.9739885Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/objects' 2025-03-04T19:47:30.9740228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/HEAD' 2025-03-04T19:47:30.9740671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/refs/heads/main' 2025-03-04T19:47:30.9741074Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/refs/heads' 2025-03-04T19:47:30.9741546Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/refs/tags' 2025-03-04T19:47:30.9741985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9742427Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/refs/remotes/origin' 2025-03-04T19:47:30.9742847Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/refs/remotes' 2025-03-04T19:47:30.9743280Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/refs' 2025-03-04T19:47:30.9743666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/packed-refs' 2025-03-04T19:47:30.9744107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9744583Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/logs/refs/remotes/origin' 2025-03-04T19:47:30.9745015Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/logs/refs/remotes' 2025-03-04T19:47:30.9745432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/logs/refs/heads/main' 2025-03-04T19:47:30.9745856Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/logs/refs/heads' 2025-03-04T19:47:30.9746261Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/logs/refs' 2025-03-04T19:47:30.9746728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/logs/HEAD' 2025-03-04T19:47:30.9747111Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/logs' 2025-03-04T19:47:30.9747484Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark' 2025-03-04T19:47:30.9747914Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/branches' 2025-03-04T19:47:30.9748410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9748868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/hooks/commit-msg.sample' 2025-03-04T19:47:30.9749343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/hooks/post-update.sample' 2025-03-04T19:47:30.9749822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9750286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/hooks/pre-commit.sample' 2025-03-04T19:47:30.9750770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9751218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/hooks/pre-push.sample' 2025-03-04T19:47:30.9751752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/hooks/pre-receive.sample' 2025-03-04T19:47:30.9752240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9752800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9753238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/hooks/update.sample' 2025-03-04T19:47:30.9753746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9754288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9754796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9755219Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/hooks' 2025-03-04T19:47:30.9755700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/info/exclude' 2025-03-04T19:47:30.9756115Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/info' 2025-03-04T19:47:30.9756532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/description' 2025-03-04T19:47:30.9756917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config' 2025-03-04T19:47:30.9757555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/objects/pack/pack-ad85d4541627d144fe5543a29e6208a22f2d30ab.pack' 2025-03-04T19:47:30.9758191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/objects/pack/pack-ad85d4541627d144fe5543a29e6208a22f2d30ab.rev' 2025-03-04T19:47:30.9758820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/objects/pack/pack-ad85d4541627d144fe5543a29e6208a22f2d30ab.idx' 2025-03-04T19:47:30.9759283Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/objects/pack' 2025-03-04T19:47:30.9759732Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/objects/info' 2025-03-04T19:47:30.9760178Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/objects' 2025-03-04T19:47:30.9760553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/HEAD' 2025-03-04T19:47:30.9761000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/refs/heads/develop' 2025-03-04T19:47:30.9761445Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/refs/heads' 2025-03-04T19:47:30.9761897Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/refs/tags' 2025-03-04T19:47:30.9762350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9762838Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/refs/remotes/origin' 2025-03-04T19:47:30.9763283Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/refs/remotes' 2025-03-04T19:47:30.9763693Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/refs' 2025-03-04T19:47:30.9764115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/packed-refs' 2025-03-04T19:47:30.9764659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9765165Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/logs/refs/remotes/origin' 2025-03-04T19:47:30.9765631Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/logs/refs/remotes' 2025-03-04T19:47:30.9766092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/logs/refs/heads/develop' 2025-03-04T19:47:30.9766549Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/logs/refs/heads' 2025-03-04T19:47:30.9766996Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/logs/refs' 2025-03-04T19:47:30.9767457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/logs/HEAD' 2025-03-04T19:47:30.9767886Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/logs' 2025-03-04T19:47:30.9768276Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel' 2025-03-04T19:47:30.9768684Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/branches' 2025-03-04T19:47:30.9769150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9769584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/hooks/commit-msg.sample' 2025-03-04T19:47:30.9770029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/hooks/post-update.sample' 2025-03-04T19:47:30.9770484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9770929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/hooks/pre-commit.sample' 2025-03-04T19:47:30.9771388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9772093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/hooks/pre-push.sample' 2025-03-04T19:47:30.9772532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/hooks/pre-receive.sample' 2025-03-04T19:47:30.9773002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9773470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9773897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/hooks/update.sample' 2025-03-04T19:47:30.9774375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9774806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9775285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9775684Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/hooks' 2025-03-04T19:47:30.9776082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/info/exclude' 2025-03-04T19:47:30.9776468Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/info' 2025-03-04T19:47:30.9776962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/description' 2025-03-04T19:47:30.9777323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config' 2025-03-04T19:47:30.9777953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/objects/pack/pack-9c5a1107057ca9651870d2f47fbd6d5adebbdb0d.pack' 2025-03-04T19:47:30.9778563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/objects/pack/pack-9c5a1107057ca9651870d2f47fbd6d5adebbdb0d.rev' 2025-03-04T19:47:30.9779179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/objects/pack/pack-9c5a1107057ca9651870d2f47fbd6d5adebbdb0d.idx' 2025-03-04T19:47:30.9779608Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/objects/pack' 2025-03-04T19:47:30.9780100Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/objects/info' 2025-03-04T19:47:30.9780518Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/objects' 2025-03-04T19:47:30.9780872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/HEAD' 2025-03-04T19:47:30.9781287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/refs/heads/master' 2025-03-04T19:47:30.9781779Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/refs/heads' 2025-03-04T19:47:30.9782199Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/refs/tags' 2025-03-04T19:47:30.9782629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9783109Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/refs/remotes/origin' 2025-03-04T19:47:30.9783529Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/refs/remotes' 2025-03-04T19:47:30.9783953Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/refs' 2025-03-04T19:47:30.9784335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/packed-refs' 2025-03-04T19:47:30.9784784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9785269Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/logs/refs/remotes/origin' 2025-03-04T19:47:30.9785713Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/logs/refs/remotes' 2025-03-04T19:47:30.9786150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/logs/refs/heads/master' 2025-03-04T19:47:30.9786583Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/logs/refs/heads' 2025-03-04T19:47:30.9787003Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/logs/refs' 2025-03-04T19:47:30.9787371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/logs/HEAD' 2025-03-04T19:47:30.9787772Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/logs' 2025-03-04T19:47:30.9788141Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib' 2025-03-04T19:47:30.9788543Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/branches' 2025-03-04T19:47:30.9789094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9789507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/hooks/commit-msg.sample' 2025-03-04T19:47:30.9789943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/hooks/post-update.sample' 2025-03-04T19:47:30.9790378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9790803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/hooks/pre-commit.sample' 2025-03-04T19:47:30.9791245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9791716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/hooks/pre-push.sample' 2025-03-04T19:47:30.9792139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/hooks/pre-receive.sample' 2025-03-04T19:47:30.9792597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9793048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9793456Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/hooks/update.sample' 2025-03-04T19:47:30.9793904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9794319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9794784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9795164Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/hooks' 2025-03-04T19:47:30.9795537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/info/exclude' 2025-03-04T19:47:30.9795914Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/info' 2025-03-04T19:47:30.9796288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/description' 2025-03-04T19:47:30.9796630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config' 2025-03-04T19:47:30.9797245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/objects/pack/pack-cd4eab8ad33ad88161cf3bdcb548780747cea73e.pack' 2025-03-04T19:47:30.9797845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/objects/pack/pack-cd4eab8ad33ad88161cf3bdcb548780747cea73e.rev' 2025-03-04T19:47:30.9798455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/objects/pack/pack-cd4eab8ad33ad88161cf3bdcb548780747cea73e.idx' 2025-03-04T19:47:30.9798860Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/objects/pack' 2025-03-04T19:47:30.9799274Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/objects/info' 2025-03-04T19:47:30.9799658Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/objects' 2025-03-04T19:47:30.9799991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/HEAD' 2025-03-04T19:47:30.9800376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/refs/heads/main' 2025-03-04T19:47:30.9800825Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/refs/heads' 2025-03-04T19:47:30.9801232Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/refs/tags' 2025-03-04T19:47:30.9801646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9802091Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/refs/remotes/origin' 2025-03-04T19:47:30.9802490Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/refs/remotes' 2025-03-04T19:47:30.9802876Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/refs' 2025-03-04T19:47:30.9803237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/packed-refs' 2025-03-04T19:47:30.9803721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9804192Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/logs/refs/remotes/origin' 2025-03-04T19:47:30.9804618Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/logs/refs/remotes' 2025-03-04T19:47:30.9805024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/logs/refs/heads/main' 2025-03-04T19:47:30.9805441Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/logs/refs/heads' 2025-03-04T19:47:30.9805844Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/logs/refs' 2025-03-04T19:47:30.9806196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/logs/HEAD' 2025-03-04T19:47:30.9806584Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/logs' 2025-03-04T19:47:30.9806934Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo' 2025-03-04T19:47:30.9807361Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/branches' 2025-03-04T19:47:30.9807823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9808264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/hooks/commit-msg.sample' 2025-03-04T19:47:30.9808725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/hooks/post-update.sample' 2025-03-04T19:47:30.9809189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9809643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/hooks/pre-commit.sample' 2025-03-04T19:47:30.9810114Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9810560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/hooks/pre-push.sample' 2025-03-04T19:47:30.9811007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/hooks/pre-receive.sample' 2025-03-04T19:47:30.9811489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9811968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9812406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/hooks/update.sample' 2025-03-04T19:47:30.9812937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9813384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9813861Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9814260Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/hooks' 2025-03-04T19:47:30.9814667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/info/exclude' 2025-03-04T19:47:30.9815066Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/info' 2025-03-04T19:47:30.9815540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/description' 2025-03-04T19:47:30.9815909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config' 2025-03-04T19:47:30.9816535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/objects/pack/pack-d0e5277f3a79b838354a2552616217073c703751.pack' 2025-03-04T19:47:30.9817138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/objects/pack/pack-d0e5277f3a79b838354a2552616217073c703751.rev' 2025-03-04T19:47:30.9817752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/objects/pack/pack-d0e5277f3a79b838354a2552616217073c703751.idx' 2025-03-04T19:47:30.9818189Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/objects/pack' 2025-03-04T19:47:30.9818662Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/objects/info' 2025-03-04T19:47:30.9819076Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/objects' 2025-03-04T19:47:30.9819451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/HEAD' 2025-03-04T19:47:30.9819851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/refs/heads/main' 2025-03-04T19:47:30.9820274Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/refs/heads' 2025-03-04T19:47:30.9820706Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/refs/tags' 2025-03-04T19:47:30.9821148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9821733Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/refs/remotes/origin' 2025-03-04T19:47:30.9822167Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/refs/remotes' 2025-03-04T19:47:30.9822577Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/refs' 2025-03-04T19:47:30.9822972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/packed-refs' 2025-03-04T19:47:30.9823444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9823928Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/logs/refs/remotes/origin' 2025-03-04T19:47:30.9824396Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/logs/refs/remotes' 2025-03-04T19:47:30.9824874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/logs/refs/heads/main' 2025-03-04T19:47:30.9825318Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/logs/refs/heads' 2025-03-04T19:47:30.9825760Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/logs/refs' 2025-03-04T19:47:30.9826143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/logs/HEAD' 2025-03-04T19:47:30.9826555Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/logs' 2025-03-04T19:47:30.9826936Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend' 2025-03-04T19:47:30.9827382Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/branches' 2025-03-04T19:47:30.9827823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9828249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/hooks/commit-msg.sample' 2025-03-04T19:47:30.9828670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/hooks/post-update.sample' 2025-03-04T19:47:30.9829122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9829535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/hooks/pre-commit.sample' 2025-03-04T19:47:30.9829977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9830401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/hooks/pre-push.sample' 2025-03-04T19:47:30.9830822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/hooks/pre-receive.sample' 2025-03-04T19:47:30.9831280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9831736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9832155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/hooks/update.sample' 2025-03-04T19:47:30.9832614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9833045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9833508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9833902Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/hooks' 2025-03-04T19:47:30.9834274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/info/exclude' 2025-03-04T19:47:30.9834649Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/info' 2025-03-04T19:47:30.9835027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/description' 2025-03-04T19:47:30.9835370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config' 2025-03-04T19:47:30.9835985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/objects/pack/pack-142d8d6b228c94d4657a8d2e18dc48c847e9e21b.pack' 2025-03-04T19:47:30.9836629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/objects/pack/pack-142d8d6b228c94d4657a8d2e18dc48c847e9e21b.rev' 2025-03-04T19:47:30.9837232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/objects/pack/pack-142d8d6b228c94d4657a8d2e18dc48c847e9e21b.idx' 2025-03-04T19:47:30.9837643Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/objects/pack' 2025-03-04T19:47:30.9838061Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/objects/info' 2025-03-04T19:47:30.9838446Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/objects' 2025-03-04T19:47:30.9838792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/HEAD' 2025-03-04T19:47:30.9839214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/refs/heads/main' 2025-03-04T19:47:30.9839615Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/refs/heads' 2025-03-04T19:47:30.9840019Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/refs/tags' 2025-03-04T19:47:30.9840434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9840880Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/refs/remotes/origin' 2025-03-04T19:47:30.9841283Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/refs/remotes' 2025-03-04T19:47:30.9841666Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/refs' 2025-03-04T19:47:30.9842036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/packed-refs' 2025-03-04T19:47:30.9842484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9842940Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/logs/refs/remotes/origin' 2025-03-04T19:47:30.9843372Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/logs/refs/remotes' 2025-03-04T19:47:30.9843766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/logs/refs/heads/main' 2025-03-04T19:47:30.9844180Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/logs/refs/heads' 2025-03-04T19:47:30.9844578Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/logs/refs' 2025-03-04T19:47:30.9844931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/logs/HEAD' 2025-03-04T19:47:30.9845318Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/logs' 2025-03-04T19:47:30.9845667Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass' 2025-03-04T19:47:30.9846056Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/branches' 2025-03-04T19:47:30.9846480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9846895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/hooks/commit-msg.sample' 2025-03-04T19:47:30.9847303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/hooks/post-update.sample' 2025-03-04T19:47:30.9847743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9848196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/hooks/pre-commit.sample' 2025-03-04T19:47:30.9848627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9849033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/hooks/pre-push.sample' 2025-03-04T19:47:30.9849443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/hooks/pre-receive.sample' 2025-03-04T19:47:30.9849885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9850344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9850794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/hooks/update.sample' 2025-03-04T19:47:30.9851239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9851657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9852181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9852563Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/hooks' 2025-03-04T19:47:30.9852918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/info/exclude' 2025-03-04T19:47:30.9853283Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/info' 2025-03-04T19:47:30.9853675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/description' 2025-03-04T19:47:30.9854031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config' 2025-03-04T19:47:30.9854629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/objects/pack/pack-58b15100cd40c68ca1ed07d33d27a60059bd6758.pack' 2025-03-04T19:47:30.9855209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/objects/pack/pack-58b15100cd40c68ca1ed07d33d27a60059bd6758.rev' 2025-03-04T19:47:30.9855799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/objects/pack/pack-58b15100cd40c68ca1ed07d33d27a60059bd6758.idx' 2025-03-04T19:47:30.9856197Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/objects/pack' 2025-03-04T19:47:30.9856605Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/objects/info' 2025-03-04T19:47:30.9856985Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/objects' 2025-03-04T19:47:30.9857316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/HEAD' 2025-03-04T19:47:30.9857692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/refs/heads/master' 2025-03-04T19:47:30.9858078Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/refs/heads' 2025-03-04T19:47:30.9858471Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/refs/tags' 2025-03-04T19:47:30.9858879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9859317Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/refs/remotes/origin' 2025-03-04T19:47:30.9859713Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/refs/remotes' 2025-03-04T19:47:30.9860157Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/refs' 2025-03-04T19:47:30.9860510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/packed-refs' 2025-03-04T19:47:30.9860950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9861399Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/logs/refs/remotes/origin' 2025-03-04T19:47:30.9861908Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/logs/refs/remotes' 2025-03-04T19:47:30.9862304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/logs/refs/heads/master' 2025-03-04T19:47:30.9862769Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/logs/refs/heads' 2025-03-04T19:47:30.9863169Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/logs/refs' 2025-03-04T19:47:30.9863515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/logs/HEAD' 2025-03-04T19:47:30.9863889Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/logs' 2025-03-04T19:47:30.9864231Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen' 2025-03-04T19:47:30.9864629Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/branches' 2025-03-04T19:47:30.9865060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9865485Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/hooks/commit-msg.sample' 2025-03-04T19:47:30.9865902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/hooks/post-update.sample' 2025-03-04T19:47:30.9866334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9866752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/hooks/pre-commit.sample' 2025-03-04T19:47:30.9867193Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9867605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/hooks/pre-push.sample' 2025-03-04T19:47:30.9868017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/hooks/pre-receive.sample' 2025-03-04T19:47:30.9868466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9868913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9869317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/hooks/update.sample' 2025-03-04T19:47:30.9869764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9870183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9870632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9871050Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/hooks' 2025-03-04T19:47:30.9871433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/info/exclude' 2025-03-04T19:47:30.9872033Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/info' 2025-03-04T19:47:30.9872410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/description' 2025-03-04T19:47:30.9872751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config' 2025-03-04T19:47:30.9873357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/objects/pack/pack-4094ff98fd11684224237dead7ff9fcf500262b4.pack' 2025-03-04T19:47:30.9873941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/objects/pack/pack-4094ff98fd11684224237dead7ff9fcf500262b4.rev' 2025-03-04T19:47:30.9874535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/objects/pack/pack-4094ff98fd11684224237dead7ff9fcf500262b4.idx' 2025-03-04T19:47:30.9875038Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/objects/pack' 2025-03-04T19:47:30.9875455Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/objects/info' 2025-03-04T19:47:30.9875837Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/objects' 2025-03-04T19:47:30.9876176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/HEAD' 2025-03-04T19:47:30.9876549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/refs/heads/main' 2025-03-04T19:47:30.9876942Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/refs/heads' 2025-03-04T19:47:30.9877341Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/refs/tags' 2025-03-04T19:47:30.9877760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9878200Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/refs/remotes/origin' 2025-03-04T19:47:30.9878596Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/refs/remotes' 2025-03-04T19:47:30.9878978Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/refs' 2025-03-04T19:47:30.9879338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/packed-refs' 2025-03-04T19:47:30.9879780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9880227Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/logs/refs/remotes/origin' 2025-03-04T19:47:30.9880667Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/logs/refs/remotes' 2025-03-04T19:47:30.9881059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/logs/refs/heads/main' 2025-03-04T19:47:30.9881470Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/logs/refs/heads' 2025-03-04T19:47:30.9881868Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/logs/refs' 2025-03-04T19:47:30.9882215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/logs/HEAD' 2025-03-04T19:47:30.9882593Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/logs' 2025-03-04T19:47:30.9882938Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm' 2025-03-04T19:47:30.9883372Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/branches' 2025-03-04T19:47:30.9883912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9884370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/hooks/commit-msg.sample' 2025-03-04T19:47:30.9884825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/hooks/post-update.sample' 2025-03-04T19:47:30.9885294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9885750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/hooks/pre-commit.sample' 2025-03-04T19:47:30.9886275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9886733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/hooks/pre-push.sample' 2025-03-04T19:47:30.9887184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/hooks/pre-receive.sample' 2025-03-04T19:47:30.9887675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9888160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9888601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/hooks/update.sample' 2025-03-04T19:47:30.9889084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9889549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9890038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9890465Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/hooks' 2025-03-04T19:47:30.9890867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/info/exclude' 2025-03-04T19:47:30.9891279Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/info' 2025-03-04T19:47:30.9891691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/description' 2025-03-04T19:47:30.9892065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config' 2025-03-04T19:47:30.9892721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/objects/pack/pack-dc573de7d42329d4fe9e25e6184fd69e255f0d1f.pack' 2025-03-04T19:47:30.9893349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/objects/pack/pack-dc573de7d42329d4fe9e25e6184fd69e255f0d1f.rev' 2025-03-04T19:47:30.9893984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/objects/pack/pack-dc573de7d42329d4fe9e25e6184fd69e255f0d1f.idx' 2025-03-04T19:47:30.9894428Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/objects/pack' 2025-03-04T19:47:30.9894877Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/objects/info' 2025-03-04T19:47:30.9895301Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/objects' 2025-03-04T19:47:30.9895733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/HEAD' 2025-03-04T19:47:30.9896143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/refs/heads/main' 2025-03-04T19:47:30.9896590Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/refs/heads' 2025-03-04T19:47:30.9897020Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/refs/tags' 2025-03-04T19:47:30.9897468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9897950Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/refs/remotes/origin' 2025-03-04T19:47:30.9898436Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/refs/remotes' 2025-03-04T19:47:30.9898860Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/refs' 2025-03-04T19:47:30.9899264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/packed-refs' 2025-03-04T19:47:30.9899748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9900237Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/logs/refs/remotes/origin' 2025-03-04T19:47:30.9900708Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/logs/refs/remotes' 2025-03-04T19:47:30.9901141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/logs/refs/heads/main' 2025-03-04T19:47:30.9901688Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/logs/refs/heads' 2025-03-04T19:47:30.9902122Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/logs/refs' 2025-03-04T19:47:30.9902514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/logs/HEAD' 2025-03-04T19:47:30.9902934Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/logs' 2025-03-04T19:47:30.9903321Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention' 2025-03-04T19:47:30.9903745Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/branches' 2025-03-04T19:47:30.9904200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9904651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/hooks/commit-msg.sample' 2025-03-04T19:47:30.9905086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/hooks/post-update.sample' 2025-03-04T19:47:30.9905550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9905980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/hooks/pre-commit.sample' 2025-03-04T19:47:30.9906451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9906875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/hooks/pre-push.sample' 2025-03-04T19:47:30.9907311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/hooks/pre-receive.sample' 2025-03-04T19:47:30.9907852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9908319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9908752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/hooks/update.sample' 2025-03-04T19:47:30.9909217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9909659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9910126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9910584Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/hooks' 2025-03-04T19:47:30.9910973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/info/exclude' 2025-03-04T19:47:30.9911378Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/info' 2025-03-04T19:47:30.9911757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/description' 2025-03-04T19:47:30.9912130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config' 2025-03-04T19:47:30.9912756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/objects/pack/pack-8147947ad9c49b7e1d41b9a9e2abe1d521eb6eb6.pack' 2025-03-04T19:47:30.9913366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/objects/pack/pack-8147947ad9c49b7e1d41b9a9e2abe1d521eb6eb6.rev' 2025-03-04T19:47:30.9913994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/objects/pack/pack-8147947ad9c49b7e1d41b9a9e2abe1d521eb6eb6.idx' 2025-03-04T19:47:30.9914418Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/objects/pack' 2025-03-04T19:47:30.9914856Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/objects/info' 2025-03-04T19:47:30.9915262Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/objects' 2025-03-04T19:47:30.9915629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/HEAD' 2025-03-04T19:47:30.9916031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/refs/heads/master' 2025-03-04T19:47:30.9916461Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/refs/heads' 2025-03-04T19:47:30.9916872Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/refs/tags' 2025-03-04T19:47:30.9917315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9917765Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/refs/remotes/origin' 2025-03-04T19:47:30.9918186Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/refs/remotes' 2025-03-04T19:47:30.9918588Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/refs' 2025-03-04T19:47:30.9918971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/packed-refs' 2025-03-04T19:47:30.9919439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9924843Z + mkdir -p /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-03-04T19:47:30.9925176Z + echo ::endgroup:: 2025-03-04T19:47:30.9925730Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/logs/refs/remotes/origin' 2025-03-04T19:47:30.9926253Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/logs/refs/remotes' 2025-03-04T19:47:30.9926740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/logs/refs/heads/master' 2025-03-04T19:47:30.9927362Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/logs/refs/heads' 2025-03-04T19:47:30.9927780Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/logs/refs' 2025-03-04T19:47:30.9928236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/logs/HEAD' 2025-03-04T19:47:30.9928646Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/logs' 2025-03-04T19:47:30.9929010Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers' 2025-03-04T19:47:30.9929392Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/branches' 2025-03-04T19:47:30.9929809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9930219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/hooks/commit-msg.sample' 2025-03-04T19:47:30.9930625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/hooks/post-update.sample' 2025-03-04T19:47:30.9931076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9931478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/hooks/pre-commit.sample' 2025-03-04T19:47:30.9931914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9932303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/hooks/pre-push.sample' 2025-03-04T19:47:30.9932706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/hooks/pre-receive.sample' 2025-03-04T19:47:30.9933141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9933577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9933974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/hooks/update.sample' 2025-03-04T19:47:30.9934411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9934814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9935244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9935615Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/hooks' 2025-03-04T19:47:30.9935965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/info/exclude' 2025-03-04T19:47:30.9936328Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/info' 2025-03-04T19:47:30.9936678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/description' 2025-03-04T19:47:30.9937053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config' 2025-03-04T19:47:30.9937646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/objects/pack/pack-5e9745dbf9ac410f38b0b63fc2a47f188f6f414c.pack' 2025-03-04T19:47:30.9938213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/objects/pack/pack-5e9745dbf9ac410f38b0b63fc2a47f188f6f414c.rev' 2025-03-04T19:47:30.9938794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/objects/pack/pack-5e9745dbf9ac410f38b0b63fc2a47f188f6f414c.idx' 2025-03-04T19:47:30.9939182Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/objects/pack' 2025-03-04T19:47:30.9939581Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/objects/info' 2025-03-04T19:47:30.9939999Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/objects' 2025-03-04T19:47:30.9940321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/HEAD' 2025-03-04T19:47:30.9940685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/refs/heads/master' 2025-03-04T19:47:30.9941076Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/refs/heads' 2025-03-04T19:47:30.9941447Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/refs/tags' 2025-03-04T19:47:30.9941919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9942351Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/refs/remotes/origin' 2025-03-04T19:47:30.9942741Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/refs/remotes' 2025-03-04T19:47:30.9943111Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/refs' 2025-03-04T19:47:30.9943463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/packed-refs' 2025-03-04T19:47:30.9943897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9944337Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/logs/refs/remotes/origin' 2025-03-04T19:47:30.9944764Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/logs/refs/remotes' 2025-03-04T19:47:30.9945156Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/logs/refs/heads/master' 2025-03-04T19:47:30.9945560Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/logs/refs/heads' 2025-03-04T19:47:30.9945954Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/logs/refs' 2025-03-04T19:47:30.9946291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/logs/HEAD' 2025-03-04T19:47:30.9946659Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/logs' 2025-03-04T19:47:30.9946997Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt' 2025-03-04T19:47:30.9947445Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/branches' 2025-03-04T19:47:30.9947930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9948399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/hooks/commit-msg.sample' 2025-03-04T19:47:30.9948930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/hooks/post-update.sample' 2025-03-04T19:47:30.9949419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9949874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/hooks/pre-commit.sample' 2025-03-04T19:47:30.9950372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9950816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/hooks/pre-push.sample' 2025-03-04T19:47:30.9951274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/hooks/pre-receive.sample' 2025-03-04T19:47:30.9951828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9952325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9952776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/hooks/update.sample' 2025-03-04T19:47:30.9953272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9953742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9954239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9954673Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/hooks' 2025-03-04T19:47:30.9955081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/info/exclude' 2025-03-04T19:47:30.9955507Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/info' 2025-03-04T19:47:30.9955912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/description' 2025-03-04T19:47:30.9956296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config' 2025-03-04T19:47:30.9956956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/objects/pack/pack-72c1250f0abc91df84ec4027ba5fe97388786a5a.pack' 2025-03-04T19:47:30.9957597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/objects/pack/pack-72c1250f0abc91df84ec4027ba5fe97388786a5a.rev' 2025-03-04T19:47:30.9958258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/objects/pack/pack-72c1250f0abc91df84ec4027ba5fe97388786a5a.idx' 2025-03-04T19:47:30.9958713Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/objects/pack' 2025-03-04T19:47:30.9959173Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/objects/info' 2025-03-04T19:47:30.9959603Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/objects' 2025-03-04T19:47:30.9959991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/HEAD' 2025-03-04T19:47:30.9960503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/refs/heads/master' 2025-03-04T19:47:30.9960959Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/refs/heads' 2025-03-04T19:47:30.9961450Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/refs/tags' 2025-03-04T19:47:30.9961917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9962393Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/refs/remotes/origin' 2025-03-04T19:47:30.9962841Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/refs/remotes' 2025-03-04T19:47:30.9963265Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/refs' 2025-03-04T19:47:30.9963671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/packed-refs' 2025-03-04T19:47:30.9964217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9964715Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/logs/refs/remotes/origin' 2025-03-04T19:47:30.9965190Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/logs/refs/remotes' 2025-03-04T19:47:30.9965769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/logs/refs/heads/master' 2025-03-04T19:47:30.9966242Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/logs/refs/heads' 2025-03-04T19:47:30.9966676Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/logs/refs' 2025-03-04T19:47:30.9967089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/logs/HEAD' 2025-03-04T19:47:30.9967509Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/logs' 2025-03-04T19:47:30.9967900Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp' 2025-03-04T19:47:30.9968262Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp' 2025-03-04T19:47:30.9968640Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/branches' 2025-03-04T19:47:30.9969072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/hooks/applypatch-msg.sample' 2025-03-04T19:47:30.9969474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/hooks/commit-msg.sample' 2025-03-04T19:47:30.9969897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/hooks/post-update.sample' 2025-03-04T19:47:30.9970321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/hooks/pre-applypatch.sample' 2025-03-04T19:47:30.9970733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/hooks/pre-commit.sample' 2025-03-04T19:47:30.9971161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/hooks/pre-merge-commit.sample' 2025-03-04T19:47:30.9971567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/hooks/pre-push.sample' 2025-03-04T19:47:30.9972131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/hooks/pre-receive.sample' 2025-03-04T19:47:30.9972562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/hooks/push-to-checkout.sample' 2025-03-04T19:47:30.9973018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/hooks/sendemail-validate.sample' 2025-03-04T19:47:30.9973569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/hooks/update.sample' 2025-03-04T19:47:30.9974016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/hooks/fsmonitor-watchman.sample' 2025-03-04T19:47:30.9974416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/hooks/pre-rebase.sample' 2025-03-04T19:47:30.9974867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/hooks/prepare-commit-msg.sample' 2025-03-04T19:47:30.9975231Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/hooks' 2025-03-04T19:47:30.9975596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/info/exclude' 2025-03-04T19:47:30.9976012Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/info' 2025-03-04T19:47:30.9976378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/description' 2025-03-04T19:47:30.9976704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config' 2025-03-04T19:47:30.9977285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/objects/pack/pack-9618c9f1a820bda355293ce1043a4ffeb95d1003.pack' 2025-03-04T19:47:30.9977870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/objects/pack/pack-9618c9f1a820bda355293ce1043a4ffeb95d1003.rev' 2025-03-04T19:47:30.9978439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/objects/pack/pack-9618c9f1a820bda355293ce1043a4ffeb95d1003.idx' 2025-03-04T19:47:30.9978842Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/objects/pack' 2025-03-04T19:47:30.9979241Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/objects/info' 2025-03-04T19:47:30.9979641Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/objects' 2025-03-04T19:47:30.9979959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/HEAD' 2025-03-04T19:47:30.9980337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/refs/heads/main' 2025-03-04T19:47:30.9980719Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/refs/heads' 2025-03-04T19:47:30.9981112Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/refs/tags' 2025-03-04T19:47:30.9981568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9981998Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/refs/remotes/origin' 2025-03-04T19:47:30.9982405Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/refs/remotes' 2025-03-04T19:47:30.9982763Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/refs' 2025-03-04T19:47:30.9983127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/packed-refs' 2025-03-04T19:47:30.9983550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/logs/refs/remotes/origin/HEAD' 2025-03-04T19:47:30.9984001Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/logs/refs/remotes/origin' 2025-03-04T19:47:30.9984414Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/logs/refs/remotes' 2025-03-04T19:47:30.9984815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/logs/refs/heads/main' 2025-03-04T19:47:30.9985271Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/logs/refs/heads' 2025-03-04T19:47:30.9985664Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/logs/refs' 2025-03-04T19:47:30.9986006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/logs/HEAD' 2025-03-04T19:47:30.9986365Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/logs' 2025-03-04T19:47:30.9986719Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo' 2025-03-04T19:47:30.9987038Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party' 2025-03-04T19:47:30.9987324Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules' 2025-03-04T19:47:30.9987632Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git' 2025-03-04T19:47:30.9987883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.bazelignore' 2025-03-04T19:47:30.9988102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.bazelrc' 2025-03-04T19:47:30.9988342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.bazelversion' 2025-03-04T19:47:30.9988649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/aarch64_linux/README.md' 2025-03-04T19:47:30.9988983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/aarch64_linux/aarch64_ci_build.sh' 2025-03-04T19:47:30.9989329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/aarch64_linux/aarch64_ci_setup.sh' 2025-03-04T19:47:30.9989683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/aarch64_linux/aarch64_wheel_ci_build.py' 2025-03-04T19:47:30.9990041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/aarch64_linux/build_aarch64_wheel.py' 2025-03-04T19:47:30.9990359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/aarch64_linux/embed_library.py' 2025-03-04T19:47:30.9990665Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/aarch64_linux' 2025-03-04T19:47:30.9990932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/caffe2/README.md' 2025-03-04T19:47:30.9991192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/caffe2/common.sh' 2025-03-04T19:47:30.9991457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/caffe2/test.sh' 2025-03-04T19:47:30.9991720Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/caffe2' 2025-03-04T19:47:30.9991989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/README.md' 2025-03-04T19:47:30.9992297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/almalinux/Dockerfile' 2025-03-04T19:47:30.9992615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/almalinux/build.sh' 2025-03-04T19:47:30.9992916Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/almalinux' 2025-03-04T19:47:30.9993187Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/build.sh' 2025-03-04T19:47:30.9993497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/centos-rocm/Dockerfile' 2025-03-04T19:47:30.9993807Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/centos-rocm' 2025-03-04T19:47:30.9994162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ci_commit_pins/executorch.txt' 2025-03-04T19:47:30.9994486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ci_commit_pins/halide.txt' 2025-03-04T19:47:30.9994852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ci_commit_pins/huggingface.txt' 2025-03-04T19:47:30.9995193Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ci_commit_pins/nccl-cu11.txt' 2025-03-04T19:47:30.9995590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ci_commit_pins/nccl-cu12.txt' 2025-03-04T19:47:30.9995904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ci_commit_pins/timm.txt' 2025-03-04T19:47:30.9996262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ci_commit_pins/triton-cpu.txt' 2025-03-04T19:47:30.9996604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ci_commit_pins/triton-xpu.txt' 2025-03-04T19:47:30.9996929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ci_commit_pins/triton.txt' 2025-03-04T19:47:30.9997259Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ci_commit_pins' 2025-03-04T19:47:30.9997600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/cache_vision_models.sh' 2025-03-04T19:47:30.9997970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/common_utils.sh' 2025-03-04T19:47:30.9998281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_acl.sh' 2025-03-04T19:47:30.9998614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_amdsmi.sh' 2025-03-04T19:47:30.9998924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_base.sh' 2025-03-04T19:47:30.9999247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_cache.sh' 2025-03-04T19:47:30.9999561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_clang.sh' 2025-03-04T19:47:30.9999874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_cmake.sh' 2025-03-04T19:47:31.0000202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_conda.sh' 2025-03-04T19:47:31.0000554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_conda_docker.sh' 2025-03-04T19:47:31.0000902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_cpython.sh' 2025-03-04T19:47:31.0001216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_cuda.sh' 2025-03-04T19:47:31.0001578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_cuda_aarch64.sh' 2025-03-04T19:47:31.0001891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_cudnn.sh' 2025-03-04T19:47:31.0002217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_cudss.sh' 2025-03-04T19:47:31.0002561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_cusparselt.sh' 2025-03-04T19:47:31.0002867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_db.sh' 2025-03-04T19:47:31.0003220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_devtoolset.sh' 2025-03-04T19:47:31.0003561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_docs_reqs.sh' 2025-03-04T19:47:31.0003912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_executorch.sh' 2025-03-04T19:47:31.0004219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_gcc.sh' 2025-03-04T19:47:31.0004541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_glibc.sh' 2025-03-04T19:47:31.0004861Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_halide.sh' 2025-03-04T19:47:31.0005273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_inductor_benchmark_deps.sh' 2025-03-04T19:47:31.0005577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_jni.sh' 2025-03-04T19:47:31.0005889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_lcov.sh' 2025-03-04T19:47:31.0006274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_libpng.sh' 2025-03-04T19:47:31.0006594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_linter.sh' 2025-03-04T19:47:31.0006920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_magma.sh' 2025-03-04T19:47:31.0007266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_magma_conda.sh' 2025-03-04T19:47:31.0007598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_miopen.sh' 2025-03-04T19:47:31.0007900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_mkl.sh' 2025-03-04T19:47:31.0008226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_mnist.sh' 2025-03-04T19:47:31.0008584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_ninja.sh' 2025-03-04T19:47:31.0008900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_nvpl.sh' 2025-03-04T19:47:31.0009221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_onnx.sh' 2025-03-04T19:47:31.0009558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_openblas.sh' 2025-03-04T19:47:31.0009900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_openmpi.sh' 2025-03-04T19:47:31.0010227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_openssl.sh' 2025-03-04T19:47:31.0010570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_patchelf.sh' 2025-03-04T19:47:31.0010903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_protobuf.sh' 2025-03-04T19:47:31.0011230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_rocm.sh' 2025-03-04T19:47:31.0011566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_rocm_drm.sh' 2025-03-04T19:47:31.0011906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_rocm_magma.sh' 2025-03-04T19:47:31.0012260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_swiftshader.sh' 2025-03-04T19:47:31.0012583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_triton.sh' 2025-03-04T19:47:31.0012904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_ucc.sh' 2025-03-04T19:47:31.0013213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_user.sh' 2025-03-04T19:47:31.0013546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_vision.sh' 2025-03-04T19:47:31.0013889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_vulkan_sdk.sh' 2025-03-04T19:47:31.0014212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common/install_xpu.sh' 2025-03-04T19:47:31.0014503Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/common' 2025-03-04T19:47:31.0014765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/java/jni.h' 2025-03-04T19:47:31.0015057Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/java' 2025-03-04T19:47:31.0015356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/libtorch/Dockerfile' 2025-03-04T19:47:31.0015657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/libtorch/build.sh' 2025-03-04T19:47:31.0015954Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/libtorch' 2025-03-04T19:47:31.0016277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/linter-cuda/Dockerfile' 2025-03-04T19:47:31.0016586Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/linter-cuda' 2025-03-04T19:47:31.0016936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/linter/Dockerfile' 2025-03-04T19:47:31.0017223Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/linter' 2025-03-04T19:47:31.0017528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/manywheel/Dockerfile' 2025-03-04T19:47:31.0017871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/manywheel/Dockerfile_2_28' 2025-03-04T19:47:31.0018231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/manywheel/Dockerfile_2_28_aarch64' 2025-03-04T19:47:31.0018583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/manywheel/Dockerfile_aarch64' 2025-03-04T19:47:31.0018941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/manywheel/Dockerfile_cuda_aarch64' 2025-03-04T19:47:31.0019347Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/manywheel/Dockerfile_cxx11-abi' 2025-03-04T19:47:31.0019685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/manywheel/Dockerfile_s390x' 2025-03-04T19:47:31.0019996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/manywheel/build.sh' 2025-03-04T19:47:31.0020349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/manywheel/build_scripts/build.sh' 2025-03-04T19:47:31.0020731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/manywheel/build_scripts/build_utils.sh' 2025-03-04T19:47:31.0021156Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/manywheel/build_scripts/manylinux1-check.py' 2025-03-04T19:47:31.0021610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/manywheel/build_scripts/ssl-check.py' 2025-03-04T19:47:31.0021983Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/manywheel/build_scripts' 2025-03-04T19:47:31.0022292Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/manywheel' 2025-03-04T19:47:31.0022611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/requirements-ci.txt' 2025-03-04T19:47:31.0022922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/requirements-docs.txt' 2025-03-04T19:47:31.0023232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/triton_version.txt' 2025-03-04T19:47:31.0023546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ubuntu-cuda/Dockerfile' 2025-03-04T19:47:31.0023852Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ubuntu-cuda' 2025-03-04T19:47:31.0024175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ubuntu-rocm/.gitignore' 2025-03-04T19:47:31.0024484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ubuntu-rocm/Dockerfile' 2025-03-04T19:47:31.0024813Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ubuntu-rocm' 2025-03-04T19:47:31.0025119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ubuntu-xpu/Dockerfile' 2025-03-04T19:47:31.0025437Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ubuntu-xpu' 2025-03-04T19:47:31.0025730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ubuntu/Dockerfile' 2025-03-04T19:47:31.0026028Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker/ubuntu' 2025-03-04T19:47:31.0026288Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/docker' 2025-03-04T19:47:31.0026551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/libtorch/build.sh' 2025-03-04T19:47:31.0026829Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/libtorch' 2025-03-04T19:47:31.0027089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/magma/.gitignore' 2025-03-04T19:47:31.0027411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/magma/Makefile' 2025-03-04T19:47:31.0027668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/magma/README.md' 2025-03-04T19:47:31.0027953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/magma/build_magma.sh' 2025-03-04T19:47:31.0028278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/magma/package_files/CMake.patch' 2025-03-04T19:47:31.0028588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/magma/package_files/build.sh' 2025-03-04T19:47:31.0028954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/magma/package_files/cmakelists.patch' 2025-03-04T19:47:31.0029313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/magma/package_files/getrf_nbparam.patch' 2025-03-04T19:47:31.0029673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/magma/package_files/getrf_shfl.patch' 2025-03-04T19:47:31.0030091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/magma/package_files/magma-2.6.1.sha256' 2025-03-04T19:47:31.0030456Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/magma/package_files/thread_queue.patch' 2025-03-04T19:47:31.0030771Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/magma/package_files' 2025-03-04T19:47:31.0031043Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/magma' 2025-03-04T19:47:31.0031311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/manywheel/LICENSE' 2025-03-04T19:47:31.0031578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/manywheel/build.sh' 2025-03-04T19:47:31.0031892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/manywheel/build_common.sh' 2025-03-04T19:47:31.0032175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/manywheel/build_cpu.sh' 2025-03-04T19:47:31.0032481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/manywheel/build_cuda.sh' 2025-03-04T19:47:31.0032789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/manywheel/build_libtorch.sh' 2025-03-04T19:47:31.0033090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/manywheel/build_rocm.sh' 2025-03-04T19:47:31.0033373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/manywheel/build_xpu.sh' 2025-03-04T19:47:31.0033708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/manywheel/set_desired_python.sh' 2025-03-04T19:47:31.0033996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/manywheel/test_wheel.sh' 2025-03-04T19:47:31.0034269Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/manywheel' 2025-03-04T19:47:31.0034537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/onnx/README.md' 2025-03-04T19:47:31.0034791Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/onnx/common.sh' 2025-03-04T19:47:31.0035055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/onnx/test.sh' 2025-03-04T19:47:31.0035315Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/onnx' 2025-03-04T19:47:31.0035610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/.shellcheckrc' 2025-03-04T19:47:31.0035873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/README.md' 2025-03-04T19:47:31.0036164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/build-mobile.sh' 2025-03-04T19:47:31.0036435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/build.sh' 2025-03-04T19:47:31.0036725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/check_binary.sh' 2025-03-04T19:47:31.0037033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/codegen-test.sh' 2025-03-04T19:47:31.0037323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common-build.sh' 2025-03-04T19:47:31.0037652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common.sh' 2025-03-04T19:47:31.0037940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common_utils.sh' 2025-03-04T19:47:31.0038275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/cpp_doc_push_script.sh' 2025-03-04T19:47:31.0038584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/create_test_cert.py' 2025-03-04T19:47:31.0038898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/docker-build-test.sh' 2025-03-04T19:47:31.0039189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/docs-test.sh' 2025-03-04T19:47:31.0039498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/fake_numpy/numpy.py' 2025-03-04T19:47:31.0039822Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/fake_numpy' 2025-03-04T19:47:31.0040214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/functorch_doc_push_script.sh' 2025-03-04T19:47:31.0040542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/install_cache_xla.sh' 2025-03-04T19:47:31.0040852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/macos-build-test.sh' 2025-03-04T19:47:31.0041154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/macos-build.sh' 2025-03-04T19:47:31.0041447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/macos-common.sh' 2025-03-04T19:47:31.0041731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/macos-test.sh' 2025-03-04T19:47:31.0042045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/multigpu-test.sh' 2025-03-04T19:47:31.0042351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/perf_test/common.sh' 2025-03-04T19:47:31.0042736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/perf_test/compare_with_baseline.py' 2025-03-04T19:47:31.0043061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/perf_test/get_stats.py' 2025-03-04T19:47:31.0043508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/perf_test/test_cpu_speed_mini_sequence_labeler.sh' 2025-03-04T19:47:31.0043876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/perf_test/test_cpu_speed_mnist.sh' 2025-03-04T19:47:31.0044255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/perf_test/test_cpu_speed_torch.sh' 2025-03-04T19:47:31.0044648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/perf_test/test_cpu_speed_torch_tensor.sh' 2025-03-04T19:47:31.0045033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/perf_test/test_gpu_speed_cudnn_lstm.sh' 2025-03-04T19:47:31.0045407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/perf_test/test_gpu_speed_lstm.sh' 2025-03-04T19:47:31.0045774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/perf_test/test_gpu_speed_mlstm.sh' 2025-03-04T19:47:31.0046158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/perf_test/test_gpu_speed_mnist.sh' 2025-03-04T19:47:31.0046585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/perf_test/test_gpu_speed_word_language_model.sh' 2025-03-04T19:47:31.0046955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/perf_test/update_commit_hash.py' 2025-03-04T19:47:31.0047266Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/perf_test' 2025-03-04T19:47:31.0047595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/print_sccache_log.py' 2025-03-04T19:47:31.0047932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/python_doc_push_script.sh' 2025-03-04T19:47:31.0048243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/run_glootls_test.sh' 2025-03-04T19:47:31.0048584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/run_tests.sh' 2025-03-04T19:47:31.0048910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/short-perf-test-cpu.sh' 2025-03-04T19:47:31.0049248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/short-perf-test-gpu.sh' 2025-03-04T19:47:31.0049620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/smoke_test/check_binary_symbols.py' 2025-03-04T19:47:31.0049974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/smoke_test/max_autotune.py' 2025-03-04T19:47:31.0050308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/smoke_test/smoke_test.py' 2025-03-04T19:47:31.0050632Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/smoke_test' 2025-03-04T19:47:31.0050898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/test.sh' 2025-03-04T19:47:31.0051312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/test_example_code/CMakeLists.txt' 2025-03-04T19:47:31.0051719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/test_example_code/check-torch-cuda.cpp' 2025-03-04T19:47:31.0052108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/test_example_code/check-torch-mkl.cpp' 2025-03-04T19:47:31.0052528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/test_example_code/check-torch-xnnpack.cpp' 2025-03-04T19:47:31.0052880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/test_example_code/cnn_smoke.py' 2025-03-04T19:47:31.0053286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/test_example_code/cnn_smoke_win_arm64.py' 2025-03-04T19:47:31.0053636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/test_example_code/rnn_smoke.py' 2025-03-04T19:47:31.0054045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/test_example_code/rnn_smoke_win_arm64.py' 2025-03-04T19:47:31.0054449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/test_example_code/simple-torch-test.cpp' 2025-03-04T19:47:31.0054800Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/test_example_code' 2025-03-04T19:47:31.0055077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-build.sh' 2025-03-04T19:47:31.0055450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat' 2025-03-04T19:47:31.0055892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/choose_runtime_cuda_version.bat' 2025-03-04T19:47:31.0056388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/installation-helpers/activate_miniconda3.bat' 2025-03-04T19:47:31.0056863Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/installation-helpers/install_magma.bat' 2025-03-04T19:47:31.0057336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/installation-helpers/install_sccache.bat' 2025-03-04T19:47:31.0057781Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/installation-helpers' 2025-03-04T19:47:31.0058195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/run_python_nn_smoketests.py' 2025-03-04T19:47:31.0058595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/setup_pytorch_env.bat' 2025-03-04T19:47:31.0058989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_custom_backend.bat' 2025-03-04T19:47:31.0059406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_custom_script_ops.bat' 2025-03-04T19:47:31.0075069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_distributed.bat' 2025-03-04T19:47:31.0075968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_libtorch.bat' 2025-03-04T19:47:31.0076398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_python_jit_legacy.bat' 2025-03-04T19:47:31.0076810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_python_shard.bat' 2025-03-04T19:47:31.0077155Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers' 2025-03-04T19:47:31.0077446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test.sh' 2025-03-04T19:47:31.0077804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/arm64/bootstrap_apl.bat' 2025-03-04T19:47:31.0078205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/arm64/bootstrap_buildtools.bat' 2025-03-04T19:47:31.0078671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/arm64/bootstrap_git.bat' 2025-03-04T19:47:31.0079082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/arm64/bootstrap_libuv.bat' 2025-03-04T19:47:31.0079533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/arm64/bootstrap_openblas.bat' 2025-03-04T19:47:31.0080057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/arm64/bootstrap_python.bat' 2025-03-04T19:47:31.0080658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/arm64/bootstrap_rust.bat' 2025-03-04T19:47:31.0081285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/arm64/bootstrap_sccache.bat' 2025-03-04T19:47:31.0081904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/arm64/bootstrap_tests.bat' 2025-03-04T19:47:31.0082536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/arm64/build_libtorch.bat' 2025-03-04T19:47:31.0083208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/arm64/build_pytorch.bat' 2025-03-04T19:47:31.0083732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/arm64/smoke_test.bat' 2025-03-04T19:47:31.0084171Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/arm64' 2025-03-04T19:47:31.0084509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/build_pytorch.bat' 2025-03-04T19:47:31.0084825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/condaenv.bat' 2025-03-04T19:47:31.0085134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/cpu.bat' 2025-03-04T19:47:31.0085442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/cuda118.bat' 2025-03-04T19:47:31.0085779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/cuda124.bat' 2025-03-04T19:47:31.0086094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/cuda126.bat' 2025-03-04T19:47:31.0086401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/cuda128.bat' 2025-03-04T19:47:31.0086761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal/7z_install.bat' 2025-03-04T19:47:31.0087148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal/build_wheels.bat' 2025-03-04T19:47:31.0087682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal/check_deps.bat' 2025-03-04T19:47:31.0088041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal/check_opts.bat' 2025-03-04T19:47:31.0088394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal/clean.bat' 2025-03-04T19:47:31.0088738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal/clone.bat' 2025-03-04T19:47:31.0089187Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal/copy.bat' 2025-03-04T19:47:31.0089540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal/copy_cpu.bat' 2025-03-04T19:47:31.0089918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal/cuda_install.bat' 2025-03-04T19:47:31.0090499Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal/driver_update.bat' 2025-03-04T19:47:31.0091110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal/env_fix.bat' 2025-03-04T19:47:31.0091696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal/setup.bat' 2025-03-04T19:47:31.0092279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal/smoke_test.bat' 2025-03-04T19:47:31.0093125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal/static_lib_test.bat' 2025-03-04T19:47:31.0093532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal/vc_install_helper.bat' 2025-03-04T19:47:31.0093919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal/vs2022_install.ps1' 2025-03-04T19:47:31.0094278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal/vs_install.bat' 2025-03-04T19:47:31.0094656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal/xpu_install.bat' 2025-03-04T19:47:31.0094994Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/internal' 2025-03-04T19:47:31.0095303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows/xpu.bat' 2025-03-04T19:47:31.0095607Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch/windows' 2025-03-04T19:47:31.0095887Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/pytorch' 2025-03-04T19:47:31.0096200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/wheel/build_wheel.sh' 2025-03-04T19:47:31.0096468Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci/wheel' 2025-03-04T19:47:31.0096727Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ci' 2025-03-04T19:47:31.0096994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/.gitignore' 2025-03-04T19:47:31.0097305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/README.md' 2025-03-04T19:47:31.0097822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/codegen_validation/compare_normalized_yaml.sh' 2025-03-04T19:47:31.0102867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/codegen_validation/normalize_yaml_fragment.py' 2025-03-04T19:47:31.0103501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/codegen_validation/overwrite_with_normalized.sh' 2025-03-04T19:47:31.0103887Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/codegen_validation' 2025-03-04T19:47:31.0104198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/scripts/README.md' 2025-03-04T19:47:31.0104534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/scripts/binary_ios_build.sh' 2025-03-04T19:47:31.0104874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/scripts/binary_ios_test.sh' 2025-03-04T19:47:31.0105212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/scripts/binary_ios_upload.sh' 2025-03-04T19:47:31.0105560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/scripts/binary_linux_test.sh' 2025-03-04T19:47:31.0105911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/scripts/binary_populate_env.sh' 2025-03-04T19:47:31.0106332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/scripts/binary_upload.sh' 2025-03-04T19:47:31.0106683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/scripts/binary_windows_build.sh' 2025-03-04T19:47:31.0107022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/scripts/binary_windows_test.sh' 2025-03-04T19:47:31.0107357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/scripts/driver_update.bat' 2025-03-04T19:47:31.0107727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/scripts/functorch_doc_push_script.sh' 2025-03-04T19:47:31.0108115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/scripts/publish_android_snapshot.sh' 2025-03-04T19:47:31.0108476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/scripts/trigger_azure_pipeline.py' 2025-03-04T19:47:31.0108781Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/scripts' 2025-03-04T19:47:31.0109160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/windows-jni/include/jni.h' 2025-03-04T19:47:31.0109530Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/windows-jni/include' 2025-03-04T19:47:31.0109832Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci/windows-jni' 2025-03-04T19:47:31.0110090Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.circleci' 2025-03-04T19:47:31.0110341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.clang-format' 2025-03-04T19:47:31.0110569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.clang-tidy' 2025-03-04T19:47:31.0110812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.cmakelintrc' 2025-03-04T19:47:31.0111038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.coveragerc' 2025-03-04T19:47:31.0111320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ctags.d/pytorch.ctags' 2025-03-04T19:47:31.0111585Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.ctags.d' 2025-03-04T19:47:31.0111875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.devcontainer/Dockerfile' 2025-03-04T19:47:31.0112143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.devcontainer/README.md' 2025-03-04T19:47:31.0112473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.devcontainer/cpu/devcontainer.json' 2025-03-04T19:47:31.0112805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.devcontainer/cpu/environment.yml' 2025-03-04T19:47:31.0113096Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.devcontainer/cpu' 2025-03-04T19:47:31.0113445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.devcontainer/cuda/devcontainer.json' 2025-03-04T19:47:31.0113765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.devcontainer/cuda/environment.yml' 2025-03-04T19:47:31.0114065Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.devcontainer/cuda' 2025-03-04T19:47:31.0114334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.devcontainer/noop.txt' 2025-03-04T19:47:31.0114696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.devcontainer/scripts/install-dev-tools.sh' 2025-03-04T19:47:31.0115082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.devcontainer/scripts/update_alternatives_clang.sh' 2025-03-04T19:47:31.0115381Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.devcontainer/scripts' 2025-03-04T19:47:31.0115652Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.devcontainer' 2025-03-04T19:47:31.0115883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.dockerignore' 2025-03-04T19:47:31.0136704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.flake8' 2025-03-04T19:47:31.0136969Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.gdbinit' 2025-03-04T19:47:31.0137247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git-blame-ignore-revs' 2025-03-04T19:47:31.0137550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.gitattributes' 2025-03-04T19:47:31.0137881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ISSUE_TEMPLATE/bug-report.yml' 2025-03-04T19:47:31.0138188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ISSUE_TEMPLATE/ci-sev.md' 2025-03-04T19:47:31.0138493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ISSUE_TEMPLATE/config.yml' 2025-03-04T19:47:31.0138844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ISSUE_TEMPLATE/disable-ci-jobs.md' 2025-03-04T19:47:31.0139185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ISSUE_TEMPLATE/documentation.yml' 2025-03-04T19:47:31.0139534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ISSUE_TEMPLATE/feature-request.yml' 2025-03-04T19:47:31.0139953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ISSUE_TEMPLATE/pt2-bug-report.yml' 2025-03-04T19:47:31.0140261Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ISSUE_TEMPLATE' 2025-03-04T19:47:31.0140580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/PULL_REQUEST_TEMPLATE.md' 2025-03-04T19:47:31.0140846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actionlint.yaml' 2025-03-04T19:47:31.0141188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/build-android/action.yml' 2025-03-04T19:47:31.0141579Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/build-android' 2025-03-04T19:47:31.0141942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/checkout-pytorch/action.yml' 2025-03-04T19:47:31.0142285Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/checkout-pytorch' 2025-03-04T19:47:31.0142641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/chown-workspace/action.yml' 2025-03-04T19:47:31.0142984Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/chown-workspace' 2025-03-04T19:47:31.0143348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/diskspace-cleanup/action.yml' 2025-03-04T19:47:31.0143697Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/diskspace-cleanup' 2025-03-04T19:47:31.0144088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/download-build-artifacts/action.yml' 2025-03-04T19:47:31.0144478Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/download-build-artifacts' 2025-03-04T19:47:31.0144852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/download-td-artifacts/action.yml' 2025-03-04T19:47:31.0145223Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/download-td-artifacts' 2025-03-04T19:47:31.0145597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/filter-test-configs/action.yml' 2025-03-04T19:47:31.0145961Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/filter-test-configs' 2025-03-04T19:47:31.0146327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/get-workflow-job-id/action.yml' 2025-03-04T19:47:31.0146695Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/get-workflow-job-id' 2025-03-04T19:47:31.0147023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/linux-test/action.yml' 2025-03-04T19:47:31.0147350Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/linux-test' 2025-03-04T19:47:31.0147727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/pytest-cache-download/action.yml' 2025-03-04T19:47:31.0148100Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/pytest-cache-download' 2025-03-04T19:47:31.0148526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/pytest-cache-upload/action.yml' 2025-03-04T19:47:31.0148886Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/pytest-cache-upload' 2025-03-04T19:47:31.0149223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/setup-linux/action.yml' 2025-03-04T19:47:31.0149551Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/setup-linux' 2025-03-04T19:47:31.0149884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/setup-rocm/action.yml' 2025-03-04T19:47:31.0150205Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/setup-rocm' 2025-03-04T19:47:31.0150538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/setup-win/action.yml' 2025-03-04T19:47:31.0150902Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/setup-win' 2025-03-04T19:47:31.0151226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/setup-xpu/action.yml' 2025-03-04T19:47:31.0151545Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/setup-xpu' 2025-03-04T19:47:31.0151883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/teardown-rocm/action.yml' 2025-03-04T19:47:31.0152220Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/teardown-rocm' 2025-03-04T19:47:31.0152575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/teardown-win/action.yml' 2025-03-04T19:47:31.0152912Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/teardown-win' 2025-03-04T19:47:31.0153254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/teardown-xpu/action.yml' 2025-03-04T19:47:31.0153609Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/teardown-xpu' 2025-03-04T19:47:31.0153986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/test-pytorch-binary/action.yml' 2025-03-04T19:47:31.0154370Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/test-pytorch-binary' 2025-03-04T19:47:31.0154749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/upload-sccache-stats/action.yml' 2025-03-04T19:47:31.0155127Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/upload-sccache-stats' 2025-03-04T19:47:31.0155501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/upload-test-artifacts/action.yml' 2025-03-04T19:47:31.0155888Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/upload-test-artifacts' 2025-03-04T19:47:31.0156289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/upload-utilization-stats/action.yml' 2025-03-04T19:47:31.0156695Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions/upload-utilization-stats' 2025-03-04T19:47:31.0156975Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/actions' 2025-03-04T19:47:31.0157282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/auto_request_review.yml' 2025-03-04T19:47:31.0157600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ci_commit_pins/audio.txt' 2025-03-04T19:47:31.0157906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ci_commit_pins/data.txt' 2025-03-04T19:47:31.0158228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ci_commit_pins/fbgemm.txt' 2025-03-04T19:47:31.0158558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ci_commit_pins/fbgemm_rocm.txt' 2025-03-04T19:47:31.0158892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ci_commit_pins/multipy.txt' 2025-03-04T19:47:31.0159241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ci_commit_pins/text.txt' 2025-03-04T19:47:31.0159558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ci_commit_pins/torchao.txt' 2025-03-04T19:47:31.0159902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ci_commit_pins/torchbench.txt' 2025-03-04T19:47:31.0160224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ci_commit_pins/torchrec.txt' 2025-03-04T19:47:31.0160539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ci_commit_pins/triton.txt' 2025-03-04T19:47:31.0160849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ci_commit_pins/vision.txt' 2025-03-04T19:47:31.0161159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ci_commit_pins/xla.txt' 2025-03-04T19:47:31.0161514Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/ci_commit_pins' 2025-03-04T19:47:31.0161815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/label_to_label.yml' 2025-03-04T19:47:31.0162076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/labeler.yml' 2025-03-04T19:47:31.0162351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/merge_rules.yaml' 2025-03-04T19:47:31.0162624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/nitpicks.yml' 2025-03-04T19:47:31.0162957Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/pytorch-circleci-labels.yml' 2025-03-04T19:47:31.0163259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/pytorch-probot.yml' 2025-03-04T19:47:31.0163515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/regenerate.sh' 2025-03-04T19:47:31.0163847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/requirements-gha-cache.txt' 2025-03-04T19:47:31.0164154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/requirements/README.md' 2025-03-04T19:47:31.0164539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/requirements/conda-env-Linux-X64.txt' 2025-03-04T19:47:31.0164879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/requirements/conda-env-iOS.txt' 2025-03-04T19:47:31.0165237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/requirements/conda-env-macOS-ARM64' 2025-03-04T19:47:31.0165624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/requirements/pip-requirements-iOS.txt' 2025-03-04T19:47:31.0166008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/requirements/pip-requirements-macOS.txt' 2025-03-04T19:47:31.0166408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/requirements/regenerate-requirements.txt' 2025-03-04T19:47:31.0166710Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/requirements' 2025-03-04T19:47:31.0167010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/README.md' 2025-03-04T19:47:31.0167369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/amd/package_triton_wheel.sh' 2025-03-04T19:47:31.0167730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/amd/patch_triton_wheel.sh' 2025-03-04T19:47:31.0168027Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/amd' 2025-03-04T19:47:31.0168359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/build_triton_wheel.py' 2025-03-04T19:47:31.0168675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/check_labels.py' 2025-03-04T19:47:31.0168977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/cherry_pick.py' 2025-03-04T19:47:31.0169380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/close_nonexistent_disable_issues.py' 2025-03-04T19:47:31.0169780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/collect_ciflow_labels.py' 2025-03-04T19:47:31.0170102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/comment_on_pr.py' 2025-03-04T19:47:31.0170533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/convert_lintrunner_annotations_to_github.py' 2025-03-04T19:47:31.0170882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/delete_old_branches.py' 2025-03-04T19:47:31.0171224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/docathon-label-sync.py' 2025-03-04T19:47:31.0171544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/drci_mocks.json.gz' 2025-03-04T19:47:31.0172108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/ensure_actions_will_cancel.py' 2025-03-04T19:47:31.0172458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/export_pytorch_labels.py' 2025-03-04T19:47:31.0172883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/file_io_utils.py' 2025-03-04T19:47:31.0173221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/filter_test_configs.py' 2025-03-04T19:47:31.0173608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/generate_binary_build_matrix.py' 2025-03-04T19:47:31.0173953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/generate_ci_workflows.py' 2025-03-04T19:47:31.0174337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/generate_docker_release_matrix.py' 2025-03-04T19:47:31.0174694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/generate_pytorch_version.py' 2025-03-04T19:47:31.0175055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/get_aws_session_tokens.py' 2025-03-04T19:47:31.0175397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/get_workflow_job_id.py' 2025-03-04T19:47:31.0175707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/github_utils.py' 2025-03-04T19:47:31.0176014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/gitutils.py' 2025-03-04T19:47:31.0176326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/gql_mocks.json.gz' 2025-03-04T19:47:31.0176701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/kill_active_ssh_sessions.ps1' 2025-03-04T19:47:31.0177003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/label_utils.py' 2025-03-04T19:47:31.0177356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/lint_native_functions.py' 2025-03-04T19:47:31.0177654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/lintrunner.sh' 2025-03-04T19:47:31.0177953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/parse_ref.py' 2025-03-04T19:47:31.0178287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/pr-sanity-check.sh' 2025-03-04T19:47:31.0178597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/pytest_cache.py' 2025-03-04T19:47:31.0178954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/pytest_caching_utils.py' 2025-03-04T19:47:31.0179283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/report_git_status.sh' 2025-03-04T19:47:31.0179632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/rockset_mocks.json.gz' 2025-03-04T19:47:31.0179975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/runner_determinator.py' 2025-03-04T19:47:31.0180305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/s390x-ci/README.md' 2025-03-04T19:47:31.0180794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile' 2025-03-04T19:47:31.0181371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/s390x-ci/self-hosted-builder/actions-runner@.service' 2025-03-04T19:47:31.0181913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/s390x-ci/self-hosted-builder/fs/usr/bin/actions-runner' 2025-03-04T19:47:31.0182374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/s390x-ci/self-hosted-builder/fs/usr/bin/entrypoint' 2025-03-04T19:47:31.0182841Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/s390x-ci/self-hosted-builder/fs/usr/bin' 2025-03-04T19:47:31.0183275Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/s390x-ci/self-hosted-builder/fs/usr' 2025-03-04T19:47:31.0183703Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/s390x-ci/self-hosted-builder/fs' 2025-03-04T19:47:31.0184211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/s390x-ci/self-hosted-builder/helpers/app_token.sh' 2025-03-04T19:47:31.0184699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/s390x-ci/self-hosted-builder/helpers/gh_cat_token.sh' 2025-03-04T19:47:31.0185196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/s390x-ci/self-hosted-builder/helpers/gh_token_generator.sh' 2025-03-04T19:47:31.0185645Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/s390x-ci/self-hosted-builder/helpers' 2025-03-04T19:47:31.0186118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/s390x-ci/self-hosted-builder/qemu-user-static.service' 2025-03-04T19:47:31.0186534Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/s390x-ci/self-hosted-builder' 2025-03-04T19:47:31.0186856Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/s390x-ci' 2025-03-04T19:47:31.0187195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/stop_runner_service.sh' 2025-03-04T19:47:31.0187584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/tag_docker_images_for_release.py' 2025-03-04T19:47:31.0187896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/td_llm_indexer.sh' 2025-03-04T19:47:31.0188234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/test_check_labels.py' 2025-03-04T19:47:31.0188587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/test_filter_test_configs.py' 2025-03-04T19:47:31.0188910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/test_gitutils.py' 2025-03-04T19:47:31.0189230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/test_label_utils.py' 2025-03-04T19:47:31.0189596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/test_pytest_caching_utils.py' 2025-03-04T19:47:31.0189956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/test_runner_determinator.py' 2025-03-04T19:47:31.0190264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/test_trymerge.py' 2025-03-04T19:47:31.0190589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/test_tryrebase.py' 2025-03-04T19:47:31.0190880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/trymerge.py' 2025-03-04T19:47:31.0191231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/trymerge_explainer.py' 2025-03-04T19:47:31.0191526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/tryrebase.py' 2025-03-04T19:47:31.0191907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/update_runner_determinator.py' 2025-03-04T19:47:31.0192232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/upload_aws_ossci.sh' 2025-03-04T19:47:31.0192705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/wait_for_ssh_to_drain.ps1' 2025-03-04T19:47:31.0193043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/windows/build_magma.bat' 2025-03-04T19:47:31.0193362Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts/windows' 2025-03-04T19:47:31.0193658Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/scripts' 2025-03-04T19:47:31.0193964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/templates/common.yml.j2' 2025-03-04T19:47:31.0194379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/templates/linux_binary_build_workflow.yml.j2' 2025-03-04T19:47:31.0194774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/templates/macos_binary_build_workflow.yml.j2' 2025-03-04T19:47:31.0195137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/templates/upload.yml.j2' 2025-03-04T19:47:31.0195551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/templates/windows_binary_build_workflow.yml.j2' 2025-03-04T19:47:31.0195857Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/templates' 2025-03-04T19:47:31.0196201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/_bazel-build-test.yml' 2025-03-04T19:47:31.0196555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/_binary-build-linux.yml' 2025-03-04T19:47:31.0196914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/_binary-test-linux.yml' 2025-03-04T19:47:31.0197246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/_binary-upload.yml' 2025-03-04T19:47:31.0197546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/_docs.yml' 2025-03-04T19:47:31.0197866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/_linux-build.yml' 2025-03-04T19:47:31.0198192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/_linux-test.yml' 2025-03-04T19:47:31.0198500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/_mac-build.yml' 2025-03-04T19:47:31.0198837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/_mac-test-mps.yml' 2025-03-04T19:47:31.0199143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/_mac-test.yml' 2025-03-04T19:47:31.0199449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/_rocm-test.yml' 2025-03-04T19:47:31.0199810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/_runner-determinator.yml' 2025-03-04T19:47:31.0200115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/_win-build.yml' 2025-03-04T19:47:31.0200434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/_win-test.yml' 2025-03-04T19:47:31.0200743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/_xpu-test.yml' 2025-03-04T19:47:31.0201111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/assigntome-docathon.yml' 2025-03-04T19:47:31.0201459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/auto_request_review.yml' 2025-03-04T19:47:31.0201838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/build-almalinux-images.yml' 2025-03-04T19:47:31.0202198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/build-libtorch-images.yml' 2025-03-04T19:47:31.0202542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/build-magma-linux.yml' 2025-03-04T19:47:31.0202906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/build-magma-windows.yml' 2025-03-04T19:47:31.0203308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/build-manywheel-images-s390x.yml' 2025-03-04T19:47:31.0203730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/build-manywheel-images.yml' 2025-03-04T19:47:31.0204080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/build-triton-wheel.yml' 2025-03-04T19:47:31.0204411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/check-labels.yml' 2025-03-04T19:47:31.0204797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/check_mergeability_ghstack.yml' 2025-03-04T19:47:31.0205125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/cherry-pick.yml' 2025-03-04T19:47:31.0205545Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/close-nonexistent-disable-issues.yml' 2025-03-04T19:47:31.0205888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/create_release.yml' 2025-03-04T19:47:31.0206284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/delete_old_branches.yml' 2025-03-04T19:47:31.0206641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/docathon-sync-label.yml' 2025-03-04T19:47:31.0206981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/docker-builds.yml' 2025-03-04T19:47:31.0207309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/docker-release.yml' 2025-03-04T19:47:31.0207835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/generated-linux-aarch64-binary-manywheel-nightly.yml' 2025-03-04T19:47:31.0208324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/generated-linux-binary-libtorch-cxx11-abi-main.yml' 2025-03-04T19:47:31.0208847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/generated-linux-binary-libtorch-cxx11-abi-nightly.yml' 2025-03-04T19:47:31.0209302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/generated-linux-binary-manywheel-main.yml' 2025-03-04T19:47:31.0209779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/generated-linux-binary-manywheel-nightly.yml' 2025-03-04T19:47:31.0210270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/generated-linux-s390x-binary-manywheel-nightly.yml' 2025-03-04T19:47:31.0210826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/generated-macos-arm64-binary-libtorch-cxx11-abi-nightly.yml' 2025-03-04T19:47:31.0211296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/generated-macos-arm64-binary-wheel-nightly.yml' 2025-03-04T19:47:31.0211782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/generated-windows-binary-libtorch-debug-main.yml' 2025-03-04T19:47:31.0212298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/generated-windows-binary-libtorch-debug-nightly.yml' 2025-03-04T19:47:31.0212795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/generated-windows-binary-libtorch-release-main.yml' 2025-03-04T19:47:31.0213320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/generated-windows-binary-libtorch-release-nightly.yml' 2025-03-04T19:47:31.0213773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/generated-windows-binary-wheel-nightly.yml' 2025-03-04T19:47:31.0214183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/inductor-micro-benchmark-x86.yml' 2025-03-04T19:47:31.0214562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/inductor-micro-benchmark.yml' 2025-03-04T19:47:31.0214949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/inductor-perf-compare.yml' 2025-03-04T19:47:31.0215384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/inductor-perf-test-nightly-aarch64.yml' 2025-03-04T19:47:31.0215862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/inductor-perf-test-nightly-h100.yml' 2025-03-04T19:47:31.0216284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/inductor-perf-test-nightly-macos.yml' 2025-03-04T19:47:31.0216711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/inductor-perf-test-nightly-rocm.yml' 2025-03-04T19:47:31.0217123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/inductor-perf-test-nightly-x86.yml' 2025-03-04T19:47:31.0217524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/inductor-perf-test-nightly.yml' 2025-03-04T19:47:31.0217874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/inductor-periodic.yml' 2025-03-04T19:47:31.0218272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/inductor-rocm-mi300.yml' 2025-03-04T19:47:31.0218618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/inductor-rocm.yml' 2025-03-04T19:47:31.0218967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/inductor-unittest.yml' 2025-03-04T19:47:31.0219281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/inductor.yml' 2025-03-04T19:47:31.0219621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/lint-autoformat.yml' 2025-03-04T19:47:31.0219937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/lint-bc.yml' 2025-03-04T19:47:31.0220223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/lint.yml' 2025-03-04T19:47:31.0220565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/linux-aarch64.yml' 2025-03-04T19:47:31.0220905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/llm_td_retrieval.yml' 2025-03-04T19:47:31.0221212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/mac-mps.yml' 2025-03-04T19:47:31.0221652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/nightly-s3-uploads.yml' 2025-03-04T19:47:31.0221952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/nightly.yml' 2025-03-04T19:47:31.0222274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/nitpicker.yml' 2025-03-04T19:47:31.0222579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/periodic.yml' 2025-03-04T19:47:31.0222879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/pull.yml' 2025-03-04T19:47:31.0223172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/revert.yml' 2025-03-04T19:47:31.0223482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/rocm-mi300.yml' 2025-03-04T19:47:31.0223788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/rocm.yml' 2025-03-04T19:47:31.0224193Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/runner-determinator-validator.yml' 2025-03-04T19:47:31.0224615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/runner_determinator_script_sync.yaml' 2025-03-04T19:47:31.0224899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/s390.yml' 2025-03-04T19:47:31.0225241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/s390x-periodic.yml' 2025-03-04T19:47:31.0225551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/scorecards.yml' 2025-03-04T19:47:31.0225846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/slow.yml' 2025-03-04T19:47:31.0226137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/stale.yml' 2025-03-04T19:47:31.0226602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/target-determination-indexer.yml' 2025-03-04T19:47:31.0226966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/target_determination.yml' 2025-03-04T19:47:31.0227311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/test-check-binary.yml' 2025-03-04T19:47:31.0227634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/torchbench.yml' 2025-03-04T19:47:31.0227924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/trunk.yml' 2025-03-04T19:47:31.0228235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/trymerge.yml' 2025-03-04T19:47:31.0228540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/tryrebase.yml' 2025-03-04T19:47:31.0228898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/unstable-periodic.yml' 2025-03-04T19:47:31.0229259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/unstable.yml' 2025-03-04T19:47:31.0229616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/update-viablestrict.yml' 2025-03-04T19:47:31.0229984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/update_pytorch_labels.yml' 2025-03-04T19:47:31.0230400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/upload-test-stats-while-running.yml' 2025-03-04T19:47:31.0230754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/upload-test-stats.yml' 2025-03-04T19:47:31.0231165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/upload-torch-dynamo-perf-stats.yml' 2025-03-04T19:47:31.0231572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/upload_test_stats_intermediate.yml' 2025-03-04T19:47:31.0231863Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/weekly.yml' 2025-03-04T19:47:31.0232164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows/xpu.yml' 2025-03-04T19:47:31.0232452Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github/workflows' 2025-03-04T19:47:31.0232715Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.github' 2025-03-04T19:47:31.0232939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.gitignore' 2025-03-04T19:47:31.0233170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.gitmodules' 2025-03-04T19:47:31.0233437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.lintrunner.toml' 2025-03-04T19:47:31.0233655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.lldbinit' 2025-03-04T19:47:31.0233938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.vscode/extensions.json' 2025-03-04T19:47:31.0234250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.vscode/settings_recommended.json' 2025-03-04T19:47:31.0234520Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/.vscode' 2025-03-04T19:47:31.0234736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/BUCK.oss' 2025-03-04T19:47:31.0234968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/BUILD.bazel' 2025-03-04T19:47:31.0235212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/CITATION.cff' 2025-03-04T19:47:31.0235455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/CMakeLists.txt' 2025-03-04T19:47:31.0235689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/CODEOWNERS' 2025-03-04T19:47:31.0235942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/CODE_OF_CONDUCT.md' 2025-03-04T19:47:31.0236199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/CONTRIBUTING.md' 2025-03-04T19:47:31.0236421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/Dockerfile' 2025-03-04T19:47:31.0236651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/GLOSSARY.md' 2025-03-04T19:47:31.0236932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/LICENSE' 2025-03-04T19:47:31.0237159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/MANIFEST.in' 2025-03-04T19:47:31.0237388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/Makefile' 2025-03-04T19:47:31.0237599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/NOTICE' 2025-03-04T19:47:31.0237828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/README.md' 2025-03-04T19:47:31.0238052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/RELEASE.md' 2025-03-04T19:47:31.0238278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/SECURITY.md' 2025-03-04T19:47:31.0238508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/WORKSPACE' 2025-03-04T19:47:31.0238763Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/.gitignore' 2025-03-04T19:47:31.0239021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/README.md' 2025-03-04T19:47:31.0239335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/build.gradle' 2025-03-04T19:47:31.0239625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/build_test_app.sh' 2025-03-04T19:47:31.0239939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/build_test_app_custom.sh' 2025-03-04T19:47:31.0240205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/common.sh' 2025-03-04T19:47:31.0240488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/gradle.properties' 2025-03-04T19:47:31.0240823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/gradle/android_tasks.gradle' 2025-03-04T19:47:31.0241133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/gradle/release.gradle' 2025-03-04T19:47:31.0241496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/gradle/wrapper/gradle-wrapper.jar' 2025-03-04T19:47:31.0241911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/gradle/wrapper/gradle-wrapper.properties' 2025-03-04T19:47:31.0242224Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/gradle/wrapper' 2025-03-04T19:47:31.0242511Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/gradle' 2025-03-04T19:47:31.0242758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/gradlew' 2025-03-04T19:47:31.0243029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/gradlew.bat' 2025-03-04T19:47:31.0243299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni/.git' 2025-03-04T19:47:31.0243592Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni' 2025-03-04T19:47:31.0243872Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs' 2025-03-04T19:47:31.0244218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/CMakeLists.txt' 2025-03-04T19:47:31.0244569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/build.gradle' 2025-03-04T19:47:31.0244953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/generate_test_asset.cpp' 2025-03-04T19:47:31.0245375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/generate_test_torchscripts.py' 2025-03-04T19:47:31.0245733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/gradle.properties' 2025-03-04T19:47:31.0246098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/host/build.gradle' 2025-03-04T19:47:31.0246476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/host/gradle.properties' 2025-03-04T19:47:31.0246813Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/host' 2025-03-04T19:47:31.0247288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/activation_ops.ptl' 2025-03-04T19:47:31.0247817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/android_api_module.ptl' 2025-03-04T19:47:31.0248284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/blas_lapack_ops.ptl' 2025-03-04T19:47:31.0248739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/comparison_ops.ptl' 2025-03-04T19:47:31.0249208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/convolution_ops.ptl' 2025-03-04T19:47:31.0249696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/distance_function_ops.ptl' 2025-03-04T19:47:31.0250147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/dropout_ops.ptl' 2025-03-04T19:47:31.0250664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/dynamic_quant_ops.ptl' 2025-03-04T19:47:31.0251130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/fused_quant_ops.ptl' 2025-03-04T19:47:31.0251594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/general_quant_ops.ptl' 2025-03-04T19:47:31.0252037Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/linear_ops.ptl' 2025-03-04T19:47:31.0252512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/loss_function_ops.ptl' 2025-03-04T19:47:31.0252962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/mobilenet_v2.ptl' 2025-03-04T19:47:31.0253422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/nn_utils_ops.ptl' 2025-03-04T19:47:31.0253895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/normalization_ops.ptl' 2025-03-04T19:47:31.0254375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/other_math_ops.ptl' 2025-03-04T19:47:31.0254895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/padding_ops.ptl' 2025-03-04T19:47:31.0255362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/pointwise_ops.ptl' 2025-03-04T19:47:31.0255808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/pooling_ops.ptl' 2025-03-04T19:47:31.0256268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/recurrent_ops.ptl' 2025-03-04T19:47:31.0256728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/reduction_ops.ptl' 2025-03-04T19:47:31.0257177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/sampling_ops.ptl' 2025-03-04T19:47:31.0257631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/shuffle_ops.ptl' 2025-03-04T19:47:31.0258070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/sparse_ops.ptl' 2025-03-04T19:47:31.0258535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/spectral_ops.ptl' 2025-03-04T19:47:31.0259000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/static_quant_ops.ptl' 2025-03-04T19:47:31.0259494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/tensor_creation_ops.ptl' 2025-03-04T19:47:31.0260025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/tensor_general_ops.ptl' 2025-03-04T19:47:31.0260512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/tensor_indexing_ops.ptl' 2025-03-04T19:47:31.0260980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/tensor_typing_ops.ptl' 2025-03-04T19:47:31.0261445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/tensor_view_ops.ptl' 2025-03-04T19:47:31.0261928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/test.pt' 2025-03-04T19:47:31.0262449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/torchscript_builtin_ops.ptl' 2025-03-04T19:47:31.0263036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/torchscript_collection_ops.ptl' 2025-03-04T19:47:31.0263496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/transformer_ops.ptl' 2025-03-04T19:47:31.0263988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets/vision_function_ops.ptl' 2025-03-04T19:47:31.0264404Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/assets' 2025-03-04T19:47:31.0264899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/cpp/pytorch_jni_common_test.cpp' 2025-03-04T19:47:31.0265311Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/cpp' 2025-03-04T19:47:31.0265856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/java/org/pytorch/PytorchHostTests.java' 2025-03-04T19:47:31.0266442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/java/org/pytorch/PytorchInstrumentedTests.java' 2025-03-04T19:47:31.0267053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/java/org/pytorch/PytorchLiteInstrumentedTests.java' 2025-03-04T19:47:31.0267577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/java/org/pytorch/PytorchTestBase.java' 2025-03-04T19:47:31.0268228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/java/org/pytorch/suite/PytorchInstrumentedTestSuite.java' 2025-03-04T19:47:31.0268889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/java/org/pytorch/suite/PytorchLiteInstrumentedTestSuite.java' 2025-03-04T19:47:31.0269396Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/java/org/pytorch/suite' 2025-03-04T19:47:31.0269857Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/java/org/pytorch' 2025-03-04T19:47:31.0270282Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/java/org' 2025-03-04T19:47:31.0270700Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest/java' 2025-03-04T19:47:31.0271088Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/androidTest' 2025-03-04T19:47:31.0271505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/AndroidManifest.xml' 2025-03-04T19:47:31.0272071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/cpp/cmake_macros.h' 2025-03-04T19:47:31.0272589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/cpp/cmake_macros.h.in' 2025-03-04T19:47:31.0273023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/cpp/pytorch_jni_common.cpp' 2025-03-04T19:47:31.0273455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/cpp/pytorch_jni_common.h' 2025-03-04T19:47:31.0273874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/cpp/pytorch_jni_jit.cpp' 2025-03-04T19:47:31.0274305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/cpp/pytorch_jni_lite.cpp' 2025-03-04T19:47:31.0274676Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/cpp' 2025-03-04T19:47:31.0275108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/java/org/pytorch/DType.java' 2025-03-04T19:47:31.0275626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/java/org/pytorch/Device.java' 2025-03-04T19:47:31.0276096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/java/org/pytorch/INativePeer.java' 2025-03-04T19:47:31.0276541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/java/org/pytorch/IValue.java' 2025-03-04T19:47:31.0277036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/java/org/pytorch/LiteModuleLoader.java' 2025-03-04T19:47:31.0277522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/java/org/pytorch/LiteNativePeer.java' 2025-03-04T19:47:31.0277991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/java/org/pytorch/MemoryFormat.java' 2025-03-04T19:47:31.0278442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/java/org/pytorch/Module.java' 2025-03-04T19:47:31.0278902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/java/org/pytorch/NativePeer.java' 2025-03-04T19:47:31.0279390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/java/org/pytorch/PyTorchAndroid.java' 2025-03-04T19:47:31.0279906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/java/org/pytorch/PyTorchCodegenLoader.java' 2025-03-04T19:47:31.0280353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/java/org/pytorch/Tensor.java' 2025-03-04T19:47:31.0280782Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/java/org/pytorch' 2025-03-04T19:47:31.0281172Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/java/org' 2025-03-04T19:47:31.0281572Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/java' 2025-03-04T19:47:31.0281989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/res/values/strings.xml' 2025-03-04T19:47:31.0282403Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/res/values' 2025-03-04T19:47:31.0282778Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main/res' 2025-03-04T19:47:31.0283141Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src/main' 2025-03-04T19:47:31.0283477Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/src' 2025-03-04T19:47:31.0283830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android/test_asset.jit' 2025-03-04T19:47:31.0284152Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android' 2025-03-04T19:47:31.0284605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/CMakeLists.txt' 2025-03-04T19:47:31.0285008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/build.gradle' 2025-03-04T19:47:31.0285425Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/gradle.properties' 2025-03-04T19:47:31.0286160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/androidTest/java/org/pytorch/torchvision/TorchVisionInstrumentedTests.java' 2025-03-04T19:47:31.0286940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/androidTest/java/org/pytorch/torchvision/suite/TorchVisionInstrumentedTestSuite.java' 2025-03-04T19:47:31.0287610Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/androidTest/java/org/pytorch/torchvision/suite' 2025-03-04T19:47:31.0288184Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/androidTest/java/org/pytorch/torchvision' 2025-03-04T19:47:31.0288707Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/androidTest/java/org/pytorch' 2025-03-04T19:47:31.0289186Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/androidTest/java/org' 2025-03-04T19:47:31.0289663Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/androidTest/java' 2025-03-04T19:47:31.0290104Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/androidTest' 2025-03-04T19:47:31.0290572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/main/AndroidManifest.xml' 2025-03-04T19:47:31.0291064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/main/cpp/pytorch_vision_jni.cpp' 2025-03-04T19:47:31.0291498Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/main/cpp' 2025-03-04T19:47:31.0292108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/main/java/org/pytorch/torchvision/TensorImageUtils.java' 2025-03-04T19:47:31.0292642Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/main/java/org/pytorch/torchvision' 2025-03-04T19:47:31.0293134Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/main/java/org/pytorch' 2025-03-04T19:47:31.0293583Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/main/java/org' 2025-03-04T19:47:31.0294032Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/main/java' 2025-03-04T19:47:31.0294494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/main/res/values/strings.xml' 2025-03-04T19:47:31.0294960Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/main/res/values' 2025-03-04T19:47:31.0295386Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/main/res' 2025-03-04T19:47:31.0295806Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src/main' 2025-03-04T19:47:31.0296191Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision/src' 2025-03-04T19:47:31.0296573Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/pytorch_android_torchvision' 2025-03-04T19:47:31.0296894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/run_tests.sh' 2025-03-04T19:47:31.0297173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/settings.gradle' 2025-03-04T19:47:31.0297478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/.gitignore' 2025-03-04T19:47:31.0297809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/CMakeLists.txt' 2025-03-04T19:47:31.0298137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/build.gradle' 2025-03-04T19:47:31.0298532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/AndroidManifest.xml' 2025-03-04T19:47:31.0298919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/assets/.gitignore' 2025-03-04T19:47:31.0299287Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/assets' 2025-03-04T19:47:31.0299770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/cpp/pytorch_testapp_jni.cpp' 2025-03-04T19:47:31.0300131Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/cpp' 2025-03-04T19:47:31.0300643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/java/org/pytorch/testapp/CameraActivity.java' 2025-03-04T19:47:31.0301131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/java/org/pytorch/testapp/Constants.java' 2025-03-04T19:47:31.0301752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/java/org/pytorch/testapp/LibtorchNativeClient.java' 2025-03-04T19:47:31.0302262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/java/org/pytorch/testapp/MainActivity.java' 2025-03-04T19:47:31.0302729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/java/org/pytorch/testapp/Result.java' 2025-03-04T19:47:31.0303194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/java/org/pytorch/testapp/Utils.java' 2025-03-04T19:47:31.0303640Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/java/org/pytorch/testapp' 2025-03-04T19:47:31.0304064Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/java/org/pytorch' 2025-03-04T19:47:31.0304438Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/java/org' 2025-03-04T19:47:31.0304803Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/java' 2025-03-04T19:47:31.0305238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/res/layout/activity_camera.xml' 2025-03-04T19:47:31.0305664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/res/layout/activity_main.xml' 2025-03-04T19:47:31.0306103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/res/layout/texture_view.xml' 2025-03-04T19:47:31.0306488Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/res/layout' 2025-03-04T19:47:31.0306944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/res/mipmap-mdpi/ic_launcher.png' 2025-03-04T19:47:31.0307407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/res/mipmap-mdpi/ic_launcher_round.png' 2025-03-04T19:47:31.0307835Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/res/mipmap-mdpi' 2025-03-04T19:47:31.0308234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/res/values/colors.xml' 2025-03-04T19:47:31.0308706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/res/values/strings.xml' 2025-03-04T19:47:31.0309104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/res/values/styles.xml' 2025-03-04T19:47:31.0309501Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/res/values' 2025-03-04T19:47:31.0309854Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main/res' 2025-03-04T19:47:31.0310195Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src/main' 2025-03-04T19:47:31.0310524Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app/src' 2025-03-04T19:47:31.0310827Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/app' 2025-03-04T19:47:31.0311150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/make_assets.py' 2025-03-04T19:47:31.0311565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app/make_assets_custom.py' 2025-03-04T19:47:31.0311863Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/test_app' 2025-03-04T19:47:31.0312116Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android' 2025-03-04T19:47:31.0312349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten.bzl' 2025-03-04T19:47:31.0312611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/CMakeLists.txt' 2025-03-04T19:47:31.0312871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/conda/build.sh' 2025-03-04T19:47:31.0313144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/conda/meta.yaml' 2025-03-04T19:47:31.0313407Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/conda' 2025-03-04T19:47:31.0313692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/.gitignore' 2025-03-04T19:47:31.0313957Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ATen.h' 2025-03-04T19:47:31.0314287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ATenConfig.cmake.in' 2025-03-04T19:47:31.0314603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/AccumulateType.cpp' 2025-03-04T19:47:31.0314924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/AccumulateType.h' 2025-03-04T19:47:31.0315197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ArrayRef.h' 2025-03-04T19:47:31.0315466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Backend.h' 2025-03-04T19:47:31.0315757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Backtrace.h' 2025-03-04T19:47:31.0316050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/BlasBackend.h' 2025-03-04T19:47:31.0316359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/CMakeLists.txt' 2025-03-04T19:47:31.0316668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/CPUApplyUtils.h' 2025-03-04T19:47:31.0316998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/CPUFixedAllocator.h' 2025-03-04T19:47:31.0317329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/CPUGeneratorImpl.cpp' 2025-03-04T19:47:31.0317643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/CPUGeneratorImpl.h' 2025-03-04T19:47:31.0317991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/CachedTensorUtils.cpp' 2025-03-04T19:47:31.0318311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/CachedTensorUtils.h' 2025-03-04T19:47:31.0318620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/CollapseDims.h' 2025-03-04T19:47:31.0318901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Config.h.in' 2025-03-04T19:47:31.0319306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ConjugateFallback.cpp' 2025-03-04T19:47:31.0319586Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Context.cpp' 2025-03-04T19:47:31.0319868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Context.h' 2025-03-04T19:47:31.0320168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/DLConvertor.cpp' 2025-03-04T19:47:31.0320460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/DLConvertor.h' 2025-03-04T19:47:31.0320739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Device.h' 2025-03-04T19:47:31.0321071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/DeviceAccelerator.cpp' 2025-03-04T19:47:31.0321401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/DeviceAccelerator.h' 2025-03-04T19:47:31.0321741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/DeviceGuard.h' 2025-03-04T19:47:31.0322039Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/DimVector.h' 2025-03-04T19:47:31.0322305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Dimname.h' 2025-03-04T19:47:31.0322601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Dispatch.cpp' 2025-03-04T19:47:31.0322881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Dispatch.h' 2025-03-04T19:47:31.0323169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Dispatch_v2.h' 2025-03-04T19:47:31.0323493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/DynamicLibrary.cpp' 2025-03-04T19:47:31.0323796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/DynamicLibrary.h' 2025-03-04T19:47:31.0324112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/EmptyTensor.cpp' 2025-03-04T19:47:31.0324412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/EmptyTensor.h' 2025-03-04T19:47:31.0324708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ExpandBase.h' 2025-03-04T19:47:31.0325005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ExpandUtils.cpp' 2025-03-04T19:47:31.0325304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ExpandUtils.h' 2025-03-04T19:47:31.0325586Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Formatting.h' 2025-03-04T19:47:31.0325890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/FuncTorchTLS.cpp' 2025-03-04T19:47:31.0326194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/FuncTorchTLS.h' 2025-03-04T19:47:31.0326534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/FunctionalInverses.cpp' 2025-03-04T19:47:31.0326906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/FunctionalStorageImpl.cpp' 2025-03-04T19:47:31.0327252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/FunctionalStorageImpl.h' 2025-03-04T19:47:31.0327632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/FunctionalTensorWrapper.cpp' 2025-03-04T19:47:31.0327986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/FunctionalTensorWrapper.h' 2025-03-04T19:47:31.0328390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/FunctionalizeFallbackKernel.cpp' 2025-03-04T19:47:31.0328668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Generator.h' 2025-03-04T19:47:31.0328946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/InferSize.h' 2025-03-04T19:47:31.0329299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/InitialTensorOptions.h' 2025-03-04T19:47:31.0329566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Layout.h' 2025-03-04T19:47:31.0329988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/LegacyBatchedFallback.cpp' 2025-03-04T19:47:31.0330327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/LegacyBatchedFallback.h' 2025-03-04T19:47:31.0330703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/LegacyBatchedTensorImpl.cpp' 2025-03-04T19:47:31.0331051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/LegacyBatchedTensorImpl.h' 2025-03-04T19:47:31.0331441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/LegacyBatchingRegistrations.cpp' 2025-03-04T19:47:31.0331771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/LegacyVmapMode.cpp' 2025-03-04T19:47:31.0332075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/LegacyVmapMode.h' 2025-03-04T19:47:31.0332483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/LegacyVmapTransforms.cpp' 2025-03-04T19:47:31.0332827Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/LegacyVmapTransforms.h' 2025-03-04T19:47:31.0333138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/LinalgBackend.h' 2025-03-04T19:47:31.0333440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/MapAllocator.cpp' 2025-03-04T19:47:31.0333746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/MapAllocator.h' 2025-03-04T19:47:31.0334028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/MatrixRef.h' 2025-03-04T19:47:31.0334342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/MemoryOverlap.cpp' 2025-03-04T19:47:31.0334652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/MemoryOverlap.h' 2025-03-04T19:47:31.0334944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/NamedTensor.h' 2025-03-04T19:47:31.0335287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/NamedTensorUtils.cpp' 2025-03-04T19:47:31.0335600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/NamedTensorUtils.h' 2025-03-04T19:47:31.0335935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/NestedTensorImpl.cpp' 2025-03-04T19:47:31.0336249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/NestedTensorImpl.h' 2025-03-04T19:47:31.0336555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/NumericUtils.h' 2025-03-04T19:47:31.0336842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/OpMathType.h' 2025-03-04T19:47:31.0337153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/OpaqueTensorImpl.h' 2025-03-04T19:47:31.0337458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/PTThreadPool.h' 2025-03-04T19:47:31.0337732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/PadNd.h' 2025-03-04T19:47:31.0338040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Parallel-inl.h' 2025-03-04T19:47:31.0338317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Parallel.h' 2025-03-04T19:47:31.0338644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ParallelCommon.cpp' 2025-03-04T19:47:31.0338949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ParallelFuture.h' 2025-03-04T19:47:31.0339277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ParallelNative.cpp' 2025-03-04T19:47:31.0339584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ParallelNative.h' 2025-03-04T19:47:31.0339898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ParallelOpenMP.cpp' 2025-03-04T19:47:31.0340217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ParallelOpenMP.h' 2025-03-04T19:47:31.0340650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ParallelThreadPoolNative.cpp' 2025-03-04T19:47:31.0341024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/PythonTorchFunctionTLS.cpp' 2025-03-04T19:47:31.0341377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/PythonTorchFunctionTLS.h' 2025-03-04T19:47:31.0341769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ROCmFABackend.h' 2025-03-04T19:47:31.0342057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/SDPBackend.h' 2025-03-04T19:47:31.0342398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/SavedTensorHooks.cpp' 2025-03-04T19:47:31.0342710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/SavedTensorHooks.h' 2025-03-04T19:47:31.0342977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Scalar.h' 2025-03-04T19:47:31.0343350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ScalarOps.cpp' 2025-03-04T19:47:31.0343631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ScalarOps.h' 2025-03-04T19:47:31.0343930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ScalarType.h' 2025-03-04T19:47:31.0344245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/SequenceNumber.cpp' 2025-03-04T19:47:31.0344560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/SequenceNumber.h' 2025-03-04T19:47:31.0344856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/SmallVector.h' 2025-03-04T19:47:31.0345199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/SparseCsrTensorImpl.cpp' 2025-03-04T19:47:31.0345546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/SparseCsrTensorImpl.h' 2025-03-04T19:47:31.0345895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/SparseCsrTensorUtils.h' 2025-03-04T19:47:31.0346242Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/SparseTensorImpl.cpp' 2025-03-04T19:47:31.0346553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/SparseTensorImpl.h' 2025-03-04T19:47:31.0346840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Storage.h' 2025-03-04T19:47:31.0347144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/StorageUtils.cpp' 2025-03-04T19:47:31.0347456Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/StorageUtils.h' 2025-03-04T19:47:31.0347725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Tensor.h' 2025-03-04T19:47:31.0348032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TensorAccessor.h' 2025-03-04T19:47:31.0348363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TensorGeometry.cpp' 2025-03-04T19:47:31.0348670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TensorGeometry.h' 2025-03-04T19:47:31.0348999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TensorIndexing.cpp' 2025-03-04T19:47:31.0349305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TensorIndexing.h' 2025-03-04T19:47:31.0349634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TensorIterator.cpp' 2025-03-04T19:47:31.0349940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TensorIterator.h' 2025-03-04T19:47:31.0350306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TensorIteratorInternal.h' 2025-03-04T19:47:31.0350603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TensorMeta.cpp' 2025-03-04T19:47:31.0350889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TensorMeta.h' 2025-03-04T19:47:31.0351281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TensorNames.cpp' 2025-03-04T19:47:31.0351574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TensorNames.h' 2025-03-04T19:47:31.0351903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TensorOperators.h' 2025-03-04T19:47:31.0352205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TensorOptions.h' 2025-03-04T19:47:31.0352575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TensorSubclassLikeUtils.h' 2025-03-04T19:47:31.0352878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TensorUtils.cpp' 2025-03-04T19:47:31.0353184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TensorUtils.h' 2025-03-04T19:47:31.0353556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ThreadLocalPythonObjects.cpp' 2025-03-04T19:47:31.0353970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ThreadLocalPythonObjects.h' 2025-03-04T19:47:31.0354315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ThreadLocalState.cpp' 2025-03-04T19:47:31.0354629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ThreadLocalState.h' 2025-03-04T19:47:31.0354928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TracerMode.h' 2025-03-04T19:47:31.0355309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/TypeDefault.h' 2025-03-04T19:47:31.0355597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Utils.cpp' 2025-03-04T19:47:31.0355860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Utils.h' 2025-03-04T19:47:31.0356155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Version.cpp' 2025-03-04T19:47:31.0356427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/Version.h' 2025-03-04T19:47:31.0356789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/VmapModeRegistrations.cpp' 2025-03-04T19:47:31.0357101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/WrapDimUtils.h' 2025-03-04T19:47:31.0357422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/WrapDimUtilsMulti.h' 2025-03-04T19:47:31.0357774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ZeroTensorFallback.cpp' 2025-03-04T19:47:31.0358082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/autocast_mode.cpp' 2025-03-04T19:47:31.0358394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/autocast_mode.h' 2025-03-04T19:47:31.0358794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/benchmarks/quantize_per_channel.cpp' 2025-03-04T19:47:31.0359182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/benchmarks/stateful_conv1d.cpp' 2025-03-04T19:47:31.0359533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/benchmarks/tensor_add.cpp' 2025-03-04T19:47:31.0359849Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/benchmarks' 2025-03-04T19:47:31.0360136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ceil_div.h' 2025-03-04T19:47:31.0360435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/code_template.h' 2025-03-04T19:47:31.0360770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/ATenGeneral.cpp' 2025-03-04T19:47:31.0361086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/ATenGeneral.h' 2025-03-04T19:47:31.0361407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/ATenOpList.h' 2025-03-04T19:47:31.0361703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/ATen_fwd.h' 2025-03-04T19:47:31.0362069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/ATen_pch.h' 2025-03-04T19:47:31.0362362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Array.h' 2025-03-04T19:47:31.0362778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/BackendSelectFallbackKernel.cpp' 2025-03-04T19:47:31.0363094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Backtrace.h' 2025-03-04T19:47:31.0363454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/CachingHostAllocator.h' 2025-03-04T19:47:31.0363810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/CheckMemoryFormat.h' 2025-03-04T19:47:31.0364209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/DeprecatedTypeProperties.cpp' 2025-03-04T19:47:31.0364609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/DeprecatedTypeProperties.h' 2025-03-04T19:47:31.0365151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp' 2025-03-04T19:47:31.0365601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.h' 2025-03-04T19:47:31.0365895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Dict.cpp' 2025-03-04T19:47:31.0366172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Dict.h' 2025-03-04T19:47:31.0366486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Dict_inl.h' 2025-03-04T19:47:31.0366791Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/DimVector.h' 2025-03-04T19:47:31.0367106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Dimname.cpp' 2025-03-04T19:47:31.0367399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Dimname.h' 2025-03-04T19:47:31.0367776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/DistributionsHelper.h' 2025-03-04T19:47:31.0368091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Formatting.cpp' 2025-03-04T19:47:31.0368412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Formatting.h' 2025-03-04T19:47:31.0368728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Generator.cpp' 2025-03-04T19:47:31.0369033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Generator.h' 2025-03-04T19:47:31.0369452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/GeneratorForPrivateuseone.cpp' 2025-03-04T19:47:31.0369839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/GeneratorForPrivateuseone.h' 2025-03-04T19:47:31.0370147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/IListRef.h' 2025-03-04T19:47:31.0370468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/IListRef_inl.h' 2025-03-04T19:47:31.0370813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/IListRef_test.cpp' 2025-03-04T19:47:31.0371163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/LegacyTypeDispatch.h' 2025-03-04T19:47:31.0371469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/List.cpp' 2025-03-04T19:47:31.0371903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/List.h' 2025-03-04T19:47:31.0372214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/List_inl.h' 2025-03-04T19:47:31.0372538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/List_test.cpp' 2025-03-04T19:47:31.0372871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/MT19937RNGEngine.h' 2025-03-04T19:47:31.0373252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/MetaFallbackKernel.cpp' 2025-03-04T19:47:31.0373711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/NamedRegistrations.cpp' 2025-03-04T19:47:31.0374049Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/NamedTensor.cpp' 2025-03-04T19:47:31.0374359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/NamedTensor.h' 2025-03-04T19:47:31.0374737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/NestedIntSymNodeImpl.cpp' 2025-03-04T19:47:31.0375110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/NestedIntSymNodeImpl.h' 2025-03-04T19:47:31.0375452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/PhiloxRNGEngine.h' 2025-03-04T19:47:31.0375844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/PythonFallbackKernel.cpp' 2025-03-04T19:47:31.0376279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/PythonFallbackKernel.h' 2025-03-04T19:47:31.0376737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp' 2025-03-04T19:47:31.0377162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/PythonOpRegistrationTrampoline.h' 2025-03-04T19:47:31.0377502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/QuantizerBase.h' 2025-03-04T19:47:31.0377803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/README.md' 2025-03-04T19:47:31.0378113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Range.cpp' 2025-03-04T19:47:31.0378402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Range.h' 2025-03-04T19:47:31.0378708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Reduction.h' 2025-03-04T19:47:31.0379025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Scalar.h' 2025-03-04T19:47:31.0379340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/ScalarType.h' 2025-03-04T19:47:31.0379658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Tensor.cpp' 2025-03-04T19:47:31.0379953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Tensor.h' 2025-03-04T19:47:31.0380298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/TensorAccessor.h' 2025-03-04T19:47:31.0380608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/TensorBase.h' 2025-03-04T19:47:31.0380972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/TorchDispatchUtils.cpp' 2025-03-04T19:47:31.0381336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/TorchDispatchUtils.h' 2025-03-04T19:47:31.0381772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/TransformationHelper.h' 2025-03-04T19:47:31.0382148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/UndefinedTensorImpl.h' 2025-03-04T19:47:31.0382467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/UnsafeFromTH.h' 2025-03-04T19:47:31.0382865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/VariableFallbackKernel.cpp' 2025-03-04T19:47:31.0383253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/VariableHooksInterface.cpp' 2025-03-04T19:47:31.0383641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/VariableHooksInterface.h' 2025-03-04T19:47:31.0383942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Variadic.h' 2025-03-04T19:47:31.0384253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Vitals.cpp' 2025-03-04T19:47:31.0384600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/Vitals.h' 2025-03-04T19:47:31.0384910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/adaption.cpp' 2025-03-04T19:47:31.0385227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/alias_info.h' 2025-03-04T19:47:31.0385517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/blob.cpp' 2025-03-04T19:47:31.0385806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/blob.h' 2025-03-04T19:47:31.0386158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/BoxedKernel.h' 2025-03-04T19:47:31.0386544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/BoxedKernel_impl.h' 2025-03-04T19:47:31.0386923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/KernelFunction.cpp' 2025-03-04T19:47:31.0387345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/KernelFunction.h' 2025-03-04T19:47:31.0387736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/KernelFunction_impl.h' 2025-03-04T19:47:31.0388132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/KernelFunction_test.cpp' 2025-03-04T19:47:31.0388505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/OperatorKernel.h' 2025-03-04T19:47:31.0388945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2025-03-04T19:47:31.0389438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2025-03-04T19:47:31.0389783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/impl/boxing.h' 2025-03-04T19:47:31.0390258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp' 2025-03-04T19:47:31.0390686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp' 2025-03-04T19:47:31.0391142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp' 2025-03-04T19:47:31.0391558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp' 2025-03-04T19:47:31.0391991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp' 2025-03-04T19:47:31.0392466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2025-03-04T19:47:31.0392967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor_test.cpp' 2025-03-04T19:47:31.0393358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/impl/test_helpers.h' 2025-03-04T19:47:31.0393705Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing/impl' 2025-03-04T19:47:31.0394041Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/boxing' 2025-03-04T19:47:31.0394375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/builtin_function.h' 2025-03-04T19:47:31.0394702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/class_type.cpp' 2025-03-04T19:47:31.0395008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/class_type.h' 2025-03-04T19:47:31.0395346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/custom_class.cpp' 2025-03-04T19:47:31.0395661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/custom_class.h' 2025-03-04T19:47:31.0396026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/dispatch/CppSignature.h' 2025-03-04T19:47:31.0396500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/dispatch/CppSignature_test.cpp' 2025-03-04T19:47:31.0396921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp' 2025-03-04T19:47:31.0397337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/dispatch/DispatchKeyExtractor.h' 2025-03-04T19:47:31.0397702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/dispatch/Dispatcher.cpp' 2025-03-04T19:47:31.0398065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/dispatch/Dispatcher.h' 2025-03-04T19:47:31.0398460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/dispatch/ObservedOperators.cpp' 2025-03-04T19:47:31.0398910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/dispatch/ObservedOperators.h' 2025-03-04T19:47:31.0399295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/dispatch/OperatorEntry.cpp' 2025-03-04T19:47:31.0399668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/dispatch/OperatorEntry.h' 2025-03-04T19:47:31.0400068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/dispatch/OperatorOptions.h' 2025-03-04T19:47:31.0400407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/dispatch/README.md' 2025-03-04T19:47:31.0400842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/dispatch/RegistrationHandleRAII.h' 2025-03-04T19:47:31.0401260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/dispatch/backend_fallback_test.cpp' 2025-03-04T19:47:31.0401609Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/dispatch' 2025-03-04T19:47:31.0401942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/dynamic_type.cpp' 2025-03-04T19:47:31.0402271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/dynamic_type.h' 2025-03-04T19:47:31.0402573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/enum_type.h' 2025-03-04T19:47:31.0402872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/function.h' 2025-03-04T19:47:31.0403224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/function_schema.cpp' 2025-03-04T19:47:31.0403557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/function_schema.h' 2025-03-04T19:47:31.0403920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/function_schema_inl.h' 2025-03-04T19:47:31.0404225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/functional.h' 2025-03-04T19:47:31.0404537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/grad_mode.h' 2025-03-04T19:47:31.0404884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/interned_strings.cpp' 2025-03-04T19:47:31.0405233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/interned_strings.h' 2025-03-04T19:47:31.0405601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/interned_strings_class.h' 2025-03-04T19:47:31.0405904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/ivalue.cpp' 2025-03-04T19:47:31.0406208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/ivalue.h' 2025-03-04T19:47:31.0406514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/ivalue_inl.h' 2025-03-04T19:47:31.0406826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/ivalue_to.h' 2025-03-04T19:47:31.0407126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/jit_type.h' 2025-03-04T19:47:31.0407506Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/jit_type_base.h' 2025-03-04T19:47:31.0407808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/library.cpp' 2025-03-04T19:47:31.0408190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/op_registration/README.md' 2025-03-04T19:47:31.0408564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/op_registration/adaption.h' 2025-03-04T19:47:31.0408967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/op_registration/infer_schema.cpp' 2025-03-04T19:47:31.0409374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/op_registration/infer_schema.h' 2025-03-04T19:47:31.0409767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/op_registration/op_allowlist.h' 2025-03-04T19:47:31.0410257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/op_registration/op_allowlist_test.cpp' 2025-03-04T19:47:31.0410677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/op_registration/op_registration.cpp' 2025-03-04T19:47:31.0411102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/op_registration/op_registration.h' 2025-03-04T19:47:31.0411540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/op_registration/op_registration_test.cpp' 2025-03-04T19:47:31.0411923Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/op_registration' 2025-03-04T19:47:31.0412258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/operator_name.cpp' 2025-03-04T19:47:31.0412593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/operator_name.h' 2025-03-04T19:47:31.0412926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/qualified_name.h' 2025-03-04T19:47:31.0413279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/register_symbols.cpp' 2025-03-04T19:47:31.0413625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/rref_interface.h' 2025-03-04T19:47:31.0413914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/stack.h' 2025-03-04T19:47:31.0414223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/symbol.h' 2025-03-04T19:47:31.0414546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/tensor_type.cpp' 2025-03-04T19:47:31.0414854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/type.cpp' 2025-03-04T19:47:31.0415184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/type_factory.cpp' 2025-03-04T19:47:31.0415515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/type_factory.h' 2025-03-04T19:47:31.0415824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/type_ptr.h' 2025-03-04T19:47:31.0416117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/typeid.h' 2025-03-04T19:47:31.0416448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core/union_type.cpp' 2025-03-04T19:47:31.0416744Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/core' 2025-03-04T19:47:31.0417092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpp_custom_type_hack.h' 2025-03-04T19:47:31.0417429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/FlushDenormal.cpp' 2025-03-04T19:47:31.0417757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/FlushDenormal.h' 2025-03-04T19:47:31.0418054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/Utils.cpp' 2025-03-04T19:47:31.0418406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/Utils.h' 2025-03-04T19:47:31.0418726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/functional.h' 2025-03-04T19:47:31.0419076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/functional_base.h' 2025-03-04T19:47:31.0419461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/functional_bfloat16.h' 2025-03-04T19:47:31.0419782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/intrinsics.h' 2025-03-04T19:47:31.0420136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/sve/sve_helper.h' 2025-03-04T19:47:31.0420494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/sve/vec_common_sve.h' 2025-03-04T19:47:31.0420847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/sve/vec_double.h' 2025-03-04T19:47:31.0421229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/sve/vec_float.h' 2025-03-04T19:47:31.0421678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/sve/vec_int.h' 2025-03-04T19:47:31.0422010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/sve/vec_qint.h' 2025-03-04T19:47:31.0422328Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/sve' 2025-03-04T19:47:31.0422634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec.h' 2025-03-04T19:47:31.0422972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec128/vec128.h' 2025-03-04T19:47:31.0423389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h' 2025-03-04T19:47:31.0423760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec128/vec128_convert.h' 2025-03-04T19:47:31.0424165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec128/vec128_float_neon.h' 2025-03-04T19:47:31.0424540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec128/vec128_half_neon.h' 2025-03-04T19:47:31.0425028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h' 2025-03-04T19:47:31.0425362Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec128' 2025-03-04T19:47:31.0425746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2025-03-04T19:47:31.0426141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2025-03-04T19:47:31.0426474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vec256.h' 2025-03-04T19:47:31.0426876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vec256_16bit_float.h' 2025-03-04T19:47:31.0427253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2025-03-04T19:47:31.0427673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vec256_complex_double.h' 2025-03-04T19:47:31.0428070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vec256_complex_float.h' 2025-03-04T19:47:31.0428449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vec256_convert.h' 2025-03-04T19:47:31.0428814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vec256_double.h' 2025-03-04T19:47:31.0429176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vec256_float.h' 2025-03-04T19:47:31.0429545Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vec256_half.h' 2025-03-04T19:47:31.0429952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vec256_int.h' 2025-03-04T19:47:31.0430319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vec256_mask.h' 2025-03-04T19:47:31.0430670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vec256_qint.h' 2025-03-04T19:47:31.0431097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2025-03-04T19:47:31.0431503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2025-03-04T19:47:31.0431967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2025-03-04T19:47:31.0432408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2025-03-04T19:47:31.0432889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2025-03-04T19:47:31.0433289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2025-03-04T19:47:31.0433686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2025-03-04T19:47:31.0434097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2025-03-04T19:47:31.0434492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2025-03-04T19:47:31.0434907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2025-03-04T19:47:31.0435305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2025-03-04T19:47:31.0435729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2025-03-04T19:47:31.0436105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2025-03-04T19:47:31.0436466Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/vsx' 2025-03-04T19:47:31.0436854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2025-03-04T19:47:31.0437224Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256/zarch' 2025-03-04T19:47:31.0437559Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec256' 2025-03-04T19:47:31.0437893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec512/vec512.h' 2025-03-04T19:47:31.0438282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2025-03-04T19:47:31.0438691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec512/vec512_complex_double.h' 2025-03-04T19:47:31.0439103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec512/vec512_complex_float.h' 2025-03-04T19:47:31.0439472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec512/vec512_convert.h' 2025-03-04T19:47:31.0439847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec512/vec512_double.h' 2025-03-04T19:47:31.0440210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec512/vec512_float.h' 2025-03-04T19:47:31.0440571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec512/vec512_int.h' 2025-03-04T19:47:31.0440927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec512/vec512_mask.h' 2025-03-04T19:47:31.0441369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec512/vec512_qint.h' 2025-03-04T19:47:31.0441721Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec512' 2025-03-04T19:47:31.0442033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec_base.h' 2025-03-04T19:47:31.0442373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec_convert.h' 2025-03-04T19:47:31.0442685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec_half.h' 2025-03-04T19:47:31.0443008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec_mask.h' 2025-03-04T19:47:31.0443307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec/vec_n.h' 2025-03-04T19:47:31.0443625Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vec' 2025-03-04T19:47:31.0443952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu/vml.h' 2025-03-04T19:47:31.0444245Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cpu' 2025-03-04T19:47:31.0444596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/ATenCUDAGeneral.h' 2025-03-04T19:47:31.0444939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/ApplyGridUtils.cuh' 2025-03-04T19:47:31.0445258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/AsmUtils.cuh' 2025-03-04T19:47:31.0445558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/Atomic.cuh' 2025-03-04T19:47:31.0445910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDAApplyUtils.cuh' 2025-03-04T19:47:31.0446215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDABlas.cpp' 2025-03-04T19:47:31.0446527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDABlas.h' 2025-03-04T19:47:31.0446850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDAConfig.h.in' 2025-03-04T19:47:31.0447169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDAContext.cpp' 2025-03-04T19:47:31.0447490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDAContext.h' 2025-03-04T19:47:31.0447831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDAContextLight.h' 2025-03-04T19:47:31.0448159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDADataType.h' 2025-03-04T19:47:31.0448467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDADevice.h' 2025-03-04T19:47:31.0448782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDAEvent.h' 2025-03-04T19:47:31.0449145Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDAGeneratorImpl.cpp' 2025-03-04T19:47:31.0449503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDAGeneratorImpl.h' 2025-03-04T19:47:31.0449814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDAGraph.cpp' 2025-03-04T19:47:31.0450119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDAGraph.h' 2025-03-04T19:47:31.0450482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDAGraphsUtils.cuh' 2025-03-04T19:47:31.0450788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDASparse.h' 2025-03-04T19:47:31.0451142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDASparseBlas.cpp' 2025-03-04T19:47:31.0451470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDASparseBlas.h' 2025-03-04T19:47:31.0451867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDASparseDescriptors.cpp' 2025-03-04T19:47:31.0452284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDASparseDescriptors.h' 2025-03-04T19:47:31.0452649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDATensorMethods.cuh' 2025-03-04T19:47:31.0452951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CUDAUtils.h' 2025-03-04T19:47:31.0453329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CachingHostAllocator.cpp' 2025-03-04T19:47:31.0453701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CachingHostAllocator.h' 2025-03-04T19:47:31.0454058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CuSparseHandlePool.cpp' 2025-03-04T19:47:31.0454418Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/CublasHandlePool.cpp' 2025-03-04T19:47:31.0454795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/DeviceUtils.cuh' 2025-03-04T19:47:31.0455135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/EmptyTensor.cpp' 2025-03-04T19:47:31.0455446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/EmptyTensor.h' 2025-03-04T19:47:31.0455774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/Exceptions.cpp' 2025-03-04T19:47:31.0456081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/Exceptions.h' 2025-03-04T19:47:31.0456416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/NumericLimits.cuh' 2025-03-04T19:47:31.0456777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/PeerToPeerAccess.cpp' 2025-03-04T19:47:31.0457118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/PeerToPeerAccess.h' 2025-03-04T19:47:31.0457470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/PhiloxCudaState.h' 2025-03-04T19:47:31.0457796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/PhiloxUtils.cuh' 2025-03-04T19:47:31.0458174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/PinnedMemoryAllocator.h' 2025-03-04T19:47:31.0458487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/ScanUtils.cuh' 2025-03-04T19:47:31.0458790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/Sleep.cu' 2025-03-04T19:47:31.0459073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/Sleep.h' 2025-03-04T19:47:31.0459409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/ThrustAllocator.h' 2025-03-04T19:47:31.0459770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/cub-RadixSortKeys.cu' 2025-03-04T19:47:31.0460127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/cub-RadixSortPairs.cu' 2025-03-04T19:47:31.0460419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/cub.cu' 2025-03-04T19:47:31.0460700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/cub.cuh' 2025-03-04T19:47:31.0460985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/cub.h' 2025-03-04T19:47:31.0461325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/cub_definitions.cuh' 2025-03-04T19:47:31.0461758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/detail/CUDAHooks.cpp' 2025-03-04T19:47:31.0462095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/detail/CUDAHooks.h' 2025-03-04T19:47:31.0462487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/detail/DeviceThreadHandles.h' 2025-03-04T19:47:31.0462851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/detail/IndexUtils.cu' 2025-03-04T19:47:31.0463261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/detail/IndexUtils.cuh' 2025-03-04T19:47:31.0463649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/detail/IntegerDivider.cuh' 2025-03-04T19:47:31.0463995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/detail/KernelUtils.h' 2025-03-04T19:47:31.0464353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/detail/LazyNVRTC.cpp' 2025-03-04T19:47:31.0464688Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/detail/LazyNVRTC.h' 2025-03-04T19:47:31.0465086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/detail/OffsetCalculator.cuh' 2025-03-04T19:47:31.0465483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2025-03-04T19:47:31.0465882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/detail/TensorInfo.cuh' 2025-03-04T19:47:31.0466246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/detail/UnpackRaw.cuh' 2025-03-04T19:47:31.0466568Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/detail' 2025-03-04T19:47:31.0466890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/jiterator.cu' 2025-03-04T19:47:31.0467192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/jiterator.h' 2025-03-04T19:47:31.0467535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/jiterator_impl.h' 2025-03-04T19:47:31.0467848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/llvm_basic.cpp' 2025-03-04T19:47:31.0468189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/llvm_complex.cpp' 2025-03-04T19:47:31.0468525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/llvm_jit_strings.h' 2025-03-04T19:47:31.0468900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/nvrtc_stub/ATenNVRTC.cpp' 2025-03-04T19:47:31.0469265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/nvrtc_stub/ATenNVRTC.h' 2025-03-04T19:47:31.0469602Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/nvrtc_stub' 2025-03-04T19:47:31.0469958Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/tunable/GemmCommon.h' 2025-03-04T19:47:31.0470318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/tunable/GemmHipblaslt.h' 2025-03-04T19:47:31.0470686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/tunable/GemmRocblas.h' 2025-03-04T19:47:31.0474510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/tunable/README.md' 2025-03-04T19:47:31.0474892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/tunable/StreamTimer.cpp' 2025-03-04T19:47:31.0475265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/tunable/StreamTimer.h' 2025-03-04T19:47:31.0475608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/tunable/Tunable.cpp' 2025-03-04T19:47:31.0475955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/tunable/Tunable.h' 2025-03-04T19:47:31.0476307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/tunable/TunableGemm.h' 2025-03-04T19:47:31.0476664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/tunable/TunableOp.h' 2025-03-04T19:47:31.0476995Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda/tunable' 2025-03-04T19:47:31.0477339Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cuda' 2025-03-04T19:47:31.0477767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cudnn/AutocastRNN.cpp' 2025-03-04T19:47:31.0478099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cudnn/Descriptors.cpp' 2025-03-04T19:47:31.0478431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cudnn/Descriptors.h' 2025-03-04T19:47:31.0478739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cudnn/Handle.cpp' 2025-03-04T19:47:31.0479038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cudnn/Handle.h' 2025-03-04T19:47:31.0479352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cudnn/Handles.h' 2025-03-04T19:47:31.0479650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cudnn/README.md' 2025-03-04T19:47:31.0479963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cudnn/Types.cpp' 2025-03-04T19:47:31.0480338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cudnn/Types.h' 2025-03-04T19:47:31.0480648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cudnn/Utils.h' 2025-03-04T19:47:31.0480981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cudnn/cudnn-wrapper.h' 2025-03-04T19:47:31.0481295Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/cudnn' 2025-03-04T19:47:31.0481698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/AcceleratorHooksInterface.h' 2025-03-04T19:47:31.0482044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/CPUGuardImpl.cpp' 2025-03-04T19:47:31.0482436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/CUDAHooksInterface.cpp' 2025-03-04T19:47:31.0482799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/CUDAHooksInterface.h' 2025-03-04T19:47:31.0483158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/FunctionTraits.h' 2025-03-04T19:47:31.0483530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/HIPHooksInterface.cpp' 2025-03-04T19:47:31.0483903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/HIPHooksInterface.h' 2025-03-04T19:47:31.0484272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/HPUHooksInterface.cpp' 2025-03-04T19:47:31.0484646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/HPUHooksInterface.h' 2025-03-04T19:47:31.0485013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/IPUHooksInterface.cpp' 2025-03-04T19:47:31.0485365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/IPUHooksInterface.h' 2025-03-04T19:47:31.0485751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/MAIAHooksInterface.cpp' 2025-03-04T19:47:31.0486190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/MAIAHooksInterface.h' 2025-03-04T19:47:31.0486573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/MPSHooksInterface.cpp' 2025-03-04T19:47:31.0486928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/MPSHooksInterface.h' 2025-03-04T19:47:31.0487317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/MTIAHooksInterface.cpp' 2025-03-04T19:47:31.0487673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/MTIAHooksInterface.h' 2025-03-04T19:47:31.0488030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/MetaGuardImpl.cpp' 2025-03-04T19:47:31.0490049Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/PrivateUse1HooksInterface.cpp' 2025-03-04T19:47:31.0490470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/PrivateUse1HooksInterface.h' 2025-03-04T19:47:31.0490893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/XPUHooksInterface.cpp' 2025-03-04T19:47:31.0491246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail/XPUHooksInterface.h' 2025-03-04T19:47:31.0491560Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/detail' 2025-03-04T19:47:31.0491833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/div_rtn.h' 2025-03-04T19:47:31.0492115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/dlpack.h' 2025-03-04T19:47:31.0492482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/ADInterpreters.cpp' 2025-03-04T19:47:31.0492837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/ADInterpreters.h' 2025-03-04T19:47:31.0493293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesActivation.cpp' 2025-03-04T19:47:31.0493714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp' 2025-03-04T19:47:31.0494131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesConvolution.cpp' 2025-03-04T19:47:31.0494555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesDecompositions.cpp' 2025-03-04T19:47:31.0494949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesDynamic.cpp' 2025-03-04T19:47:31.0495327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesFactory.cpp' 2025-03-04T19:47:31.0495707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesHelper.cpp' 2025-03-04T19:47:31.0496091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesHelper.h' 2025-03-04T19:47:31.0496481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesIndexing.cpp' 2025-03-04T19:47:31.0496914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp' 2025-03-04T19:47:31.0497275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesLoss.cpp' 2025-03-04T19:47:31.0497665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesModules.cpp' 2025-03-04T19:47:31.0498027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesNorm.cpp' 2025-03-04T19:47:31.0498419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesPooling.cpp' 2025-03-04T19:47:31.0498819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesRandomness.cpp' 2025-03-04T19:47:31.0499267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesReduceOps.cpp' 2025-03-04T19:47:31.0499666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesScatterOps.cpp' 2025-03-04T19:47:31.0500050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp' 2025-03-04T19:47:31.0500436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchRulesViews.cpp' 2025-03-04T19:47:31.0500805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.cpp' 2025-03-04T19:47:31.0501175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchedFallback.h' 2025-03-04T19:47:31.0501659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchedTensorImpl.cpp' 2025-03-04T19:47:31.0502096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchedTensorImpl.h' 2025-03-04T19:47:31.0502530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/BatchingMetaprogramming.h' 2025-03-04T19:47:31.0502893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/DynamicLayer.cpp' 2025-03-04T19:47:31.0503235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/DynamicLayer.h' 2025-03-04T19:47:31.0503661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp' 2025-03-04T19:47:31.0504084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/FunctionalizeInterpreter.h' 2025-03-04T19:47:31.0504433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/Interpreter.cpp' 2025-03-04T19:47:31.0504795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/Interpreter.h' 2025-03-04T19:47:31.0505268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp' 2025-03-04T19:47:31.0505685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/LegacyVmapTransforms.cpp' 2025-03-04T19:47:31.0506068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/LegacyVmapTransforms.h' 2025-03-04T19:47:31.0506391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/Macros.h' 2025-03-04T19:47:31.0506757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/PlumbingHelper.cpp' 2025-03-04T19:47:31.0507110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/PlumbingHelper.h' 2025-03-04T19:47:31.0507520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp' 2025-03-04T19:47:31.0507881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/TensorWrapper.cpp' 2025-03-04T19:47:31.0508247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/TensorWrapper.h' 2025-03-04T19:47:31.0508621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/VmapInterpreter.cpp' 2025-03-04T19:47:31.0508991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/VmapInterpreter.h' 2025-03-04T19:47:31.0509395Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch/VmapModeRegistrations.cpp' 2025-03-04T19:47:31.0509720Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/functorch' 2025-03-04T19:47:31.0510158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2025-03-04T19:47:31.0510669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.cpp' 2025-03-04T19:47:31.0511186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2025-03-04T19:47:31.0511645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.cpp' 2025-03-04T19:47:31.0512095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2025-03-04T19:47:31.0512518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2025-03-04T19:47:31.0512839Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/hip/impl' 2025-03-04T19:47:31.0513129Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/hip' 2025-03-04T19:47:31.0513427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/jit_macros.h' 2025-03-04T19:47:31.0513770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/jiterator_macros.h' 2025-03-04T19:47:31.0514091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/metal/Context.cpp' 2025-03-04T19:47:31.0514413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/metal/Context.h' 2025-03-04T19:47:31.0514710Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/metal' 2025-03-04T19:47:31.0515057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/miopen/AutocastRNN.cpp' 2025-03-04T19:47:31.0515389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/miopen/Descriptors.cpp' 2025-03-04T19:47:31.0515720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/miopen/Descriptors.h' 2025-03-04T19:47:31.0516034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/miopen/Exceptions.h' 2025-03-04T19:47:31.0516355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/miopen/Handle.cpp' 2025-03-04T19:47:31.0516678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/miopen/Handle.h' 2025-03-04T19:47:31.0517000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/miopen/Types.cpp' 2025-03-04T19:47:31.0517292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/miopen/Types.h' 2025-03-04T19:47:31.0517582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/miopen/Utils.h' 2025-03-04T19:47:31.0517935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/miopen/miopen-wrapper.h' 2025-03-04T19:47:31.0518233Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/miopen' 2025-03-04T19:47:31.0518555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mkl/Descriptors.h' 2025-03-04T19:47:31.0518860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mkl/Exceptions.h' 2025-03-04T19:47:31.0519155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mkl/Limits.h' 2025-03-04T19:47:31.0519450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mkl/README.md' 2025-03-04T19:47:31.0519747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mkl/Sparse.h' 2025-03-04T19:47:31.0520062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mkl/SparseBlas.cpp' 2025-03-04T19:47:31.0520370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mkl/SparseBlas.h' 2025-03-04T19:47:31.0520723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mkl/SparseDescriptors.h' 2025-03-04T19:47:31.0521002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mkl/Utils.h' 2025-03-04T19:47:31.0521304Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mkl' 2025-03-04T19:47:31.0521622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/EmptyTensor.cpp' 2025-03-04T19:47:31.0521974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/EmptyTensor.h' 2025-03-04T19:47:31.0522287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/IndexKernels.h' 2025-03-04T19:47:31.0522611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/MPSAllocator.h' 2025-03-04T19:47:31.0522928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/MPSAllocator.mm' 2025-03-04T19:47:31.0523289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/MPSAllocatorInterface.h' 2025-03-04T19:47:31.0523601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/MPSDevice.h' 2025-03-04T19:47:31.0523903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/MPSDevice.mm' 2025-03-04T19:47:31.0524250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/MPSEvent.h' 2025-03-04T19:47:31.0524553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/MPSEvent.mm' 2025-03-04T19:47:31.0524902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/MPSFallback.mm' 2025-03-04T19:47:31.0525239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/MPSGeneratorImpl.h' 2025-03-04T19:47:31.0525583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/MPSGeneratorImpl.mm' 2025-03-04T19:47:31.0525906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/MPSGuardImpl.h' 2025-03-04T19:47:31.0526226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/MPSGuardImpl.mm' 2025-03-04T19:47:31.0526531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/MPSHooks.h' 2025-03-04T19:47:31.0526836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/MPSHooks.mm' 2025-03-04T19:47:31.0527162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/MPSProfiler.h' 2025-03-04T19:47:31.0527501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/MPSProfiler.mm' 2025-03-04T19:47:31.0527814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/MPSStream.h' 2025-03-04T19:47:31.0528118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps/MPSStream.mm' 2025-03-04T19:47:31.0528409Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/mps' 2025-03-04T19:47:31.0528752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Activation.cpp' 2025-03-04T19:47:31.0529063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Activation.h' 2025-03-04T19:47:31.0529474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/AdaptiveAveragePooling.cpp' 2025-03-04T19:47:31.0529890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp' 2025-03-04T19:47:31.0530292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp' 2025-03-04T19:47:31.0530677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp' 2025-03-04T19:47:31.0531036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/AdaptivePooling.h' 2025-03-04T19:47:31.0531416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/AffineGridGenerator.cpp' 2025-03-04T19:47:31.0531747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/AmpKernels.cpp' 2025-03-04T19:47:31.0532074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/AmpKernels.h' 2025-03-04T19:47:31.0532443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/AutogradComposite.cpp' 2025-03-04T19:47:31.0532833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/AveragePool2d.cpp' 2025-03-04T19:47:31.0533180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/AveragePool3d.cpp' 2025-03-04T19:47:31.0533567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp' 2025-03-04T19:47:31.0533924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.h' 2025-03-04T19:47:31.0534340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp' 2025-03-04T19:47:31.0534660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/BinaryOps.cpp' 2025-03-04T19:47:31.0534983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/BinaryOps.h' 2025-03-04T19:47:31.0535307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Blas.cpp' 2025-03-04T19:47:31.0535642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/BlasKernel.cpp' 2025-03-04T19:47:31.0536023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Bucketization.cpp' 2025-03-04T19:47:31.0536380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/BucketizationUtils.h' 2025-03-04T19:47:31.0536702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/CPUBlas.cpp' 2025-03-04T19:47:31.0537005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/CPUBlas.h' 2025-03-04T19:47:31.0537352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/CPUFallback.cpp' 2025-03-04T19:47:31.0537671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/CPUFallback.h' 2025-03-04T19:47:31.0538057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/CanUse32BitIndexMath.h' 2025-03-04T19:47:31.0538434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ChanelShuffle.cpp' 2025-03-04T19:47:31.0538745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Col2Im.cpp' 2025-03-04T19:47:31.0539113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ComparisonUtils.cpp' 2025-03-04T19:47:31.0539452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ComplexHelper.h' 2025-03-04T19:47:31.0539852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/CompositeRandomAccessor.h' 2025-03-04T19:47:31.0540280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/CompositeRandomAccessorCommon.h' 2025-03-04T19:47:31.0540633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Constraints.cpp' 2025-03-04T19:47:31.0540946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ConvUtils.h' 2025-03-04T19:47:31.0541297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Convolution.cpp' 2025-03-04T19:47:31.0541730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ConvolutionMM2d.cpp' 2025-03-04T19:47:31.0542085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ConvolutionMM3d.cpp' 2025-03-04T19:47:31.0542444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ConvolutionMM3d.h' 2025-03-04T19:47:31.0542791Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ConvolutionTBC.cpp' 2025-03-04T19:47:31.0543107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Copy.cpp' 2025-03-04T19:47:31.0543399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Copy.h' 2025-03-04T19:47:31.0543752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Correlation.cpp' 2025-03-04T19:47:31.0544090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Cross.cpp' 2025-03-04T19:47:31.0544401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Cross.h' 2025-03-04T19:47:31.0544790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/DilatedConvolutionUtils.h' 2025-03-04T19:47:31.0545151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/DilatedMaxPool2d.cpp' 2025-03-04T19:47:31.0545521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/DilatedMaxPool3d.cpp' 2025-03-04T19:47:31.0545860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/DispatchStub.cpp' 2025-03-04T19:47:31.0546201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/DispatchStub.h' 2025-03-04T19:47:31.0546541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Distance.cpp' 2025-03-04T19:47:31.0546868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Distance.h' 2025-03-04T19:47:31.0547310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/DistributionTemplates.h' 2025-03-04T19:47:31.0547666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Distributions.cpp' 2025-03-04T19:47:31.0547999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Distributions.h' 2025-03-04T19:47:31.0548310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Dropout.cpp' 2025-03-04T19:47:31.0548648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Embedding.cpp' 2025-03-04T19:47:31.0548990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/EmbeddingBag.cpp' 2025-03-04T19:47:31.0549333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/EmbeddingBag.h' 2025-03-04T19:47:31.0549658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Fill.cpp' 2025-03-04T19:47:31.0549964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Fill.h' 2025-03-04T19:47:31.0550331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ForeachOpsKernels.cpp' 2025-03-04T19:47:31.0550673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ForeachUtils.h' 2025-03-04T19:47:31.0551054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/FractionalMaxPool2d.cpp' 2025-03-04T19:47:31.0551432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/FractionalMaxPool3d.cpp' 2025-03-04T19:47:31.0551816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/FractionalMaxPooling.h' 2025-03-04T19:47:31.0552214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp' 2025-03-04T19:47:31.0552618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/FunctionOfAMatrixUtils.h' 2025-03-04T19:47:31.0552962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/FusedAdagrad.cpp' 2025-03-04T19:47:31.0553305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/FusedAdagrad.h' 2025-03-04T19:47:31.0553626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/FusedAdam.cpp' 2025-03-04T19:47:31.0553947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/FusedAdam.h' 2025-03-04T19:47:31.0554260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/FusedSGD.cpp' 2025-03-04T19:47:31.0554567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/FusedSGD.h' 2025-03-04T19:47:31.0554963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/GatedLinearUnit.cpp' 2025-03-04T19:47:31.0555254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Gelu.h' 2025-03-04T19:47:31.0555603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/GridSampler.cpp' 2025-03-04T19:47:31.0555923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/GridSampler.h' 2025-03-04T19:47:31.0556283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/GridSamplerUtils.h' 2025-03-04T19:47:31.0556606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Histogram.cpp' 2025-03-04T19:47:31.0556924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Histogram.h' 2025-03-04T19:47:31.0557230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Im2Col.cpp' 2025-03-04T19:47:31.0557573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/IndexKernel.h' 2025-03-04T19:47:31.0557935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/IndexingUtils.cpp' 2025-03-04T19:47:31.0558294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/IndexingUtils.h' 2025-03-04T19:47:31.0558637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Integration.cpp' 2025-03-04T19:47:31.0558957Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Itertools.cpp' 2025-03-04T19:47:31.0559316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/LegacyBatching.cpp' 2025-03-04T19:47:31.0559616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Lerp.cpp' 2025-03-04T19:47:31.0559918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Lerp.h' 2025-03-04T19:47:31.0560227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Linear.cpp' 2025-03-04T19:47:31.0560599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/LinearAlgebra.cpp' 2025-03-04T19:47:31.0560951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/LinearAlgebra.h' 2025-03-04T19:47:31.0561309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/LinearAlgebraUtils.h' 2025-03-04T19:47:31.0561619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Loss.cpp' 2025-03-04T19:47:31.0561929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/LossCTC.cpp' 2025-03-04T19:47:31.0562250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/LossMulti.h' 2025-03-04T19:47:31.0562634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/LossMultiLabelMargin.cpp' 2025-03-04T19:47:31.0563001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/LossMultiMargin.cpp' 2025-03-04T19:47:31.0563313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/LossNLL.cpp' 2025-03-04T19:47:31.0563633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/LossNLL2d.cpp' 2025-03-04T19:47:31.0563935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Math.h' 2025-03-04T19:47:31.0564325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/MathBitFallThroughLists.h' 2025-03-04T19:47:31.0564686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/MathBitsFallback.h' 2025-03-04T19:47:31.0565016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/MaxPooling.cpp' 2025-03-04T19:47:31.0565347Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/MaxPooling.h' 2025-03-04T19:47:31.0565689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/MaxUnpooling.cpp' 2025-03-04T19:47:31.0566051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Memory.cpp' 2025-03-04T19:47:31.0566382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/MetaTensor.cpp' 2025-03-04T19:47:31.0566689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/NNPACK.cpp' 2025-03-04T19:47:31.0567129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp' 2025-03-04T19:47:31.0567556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp' 2025-03-04T19:47:31.0567968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/NaiveDilatedConvolution.cpp' 2025-03-04T19:47:31.0568301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/NamedTensor.cpp' 2025-03-04T19:47:31.0568688Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/NegateFallback.cpp' 2025-03-04T19:47:31.0569025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/NonEmptyUtils.h' 2025-03-04T19:47:31.0569399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/NonSymbolicBC.h' 2025-03-04T19:47:31.0569743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Normalization.cpp' 2025-03-04T19:47:31.0570077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Normalization.h' 2025-03-04T19:47:31.0570396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Onehot.cpp' 2025-03-04T19:47:31.0570742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/PackedSequence.cpp' 2025-03-04T19:47:31.0571057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/PadNd.cpp' 2025-03-04T19:47:31.0571361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Padding.h' 2025-03-04T19:47:31.0571744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/PixelShuffle.cpp' 2025-03-04T19:47:31.0572263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/PixelShuffle.h' 2025-03-04T19:47:31.0572620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/PointwiseOps.cpp' 2025-03-04T19:47:31.0572953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/PointwiseOps.h' 2025-03-04T19:47:31.0573243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Pool.h' 2025-03-04T19:47:31.0573569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Pooling.cpp' 2025-03-04T19:47:31.0573864Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Pow.cpp' 2025-03-04T19:47:31.0574163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Pow.h' 2025-03-04T19:47:31.0574521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/QuantizedLinear.cpp' 2025-03-04T19:47:31.0574838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/README.md' 2025-03-04T19:47:31.0575129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/RNN.cpp' 2025-03-04T19:47:31.0575427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/RNN.h' 2025-03-04T19:47:31.0575777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/RangeFactories.cpp' 2025-03-04T19:47:31.0576117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/RangeFactories.h' 2025-03-04T19:47:31.0576441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/RangeUtils.h' 2025-03-04T19:47:31.0576783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ReduceAllOps.cpp' 2025-03-04T19:47:31.0577202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ReduceAllOps.h' 2025-03-04T19:47:31.0577525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ReduceOps.cpp' 2025-03-04T19:47:31.0577847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ReduceOps.h' 2025-03-04T19:47:31.0578191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ReduceOpsUtils.h' 2025-03-04T19:47:31.0578538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ReductionType.h' 2025-03-04T19:47:31.0578882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ReflectionPad.cpp' 2025-03-04T19:47:31.0579195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Repeat.cpp' 2025-03-04T19:47:31.0579983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Repeat.h' 2025-03-04T19:47:31.0580781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ReplicationPadding.cpp' 2025-03-04T19:47:31.0581696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp' 2025-03-04T19:47:31.0582420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Resize.h' 2025-03-04T19:47:31.0583166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ResizeCommon.h' 2025-03-04T19:47:31.0583948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/RowwisePrune.cpp' 2025-03-04T19:47:31.0584712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Scalar.cpp' 2025-03-04T19:47:31.0585513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ScatterGatherChecks.h' 2025-03-04T19:47:31.0586342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/SegmentReduce.cpp' 2025-03-04T19:47:31.0587135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/SegmentReduce.h' 2025-03-04T19:47:31.0587975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/SharedReduceOps.h' 2025-03-04T19:47:31.0588783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/SobolEngineOps.cpp' 2025-03-04T19:47:31.0589671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/SobolEngineOpsUtils.cpp' 2025-03-04T19:47:31.0590535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/SobolEngineOpsUtils.h' 2025-03-04T19:47:31.0591327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/SoftMax.cpp' 2025-03-04T19:47:31.0592063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Sorting.cpp' 2025-03-04T19:47:31.0592796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Sorting.h' 2025-03-04T19:47:31.0593547Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/SortingUtils.h' 2025-03-04T19:47:31.0594366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/SparseTensorUtils.cpp' 2025-03-04T19:47:31.0595590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/SparseTensorUtils.h' 2025-03-04T19:47:31.0596625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/SpectralOps.cpp' 2025-03-04T19:47:31.0597490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/SpectralOpsUtils.h' 2025-03-04T19:47:31.0598427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/StridedRandomAccessor.h' 2025-03-04T19:47:31.0599255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/SummaryOps.cpp' 2025-03-04T19:47:31.0600109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp' 2025-03-04T19:47:31.0601051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.h' 2025-03-04T19:47:31.0601965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexingUtils.h' 2025-03-04T19:47:31.0602841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorCompare.cpp' 2025-03-04T19:47:31.0603646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorCompare.h' 2025-03-04T19:47:31.0604466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorConversions.cpp' 2025-03-04T19:47:31.0605304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorConversions.h' 2025-03-04T19:47:31.0606111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorDimApply.h' 2025-03-04T19:47:31.0606942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorFactories.cpp' 2025-03-04T19:47:31.0607819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorFactories.h' 2025-03-04T19:47:31.0608749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorIterator.h' 2025-03-04T19:47:31.0609801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorIteratorDynamicCasting.h' 2025-03-04T19:47:31.0610811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorIteratorReduce.cpp' 2025-03-04T19:47:31.0611672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorProperties.cpp' 2025-03-04T19:47:31.0612480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorProperties.h' 2025-03-04T19:47:31.0613281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorShape.cpp' 2025-03-04T19:47:31.0614060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorShape.h' 2025-03-04T19:47:31.0614927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorTransformations.cpp' 2025-03-04T19:47:31.0615817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TensorTransformations.h' 2025-03-04T19:47:31.0616622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TestOps.cpp' 2025-03-04T19:47:31.0617367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TopKImpl.h' 2025-03-04T19:47:31.0618111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TransposeType.h' 2025-03-04T19:47:31.0618904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TriangularOps.cpp' 2025-03-04T19:47:31.0619725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TriangularOpsUtils.h' 2025-03-04T19:47:31.0620554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TypeProperties.cpp' 2025-03-04T19:47:31.0621422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/TypeProperties.h' 2025-03-04T19:47:31.0622375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/UnaryOps.cpp' 2025-03-04T19:47:31.0623180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/UnaryOps.h' 2025-03-04T19:47:31.0623923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Unfold2d.cpp' 2025-03-04T19:47:31.0624659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Unfold2d.h' 2025-03-04T19:47:31.0625398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Unfold3d.cpp' 2025-03-04T19:47:31.0626140Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Unfold3d.h' 2025-03-04T19:47:31.0626961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/UnfoldBackward.cpp' 2025-03-04T19:47:31.0627772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/UnfoldBackward.h' 2025-03-04T19:47:31.0628527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/Unique.cpp' 2025-03-04T19:47:31.0629265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/UpSample.cpp' 2025-03-04T19:47:31.0630011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/UpSample.h' 2025-03-04T19:47:31.0630806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/UpSampleBicubic2d.cpp' 2025-03-04T19:47:31.0631670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/UpSampleBilinear2d.cpp' 2025-03-04T19:47:31.0632525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/UpSampleLinear1d.cpp' 2025-03-04T19:47:31.0633391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/UpSampleNearest1d.cpp' 2025-03-04T19:47:31.0634266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/UpSampleNearest2d.cpp' 2025-03-04T19:47:31.0635126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/UpSampleNearest3d.cpp' 2025-03-04T19:47:31.0635996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/UpSampleTrilinear3d.cpp' 2025-03-04T19:47:31.0636875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/VariableMethodStubs.cpp' 2025-03-04T19:47:31.0637702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/WeightNorm.cpp' 2025-03-04T19:47:31.0638488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ao_sparse/README' 2025-03-04T19:47:31.0639290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ao_sparse/library.cpp' 2025-03-04T19:47:31.0640956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp' 2025-03-04T19:47:31.0641979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.h' 2025-03-04T19:47:31.0642984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ao_sparse/quantized/cpu/packed_params.h' 2025-03-04T19:47:31.0643970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp' 2025-03-04T19:47:31.0644988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp' 2025-03-04T19:47:31.0646034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp' 2025-03-04T19:47:31.0647052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp' 2025-03-04T19:47:31.0648089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp' 2025-03-04T19:47:31.0649120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp' 2025-03-04T19:47:31.0650124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ao_sparse/quantized/cpu/qnnpack_utils.h' 2025-03-04T19:47:31.0651089Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ao_sparse/quantized/cpu' 2025-03-04T19:47:31.0652005Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ao_sparse/quantized' 2025-03-04T19:47:31.0652855Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ao_sparse' 2025-03-04T19:47:31.0653613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/batch_norm.h' 2025-03-04T19:47:31.0654430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/Activation.cpp' 2025-03-04T19:47:31.0655300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp' 2025-03-04T19:47:31.0656230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp' 2025-03-04T19:47:31.0657159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp' 2025-03-04T19:47:31.0658038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/AtomicAddFloat.h' 2025-03-04T19:47:31.0658864Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/AvgPoolKernel.cpp' 2025-03-04T19:47:31.0659753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp' 2025-03-04T19:47:31.0660596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BlasKernel.cpp' 2025-03-04T19:47:31.0661430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/CatKernel.cpp' 2025-03-04T19:47:31.0662305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/CatKernel.h' 2025-03-04T19:47:31.0663166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp' 2025-03-04T19:47:31.0664073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/ChannelShuffleKernel.h' 2025-03-04T19:47:31.0664928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/ComplexKernel.cpp' 2025-03-04T19:47:31.0665752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/CopyKernel.cpp' 2025-03-04T19:47:31.0666556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/CopyKernel.h' 2025-03-04T19:47:31.0667392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/CrossKernel.cpp' 2025-03-04T19:47:31.0668266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp' 2025-03-04T19:47:31.0669163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DepthwiseConvKernel.h' 2025-03-04T19:47:31.0670043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp' 2025-03-04T19:47:31.0670922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistributionKernels.cpp' 2025-03-04T19:47:31.0672009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistributionTemplates.h' 2025-03-04T19:47:31.0672875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/FillKernel.cpp' 2025-03-04T19:47:31.0673745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp' 2025-03-04T19:47:31.0674721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp' 2025-03-04T19:47:31.0675682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/FusedAdagradKernel.cpp' 2025-03-04T19:47:31.0676569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/FusedAdamKernel.cpp' 2025-03-04T19:47:31.0737538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/FusedSGDKernel.cpp' 2025-03-04T19:47:31.0738427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/Gelu.h' 2025-03-04T19:47:31.0739226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/GridSamplerKernel.cpp' 2025-03-04T19:47:31.0740115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/GridSamplerKernel.h' 2025-03-04T19:47:31.0741126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/HistogramKernel.cpp' 2025-03-04T19:47:31.0742072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/IndexKernel.cpp' 2025-03-04T19:47:31.0742902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/IndexKernelUtils.h' 2025-03-04T19:47:31.0743718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/Intrinsics.h' 2025-03-04T19:47:31.0744514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/IsContiguous.h' 2025-03-04T19:47:31.0745304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/LerpKernel.cpp' 2025-03-04T19:47:31.0746153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp' 2025-03-04T19:47:31.0747049Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/LogAddExp.h' 2025-03-04T19:47:31.0747850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/Loops.h' 2025-03-04T19:47:31.0748634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/MaxPoolKernel.cpp' 2025-03-04T19:47:31.0749450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/MaxPooling.cpp' 2025-03-04T19:47:31.0750283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp' 2025-03-04T19:47:31.0751125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/MaxUnpoolKernel.h' 2025-03-04T19:47:31.0751978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/MultinomialKernel.cpp' 2025-03-04T19:47:31.0752904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp' 2025-03-04T19:47:31.0753815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/PaddingKernel.cpp' 2025-03-04T19:47:31.0754716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp' 2025-03-04T19:47:31.0755593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/PixelShuffleKernel.h' 2025-03-04T19:47:31.0756461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp' 2025-03-04T19:47:31.0757298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/PowKernel.cpp' 2025-03-04T19:47:31.0758177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/README.md' 2025-03-04T19:47:31.0759007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp' 2025-03-04T19:47:31.0759831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/Reduce.h' 2025-03-04T19:47:31.0760642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp' 2025-03-04T19:47:31.0761519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp' 2025-03-04T19:47:31.0762334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/ReduceUtils.h' 2025-03-04T19:47:31.0763301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.cpp' 2025-03-04T19:47:31.0764438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h' 2025-03-04T19:47:31.0765406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/RenormKernel.cpp' 2025-03-04T19:47:31.0766271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp' 2025-03-04T19:47:31.0767191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/SampledAddmmKernel.h' 2025-03-04T19:47:31.0768079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp' 2025-03-04T19:47:31.0768936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/SerialStackImpl.h' 2025-03-04T19:47:31.0769769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/SoftMaxKernel.cpp' 2025-03-04T19:47:31.0770591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/SoftmaxKernel.h' 2025-03-04T19:47:31.0771413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/SortingKernel.cpp' 2025-03-04T19:47:31.0772432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/SparseFactories.cpp' 2025-03-04T19:47:31.0773348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp' 2025-03-04T19:47:31.0774211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/SpmmReduceKernel.h' 2025-03-04T19:47:31.0775077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/StackKernel.cpp' 2025-03-04T19:47:31.0775884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/StackKernel.h' 2025-03-04T19:47:31.0776683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/SumKernel.cpp' 2025-03-04T19:47:31.0777536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/TensorCompareKernel.cpp' 2025-03-04T19:47:31.0778417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp' 2025-03-04T19:47:31.0779238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/Unfold2d.cpp' 2025-03-04T19:47:31.0780081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp' 2025-03-04T19:47:31.0781001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/UpSampleKernel.cpp' 2025-03-04T19:47:31.0781990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2025-03-04T19:47:31.0782920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp' 2025-03-04T19:47:31.0783803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/WeightNormKernel.cpp' 2025-03-04T19:47:31.0784666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/WeightNormKernel.h' 2025-03-04T19:47:31.0785480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/airy_ai.cpp' 2025-03-04T19:47:31.0786255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/avx_mathfun.h' 2025-03-04T19:47:31.0787086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/batch_norm_kernel.cpp' 2025-03-04T19:47:31.0787949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/group_norm_kernel.cpp' 2025-03-04T19:47:31.0788792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/int4mm_kernel.cpp' 2025-03-04T19:47:31.0789614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/int8mm_kernel.cpp' 2025-03-04T19:47:31.0790429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/int_mm_kernel.h' 2025-03-04T19:47:31.0791251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/layer_norm_kernel.cpp' 2025-03-04T19:47:31.0792090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/mixed_data_type.h' 2025-03-04T19:47:31.0792949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/moments_utils.h' 2025-03-04T19:47:31.0793828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp' 2025-03-04T19:47:31.0794763Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp' 2025-03-04T19:47:31.0795673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp' 2025-03-04T19:47:31.0796478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/utils.h' 2025-03-04T19:47:31.0797195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/zmath.h' 2025-03-04T19:47:31.0797933Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu' 2025-03-04T19:47:31.0798721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/AbsKernel.cu' 2025-03-04T19:47:31.0799526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Activation.cpp' 2025-03-04T19:47:31.0800353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Activation.h' 2025-03-04T19:47:31.0801194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ActivationEluKernel.cu' 2025-03-04T19:47:31.0802086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ActivationGeluKernel.cu' 2025-03-04T19:47:31.0802978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ActivationGluKernel.cu' 2025-03-04T19:47:31.0803918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ActivationHardshrinkKernel.cu' 2025-03-04T19:47:31.0804905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ActivationHardsigmoidKernel.cu' 2025-03-04T19:47:31.0805891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ActivationHardswishKernel.cu' 2025-03-04T19:47:31.0806883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ActivationHardtanhKernel.cu' 2025-03-04T19:47:31.0807847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ActivationLeakyReluKernel.cu' 2025-03-04T19:47:31.0808809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ActivationLogSigmoidKernel.cu' 2025-03-04T19:47:31.0809751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ActivationMishKernel.cu' 2025-03-04T19:47:31.0810664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ActivationPreluKernel.cu' 2025-03-04T19:47:31.0811575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ActivationSiluKernel.cu' 2025-03-04T19:47:31.0812512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ActivationSoftplusKernel.cu' 2025-03-04T19:47:31.0813484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ActivationSoftshrinkKernel.cu' 2025-03-04T19:47:31.0814458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ActivationThresholdKernel.cu' 2025-03-04T19:47:31.0815407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/AdaptiveAveragePooling.cu' 2025-03-04T19:47:31.0816361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/AdaptiveAveragePooling3d.cu' 2025-03-04T19:47:31.0817294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/AdaptiveMaxPooling2d.cu' 2025-03-04T19:47:31.0818200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/AdaptiveMaxPooling3d.cu' 2025-03-04T19:47:31.0819056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/AmpKernels.cu' 2025-03-04T19:47:31.0819903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/AveragePool2d.cu' 2025-03-04T19:47:31.0820736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/AveragePool3d.cu' 2025-03-04T19:47:31.0821684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/BinaryBitwiseOpsKernels.cu' 2025-03-04T19:47:31.0822613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/BinaryDivFloorKernel.cu' 2025-03-04T19:47:31.0823517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/BinaryDivTrueKernel.cu' 2025-03-04T19:47:31.0824420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/BinaryDivTruncKernel.cu' 2025-03-04T19:47:31.0825374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/BinaryGeometricKernels.cu' 2025-03-04T19:47:31.0826264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/BinaryInternal.h' 2025-03-04T19:47:31.0827251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/BinaryLogicalOpsKernels.cu' 2025-03-04T19:47:31.0828224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/BinaryMiscBackwardOpsKernels.cu' 2025-03-04T19:47:31.0829182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/BinaryMiscOpsKernels.cu' 2025-03-04T19:47:31.0830060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/BinaryMulKernel.cu' 2025-03-04T19:47:31.0830955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/BinaryRemainderKernel.cu' 2025-03-04T19:47:31.0831868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/BinaryShiftOpsKernels.cu' 2025-03-04T19:47:31.0832702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Blas.cpp' 2025-03-04T19:47:31.0833516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Bucketization.cu' 2025-03-04T19:47:31.0834337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/CUDAJitLoops.cuh' 2025-03-04T19:47:31.0835148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/CUDALoops.cuh' 2025-03-04T19:47:31.0835948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/CUDAScalar.cu' 2025-03-04T19:47:31.0836729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Col2Im.cu' 2025-03-04T19:47:31.0837536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/CompareEQKernel.cu' 2025-03-04T19:47:31.0838386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/CompareKernels.cu' 2025-03-04T19:47:31.0839219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ComplexKernel.cu' 2025-03-04T19:47:31.0840104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/CompositeRandomAccessor.h' 2025-03-04T19:47:31.0840995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ConvolutionMM2d.cu' 2025-03-04T19:47:31.0841785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Copy.cu' 2025-03-04T19:47:31.0842515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Copy.h' 2025-03-04T19:47:31.0843302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/CopysignKernel.cu' 2025-03-04T19:47:31.0844130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/CrossKernel.cu' 2025-03-04T19:47:31.0844944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/CuFFTPlanCache.h' 2025-03-04T19:47:31.0845794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/CuFFTUtils.h' 2025-03-04T19:47:31.0846622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/CumminmaxKernel.cu' 2025-03-04T19:47:31.0847462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/CumprodKernel.cu' 2025-03-04T19:47:31.0848286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/CumsumKernel.cu' 2025-03-04T19:47:31.0849122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/DepthwiseConv2d.cu' 2025-03-04T19:47:31.0849973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/DepthwiseConv3d.cu' 2025-03-04T19:47:31.0850805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/DeviceSqrt.cuh' 2025-03-04T19:47:31.0851670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/DilatedMaxPool2d.cu' 2025-03-04T19:47:31.0852559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/DilatedMaxPool3d.cu' 2025-03-04T19:47:31.0853405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/DistanceKernel.cu' 2025-03-04T19:47:31.0854288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/DistributionBernoulli.cu' 2025-03-04T19:47:31.0855221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/DistributionCauchyKernel.cu' 2025-03-04T19:47:31.0856199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/DistributionExponentialKernel.cu' 2025-03-04T19:47:31.0857199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/DistributionGeometricKernel.cu' 2025-03-04T19:47:31.0858258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/DistributionLogNormalKernel.cu' 2025-03-04T19:47:31.0859247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/DistributionNormal.cu' 2025-03-04T19:47:31.0860172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/DistributionRandomKernel.cu' 2025-03-04T19:47:31.0861100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/DistributionTemplates.h' 2025-03-04T19:47:31.0862060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/DistributionUniform.cu' 2025-03-04T19:47:31.0862924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Distributions.cpp' 2025-03-04T19:47:31.0863759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Distributions.cu' 2025-03-04T19:47:31.0864588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Distributions.h' 2025-03-04T19:47:31.0865384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Dropout.cu' 2025-03-04T19:47:31.0866169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Embedding.cu' 2025-03-04T19:47:31.0867036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cu' 2025-03-04T19:47:31.0867983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2025-03-04T19:47:31.0868859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/EmbeddingBag.cu' 2025-03-04T19:47:31.0869643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Equal.cpp' 2025-03-04T19:47:31.0870410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/FillKernel.cu' 2025-03-04T19:47:31.0871293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/FlattenIndicesKernel.cu' 2025-03-04T19:47:31.0872424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ForeachBinaryOpList.cu' 2025-03-04T19:47:31.0873339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ForeachBinaryOpScalar.cu' 2025-03-04T19:47:31.0874277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ForeachBinaryOpScalarList.cu' 2025-03-04T19:47:31.0875258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ForeachBinaryOpScalarTensor.cu' 2025-03-04T19:47:31.0876194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ForeachFunctors.cuh' 2025-03-04T19:47:31.0877089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2025-03-04T19:47:31.0878064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ForeachPointwiseOp.cu' 2025-03-04T19:47:31.0878939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ForeachReduceOp.cu' 2025-03-04T19:47:31.0879832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ForeachTernaryOp.cu' 2025-03-04T19:47:31.0880680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ForeachUnaryOp.cu' 2025-03-04T19:47:31.0881553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/FractionalMaxPool2d.cu' 2025-03-04T19:47:31.0882447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/FractionalMaxPool3d.cu' 2025-03-04T19:47:31.0883398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/FunctionOfAMatrixUtilsKernel.cu' 2025-03-04T19:47:31.0884327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/FusedAdamKernel.cu' 2025-03-04T19:47:31.0885223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/FusedAdamWKernel.cu' 2025-03-04T19:47:31.0886085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/FusedSgdKernel.cu' 2025-03-04T19:47:31.0886910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/GcdLcmKernel.cu' 2025-03-04T19:47:31.0887722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/GridSampler.cpp' 2025-03-04T19:47:31.0888535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/GridSampler.cu' 2025-03-04T19:47:31.0889346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/GridSampler.cuh' 2025-03-04T19:47:31.0890160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/GridSampler.h' 2025-03-04T19:47:31.0890965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/IGammaKernel.cu' 2025-03-04T19:47:31.0891748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Im2Col.cu' 2025-03-04T19:47:31.0892526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/IndexKernel.cpp' 2025-03-04T19:47:31.0893343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/IndexKernel.cu' 2025-03-04T19:47:31.0894157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/IndexKernel.h' 2025-03-04T19:47:31.0894948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Indexing.cu' 2025-03-04T19:47:31.0895744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/JitLoops.cuh' 2025-03-04T19:47:31.0896548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/KernelUtils.cuh' 2025-03-04T19:47:31.0897353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/LaunchUtils.h' 2025-03-04T19:47:31.0898249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/LegacyThrustHelpers.cu' 2025-03-04T19:47:31.0899076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Lerp.cu' 2025-03-04T19:47:31.0899867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/LinearAlgebra.cu' 2025-03-04T19:47:31.0900741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/LinearAlgebraStubs.cpp' 2025-03-04T19:47:31.0901682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/LogAddExpKernel.cu' 2025-03-04T19:47:31.0902561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/LogcumsumexpKernel.cu' 2025-03-04T19:47:31.0903382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Loops.cuh' 2025-03-04T19:47:31.0904171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Loss.cu' 2025-03-04T19:47:31.0904955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/LossCTC.cu' 2025-03-04T19:47:31.0905720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Math.cuh' 2025-03-04T19:47:31.0906573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/MaxMinElementwiseKernel.cu' 2025-03-04T19:47:31.0907467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/MaxUnpooling.cu' 2025-03-04T19:47:31.0908285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/MemoryAccess.cuh' 2025-03-04T19:47:31.0909093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/MiscUtils.h' 2025-03-04T19:47:31.0909935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/MixedDtypesLinear.cu' 2025-03-04T19:47:31.0910889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/MultiLabelMarginCriterion.cu' 2025-03-04T19:47:31.0911805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/MultiMarginLoss.cu' 2025-03-04T19:47:31.0912673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/MultiTensorApply.cuh' 2025-03-04T19:47:31.0913552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/MultinomialKernel.cu' 2025-03-04T19:47:31.0914378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/NLLLoss2d.cu' 2025-03-04T19:47:31.0915276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/NaiveConvolutionTranspose2d.cu' 2025-03-04T19:47:31.0916270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/NaiveConvolutionTranspose3d.cu' 2025-03-04T19:47:31.0917250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/NaiveDilatedConvolution.cu' 2025-03-04T19:47:31.0918119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Nonzero.cu' 2025-03-04T19:47:31.0918924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Normalization.cu' 2025-03-04T19:47:31.0919767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Normalization.cuh' 2025-03-04T19:47:31.0920626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/PersistentSoftmax.cuh' 2025-03-04T19:47:31.0921515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/PointwiseOpsKernel.cu' 2025-03-04T19:47:31.0922332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Pow.cuh' 2025-03-04T19:47:31.0923101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/PowKernel.cu' 2025-03-04T19:47:31.0923888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/RNN.cu' 2025-03-04T19:47:31.0924646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Randperm.cu' 2025-03-04T19:47:31.0925419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Randperm.cuh' 2025-03-04T19:47:31.0926239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/RangeFactories.cu' 2025-03-04T19:47:31.0927074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/RecordStream.cu' 2025-03-04T19:47:31.0927861Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Reduce.cu' 2025-03-04T19:47:31.0928629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Reduce.cuh' 2025-03-04T19:47:31.0929508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ReduceAMinMaxKernel.cu' 2025-03-04T19:47:31.0930408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ReduceArgMaxKernel.cu' 2025-03-04T19:47:31.0931310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ReduceArgMinKernel.cu' 2025-03-04T19:47:31.0932195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ReduceLogicKernel.cu' 2025-03-04T19:47:31.0933100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ReduceMaxValuesKernel.cu' 2025-03-04T19:47:31.0934026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ReduceMinValuesKernel.cu' 2025-03-04T19:47:31.0934928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ReduceMomentKernel.cu' 2025-03-04T19:47:31.0935806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ReduceNormKernel.cu' 2025-03-04T19:47:31.0936647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ReduceOps.cpp' 2025-03-04T19:47:31.0937458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ReduceOps.h' 2025-03-04T19:47:31.0938305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ReduceSumProdKernel.cu' 2025-03-04T19:47:31.0939173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ReflectionPad.cu' 2025-03-04T19:47:31.0939995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/RenormKernel.cu' 2025-03-04T19:47:31.0940780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Repeat.cu' 2025-03-04T19:47:31.0941684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ReplicationPadding.cu' 2025-03-04T19:47:31.0942519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Resize.cpp' 2025-03-04T19:47:31.0943289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Resize.h' 2025-03-04T19:47:31.0944102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/RowwiseScaledMM.cu' 2025-03-04T19:47:31.0944966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/RowwiseScaledMM.h' 2025-03-04T19:47:31.0945818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/RreluWithNoise.cu' 2025-03-04T19:47:31.0946651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ScanKernels.cpp' 2025-03-04T19:47:31.0947463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ScanKernels.h' 2025-03-04T19:47:31.0948255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ScanUtils.cuh' 2025-03-04T19:47:31.0949149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ScatterGatherKernel.cu' 2025-03-04T19:47:31.0950024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/SegmentReduce.cu' 2025-03-04T19:47:31.0950817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Shape.cu' 2025-03-04T19:47:31.0951580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/SoftMax.cu' 2025-03-04T19:47:31.0952342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Sort.cpp' 2025-03-04T19:47:31.0953076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Sort.cu' 2025-03-04T19:47:31.0953810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Sort.h' 2025-03-04T19:47:31.0954569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/SortImpl.cu' 2025-03-04T19:47:31.0955388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/SortStable.cu' 2025-03-04T19:47:31.0956218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/SortStable.h' 2025-03-04T19:47:31.0957017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/SortUtils.cuh' 2025-03-04T19:47:31.0957807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Sorting.cpp' 2025-03-04T19:47:31.0958574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Sorting.cu' 2025-03-04T19:47:31.0959339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Sorting.h' 2025-03-04T19:47:31.0960167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/SortingCommon.cuh' 2025-03-04T19:47:31.0961094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/SortingRadixSelect.cuh' 2025-03-04T19:47:31.0962078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/SparseBinaryOpIntersectionKernel.cu' 2025-03-04T19:47:31.0963033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/SparseMM.cu' 2025-03-04T19:47:31.0963831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/SpectralOps.cpp' 2025-03-04T19:47:31.0964650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/SpectralOps.cu' 2025-03-04T19:47:31.0965455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/StepKernel.cu' 2025-03-04T19:47:31.0966252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/SummaryOps.cu' 2025-03-04T19:47:31.0967076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/TensorCompare.cpp' 2025-03-04T19:47:31.0967926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/TensorCompare.cu' 2025-03-04T19:47:31.0968776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/TensorFactories.cu' 2025-03-04T19:47:31.0969636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/TensorModeKernel.cpp' 2025-03-04T19:47:31.0970566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/TensorModeKernel.cu' 2025-03-04T19:47:31.0971439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/TensorModeKernel.cuh' 2025-03-04T19:47:31.0972463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/TensorModeKernel.h' 2025-03-04T19:47:31.0973307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/TensorShape.cu' 2025-03-04T19:47:31.0974153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/TensorShapeCUDA.cpp' 2025-03-04T19:47:31.0975060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/TensorTopK.cpp' 2025-03-04T19:47:31.0975863Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/TensorTopK.cu' 2025-03-04T19:47:31.0976667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/TensorTopK.h' 2025-03-04T19:47:31.0977528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/TensorTransformations.cu' 2025-03-04T19:47:31.0978412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/TriangularOps.cu' 2025-03-04T19:47:31.0979282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnaryComplexKernels.cu' 2025-03-04T19:47:31.0980189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnaryFractionKernels.cu' 2025-03-04T19:47:31.0981113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnaryGammaKernels.cu' 2025-03-04T19:47:31.0982114Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnaryGeometricAcosKernel.cu' 2025-03-04T19:47:31.0983114Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnaryGeometricAcoshKernel.cu' 2025-03-04T19:47:31.0984076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnaryGeometricAsinKernel.cu' 2025-03-04T19:47:31.0985041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnaryGeometricAsinhKernel.cu' 2025-03-04T19:47:31.0986002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnaryGeometricAtanKernel.cu' 2025-03-04T19:47:31.0986967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnaryGeometricAtanhKernel.cu' 2025-03-04T19:47:31.0987913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnaryGeometricCosKernel.cu' 2025-03-04T19:47:31.0988897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnaryGeometricCoshKernel.cu' 2025-03-04T19:47:31.0989851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnaryGeometricSinKernel.cu' 2025-03-04T19:47:31.0990810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnaryGeometricSinhKernel.cu' 2025-03-04T19:47:31.0991761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnaryGeometricTanKernel.cu' 2025-03-04T19:47:31.0992712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnaryGeometricTanhKernel.cu' 2025-03-04T19:47:31.0993613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnaryLogKernels.cu' 2025-03-04T19:47:31.0994453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnaryOpsKernel.cu' 2025-03-04T19:47:31.0995317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnarySignKernels.cu' 2025-03-04T19:47:31.0996219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnarySpecialOpsKernel.cu' 2025-03-04T19:47:31.0997134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UnfoldBackwardKernel.cu' 2025-03-04T19:47:31.0997965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/Unique.cu' 2025-03-04T19:47:31.0998742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UniqueCub.cu' 2025-03-04T19:47:31.0999538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UniqueCub.cuh' 2025-03-04T19:47:31.1000327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UpSample.cuh' 2025-03-04T19:47:31.1001232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UpSampleBicubic2d.cu' 2025-03-04T19:47:31.1002146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UpSampleBilinear2d.cu' 2025-03-04T19:47:31.1003023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UpSampleLinear1d.cu' 2025-03-04T19:47:31.1003896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UpSampleNearest1d.cu' 2025-03-04T19:47:31.1004766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UpSampleNearest2d.cu' 2025-03-04T19:47:31.1005625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UpSampleNearest3d.cu' 2025-03-04T19:47:31.1006514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/UpSampleTrilinear3d.cu' 2025-03-04T19:47:31.1007510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ValidateCompressedIndicesKernel.cu' 2025-03-04T19:47:31.1008438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/WeightNorm.cu' 2025-03-04T19:47:31.1009266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/ZetaKernel.cu' 2025-03-04T19:47:31.1010050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/airy_ai.cu' 2025-03-04T19:47:31.1010830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/bessel_j0.cu' 2025-03-04T19:47:31.1011604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/bessel_j1.cu' 2025-03-04T19:47:31.1012390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/bessel_y0.cu' 2025-03-04T19:47:31.1013182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/bessel_y1.cu' 2025-03-04T19:47:31.1013983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/block_reduce.cuh' 2025-03-04T19:47:31.1014887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/chebyshev_polynomial_t.cu' 2025-03-04T19:47:31.1015811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/chebyshev_polynomial_u.cu' 2025-03-04T19:47:31.1016726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/chebyshev_polynomial_v.cu' 2025-03-04T19:47:31.1017629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/chebyshev_polynomial_w.cu' 2025-03-04T19:47:31.1018557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/README.md' 2025-03-04T19:47:31.1019505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/arch/mma.h' 2025-03-04T19:47:31.1020468Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/arch' 2025-03-04T19:47:31.1021649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/epilogue/thread/ft_fused_activations.h' 2025-03-04T19:47:31.1022809Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/epilogue/thread' 2025-03-04T19:47:31.1023863Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/epilogue' 2025-03-04T19:47:31.1024876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/epilogue_helpers.h' 2025-03-04T19:47:31.1025892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/ft_gemm_configs.h' 2025-03-04T19:47:31.1026996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/kernel/default_fpA_intB_traits.h' 2025-03-04T19:47:31.1028203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/kernel/fpA_intB_gemm.h' 2025-03-04T19:47:31.1029338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/kernel/mixed_gemm_B_layout.h' 2025-03-04T19:47:31.1030438Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/kernel' 2025-03-04T19:47:31.1031541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_dq_mma.h' 2025-03-04T19:47:31.1032750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_dq_mma_multistage.h' 2025-03-04T19:47:31.1034003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_dq_mma_pipelined.h' 2025-03-04T19:47:31.1035228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_mma.h' 2025-03-04T19:47:31.1036408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_mma_bf16.h' 2025-03-04T19:47:31.1037561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/dq_mma_base.h' 2025-03-04T19:47:31.1038720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/dq_mma_multistage.h' 2025-03-04T19:47:31.1039903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/dq_mma_pipelined.h' 2025-03-04T19:47:31.1041045Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock' 2025-03-04T19:47:31.1042167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/warp/default_mma_tensor_op.h' 2025-03-04T19:47:31.1043389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/warp/mma_tensorop_compute_B_with_f16.h' 2025-03-04T19:47:31.1044609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/warp/mma_tensorop_dequantizer.h' 2025-03-04T19:47:31.1045718Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/warp' 2025-03-04T19:47:31.1046716Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm' 2025-03-04T19:47:31.1047778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/interleaved_numeric_conversion.h' 2025-03-04T19:47:31.1048905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/tile_interleaved_layout.h' 2025-03-04T19:47:31.1049923Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/cutlass_extensions' 2025-03-04T19:47:31.1050839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cu' 2025-03-04T19:47:31.1051762Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2025-03-04T19:47:31.1052652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/fused_adam_impl.cu' 2025-03-04T19:47:31.1053500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/fused_adam_impl.cuh' 2025-03-04T19:47:31.1054355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/fused_adam_utils.cuh' 2025-03-04T19:47:31.1055268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/fused_adamw_amsgrad_impl.cu' 2025-03-04T19:47:31.1056241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2025-03-04T19:47:31.1057137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/fused_adamw_impl.cu' 2025-03-04T19:47:31.1058014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/fused_adamw_impl.cuh' 2025-03-04T19:47:31.1058885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/group_norm_kernel.cu' 2025-03-04T19:47:31.1059773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/hermite_polynomial_h.cu' 2025-03-04T19:47:31.1060682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/hermite_polynomial_he.cu' 2025-03-04T19:47:31.1061714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/im2col.cuh' 2025-03-04T19:47:31.1062500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/int4mm.cu' 2025-03-04T19:47:31.1063305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/jit_utils.cpp' 2025-03-04T19:47:31.1064104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/jit_utils.h' 2025-03-04T19:47:31.1064959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/laguerre_polynomial_l.cu' 2025-03-04T19:47:31.1065852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/layer_norm_kernel.cu' 2025-03-04T19:47:31.1066747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/legendre_polynomial_p.cu' 2025-03-04T19:47:31.1067694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebra.cpp' 2025-03-04T19:47:31.1068692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.cpp' 2025-03-04T19:47:31.1069717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.h' 2025-03-04T19:47:31.1070736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLibBlas.cpp' 2025-03-04T19:47:31.1071701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/linalg/CUDASolver.cpp' 2025-03-04T19:47:31.1072733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/linalg/CUDASolver.h' 2025-03-04T19:47:31.1073647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/linalg/CudssHandlePool.cpp' 2025-03-04T19:47:31.1074635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/linalg/CusolverDnHandlePool.cpp' 2025-03-04T19:47:31.1075575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/linalg/MagmaUtils.h' 2025-03-04T19:47:31.1076409Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/linalg' 2025-03-04T19:47:31.1077258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/modified_bessel_i0.cu' 2025-03-04T19:47:31.1078138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/modified_bessel_i1.cu' 2025-03-04T19:47:31.1079013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/modified_bessel_k0.cu' 2025-03-04T19:47:31.1079892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/modified_bessel_k1.cu' 2025-03-04T19:47:31.1080778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/reduction_template.cuh' 2025-03-04T19:47:31.1081702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/scaled_modified_bessel_k0.cu' 2025-03-04T19:47:31.1082698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/scaled_modified_bessel_k1.cu' 2025-03-04T19:47:31.1083159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_t.cu' 2025-03-04T19:47:31.1083602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_u.cu' 2025-03-04T19:47:31.1084059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_v.cu' 2025-03-04T19:47:31.1084498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_w.cu' 2025-03-04T19:47:31.1084899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/spherical_bessel_j0.cu' 2025-03-04T19:47:31.1085301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/thread_constants.h' 2025-03-04T19:47:31.1085654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda/vol2col.cuh' 2025-03-04T19:47:31.1086012Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cuda' 2025-03-04T19:47:31.1086420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cudnn/AffineGridGenerator.cpp' 2025-03-04T19:47:31.1086783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cudnn/BatchNorm.cpp' 2025-03-04T19:47:31.1087125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cudnn/BatchNorm.h' 2025-03-04T19:47:31.1087526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cudnn/ConvPlaceholders.cpp' 2025-03-04T19:47:31.1087880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cudnn/ConvShared.cpp' 2025-03-04T19:47:31.1088235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cudnn/ConvShared.h' 2025-03-04T19:47:31.1088606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cudnn/Conv_v7.cpp' 2025-03-04T19:47:31.1088959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cudnn/Conv_v8.cpp' 2025-03-04T19:47:31.1089319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cudnn/GridSampler.cpp' 2025-03-04T19:47:31.1089658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cudnn/LossCTC.cpp' 2025-03-04T19:47:31.1089986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cudnn/MHA.cpp' 2025-03-04T19:47:31.1090296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cudnn/MHA.h' 2025-03-04T19:47:31.1090624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cudnn/RNN.cpp' 2025-03-04T19:47:31.1090963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cudnn/RNNUtils.h' 2025-03-04T19:47:31.1091305Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cudnn' 2025-03-04T19:47:31.1091634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/group_norm.cpp' 2025-03-04T19:47:31.1091960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/group_norm.h' 2025-03-04T19:47:31.1092686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_128x16x64_16x16_4x1_8x16x1_8x16x1_1x16x1x8_2_Intrawave_v2.hip' 2025-03-04T19:47:31.1093423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_16x128x64_16x16_1x4_8x16x1_8x16x1_1x16x1x8_4_Intrawave_v2.hip' 2025-03-04T19:47:31.1094136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_16x32x64_16x16_1x1_16x8x1_16x8x1_1x16x1x8_4_Intrawave_v1.hip' 2025-03-04T19:47:31.1094879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_16x32x64_16x16_1x1_32x4x1_32x4x1_1x16x1x8_4_Intrawave_v1.hip' 2025-03-04T19:47:31.1095602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_16x32x64_16x16_1x1_8x16x1_8x16x1_1x16x1x8_4_Intrawave_v1.hip' 2025-03-04T19:47:31.1096312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_16x32x64_16x16_1x1_8x16x1_8x16x1_1x16x1x8_4_Intrawave_v2.hip' 2025-03-04T19:47:31.1097033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_16x64x64_16x16_1x2_8x16x1_8x16x1_1x16x1x8_4_Intrawave_v2.hip' 2025-03-04T19:47:31.1097771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_32x16x64_16x16_1x1_8x16x1_8x16x1_1x16x1x8_2_Intrawave_v1.hip' 2025-03-04T19:47:31.1098517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_32x16x64_16x16_1x1_8x16x1_8x16x1_1x16x1x8_2_Intrawave_v2.hip' 2025-03-04T19:47:31.1099227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_64x16x64_16x16_2x1_8x16x1_8x16x1_1x16x1x8_2_Intrawave_v2.hip' 2025-03-04T19:47:31.1099960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_128x128x64_32x32_2x2_8x32x1_8x32x1_1x16x1x16_4_Intrawave_v1.hip' 2025-03-04T19:47:31.1100682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_128x128x64_32x32_2x2_8x32x1_8x32x1_1x16x1x16_4_Intrawave_v3.hip' 2025-03-04T19:47:31.1101453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_128x128x64_32x32_2x2_8x32x1_8x32x1_1x16x1x16_4_Intrawave_v5.hip' 2025-03-04T19:47:31.1102244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_16x256x64_16x16_1x4_8x16x1_8x16x1_1x16x1x16_4_Intrawave_v2.hip' 2025-03-04T19:47:31.1102976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_224x256x64_16x16_7x8_8x32x1_8x32x1_1x16x1x16_4_Intrawave_v3.hip' 2025-03-04T19:47:31.1103693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_256x16x64_16x16_4x1_16x16x1_16x8x1_1x32x1x8_2_Intrawave_v2.hip' 2025-03-04T19:47:31.1104420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_256x16x64_16x16_4x1_32x8x1_32x4x1_1x32x1x8_2_Intrawave_v2.hip' 2025-03-04T19:47:31.1105139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_256x16x64_16x16_4x1_8x32x1_8x16x1_1x32x1x8_2_Intrawave_v2.hip' 2025-03-04T19:47:31.1105863Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_256x224x64_16x16_8x7_8x32x1_8x32x1_1x32x1x8_4_Intrawave_v3.hip' 2025-03-04T19:47:31.1106589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_256x256x32_32x32_4x4_16x16x1_16x16x1_1x16x1x16_4_Intrawave_v4.hip' 2025-03-04T19:47:31.1107326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_256x256x32_32x32_4x4_4x64x1_4x64x1_1x16x1x16_4_Intrawave_v3.hip' 2025-03-04T19:47:31.1108080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_256x256x32_32x32_4x4_4x64x1_4x64x1_1x16x1x16_4_Intrawave_v5.hip' 2025-03-04T19:47:31.1108811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_256x256x32_32x32_4x4_8x32x1_8x32x1_1x16x1x16_4_Intrawave_v4.hip' 2025-03-04T19:47:31.1109514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_64_16x16x64_16x16_1x1_8x8x1_8x8x1_1x16x1x4_4_Intrawave_v1.hip' 2025-03-04T19:47:31.1110223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_64_16x16x64_16x16_1x1_8x8x1_8x8x1_1x16x1x4_4_Intrawave_v2.hip' 2025-03-04T19:47:31.1110716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_collection.h' 2025-03-04T19:47:31.1111188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_template.h' 2025-03-04T19:47:31.1111600Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/bgemm_kernels' 2025-03-04T19:47:31.1111940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/ck_bgemm.h' 2025-03-04T19:47:31.1112319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/ck_bgemm_bfloat16.hip' 2025-03-04T19:47:31.1112651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/ck_gemm.h' 2025-03-04T19:47:31.1113027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/ck_gemm_bfloat16.hip' 2025-03-04T19:47:31.1113383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/ck_gemm_float.hip' 2025-03-04T19:47:31.1113750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/ck_gemm_half.hip' 2025-03-04T19:47:31.1114139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/ck_gemm_template.h' 2025-03-04T19:47:31.1114481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip/ck_types.h' 2025-03-04T19:47:31.1114799Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/hip' 2025-03-04T19:47:31.1115109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/im2col.h' 2025-03-04T19:47:31.1115459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/im2col_shape_check.h' 2025-03-04T19:47:31.1115849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/kleidiai/kai_kernels.cpp' 2025-03-04T19:47:31.1116215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/kleidiai/kai_kernels.h' 2025-03-04T19:47:31.1116572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/kleidiai/kai_pack.h' 2025-03-04T19:47:31.1117010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/kleidiai/kai_ukernel_interface.cpp' 2025-03-04T19:47:31.1117422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/kleidiai/kai_ukernel_interface.h' 2025-03-04T19:47:31.1117774Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/kleidiai' 2025-03-04T19:47:31.1118102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/layer_norm.cpp' 2025-03-04T19:47:31.1118427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/layer_norm.h' 2025-03-04T19:47:31.1118776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/MetalAten.mm' 2025-03-04T19:47:31.1119178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/MetalCommandBuffer.h' 2025-03-04T19:47:31.1119601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/MetalCommandBuffer.mm' 2025-03-04T19:47:31.1119960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/MetalContext.h' 2025-03-04T19:47:31.1120335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/MetalContext.mm' 2025-03-04T19:47:31.1120713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/MetalConvParams.h' 2025-03-04T19:47:31.1121107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/MetalConvParams.mm' 2025-03-04T19:47:31.1121455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/MetalDevice.h' 2025-03-04T19:47:31.1121843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/MetalGuardImpl.cpp' 2025-03-04T19:47:31.1122245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/MetalNeuronType.h' 2025-03-04T19:47:31.1122690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/MetalPrepackOpContext.h' 2025-03-04T19:47:31.1123115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/MetalPrepackOpRegister.cpp' 2025-03-04T19:47:31.1123482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/MetalShaders.h' 2025-03-04T19:47:31.1123854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/MetalTensorImpl.h' 2025-03-04T19:47:31.1124267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/MetalTensorImplStorage.h' 2025-03-04T19:47:31.1124698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/MetalTensorImplStorage.mm' 2025-03-04T19:47:31.1125075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/MetalTensorUtils.h' 2025-03-04T19:47:31.1125496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/MetalTensorUtils.mm' 2025-03-04T19:47:31.1125898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/MPSCNNClampOp.h' 2025-03-04T19:47:31.1126311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/MPSCNNClampOp.mm' 2025-03-04T19:47:31.1126699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/MPSCNNConvOp.h' 2025-03-04T19:47:31.1127107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/MPSCNNConvOp.mm' 2025-03-04T19:47:31.1127554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/MPSCNNFullyConnectedOp.h' 2025-03-04T19:47:31.1128009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/MPSCNNFullyConnectedOp.mm' 2025-03-04T19:47:31.1128424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/MPSCNNNeuronOp.h' 2025-03-04T19:47:31.1128833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/MPSCNNNeuronOp.mm' 2025-03-04T19:47:31.1129215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/MPSCNNOp.h' 2025-03-04T19:47:31.1129598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/MPSCNNUtils.h' 2025-03-04T19:47:31.1129998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/MPSCNNUtils.mm' 2025-03-04T19:47:31.1130407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/MPSImage+Tensor.h' 2025-03-04T19:47:31.1130834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/MPSImage+Tensor.mm' 2025-03-04T19:47:31.1131257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/MPSImageUtils.h' 2025-03-04T19:47:31.1131667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/MPSImageUtils.mm' 2025-03-04T19:47:31.1132075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/MPSImageWrapper.h' 2025-03-04T19:47:31.1132489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/MPSImageWrapper.mm' 2025-03-04T19:47:31.1132917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/tests/MPSCNNTests.h' 2025-03-04T19:47:31.1133339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/tests/MPSCNNTests.mm' 2025-03-04T19:47:31.1133806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/tests/MetalOpTestRunner.h' 2025-03-04T19:47:31.1134289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/tests/MetalOpTestRunner.mm' 2025-03-04T19:47:31.1134715Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn/tests' 2025-03-04T19:47:31.1135069Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/mpscnn' 2025-03-04T19:47:31.1135455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalAddmm.mm' 2025-03-04T19:47:31.1135897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalBinaryElementwise.mm' 2025-03-04T19:47:31.1136282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalChunk.mm' 2025-03-04T19:47:31.1136657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalClamp.mm' 2025-03-04T19:47:31.1137036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalConcat.mm' 2025-03-04T19:47:31.1137477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalConvolution.h' 2025-03-04T19:47:31.1137883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalConvolution.mm' 2025-03-04T19:47:31.1138260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalCopy.h' 2025-03-04T19:47:31.1138629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalCopy.mm' 2025-03-04T19:47:31.1139048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalHardshrink.mm' 2025-03-04T19:47:31.1139443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalHardswish.mm' 2025-03-04T19:47:31.1139850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalLeakyReLU.mm' 2025-03-04T19:47:31.1140237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalNeurons.mm' 2025-03-04T19:47:31.1140618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalPadding.mm' 2025-03-04T19:47:31.1141015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalPooling.mm' 2025-03-04T19:47:31.1141392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalReduce.mm' 2025-03-04T19:47:31.1141865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalReshape.mm' 2025-03-04T19:47:31.1142246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalSoftmax.mm' 2025-03-04T19:47:31.1142651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalTranspose.mm' 2025-03-04T19:47:31.1143126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops/MetalUpsamplingNearest.mm' 2025-03-04T19:47:31.1143489Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal/ops' 2025-03-04T19:47:31.1143817Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/metal' 2025-03-04T19:47:31.1144209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/miopen/BatchNorm_miopen.cpp' 2025-03-04T19:47:31.1144592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/miopen/Conv_miopen.cpp' 2025-03-04T19:47:31.1144953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/miopen/RNN_miopen.cpp' 2025-03-04T19:47:31.1145301Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/miopen' 2025-03-04T19:47:31.1145686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkl/LinearAlgebra.cpp' 2025-03-04T19:47:31.1146056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkl/LinearAlgebra.h' 2025-03-04T19:47:31.1146495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkl/MklAllocationHelper.cpp' 2025-03-04T19:47:31.1146881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkl/SparseBlasImpl.cpp' 2025-03-04T19:47:31.1147237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkl/SparseBlasImpl.h' 2025-03-04T19:47:31.1147669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp' 2025-03-04T19:47:31.1148069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.h' 2025-03-04T19:47:31.1148423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkl/SpectralOps.cpp' 2025-03-04T19:47:31.1148753Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkl' 2025-03-04T19:47:31.1149131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/BinaryOps.cpp' 2025-03-04T19:47:31.1149482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/Common.h' 2025-03-04T19:47:31.1149814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/Conv.cpp' 2025-03-04T19:47:31.1150146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/Conv.h' 2025-03-04T19:47:31.1150517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/ConvPrepack.cpp' 2025-03-04T19:47:31.1150885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/ConvPrepack.h' 2025-03-04T19:47:31.1151215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/Copy.cpp' 2025-03-04T19:47:31.1151549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/Gelu.cpp' 2025-03-04T19:47:31.1151961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp' 2025-03-04T19:47:31.1152303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/Linear.cpp' 2025-03-04T19:47:31.1152643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/Linear.h' 2025-03-04T19:47:31.1153016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp' 2025-03-04T19:47:31.1153391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/MKLDNNCommon.h' 2025-03-04T19:47:31.1153788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp' 2025-03-04T19:47:31.1154140Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/Matmul.cpp' 2025-03-04T19:47:31.1154496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/Matmul.h' 2025-03-04T19:47:31.1154892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp' 2025-03-04T19:47:31.1155276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/Normalization.cpp' 2025-03-04T19:47:31.1155632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/OpContext.cpp' 2025-03-04T19:47:31.1155990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/OpContext.h' 2025-03-04T19:47:31.1156337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/Pooling.cpp' 2025-03-04T19:47:31.1156683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/Prelu.cpp' 2025-03-04T19:47:31.1157096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/RNN.cpp' 2025-03-04T19:47:31.1157583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp' 2025-03-04T19:47:31.1157942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/Relu.cpp' 2025-03-04T19:47:31.1158285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/SoftMax.cpp' 2025-03-04T19:47:31.1158686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/TensorFactories.cpp' 2025-03-04T19:47:31.1159053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/TensorShape.cpp' 2025-03-04T19:47:31.1159420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/TensorShape.h' 2025-03-04T19:47:31.1159772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/UnaryOps.cpp' 2025-03-04T19:47:31.1160122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/Utils.cpp' 2025-03-04T19:47:31.1160482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/Utils.h' 2025-03-04T19:47:31.1160875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu/Attention.cpp' 2025-03-04T19:47:31.1161225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu/Blas.cpp' 2025-03-04T19:47:31.1161585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu/Conv.cpp' 2025-03-04T19:47:31.1162000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu/detail/Attention.cpp' 2025-03-04T19:47:31.1162373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu/detail/Attr.h' 2025-03-04T19:47:31.1162774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu/detail/Conv.cpp' 2025-03-04T19:47:31.1163172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu/detail/Deconv.cpp' 2025-03-04T19:47:31.1163578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu/detail/Matmul.cpp' 2025-03-04T19:47:31.1163964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu/detail/QConv.cpp' 2025-03-04T19:47:31.1164371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu/detail/QMatmul.cpp' 2025-03-04T19:47:31.1164758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu/detail/Utils.cpp' 2025-03-04T19:47:31.1165144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu/detail/Utils.h' 2025-03-04T19:47:31.1165528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu/detail/oneDNN.h' 2025-03-04T19:47:31.1166000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu/detail/oneDNNContext.cpp' 2025-03-04T19:47:31.1166438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu/detail/oneDNNContext.h' 2025-03-04T19:47:31.1166818Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu/detail' 2025-03-04T19:47:31.1167182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu/qconv.cpp' 2025-03-04T19:47:31.1167550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu/qlinear.cpp' 2025-03-04T19:47:31.1167912Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn/xpu' 2025-03-04T19:47:31.1168244Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mkldnn' 2025-03-04T19:47:31.1168588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/Copy.h' 2025-03-04T19:47:31.1168977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/MPSGraphSequoiaOps.h' 2025-03-04T19:47:31.1169393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/MPSGraphSonomaOps.h' 2025-03-04T19:47:31.1169774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/MPSGraphVenturaOps.h' 2025-03-04T19:47:31.1170153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/MetalShaderLibrary.h' 2025-03-04T19:47:31.1170521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/OperationUtils.h' 2025-03-04T19:47:31.1170884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/OperationUtils.mm' 2025-03-04T19:47:31.1171258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/TensorFactory.cpp' 2025-03-04T19:47:31.1171612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/TensorFactory.h' 2025-03-04T19:47:31.1172261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels/BinaryKernel.metal' 2025-03-04T19:47:31.1172684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels/Bucketization.metal' 2025-03-04T19:47:31.1173094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels/CrossKernel.metal' 2025-03-04T19:47:31.1173532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels/FusedOptimizerOps.metal' 2025-03-04T19:47:31.1173901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels/Gamma.metal' 2025-03-04T19:47:31.1174339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels/HistogramKernel.metal' 2025-03-04T19:47:31.1174714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels/Im2Col.metal' 2025-03-04T19:47:31.1175116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels/Indexing.metal' 2025-03-04T19:47:31.1175529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels/LinearAlgebra.metal' 2025-03-04T19:47:31.1175933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels/Quantized.metal' 2025-03-04T19:47:31.1176310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels/RMSNorm.metal' 2025-03-04T19:47:31.1176732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels/RenormKernel.metal' 2025-03-04T19:47:31.1177104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels/Repeat.metal' 2025-03-04T19:47:31.1177515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels/SpecialOps.metal' 2025-03-04T19:47:31.1177964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels/TriangularOps.metal' 2025-03-04T19:47:31.1178365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels/UnaryKernel.metal' 2025-03-04T19:47:31.1178797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels/UnfoldBackward.metal' 2025-03-04T19:47:31.1179184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels/UpSample.metal' 2025-03-04T19:47:31.1179547Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/kernels' 2025-03-04T19:47:31.1179941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Activation.mm' 2025-03-04T19:47:31.1180377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/AdaptivePooling.mm' 2025-03-04T19:47:31.1180807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Attention.mm' 2025-03-04T19:47:31.1181250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/BinaryKernel.h' 2025-03-04T19:47:31.1181731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/BinaryKernel.mm' 2025-03-04T19:47:31.1182123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/BinaryOps.mm' 2025-03-04T19:47:31.1182530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/BitwiseOps.mm' 2025-03-04T19:47:31.1182898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Blas.mm' 2025-03-04T19:47:31.1183326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Bucketization.mm' 2025-03-04T19:47:31.1183729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/ConstantOps.mm' 2025-03-04T19:47:31.1184172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Convolution.mm' 2025-03-04T19:47:31.1184543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Copy.mm' 2025-03-04T19:47:31.1184953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/CrossKernel.mm' 2025-03-04T19:47:31.1185367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Distributions.mm' 2025-03-04T19:47:31.1185753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Equal.cpp' 2025-03-04T19:47:31.1186115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Eye.mm' 2025-03-04T19:47:31.1186572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/FastFourierTransform.mm' 2025-03-04T19:47:31.1187067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/FusedAdamAmsgradKernelImpl.h' 2025-03-04T19:47:31.1187558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/FusedAdamAmsgradKernelImpl.mm' 2025-03-04T19:47:31.1187995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/FusedAdamKernel.mm' 2025-03-04T19:47:31.1188436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/FusedAdamKernelImpl.h' 2025-03-04T19:47:31.1188892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/FusedAdamKernelImpl.mm' 2025-03-04T19:47:31.1189381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/FusedAdamWAmsgradKernelImpl.h' 2025-03-04T19:47:31.1189886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/FusedAdamWAmsgradKernelImpl.mm' 2025-03-04T19:47:31.1190347Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/FusedAdamWKernel.mm' 2025-03-04T19:47:31.1190807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/FusedAdamWKernelImpl.h' 2025-03-04T19:47:31.1191260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/FusedAdamWKernelImpl.mm' 2025-03-04T19:47:31.1191680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/FusedSgdKernel.mm' 2025-03-04T19:47:31.1192061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Gamma.mm' 2025-03-04T19:47:31.1192464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/GridSampler.mm' 2025-03-04T19:47:31.1192938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/HistogramKernel.mm' 2025-03-04T19:47:31.1193339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Im2Col.mm' 2025-03-04T19:47:31.1193729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Indexing.h' 2025-03-04T19:47:31.1194113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Indexing.mm' 2025-03-04T19:47:31.1194505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Inverse.mm' 2025-03-04T19:47:31.1194872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Lerp.mm' 2025-03-04T19:47:31.1195245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Linear.mm' 2025-03-04T19:47:31.1195674Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/LinearAlgebra.mm' 2025-03-04T19:47:31.1196082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/LossOps.mm' 2025-03-04T19:47:31.1196522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/MultiTensorApply.h' 2025-03-04T19:47:31.1196940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Normalization.mm' 2025-03-04T19:47:31.1197312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Pad.mm' 2025-03-04T19:47:31.1197720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/PixelShuffle.mm' 2025-03-04T19:47:31.1198141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/PointwiseOps.mm' 2025-03-04T19:47:31.1198522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Pooling.mm' 2025-03-04T19:47:31.1198926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Quantized.mm' 2025-03-04T19:47:31.1199305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/RMSNorm.h' 2025-03-04T19:47:31.1199683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/RMSNorm.mm' 2025-03-04T19:47:31.1200121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/RangeFactories.mm' 2025-03-04T19:47:31.1200513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/ReduceOps.mm' 2025-03-04T19:47:31.1200929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/RenormKernel.mm' 2025-03-04T19:47:31.1201305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Repeat.mm' 2025-03-04T19:47:31.1201714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/RnnOps.mm' 2025-03-04T19:47:31.1202092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Scalar.mm' 2025-03-04T19:47:31.1202513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/ScatterGather.mm' 2025-03-04T19:47:31.1202886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Shape.mm' 2025-03-04T19:47:31.1203270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/SoftMax.mm' 2025-03-04T19:47:31.1203645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Sort.mm' 2025-03-04T19:47:31.1204040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/SpecialOps.mm' 2025-03-04T19:47:31.1204472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/SummaryOps.mm' 2025-03-04T19:47:31.1204893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/TensorCompare.mm' 2025-03-04T19:47:31.1205343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/TriangularOps.mm' 2025-03-04T19:47:31.1205747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/UnaryKernel.mm' 2025-03-04T19:47:31.1206144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/UnaryOps.mm' 2025-03-04T19:47:31.1206562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/UnfoldBackward.mm' 2025-03-04T19:47:31.1206945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Unique.mm' 2025-03-04T19:47:31.1207332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/UpSample.mm' 2025-03-04T19:47:31.1207727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/View.mm' 2025-03-04T19:47:31.1208137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/WeightNorm.mm' 2025-03-04T19:47:31.1208505Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations' 2025-03-04T19:47:31.1208832Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/mps' 2025-03-04T19:47:31.1209194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/native_functions.yaml' 2025-03-04T19:47:31.1209619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/NestedTensorAliases.cpp' 2025-03-04T19:47:31.1210034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/NestedTensorBackward.cpp' 2025-03-04T19:47:31.1210475Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp' 2025-03-04T19:47:31.1210891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/NestedTensorBinaryOps.h' 2025-03-04T19:47:31.1211326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/NestedTensorFactories.cpp' 2025-03-04T19:47:31.1211718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/NestedTensorMath.cpp' 2025-03-04T19:47:31.1212100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/NestedTensorMath.h' 2025-03-04T19:47:31.1212515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/NestedTensorMatmul.cpp' 2025-03-04T19:47:31.1213005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp' 2025-03-04T19:47:31.1213494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.h' 2025-03-04T19:47:31.1213976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/NestedTensorTransformerUtils.h' 2025-03-04T19:47:31.1214408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp' 2025-03-04T19:47:31.1214805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/NestedTensorUtils.cpp' 2025-03-04T19:47:31.1215200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/NestedTensorUtils.h' 2025-03-04T19:47:31.1215535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/README.md' 2025-03-04T19:47:31.1215979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/cuda/NestedTensorBinaryOps.cu' 2025-03-04T19:47:31.1216436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/cuda/NestedTensorMatmul.cu' 2025-03-04T19:47:31.1216953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cpp' 2025-03-04T19:47:31.1217491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cu' 2025-03-04T19:47:31.1217979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/cuda/NestedTensorTransformerUtils.cpp' 2025-03-04T19:47:31.1218344Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested/cuda' 2025-03-04T19:47:31.1218676Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/nested' 2025-03-04T19:47:31.1219067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/prim_native_functions.cpp' 2025-03-04T19:47:31.1219472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/AffineQuantizer.cpp' 2025-03-04T19:47:31.1219899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/AffineQuantizer.h' 2025-03-04T19:47:31.1220327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp' 2025-03-04T19:47:31.1220740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/AffineQuantizerBase.h' 2025-03-04T19:47:31.1221104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/ConvUtils.h' 2025-03-04T19:47:31.1221450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/Copy.cpp' 2025-03-04T19:47:31.1221866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/Copy.h' 2025-03-04T19:47:31.1222255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/FakeQuantAffine.h' 2025-03-04T19:47:31.1222734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp' 2025-03-04T19:47:31.1223192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp' 2025-03-04T19:47:31.1223574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/IndexKernel.h' 2025-03-04T19:47:31.1223953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/PackedParams.h' 2025-03-04T19:47:31.1224319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/QTensor.cpp' 2025-03-04T19:47:31.1224665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/README.md' 2025-03-04T19:47:31.1225110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp' 2025-03-04T19:47:31.1225547Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/TensorCompare.cpp' 2025-03-04T19:47:31.1225954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/TensorFactories.cpp' 2025-03-04T19:47:31.1226432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp' 2025-03-04T19:47:31.1226850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp' 2025-03-04T19:47:31.1227278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp' 2025-03-04T19:47:31.1227670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp' 2025-03-04T19:47:31.1228058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/BinaryOps.h' 2025-03-04T19:47:31.1228501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp' 2025-03-04T19:47:31.1228976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2025-03-04T19:47:31.1229395Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp' 2025-03-04T19:47:31.1229825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp' 2025-03-04T19:47:31.1230331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp' 2025-03-04T19:47:31.1230747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/Normalization.cpp' 2025-03-04T19:47:31.1231146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/OnednnUtils.h' 2025-03-04T19:47:31.1231526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/Pooling.cpp' 2025-03-04T19:47:31.1231958Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/QnnpackUtils.h' 2025-03-04T19:47:31.1232346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/QuantUtils.h' 2025-03-04T19:47:31.1232748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/QuantizedOps.h' 2025-03-04T19:47:31.1233133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp' 2025-03-04T19:47:31.1233516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp' 2025-03-04T19:47:31.1233900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/RuyUtils.h' 2025-03-04T19:47:31.1234278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/Sorting.cpp' 2025-03-04T19:47:31.1234715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp' 2025-03-04T19:47:31.1235116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/TensorShape.cpp' 2025-03-04T19:47:31.1235569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp' 2025-03-04T19:47:31.1236004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp' 2025-03-04T19:47:31.1236450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp' 2025-03-04T19:47:31.1236857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp' 2025-03-04T19:47:31.1237264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/XnnpackUtils.h' 2025-03-04T19:47:31.1237727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/conv_serialization.h' 2025-03-04T19:47:31.1238131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp' 2025-03-04T19:47:31.1238534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/fbgemm_utils.h' 2025-03-04T19:47:31.1238975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp' 2025-03-04T19:47:31.1239386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp' 2025-03-04T19:47:31.1239777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/init_qnnpack.h' 2025-03-04T19:47:31.1240291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp' 2025-03-04T19:47:31.1240705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/kernels/README.md' 2025-03-04T19:47:31.1241141Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/kernels' 2025-03-04T19:47:31.1241514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qclamp.cpp' 2025-03-04T19:47:31.1241896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qconv.cpp' 2025-03-04T19:47:31.1242252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qconv.h' 2025-03-04T19:47:31.1242663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp' 2025-03-04T19:47:31.1243080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp' 2025-03-04T19:47:31.1243513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp' 2025-03-04T19:47:31.1243933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qdropout.cpp' 2025-03-04T19:47:31.1244302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qelu.cpp' 2025-03-04T19:47:31.1244723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp' 2025-03-04T19:47:31.1245118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qembeddingbag.h' 2025-03-04T19:47:31.1245579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp' 2025-03-04T19:47:31.1246022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2025-03-04T19:47:31.1246476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp' 2025-03-04T19:47:31.1246857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qgelu.cpp' 2025-03-04T19:47:31.1247269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp' 2025-03-04T19:47:31.1247669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qhardswish.cpp' 2025-03-04T19:47:31.1248042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qlinear.cpp' 2025-03-04T19:47:31.1248424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qlinear.h' 2025-03-04T19:47:31.1248843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp' 2025-03-04T19:47:31.1249271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp' 2025-03-04T19:47:31.1249678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qmatmul.cpp' 2025-03-04T19:47:31.1250054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qmul.cpp' 2025-03-04T19:47:31.1250471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/.gitignore' 2025-03-04T19:47:31.1250875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/BUCK.oss' 2025-03-04T19:47:31.1251321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/CMakeLists.txt' 2025-03-04T19:47:31.1251877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/CODE_OF_CONDUCT.md' 2025-03-04T19:47:31.1252361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/CONTRIBUTING.md' 2025-03-04T19:47:31.1252761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/LICENSE' 2025-03-04T19:47:31.1253205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/README.md' 2025-03-04T19:47:31.1253626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/add.cc' 2025-03-04T19:47:31.1254125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/average-pooling.cc' 2025-03-04T19:47:31.1254610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/channel-shuffle.cc' 2025-03-04T19:47:31.1255078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/convolution.cc' 2025-03-04T19:47:31.1255610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/global-average-pooling.cc' 2025-03-04T19:47:31.1256098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/hardsigmoid.cc' 2025-03-04T19:47:31.1256561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/hardswish.cc' 2025-03-04T19:47:31.1256993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/hgemm.cc' 2025-03-04T19:47:31.1257469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/max-pooling.cc' 2025-03-04T19:47:31.1257906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/q8gemm.cc' 2025-03-04T19:47:31.1258391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/q8gemm_sparse.cc' 2025-03-04T19:47:31.1258948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/requantization.cc' 2025-03-04T19:47:31.1259393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/sgemm.cc' 2025-03-04T19:47:31.1259837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/sigmoid.cc' 2025-03-04T19:47:31.1260298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/softargmax.cc' 2025-03-04T19:47:31.1260724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/tanh.cc' 2025-03-04T19:47:31.1261151Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench' 2025-03-04T19:47:31.1261658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/buckbuild.bzl' 2025-03-04T19:47:31.1262259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadCpuinfo.cmake' 2025-03-04T19:47:31.1262872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadFP16.cmake' 2025-03-04T19:47:31.1263370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadFXdiv.cmake' 2025-03-04T19:47:31.1263943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadGoogleBenchmark.cmake' 2025-03-04T19:47:31.1264471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadGoogleTest.cmake' 2025-03-04T19:47:31.1265012Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadPSimd.cmake' 2025-03-04T19:47:31.1265553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadPThreadPool.cmake' 2025-03-04T19:47:31.1266028Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/cmake' 2025-03-04T19:47:31.1266457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/configure.py' 2025-03-04T19:47:31.1266892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/confu.yaml' 2025-03-04T19:47:31.1267357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/.gitignore' 2025-03-04T19:47:31.1267843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/CMakeLists.txt' 2025-03-04T19:47:31.1268310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/LICENSE' 2025-03-04T19:47:31.1268800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/README.md' 2025-03-04T19:47:31.1269397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/cmake/DownloadGoogleTest.cmake' 2025-03-04T19:47:31.1269877Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/cmake' 2025-03-04T19:47:31.1270363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/configure.py' 2025-03-04T19:47:31.1270826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/confu.yaml' 2025-03-04T19:47:31.1271318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/include/clog.h' 2025-03-04T19:47:31.1272110Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/include' 2025-03-04T19:47:31.1272587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/src/clog.c' 2025-03-04T19:47:31.1273059Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/src' 2025-03-04T19:47:31.1273532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/test/clog.cc' 2025-03-04T19:47:31.1274015Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/test' 2025-03-04T19:47:31.1274465Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog' 2025-03-04T19:47:31.1274903Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps' 2025-03-04T19:47:31.1275434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/generate-wrapper.py' 2025-03-04T19:47:31.1275949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/include/pack_block_sparse.h' 2025-03-04T19:47:31.1276437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h' 2025-03-04T19:47:31.1276928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/include/qnnpack_func.h' 2025-03-04T19:47:31.1277365Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/include' 2025-03-04T19:47:31.1277904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-android-arm64.sh' 2025-03-04T19:47:31.1278474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-android-armv7.sh' 2025-03-04T19:47:31.1279027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-android-x86.sh' 2025-03-04T19:47:31.1279523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-ios-arm64.sh' 2025-03-04T19:47:31.1280024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-ios-arm64e.sh' 2025-03-04T19:47:31.1280531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-ios-armv7.sh' 2025-03-04T19:47:31.1281028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-ios-armv7s.sh' 2025-03-04T19:47:31.1281531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-ios-i386.sh' 2025-03-04T19:47:31.1282084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-ios-x86_64.sh' 2025-03-04T19:47:31.1282572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-local.sh' 2025-03-04T19:47:31.1283084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/scripts/test-android-arm64.sh' 2025-03-04T19:47:31.1283612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/scripts/test-android-armv7.sh' 2025-03-04T19:47:31.1284110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/scripts/test-android-x86.sh' 2025-03-04T19:47:31.1284563Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/scripts' 2025-03-04T19:47:31.1284979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/add.c' 2025-03-04T19:47:31.1285466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/average-pooling.c' 2025-03-04T19:47:31.1285941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/channel-shuffle.c' 2025-03-04T19:47:31.1286363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/clamp.c' 2025-03-04T19:47:31.1286836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-prepack.cc' 2025-03-04T19:47:31.1287277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc' 2025-03-04T19:47:31.1287745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/convolution.c' 2025-03-04T19:47:31.1288230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/deconv-run.cc' 2025-03-04T19:47:31.1288705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/deconvolution.c' 2025-03-04T19:47:31.1289176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-dynamic-run.cc' 2025-03-04T19:47:31.1289642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-prepack.cc' 2025-03-04T19:47:31.1290071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-run.cc' 2025-03-04T19:47:31.1290530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-unpack.cc' 2025-03-04T19:47:31.1291078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/fully-connected-sparse.c' 2025-03-04T19:47:31.1291579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/fully-connected.c' 2025-03-04T19:47:31.1292105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/global-average-pooling.c' 2025-03-04T19:47:31.1292561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/hardsigmoid.c' 2025-03-04T19:47:31.1293011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/hardswish.c' 2025-03-04T19:47:31.1293574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/hgemm/8x8-aarch32-neonfp16arith.S' 2025-03-04T19:47:31.1294106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/hgemm/8x8-neonfp16arith.c' 2025-03-04T19:47:31.1294591Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/hgemm' 2025-03-04T19:47:31.1295060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/indirection.c' 2025-03-04T19:47:31.1295476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/init.c' 2025-03-04T19:47:31.1295934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/leaky-relu.c' 2025-03-04T19:47:31.1296389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/max-pooling.c' 2025-03-04T19:47:31.1296873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-delete.c' 2025-03-04T19:47:31.1297332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c' 2025-03-04T19:47:31.1297856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/mp8x9p8q-neon.c' 2025-03-04T19:47:31.1298392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/mp8x9p8q-sse2.c' 2025-03-04T19:47:31.1298886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/up8x9-neon.c' 2025-03-04T19:47:31.1299395Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/up8x9-sse2.c' 2025-03-04T19:47:31.1299890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/up8xm-neon.c' 2025-03-04T19:47:31.1300394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/up8xm-sse2.c' 2025-03-04T19:47:31.1300904Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool' 2025-03-04T19:47:31.1301395Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8conv/4x4c2-sse2.c' 2025-03-04T19:47:31.1301977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8conv/4x8-aarch32-neon.S' 2025-03-04T19:47:31.1302462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8conv/4x8-neon.c' 2025-03-04T19:47:31.1302977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8conv/8x8-aarch64-neon.S' 2025-03-04T19:47:31.1303451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8conv/8x8-neon.c' 2025-03-04T19:47:31.1303956Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8conv' 2025-03-04T19:47:31.1304557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/mp8x25-neon-per-channel.c' 2025-03-04T19:47:31.1305062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/mp8x25-neon.c' 2025-03-04T19:47:31.1305630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/mp8x25-sse2-per-channel.c' 2025-03-04T19:47:31.1306135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/mp8x25-sse2.c' 2025-03-04T19:47:31.1306630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/mp8x27-neon.c' 2025-03-04T19:47:31.1307136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/mp8x27-sse2.c' 2025-03-04T19:47:31.1307781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/up8x9-aarch32-neon-per-channel.S' 2025-03-04T19:47:31.1308331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/up8x9-aarch32-neon.S' 2025-03-04T19:47:31.1308896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/up8x9-neon-per-channel.c' 2025-03-04T19:47:31.1309400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/up8x9-neon.c' 2025-03-04T19:47:31.1309961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/up8x9-sse2-per-channel.c' 2025-03-04T19:47:31.1310460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/up8x9-sse2.c' 2025-03-04T19:47:31.1310928Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv' 2025-03-04T19:47:31.1311451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool/mp8x7p7q-neon.c' 2025-03-04T19:47:31.1311982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool/mp8x7p7q-sse2.c' 2025-03-04T19:47:31.1312484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool/up8x7-neon.c' 2025-03-04T19:47:31.1312994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool/up8x7-sse2.c' 2025-03-04T19:47:31.1313497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool/up8xm-neon.c' 2025-03-04T19:47:31.1314047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool/up8xm-sse2.c' 2025-03-04T19:47:31.1314526Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool' 2025-03-04T19:47:31.1315017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/2x4c8-sse2.c' 2025-03-04T19:47:31.1315528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x-sumrows-neon.c' 2025-03-04T19:47:31.1316035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x4c2-dq-sse2.c' 2025-03-04T19:47:31.1316514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x4c2-sse2.c' 2025-03-04T19:47:31.1317061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x8-aarch32-neon.S' 2025-03-04T19:47:31.1317633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x8-dq-aarch32-neon.S' 2025-03-04T19:47:31.1318190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x8-dq-neon.c' 2025-03-04T19:47:31.1318754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x8-neon.c' 2025-03-04T19:47:31.1319343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x8c2-xzp-aarch32-neon.S' 2025-03-04T19:47:31.1320175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x8c2-xzp-neon.c' 2025-03-04T19:47:31.1320689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/6x4-neon.c' 2025-03-04T19:47:31.1321329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/8x8-aarch64-neon.S' 2025-03-04T19:47:31.1321896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/8x8-dq-aarch64-neon.S' 2025-03-04T19:47:31.1322425Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/8x8-neon.c' 2025-03-04T19:47:31.1322974Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm' 2025-03-04T19:47:31.1323650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/4x4-packA-aarch32-neon.S' 2025-03-04T19:47:31.1324334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/4x8c1x4-dq-packedA-aarch32-neon.S' 2025-03-04T19:47:31.1324999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/4x8c8x1-dq-packedA-aarch32-neon.S' 2025-03-04T19:47:31.1325657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x4-packA-aarch32-neon.S' 2025-03-04T19:47:31.1326246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x4-packA-aarch64-neon.S' 2025-03-04T19:47:31.1326916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x4-packA-sse2.c' 2025-03-04T19:47:31.1327534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c' 2025-03-04T19:47:31.1328203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.h' 2025-03-04T19:47:31.1328834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x4c1x4-packed-sse2.h' 2025-03-04T19:47:31.1329521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x8c1x4-dq-packedA-aarch64-neon.S' 2025-03-04T19:47:31.1330211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x8c8x1-dq-packedA-aarch64-neon.S' 2025-03-04T19:47:31.1330810Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse' 2025-03-04T19:47:31.1331296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8vadd/neon.c' 2025-03-04T19:47:31.1331853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8vadd/sse2.c' 2025-03-04T19:47:31.1332406Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8vadd' 2025-03-04T19:47:31.1333045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/AlignedAllocator.h' 2025-03-04T19:47:31.1333583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/assembly.h' 2025-03-04T19:47:31.1334121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/common.h' 2025-03-04T19:47:31.1334616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/hgemm.h' 2025-03-04T19:47:31.1335141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/indirection.h' 2025-03-04T19:47:31.1335716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/isa-checks.h' 2025-03-04T19:47:31.1336241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/log.h' 2025-03-04T19:47:31.1336790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/math.h' 2025-03-04T19:47:31.1337298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/operator.h' 2025-03-04T19:47:31.1337834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/pack.h' 2025-03-04T19:47:31.1338329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/params.h' 2025-03-04T19:47:31.1338905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8avgpool.h' 2025-03-04T19:47:31.1339419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8conv.h' 2025-03-04T19:47:31.1339972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8dwconv.h' 2025-03-04T19:47:31.1340490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8gavgpool.h' 2025-03-04T19:47:31.1341037Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8gemm.h' 2025-03-04T19:47:31.1341652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8gemm_sparse.h' 2025-03-04T19:47:31.1342182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8vadd.h' 2025-03-04T19:47:31.1342875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/requantization-stubs.h' 2025-03-04T19:47:31.1343421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/requantization.h' 2025-03-04T19:47:31.1344064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/scalar-utils.h' 2025-03-04T19:47:31.1344555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/sconv.h' 2025-03-04T19:47:31.1345117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/sdwconv.h' 2025-03-04T19:47:31.1345625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/sgemm.h' 2025-03-04T19:47:31.1346205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/u8clamp.h' 2025-03-04T19:47:31.1346738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/u8lut32norm.h' 2025-03-04T19:47:31.1347319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/u8maxpool.h' 2025-03-04T19:47:31.1347795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/u8rmax.h' 2025-03-04T19:47:31.1348379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/x8lut.h' 2025-03-04T19:47:31.1348867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/x8zip.h' 2025-03-04T19:47:31.1349408Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack' 2025-03-04T19:47:31.1349989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/fp32-neon.c' 2025-03-04T19:47:31.1350553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/fp32-psimd.c' 2025-03-04T19:47:31.1351171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/fp32-scalar.c' 2025-03-04T19:47:31.1351740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/fp32-sse2.c' 2025-03-04T19:47:31.1352368Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-neon.c' 2025-03-04T19:47:31.1352962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-scalar.c' 2025-03-04T19:47:31.1353605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-scalar.h' 2025-03-04T19:47:31.1354159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-sse.h' 2025-03-04T19:47:31.1354825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-sse2.c' 2025-03-04T19:47:31.1355472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-sse4.c' 2025-03-04T19:47:31.1356103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-ssse3.c' 2025-03-04T19:47:31.1356673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/precise-neon.c' 2025-03-04T19:47:31.1357305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/precise-psimd.c' 2025-03-04T19:47:31.1357937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/precise-scalar.c' 2025-03-04T19:47:31.1358574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/precise-sse2.c' 2025-03-04T19:47:31.1359140Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/precise-sse4.c' 2025-03-04T19:47:31.1359872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/precise-ssse3.c' 2025-03-04T19:47:31.1360424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/q31-neon.c' 2025-03-04T19:47:31.1360998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/q31-scalar.c' 2025-03-04T19:47:31.1361695Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/q31-sse2.c' 2025-03-04T19:47:31.1362240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/q31-sse4.c' 2025-03-04T19:47:31.1362838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/q31-ssse3.c' 2025-03-04T19:47:31.1363433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/runtime-assembly.h' 2025-03-04T19:47:31.1364036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/runtime-neon.h' 2025-03-04T19:47:31.1364630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/runtime-sse2.h' 2025-03-04T19:47:31.1365254Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization' 2025-03-04T19:47:31.1365759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/sconv/6x8-psimd.c' 2025-03-04T19:47:31.1366284Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/sconv' 2025-03-04T19:47:31.1366812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/sdwconv/up4x9-psimd.c' 2025-03-04T19:47:31.1367413Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/sdwconv' 2025-03-04T19:47:31.1367923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/sgemm/5x8-neon.c' 2025-03-04T19:47:31.1368459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/sgemm/6x8-neon.c' 2025-03-04T19:47:31.1368964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/sgemm/6x8-psimd.c' 2025-03-04T19:47:31.1369462Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/sgemm' 2025-03-04T19:47:31.1369952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/sigmoid.c' 2025-03-04T19:47:31.1370457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/softargmax.c' 2025-03-04T19:47:31.1370967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/tanh.c' 2025-03-04T19:47:31.1371463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/u8clamp/neon.c' 2025-03-04T19:47:31.1372218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/u8clamp/sse2.c' 2025-03-04T19:47:31.1372716Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/u8clamp' 2025-03-04T19:47:31.1373295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/u8lut32norm/scalar.c' 2025-03-04T19:47:31.1373824Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/u8lut32norm' 2025-03-04T19:47:31.1374408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/u8maxpool/16x9p8q-neon.c' 2025-03-04T19:47:31.1374962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/u8maxpool/16x9p8q-sse2.c' 2025-03-04T19:47:31.1375602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/u8maxpool/sub16-neon.c' 2025-03-04T19:47:31.1376144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/u8maxpool/sub16-sse2.c' 2025-03-04T19:47:31.1376681Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/u8maxpool' 2025-03-04T19:47:31.1377237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/u8rmax/neon.c' 2025-03-04T19:47:31.1377718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/u8rmax/sse2.c' 2025-03-04T19:47:31.1378311Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/u8rmax' 2025-03-04T19:47:31.1378802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/x8lut/scalar.c' 2025-03-04T19:47:31.1379418Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/x8lut' 2025-03-04T19:47:31.1379937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/x2-neon.c' 2025-03-04T19:47:31.1380470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/x2-sse2.c' 2025-03-04T19:47:31.1380961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/x3-neon.c' 2025-03-04T19:47:31.1381571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/x3-sse2.c' 2025-03-04T19:47:31.1382045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/x4-neon.c' 2025-03-04T19:47:31.1382644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/x4-sse2.c' 2025-03-04T19:47:31.1383201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/xm-neon.c' 2025-03-04T19:47:31.1383752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/xm-sse2.c' 2025-03-04T19:47:31.1384235Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip' 2025-03-04T19:47:31.1384687Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src' 2025-03-04T19:47:31.1385302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/add-operator-tester.h' 2025-03-04T19:47:31.1385780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/add.cc' 2025-03-04T19:47:31.1386491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/average-pooling-operator-tester.h' 2025-03-04T19:47:31.1387009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/average-pooling.cc' 2025-03-04T19:47:31.1387628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/avgpool-microkernel-tester.h' 2025-03-04T19:47:31.1388216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/channel-shuffle-operator-tester.h' 2025-03-04T19:47:31.1388913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/channel-shuffle.cc' 2025-03-04T19:47:31.1389477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/clamp-microkernel-tester.h' 2025-03-04T19:47:31.1390167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/clamp-operator-tester.h' 2025-03-04T19:47:31.1390661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/clamp.cc' 2025-03-04T19:47:31.1391276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/convolution-operator-tester.h' 2025-03-04T19:47:31.1391802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/convolution.cc' 2025-03-04T19:47:31.1392417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/deconvolution-operator-tester.h' 2025-03-04T19:47:31.1392966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/deconvolution.cc' 2025-03-04T19:47:31.1393538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/dwconv-microkernel-tester.h' 2025-03-04T19:47:31.1394399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/fully-connected-operator-tester.h' 2025-03-04T19:47:31.1395031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/fully-connected-sparse-operator-tester.h' 2025-03-04T19:47:31.1395687Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/fully-connected-sparse.cc' 2025-03-04T19:47:31.1396204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/fully-connected.cc' 2025-03-04T19:47:31.1396836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/gavgpool-microkernel-tester.h' 2025-03-04T19:47:31.1397471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/gemm-block-sparse-microkernel-tester.h' 2025-03-04T19:47:31.1398054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/gemm-microkernel-tester.h' 2025-03-04T19:47:31.1398729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/global-average-pooling-operator-tester.h' 2025-03-04T19:47:31.1399348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/global-average-pooling.cc' 2025-03-04T19:47:31.1399924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/hardsigmoid-operator-tester.h' 2025-03-04T19:47:31.1400466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/hardsigmoid.cc' 2025-03-04T19:47:31.1401039Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/hardswish-operator-tester.h' 2025-03-04T19:47:31.1401615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/hardswish.cc' 2025-03-04T19:47:31.1402146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/hgemm.cc' 2025-03-04T19:47:31.1402720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/leaky-relu-operator-tester.h' 2025-03-04T19:47:31.1403265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/leaky-relu.cc' 2025-03-04T19:47:31.1403819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/lut-microkernel-tester.h' 2025-03-04T19:47:31.1404425Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/lut-norm-microkernel-tester.h' 2025-03-04T19:47:31.1405075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/max-pooling-operator-tester.h' 2025-03-04T19:47:31.1405669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/max-pooling.cc' 2025-03-04T19:47:31.1406246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/maxpool-microkernel-tester.h' 2025-03-04T19:47:31.1406775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/q8avgpool.cc' 2025-03-04T19:47:31.1407247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/q8conv.cc' 2025-03-04T19:47:31.1407783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/q8dwconv.cc' 2025-03-04T19:47:31.1408300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/q8gavgpool.cc' 2025-03-04T19:47:31.1408839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/q8gemm.cc' 2025-03-04T19:47:31.1409348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/q8gemm_sparse.cc' 2025-03-04T19:47:31.1409815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/q8vadd.cc' 2025-03-04T19:47:31.1410385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/requantization-tester.h' 2025-03-04T19:47:31.1410937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/requantization.cc' 2025-03-04T19:47:31.1411555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/rmax-microkernel-tester.h' 2025-03-04T19:47:31.1412021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/sconv.cc' 2025-03-04T19:47:31.1412533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/sgemm.cc' 2025-03-04T19:47:31.1413089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/sigmoid-operator-tester.h' 2025-03-04T19:47:31.1413672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/sigmoid.cc' 2025-03-04T19:47:31.1414262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/softargmax-operator-tester.h' 2025-03-04T19:47:31.1414795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/softargmax.cc' 2025-03-04T19:47:31.1415332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/tanh-operator-tester.h' 2025-03-04T19:47:31.1415873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/tanh.cc' 2025-03-04T19:47:31.1416339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/test_utils.h' 2025-03-04T19:47:31.1416912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/u8clamp.cc' 2025-03-04T19:47:31.1417404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/u8lut32norm.cc' 2025-03-04T19:47:31.1417887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/u8maxpool.cc' 2025-03-04T19:47:31.1418398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/u8rmax.cc' 2025-03-04T19:47:31.1418991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/vadd-microkernel-tester.h' 2025-03-04T19:47:31.1419524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/x8lut.cc' 2025-03-04T19:47:31.1420030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/x8zip.cc' 2025-03-04T19:47:31.1420622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/zip-microkernel-tester.h' 2025-03-04T19:47:31.1421089Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test' 2025-03-04T19:47:31.1421842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/hgemm/8x8-aarch32-neonfp16arith.S' 2025-03-04T19:47:31.1422339Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/hgemm' 2025-03-04T19:47:31.1423040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool/mp8x9p8q-neon.c' 2025-03-04T19:47:31.1423617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool/mp8x9p8q-sse2.c' 2025-03-04T19:47:31.1424226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool/up8x9-neon.c' 2025-03-04T19:47:31.1424848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool/up8x9-sse2.c' 2025-03-04T19:47:31.1425404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool/up8xm-neon.c' 2025-03-04T19:47:31.1426023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool/up8xm-sse2.c' 2025-03-04T19:47:31.1426575Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool' 2025-03-04T19:47:31.1427174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8conv/4x4c2-sse2.c' 2025-03-04T19:47:31.1427745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8conv/4x8-aarch32-neon.S' 2025-03-04T19:47:31.1428318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8conv/4x8-neon.c' 2025-03-04T19:47:31.1428871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8conv/8x8-aarch64-neon.S' 2025-03-04T19:47:31.1429484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8conv/8x8-neon.c' 2025-03-04T19:47:31.1430012Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8conv' 2025-03-04T19:47:31.1430720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/mp8x25-neon-per-channel.c' 2025-03-04T19:47:31.1431279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/mp8x25-neon.c' 2025-03-04T19:47:31.1431932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/mp8x25-sse2-per-channel.c' 2025-03-04T19:47:31.1432513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/mp8x25-sse2.c' 2025-03-04T19:47:31.1433133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/mp8x27-neon.c' 2025-03-04T19:47:31.1433713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/mp8x27-sse2.c' 2025-03-04T19:47:31.1434457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/up8x9-aarch32-neon-per-channel.S' 2025-03-04T19:47:31.1435052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/up8x9-aarch32-neon.S' 2025-03-04T19:47:31.1435735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/up8x9-neon-per-channel.c' 2025-03-04T19:47:31.1436305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/up8x9-neon.c' 2025-03-04T19:47:31.1436926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/up8x9-sse2-per-channel.c' 2025-03-04T19:47:31.1437579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/up8x9-sse2.c' 2025-03-04T19:47:31.1438140Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv' 2025-03-04T19:47:31.1438759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool/mp8x7p7q-neon.c' 2025-03-04T19:47:31.1439376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool/mp8x7p7q-sse2.c' 2025-03-04T19:47:31.1440002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool/up8x7-neon.c' 2025-03-04T19:47:31.1440566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool/up8x7-sse2.c' 2025-03-04T19:47:31.1441174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool/up8xm-neon.c' 2025-03-04T19:47:31.1441754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool/up8xm-sse2.c' 2025-03-04T19:47:31.1442347Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool' 2025-03-04T19:47:31.1442905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/2x4c8-sse2.c' 2025-03-04T19:47:31.1443518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x-sumrows-neon.c' 2025-03-04T19:47:31.1444075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x4c2-dq-sse2.c' 2025-03-04T19:47:31.1444665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x4c2-sse2.c' 2025-03-04T19:47:31.1445245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x8-aarch32-neon.S' 2025-03-04T19:47:31.1445867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x8-dq-aarch32-neon.S' 2025-03-04T19:47:31.1446471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x8-dq-neon.c' 2025-03-04T19:47:31.1446995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x8-neon.c' 2025-03-04T19:47:31.1447652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x8c2-xzp-aarch32-neon.S' 2025-03-04T19:47:31.1448240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x8c2-xzp-neon.c' 2025-03-04T19:47:31.1448837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/6x4-neon.c' 2025-03-04T19:47:31.1449507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/8x8-aarch64-neon.S' 2025-03-04T19:47:31.1450147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/8x8-dq-aarch64-neon.S' 2025-03-04T19:47:31.1450672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/8x8-neon.c' 2025-03-04T19:47:31.1451234Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm' 2025-03-04T19:47:31.1451866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/4x4-packA-aarch32-neon.S' 2025-03-04T19:47:31.1452686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/4x8c1x4-dq-packedA-aarch32-neon.S' 2025-03-04T19:47:31.1453390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/4x8c8x1-dq-packedA-aarch32-neon.S' 2025-03-04T19:47:31.1454072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/8x4-packA-aarch32-neon.S' 2025-03-04T19:47:31.1454711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/8x4-packA-aarch64-neon.S' 2025-03-04T19:47:31.1455369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/8x4c1x4-packed-sse2.c' 2025-03-04T19:47:31.1456101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/8x8c1x4-dq-packedA-aarch64-neon.S' 2025-03-04T19:47:31.1456865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/8x8c8x1-dq-packedA-aarch64-neon.S' 2025-03-04T19:47:31.1457416Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse' 2025-03-04T19:47:31.1457925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8vadd/neon.c' 2025-03-04T19:47:31.1458481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8vadd/sse2.c' 2025-03-04T19:47:31.1458976Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8vadd' 2025-03-04T19:47:31.1459670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/fp32-neon.c' 2025-03-04T19:47:31.1460296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/fp32-psimd.c' 2025-03-04T19:47:31.1460933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/fp32-scalar.c' 2025-03-04T19:47:31.1461592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/fp32-sse2.c' 2025-03-04T19:47:31.1462295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/gemmlowp-neon.c' 2025-03-04T19:47:31.1462952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/gemmlowp-scalar.c' 2025-03-04T19:47:31.1463665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/gemmlowp-sse2.c' 2025-03-04T19:47:31.1464304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/gemmlowp-sse4.c' 2025-03-04T19:47:31.1464954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/gemmlowp-ssse3.c' 2025-03-04T19:47:31.1465557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/precise-neon.c' 2025-03-04T19:47:31.1466224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/precise-psimd.c' 2025-03-04T19:47:31.1466856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/precise-scalar.c' 2025-03-04T19:47:31.1467505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/precise-sse2.c' 2025-03-04T19:47:31.1468132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/precise-sse4.c' 2025-03-04T19:47:31.1468739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/precise-ssse3.c' 2025-03-04T19:47:31.1469341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/q31-neon.c' 2025-03-04T19:47:31.1469963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/q31-scalar.c' 2025-03-04T19:47:31.1470595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/q31-sse2.c' 2025-03-04T19:47:31.1471170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/q31-sse4.c' 2025-03-04T19:47:31.1472018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/q31-ssse3.c' 2025-03-04T19:47:31.1472586Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization' 2025-03-04T19:47:31.1473170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/sgemm/5x8-neon.c' 2025-03-04T19:47:31.1473709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/sgemm/6x8-neon.c' 2025-03-04T19:47:31.1474278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/sgemm/6x8-psimd.c' 2025-03-04T19:47:31.1474792Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/sgemm' 2025-03-04T19:47:31.1475482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8clamp/neon.c' 2025-03-04T19:47:31.1481867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8clamp/sse2.c' 2025-03-04T19:47:31.1482460Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8clamp' 2025-03-04T19:47:31.1482984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8lut32norm/scalar.c' 2025-03-04T19:47:31.1483509Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8lut32norm' 2025-03-04T19:47:31.1484152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8maxpool/16x9p8q-neon.c' 2025-03-04T19:47:31.1484710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8maxpool/16x9p8q-sse2.c' 2025-03-04T19:47:31.1485283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8maxpool/sub16-neon.c' 2025-03-04T19:47:31.1485819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8maxpool/sub16-sse2.c' 2025-03-04T19:47:31.1486319Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8maxpool' 2025-03-04T19:47:31.1486811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8rmax/neon.c' 2025-03-04T19:47:31.1487283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8rmax/sse2.c' 2025-03-04T19:47:31.1487783Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8rmax' 2025-03-04T19:47:31.1488307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8lut/scalar.c' 2025-03-04T19:47:31.1488799Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8lut' 2025-03-04T19:47:31.1489410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/x2-neon.c' 2025-03-04T19:47:31.1489898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/x2-sse2.c' 2025-03-04T19:47:31.1490394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/x3-neon.c' 2025-03-04T19:47:31.1490876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/x3-sse2.c' 2025-03-04T19:47:31.1491372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/x4-neon.c' 2025-03-04T19:47:31.1491855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/x4-sse2.c' 2025-03-04T19:47:31.1492350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/xm-neon.c' 2025-03-04T19:47:31.1492831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/xm-sse2.c' 2025-03-04T19:47:31.1493323Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip' 2025-03-04T19:47:31.1493772Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/wrappers' 2025-03-04T19:47:31.1494221Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack' 2025-03-04T19:47:31.1494650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qnormalization.cpp' 2025-03-04T19:47:31.1495035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qrelu.cpp' 2025-03-04T19:47:31.1495422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp' 2025-03-04T19:47:31.1495809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp' 2025-03-04T19:47:31.1496193Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qtanh.cpp' 2025-03-04T19:47:31.1496591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/qthreshold.cpp' 2025-03-04T19:47:31.1496995Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu' 2025-03-04T19:47:31.1497424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cuda/Activation.cpp' 2025-03-04T19:47:31.1497836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cuda/Activation.cu' 2025-03-04T19:47:31.1498260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cuda/AffineQuantizer.cu' 2025-03-04T19:47:31.1498681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cuda/EmbeddingBag.cu' 2025-03-04T19:47:31.1499113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cuda/FakeQuantizeCore.cu' 2025-03-04T19:47:31.1499555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cuda/FusedObsFakeQuant.cu' 2025-03-04T19:47:31.1499979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cuda/IntReprQuant.cu' 2025-03-04T19:47:31.1500506Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cuda/MakePerTensorQuantizedTensor.cu' 2025-03-04T19:47:31.1500898Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cuda' 2025-03-04T19:47:31.1501302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cudnn/BinaryOps.cpp' 2025-03-04T19:47:31.1501774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cudnn/Conv.cpp' 2025-03-04T19:47:31.1502191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cudnn/ConvPrepack.cpp' 2025-03-04T19:47:31.1502636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cudnn/ConvUnpackImpl.cpp' 2025-03-04T19:47:31.1503021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cudnn/Linear.cpp' 2025-03-04T19:47:31.1503469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cudnn/LinearPrepack.cpp' 2025-03-04T19:47:31.1503916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cudnn/LinearUnpackImpl.cpp' 2025-03-04T19:47:31.1504310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cudnn/Pooling.cpp' 2025-03-04T19:47:31.1504695Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cudnn/utils.h' 2025-03-04T19:47:31.1505071Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/cudnn' 2025-03-04T19:47:31.1505449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/library.cpp' 2025-03-04T19:47:31.1505803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/library.h' 2025-03-04T19:47:31.1506254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/qconv_unpack.cpp' 2025-03-04T19:47:31.1506657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized/qlinear_unpack.cpp' 2025-03-04T19:47:31.1507015Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/quantized' 2025-03-04T19:47:31.1507418Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/FlattenIndicesCommon.h' 2025-03-04T19:47:31.1507852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/FlattenIndicesKernel.cpp' 2025-03-04T19:47:31.1508188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/Macros.h' 2025-03-04T19:47:31.1508553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/ParamUtils.cpp' 2025-03-04T19:47:31.1508949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/ParamUtils.h' 2025-03-04T19:47:31.1509304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/SoftMax.cpp' 2025-03-04T19:47:31.1509826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionCommon.h' 2025-03-04T19:47:31.1510318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp' 2025-03-04T19:47:31.1510695Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/SparseBlas.cpp' 2025-03-04T19:47:31.1511047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/SparseBlas.h' 2025-03-04T19:47:31.1511441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/SparseBlasImpl.cpp' 2025-03-04T19:47:31.1511817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/SparseBlasImpl.h' 2025-03-04T19:47:31.1512235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/SparseCsrTensor.cpp' 2025-03-04T19:47:31.1512665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp' 2025-03-04T19:47:31.1513067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/SparseCsrTensorMath.h' 2025-03-04T19:47:31.1513469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/SparseFactories.cpp' 2025-03-04T19:47:31.1513847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/SparseFactories.h' 2025-03-04T19:47:31.1514234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/SparseMatMul.cpp' 2025-03-04T19:47:31.1514589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/SparseStubs.h' 2025-03-04T19:47:31.1514985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/SparseTensor.cpp' 2025-03-04T19:47:31.1515385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/SparseTensorMath.cpp' 2025-03-04T19:47:31.1515780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/SparseTensorMath.h' 2025-03-04T19:47:31.1516162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/SparseUnaryOps.cpp' 2025-03-04T19:47:31.1516641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/ValidateCompressedIndicesCommon.h' 2025-03-04T19:47:31.1517137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp' 2025-03-04T19:47:31.1517554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/ComputeSparseTile.h' 2025-03-04T19:47:31.1517963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SoftMax.cu' 2025-03-04T19:47:31.1518357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseBlas.cpp' 2025-03-04T19:47:31.1518781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseBlasImpl.cpp' 2025-03-04T19:47:31.1519179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseBlasImpl.h' 2025-03-04T19:47:31.1519614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseBlasLegacy.cpp' 2025-03-04T19:47:31.1520026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseBlasLegacy.h' 2025-03-04T19:47:31.1520473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseCUDAApplyUtils.cuh' 2025-03-04T19:47:31.1520921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp' 2025-03-04T19:47:31.1521323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.h' 2025-03-04T19:47:31.1521781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cu' 2025-03-04T19:47:31.1522219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu' 2025-03-04T19:47:31.1522678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cuh' 2025-03-04T19:47:31.1523109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseCsrTensorMath.cu' 2025-03-04T19:47:31.1523516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseMatMul.cu' 2025-03-04T19:47:31.1524017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseSemiStructuredApplyDense.cu' 2025-03-04T19:47:31.1524532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseSemiStructuredLinear.cu' 2025-03-04T19:47:31.1524991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseSemiStructuredOps.cu' 2025-03-04T19:47:31.1525468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseSemiStructuredPack.h' 2025-03-04T19:47:31.1525941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseSemiStructuredTile.cu' 2025-03-04T19:47:31.1526410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/SparseSemiSturcturedApply.cu' 2025-03-04T19:47:31.1526799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/StaticSort.h' 2025-03-04T19:47:31.1527206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/cuSPARSELtOps.cpp' 2025-03-04T19:47:31.1527617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda/cuSPARSELtOps.h' 2025-03-04T19:47:31.1527967Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse/cuda' 2025-03-04T19:47:31.1528312Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/sparse' 2025-03-04T19:47:31.1528614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/tags.yaml' 2025-03-04T19:47:31.1529014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/attention.cpp' 2025-03-04T19:47:31.1529396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/attention.h' 2025-03-04T19:47:31.1529804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/attention.cu' 2025-03-04T19:47:31.1530301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/attention_backward.cu' 2025-03-04T19:47:31.1530770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/flash_api.cpp' 2025-03-04T19:47:31.1531240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/flash_api.h' 2025-03-04T19:47:31.1531697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/philox.cuh' 2025-03-04T19:47:31.1532179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/static_switch.h' 2025-03-04T19:47:31.1532615Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn' 2025-03-04T19:47:31.1533153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/debug_utils.h' 2025-03-04T19:47:31.1533737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_pipelined.h' 2025-03-04T19:47:31.1534370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_rescale_output.h' 2025-03-04T19:47:31.1535009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_thread_apply_logsumexp.h' 2025-03-04T19:47:31.1535539Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue' 2025-03-04T19:47:31.1536058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma.h' 2025-03-04T19:47:31.1536603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_base.h' 2025-03-04T19:47:31.1537215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_multistage.h' 2025-03-04T19:47:31.1537782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_pipelined.h' 2025-03-04T19:47:31.1538343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/find_default_mma.h' 2025-03-04T19:47:31.1538931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/mma_accum_lambda_iterator.h' 2025-03-04T19:47:31.1539479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/mma_from_smem.h' 2025-03-04T19:47:31.1539986Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm' 2025-03-04T19:47:31.1540533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm_kernel_utils.h' 2025-03-04T19:47:31.1541176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/default_warp_iterator_from_smem.h' 2025-03-04T19:47:31.1541924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/epilogue_predicated_tile_iterator.h' 2025-03-04T19:47:31.1542507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/make_residual_last.h' 2025-03-04T19:47:31.1543231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_access_iterator_residual_last.h' 2025-03-04T19:47:31.1543934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_iterator_residual_last.h' 2025-03-04T19:47:31.1544551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/transpose_warp_iterator.h' 2025-03-04T19:47:31.1545146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/warp_iterator_from_smem.h' 2025-03-04T19:47:31.1545666Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators' 2025-03-04T19:47:31.1546202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernel_backward.h' 2025-03-04T19:47:31.1546743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernel_forward.h' 2025-03-04T19:47:31.1547282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB.h' 2025-03-04T19:47:31.1547931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k128.cu' 2025-03-04T19:47:31.1548594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k128_dropout.cu' 2025-03-04T19:47:31.1549194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k32.cu' 2025-03-04T19:47:31.1549847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k32_dropout.cu' 2025-03-04T19:47:31.1550493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k64.cu' 2025-03-04T19:47:31.1551146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k64_dropout.cu' 2025-03-04T19:47:31.1551757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k65536.cu' 2025-03-04T19:47:31.1552424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k65536_dropout.cu' 2025-03-04T19:47:31.1553023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k96.cu' 2025-03-04T19:47:31.1553635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k128.cu' 2025-03-04T19:47:31.1554275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k128_dropout.cu' 2025-03-04T19:47:31.1554885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k32.cu' 2025-03-04T19:47:31.1555518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k32_dropout.cu' 2025-03-04T19:47:31.1556127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k64.cu' 2025-03-04T19:47:31.1556761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k64_dropout.cu' 2025-03-04T19:47:31.1557401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k65536.cu' 2025-03-04T19:47:31.1558062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k65536_dropout.cu' 2025-03-04T19:47:31.1558659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k96.cu' 2025-03-04T19:47:31.1559286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k128.cu' 2025-03-04T19:47:31.1559935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k128_dropout.cu' 2025-03-04T19:47:31.1560579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k32.cu' 2025-03-04T19:47:31.1561253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k32_dropout.cu' 2025-03-04T19:47:31.1561875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k64.cu' 2025-03-04T19:47:31.1562520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k64_dropout.cu' 2025-03-04T19:47:31.1563151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k65536.cu' 2025-03-04T19:47:31.1563811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k65536_dropout.cu' 2025-03-04T19:47:31.1564454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k128.cu' 2025-03-04T19:47:31.1565095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k128_dropout.cu' 2025-03-04T19:47:31.1565701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k32.cu' 2025-03-04T19:47:31.1566332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k32_dropout.cu' 2025-03-04T19:47:31.1566937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k64.cu' 2025-03-04T19:47:31.1567574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k64_dropout.cu' 2025-03-04T19:47:31.1568195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k65536.cu' 2025-03-04T19:47:31.1568837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k65536_dropout.cu' 2025-03-04T19:47:31.1569466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k128.cu' 2025-03-04T19:47:31.1570115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k128_dropout.cu' 2025-03-04T19:47:31.1570724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k32.cu' 2025-03-04T19:47:31.1571423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k32_dropout.cu' 2025-03-04T19:47:31.1572235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k64.cu' 2025-03-04T19:47:31.1572898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k64_dropout.cu' 2025-03-04T19:47:31.1573516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k65536.cu' 2025-03-04T19:47:31.1574244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k65536_dropout.cu' 2025-03-04T19:47:31.1574772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF.h' 2025-03-04T19:47:31.1575402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF_bf16_aligned.cu' 2025-03-04T19:47:31.1575977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF_f16_aligned.cu' 2025-03-04T19:47:31.1576580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF_f16_notaligned.cu' 2025-03-04T19:47:31.1577155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF_f32_aligned.cu' 2025-03-04T19:47:31.1577761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF_f32_notaligned.cu' 2025-03-04T19:47:31.1578360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/generate_kernels.py' 2025-03-04T19:47:31.1578887Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels' 2025-03-04T19:47:31.1579398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/pytorch_utils.h' 2025-03-04T19:47:31.1579976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/transform/tile_smem_loader.h' 2025-03-04T19:47:31.1580495Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/transform' 2025-03-04T19:47:31.1580968Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention' 2025-03-04T19:47:31.1581398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/sdp_utils.cpp' 2025-03-04T19:47:31.1581870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda/sdp_utils.h' 2025-03-04T19:47:31.1582263Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/cuda' 2025-03-04T19:47:31.1582699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/aotriton_adapter.h' 2025-03-04T19:47:31.1583201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/aot/mha_all_aot.hip' 2025-03-04T19:47:31.1583656Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/aot' 2025-03-04T19:47:31.1584151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/ck/CMakeLists.txt' 2025-03-04T19:47:31.1584705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/ck/add_make_kernel_pt.sh' 2025-03-04T19:47:31.1585174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/ck/bias.hpp' 2025-03-04T19:47:31.1585646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/ck/fmha_bwd.hpp' 2025-03-04T19:47:31.1586114Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/ck/fmha_fwd.hpp' 2025-03-04T19:47:31.1586638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/ck/launch_kernel_pt.hpp' 2025-03-04T19:47:31.1587113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/ck/mask.hpp' 2025-03-04T19:47:31.1587604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/ck/mha_bwd_ck.hip' 2025-03-04T19:47:31.1588105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/ck/mha_fwd_ck.hip' 2025-03-04T19:47:31.1588630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/ck/mha_varlen_bwd_ck.hip' 2025-03-04T19:47:31.1589139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/ck/mha_varlen_fwd_ck.hip' 2025-03-04T19:47:31.1589728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/ck/rename_ck_autogen_files.output.txt' 2025-03-04T19:47:31.1590264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/ck/rename_ck_autogen_files.sh' 2025-03-04T19:47:31.1590741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/ck/rotary.hpp' 2025-03-04T19:47:31.1591218Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/ck' 2025-03-04T19:47:31.1591682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/flash_api.h' 2025-03-04T19:47:31.1592178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn/flash_common_hip.hpp' 2025-03-04T19:47:31.1592610Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip/flash_attn' 2025-03-04T19:47:31.1593003Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/hip' 2025-03-04T19:47:31.1593416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/sdp_utils_cpp.cpp' 2025-03-04T19:47:31.1593828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/sdp_utils_cpp.h' 2025-03-04T19:47:31.1594231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers/transformer.cpp' 2025-03-04T19:47:31.1594598Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/transformers' 2025-03-04T19:47:31.1594970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ts_native_functions.yaml' 2025-03-04T19:47:31.1595295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ufunc/add.h' 2025-03-04T19:47:31.1595623Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/ufunc' 2025-03-04T19:47:31.1595964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/utils/Factory.cpp' 2025-03-04T19:47:31.1596311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/utils/Factory.h' 2025-03-04T19:47:31.1596708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/utils/ParamUtils.h' 2025-03-04T19:47:31.1597070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/utils/ParamsHash.h' 2025-03-04T19:47:31.1597398Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/utils' 2025-03-04T19:47:31.1597766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/verbose_wrapper.cpp' 2025-03-04T19:47:31.1598108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/verbose_wrapper.h' 2025-03-04T19:47:31.1598424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vol2col.h' 2025-03-04T19:47:31.1598813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/VulkanGuardImpl.cpp' 2025-03-04T19:47:31.1599277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/VulkanOpaqueTensorImpl.h' 2025-03-04T19:47:31.1599657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Adapter.cpp' 2025-03-04T19:47:31.1600052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Adapter.h' 2025-03-04T19:47:31.1600442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Allocator.cpp' 2025-03-04T19:47:31.1600809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Allocator.h' 2025-03-04T19:47:31.1601189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Command.cpp' 2025-03-04T19:47:31.1601544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Command.h' 2025-03-04T19:47:31.1601923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Context.cpp' 2025-03-04T19:47:31.1602279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Context.h' 2025-03-04T19:47:31.1602700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Descriptor.cpp' 2025-03-04T19:47:31.1603075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Descriptor.h' 2025-03-04T19:47:31.1603454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Exception.cpp' 2025-03-04T19:47:31.1603838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Exception.h' 2025-03-04T19:47:31.1604211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Pipeline.cpp' 2025-03-04T19:47:31.1604587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Pipeline.h' 2025-03-04T19:47:31.1604965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/QueryPool.cpp' 2025-03-04T19:47:31.1605347Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/QueryPool.h' 2025-03-04T19:47:31.1605719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Resource.cpp' 2025-03-04T19:47:31.1606091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Resource.h' 2025-03-04T19:47:31.1606456Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Runtime.cpp' 2025-03-04T19:47:31.1606808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Runtime.h' 2025-03-04T19:47:31.1607180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Shader.cpp' 2025-03-04T19:47:31.1607553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Shader.h' 2025-03-04T19:47:31.1607998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/ShaderRegistry.cpp' 2025-03-04T19:47:31.1608396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/ShaderRegistry.h' 2025-03-04T19:47:31.1608781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/StringUtil.h' 2025-03-04T19:47:31.1609141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Tensor.cpp' 2025-03-04T19:47:31.1609504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Tensor.h' 2025-03-04T19:47:31.1609848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Types.h' 2025-03-04T19:47:31.1610205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/Utils.h' 2025-03-04T19:47:31.1610578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/api.h' 2025-03-04T19:47:31.1610933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api/vk_api.h' 2025-03-04T19:47:31.1611321Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/api' 2025-03-04T19:47:31.1611673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/abs.glsl' 2025-03-04T19:47:31.1612043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/abs_.glsl' 2025-03-04T19:47:31.1612480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/adaptive_avg_pool2d.glsl' 2025-03-04T19:47:31.1612887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/avg_pool2d.glsl' 2025-03-04T19:47:31.1613271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/batchnorm.glsl' 2025-03-04T19:47:31.1613705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/binary_op_scalar.glsl' 2025-03-04T19:47:31.1614150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/binary_op_tensor.glsl' 2025-03-04T19:47:31.1614571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/buffer_to_buffer.glsl' 2025-03-04T19:47:31.1614975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/cat_feature.glsl' 2025-03-04T19:47:31.1615343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/clamp.glsl' 2025-03-04T19:47:31.1615729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/clamp_.glsl' 2025-03-04T19:47:31.1616098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/conv1d.glsl' 2025-03-04T19:47:31.1616481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/conv2d.glsl' 2025-03-04T19:47:31.1616865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/conv2d_dw.glsl' 2025-03-04T19:47:31.1617321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/conv2d_dw_output_tile.glsl' 2025-03-04T19:47:31.1617702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/conv2d_pw.glsl' 2025-03-04T19:47:31.1618135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/conv_transpose2d.glsl' 2025-03-04T19:47:31.1618642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/convert_channels_to_height_packed.glsl' 2025-03-04T19:47:31.1619144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/convert_channels_to_width_packed.glsl' 2025-03-04T19:47:31.1619622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/cumsum_batch_height_width.glsl' 2025-03-04T19:47:31.1620065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/cumsum_channel.glsl' 2025-03-04T19:47:31.1620474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/dequantize.glsl' 2025-03-04T19:47:31.1620879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/extract_texel.glsl' 2025-03-04T19:47:31.1621255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/flip.glsl' 2025-03-04T19:47:31.1621729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/gelu_tanh.glsl' 2025-03-04T19:47:31.1622130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/gelu_tanh_.glsl' 2025-03-04T19:47:31.1622553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/glu_channel.glsl' 2025-03-04T19:47:31.1622974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/glu_channel_mul4.glsl' 2025-03-04T19:47:31.1623407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/hardshrink.glsl' 2025-03-04T19:47:31.1623807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/hardshrink_.glsl' 2025-03-04T19:47:31.1624211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/hardsigmoid.glsl' 2025-03-04T19:47:31.1624606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/hardsigmoid_.glsl' 2025-03-04T19:47:31.1625000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/hardswish.glsl' 2025-03-04T19:47:31.1625392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/hardswish_.glsl' 2025-03-04T19:47:31.1625850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/image2d_to_nchw.glsl' 2025-03-04T19:47:31.1626260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/image_to_nchw.glsl' 2025-03-04T19:47:31.1626708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/image_to_nchw_int32.glsl' 2025-03-04T19:47:31.1627181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/image_to_nchw_quantized_mul4.glsl' 2025-03-04T19:47:31.1627611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/image_to_nchw_uint.glsl' 2025-03-04T19:47:31.1627991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/indexing.h' 2025-03-04T19:47:31.1628385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/leaky_relu.glsl' 2025-03-04T19:47:31.1628792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/leaky_relu_.glsl' 2025-03-04T19:47:31.1629157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/lerp.glsl' 2025-03-04T19:47:31.1629535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/lerp_.glsl' 2025-03-04T19:47:31.1629929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/lerp_scalar.glsl' 2025-03-04T19:47:31.1630340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/lerp_scalar_.glsl' 2025-03-04T19:47:31.1630733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/log_softmax.glsl' 2025-03-04T19:47:31.1631137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/masked_fill.glsl' 2025-03-04T19:47:31.1631558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/max_pool2d.glsl' 2025-03-04T19:47:31.1631940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/mean_dim.glsl' 2025-03-04T19:47:31.1632370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/mean_dim_keepdim.glsl' 2025-03-04T19:47:31.1632723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/mm.glsl' 2025-03-04T19:47:31.1633139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/nchw_to_image.glsl' 2025-03-04T19:47:31.1633552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/nchw_to_image2d.glsl' 2025-03-04T19:47:31.1634006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/nchw_to_image2d_int32.glsl' 2025-03-04T19:47:31.1634468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/nchw_to_image2d_int8.glsl' 2025-03-04T19:47:31.1634927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/nchw_to_image2d_uint8.glsl' 2025-03-04T19:47:31.1635381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/nchw_to_image_bool.glsl' 2025-03-04T19:47:31.1635818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/nchw_to_image_int32.glsl' 2025-03-04T19:47:31.1636280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/nchw_to_image_int8.glsl' 2025-03-04T19:47:31.1636716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/nchw_to_image_uint8.glsl' 2025-03-04T19:47:31.1637108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/normal_.glsl' 2025-03-04T19:47:31.1637504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/permute_4d.glsl' 2025-03-04T19:47:31.1637965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/pow_scalar_tensor.glsl' 2025-03-04T19:47:31.1638437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantize_per_tensor_qint32.glsl' 2025-03-04T19:47:31.1638913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantize_per_tensor_qint8.glsl' 2025-03-04T19:47:31.1639383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantize_per_tensor_quint8.glsl' 2025-03-04T19:47:31.1639803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_add.glsl' 2025-03-04T19:47:31.1640247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_addmm_qint8.glsl' 2025-03-04T19:47:31.1640717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_addmm_quint8.glsl' 2025-03-04T19:47:31.1641167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_clamp_qint8.glsl' 2025-03-04T19:47:31.1641621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_clamp_qint8_.glsl' 2025-03-04T19:47:31.1642088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_clamp_quint8.glsl' 2025-03-04T19:47:31.1642606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_clamp_quint8_.glsl' 2025-03-04T19:47:31.1643154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_conv2d.glsl' 2025-03-04T19:47:31.1643587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_conv2d_dw.glsl' 2025-03-04T19:47:31.1644090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_conv2d_pw_2x2.glsl' 2025-03-04T19:47:31.1644565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_conv_transpose2d.glsl' 2025-03-04T19:47:31.1644977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_div.glsl' 2025-03-04T19:47:31.1645463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_gelu_tanh_qint8.glsl' 2025-03-04T19:47:31.1645930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_gelu_tanh_qint8_.glsl' 2025-03-04T19:47:31.1646410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_gelu_tanh_quint8.glsl' 2025-03-04T19:47:31.1646926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_gelu_tanh_quint8_.glsl' 2025-03-04T19:47:31.1647414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_max_pool2d_qint8.glsl' 2025-03-04T19:47:31.1647913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_max_pool2d_quint8.glsl' 2025-03-04T19:47:31.1648360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_mm_qint8.glsl' 2025-03-04T19:47:31.1648800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_mm_quint8.glsl' 2025-03-04T19:47:31.1649210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_mul.glsl' 2025-03-04T19:47:31.1649633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_sub.glsl' 2025-03-04T19:47:31.1650116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/quantized_upsample_nearest2d.glsl' 2025-03-04T19:47:31.1650513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/random.h' 2025-03-04T19:47:31.1650939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/reflection_pad2d.glsl' 2025-03-04T19:47:31.1651382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/replication_pad2d.glsl' 2025-03-04T19:47:31.1651797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/select_batch_4d.glsl' 2025-03-04T19:47:31.1652226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/select_depth_3d.glsl' 2025-03-04T19:47:31.1652643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/select_depth_4d.glsl' 2025-03-04T19:47:31.1653079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/select_height_3d.glsl' 2025-03-04T19:47:31.1653501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/select_height_4d.glsl' 2025-03-04T19:47:31.1653917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/select_width_3d.glsl' 2025-03-04T19:47:31.1654343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/select_width_4d.glsl' 2025-03-04T19:47:31.1654751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/shader_params.yaml' 2025-03-04T19:47:31.1655141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/sigmoid.glsl' 2025-03-04T19:47:31.1655522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/sigmoid_.glsl' 2025-03-04T19:47:31.1655914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/slice_4d.glsl' 2025-03-04T19:47:31.1656489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/softmax_batch_height_width.glsl' 2025-03-04T19:47:31.1656924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/softmax_channel.glsl' 2025-03-04T19:47:31.1657330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/stack_feature.glsl' 2025-03-04T19:47:31.1657708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/sum_dim.glsl' 2025-03-04T19:47:31.1658141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/sum_dim_keepdim.glsl' 2025-03-04T19:47:31.1658506Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/tanh.glsl' 2025-03-04T19:47:31.1658885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/tanh_.glsl' 2025-03-04T19:47:31.1659301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/texel_access.h' 2025-03-04T19:47:31.1659726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/threshold.glsl' 2025-03-04T19:47:31.1660104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/unary_op.glsl' 2025-03-04T19:47:31.1660498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/uniform_.glsl' 2025-03-04T19:47:31.1660883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/unsqueeze.glsl' 2025-03-04T19:47:31.1661392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/upsample_bilinear2d_align_false.glsl' 2025-03-04T19:47:31.1661946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/upsample_bilinear2d_align_true.glsl' 2025-03-04T19:47:31.1662388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/upsample_nearest2d.glsl' 2025-03-04T19:47:31.1662796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl/zero.glsl' 2025-03-04T19:47:31.1663147Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/glsl' 2025-03-04T19:47:31.1663546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/impl/Arithmetic.cpp' 2025-03-04T19:47:31.1663922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/impl/Arithmetic.h' 2025-03-04T19:47:31.1664308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/impl/Common.cpp' 2025-03-04T19:47:31.1664663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/impl/Common.h' 2025-03-04T19:47:31.1665051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/impl/Packing.cpp' 2025-03-04T19:47:31.1665414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/impl/Packing.h' 2025-03-04T19:47:31.1665768Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/impl' 2025-03-04T19:47:31.1666154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Batchnorm.cpp' 2025-03-04T19:47:31.1666524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Batchnorm.h' 2025-03-04T19:47:31.1666907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/BinaryOp.cpp' 2025-03-04T19:47:31.1667261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Clamp.cpp' 2025-03-04T19:47:31.1667624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Clone.cpp' 2025-03-04T19:47:31.1668004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Common.h' 2025-03-04T19:47:31.1668378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Concat.cpp' 2025-03-04T19:47:31.1668729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Convert.h' 2025-03-04T19:47:31.1669127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Convolution.cpp' 2025-03-04T19:47:31.1669505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Convolution.h' 2025-03-04T19:47:31.1669855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Copy.cpp' 2025-03-04T19:47:31.1670209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Copy.h' 2025-03-04T19:47:31.1670594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Expand.cpp' 2025-03-04T19:47:31.1670978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Factory.cpp' 2025-03-04T19:47:31.1671357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Factory.h' 2025-03-04T19:47:31.1671721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Flip.cpp' 2025-03-04T19:47:31.1672247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Glu.cpp' 2025-03-04T19:47:31.1672607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Gru.cpp' 2025-03-04T19:47:31.1672944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Gru.h' 2025-03-04T19:47:31.1673321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Layernorm.cpp' 2025-03-04T19:47:31.1673702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Layernorm.h' 2025-03-04T19:47:31.1674134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Lerp.cpp' 2025-03-04T19:47:31.1674498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Lstm.cpp' 2025-03-04T19:47:31.1674835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Lstm.h' 2025-03-04T19:47:31.1675227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/MaskedFill.cpp' 2025-03-04T19:47:31.1675577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Mean.cpp' 2025-03-04T19:47:31.1675926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Mm.cpp' 2025-03-04T19:47:31.1676261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Mm.h' 2025-03-04T19:47:31.1676677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/NativeLayerNorm.cpp' 2025-03-04T19:47:31.1677064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Padding.cpp' 2025-03-04T19:47:31.1677430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Permute.cpp' 2025-03-04T19:47:31.1677791Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Pool.cpp' 2025-03-04T19:47:31.1678210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/QuantizedFunctions.h' 2025-03-04T19:47:31.1678636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/QuantizedTensor.cpp' 2025-03-04T19:47:31.1678995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Random.cpp' 2025-03-04T19:47:31.1679380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Register.cpp' 2025-03-04T19:47:31.1679779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Register.h' 2025-03-04T19:47:31.1680139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Repeat.cpp' 2025-03-04T19:47:31.1680510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Scalar.cpp' 2025-03-04T19:47:31.1680867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Select.cpp' 2025-03-04T19:47:31.1681231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Shape.cpp' 2025-03-04T19:47:31.1681583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Slice.cpp' 2025-03-04T19:47:31.1681963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Softmax.cpp' 2025-03-04T19:47:31.1682349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Stack.cpp' 2025-03-04T19:47:31.1682712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Sum.cpp' 2025-03-04T19:47:31.1683095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Tile.cpp' 2025-03-04T19:47:31.1683486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Transpose.cpp' 2025-03-04T19:47:31.1683855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/UnaryOp.cpp' 2025-03-04T19:47:31.1684230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Unsqueeze.cpp' 2025-03-04T19:47:31.1684617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Upsample.cpp' 2025-03-04T19:47:31.1684970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Utils.cpp' 2025-03-04T19:47:31.1685328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Utils.h' 2025-03-04T19:47:31.1685701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Var.cpp' 2025-03-04T19:47:31.1686139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/VulkanPackedContext.h' 2025-03-04T19:47:31.1686491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/Zero.cpp' 2025-03-04T19:47:31.1686863Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops/cumsum.cpp' 2025-03-04T19:47:31.1687208Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan/ops' 2025-03-04T19:47:31.1687542Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/vulkan' 2025-03-04T19:47:31.1687928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/xnnpack/Activation.cpp' 2025-03-04T19:47:31.1688323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/xnnpack/AveragePooling.cpp' 2025-03-04T19:47:31.1688727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp' 2025-03-04T19:47:31.1689065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/xnnpack/Common.h' 2025-03-04T19:47:31.1689447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/xnnpack/Convolution.cpp' 2025-03-04T19:47:31.1689810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/xnnpack/Convolution.h' 2025-03-04T19:47:31.1690157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/xnnpack/Engine.h' 2025-03-04T19:47:31.1690493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/xnnpack/Init.cpp' 2025-03-04T19:47:31.1690880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/xnnpack/Linear.cpp' 2025-03-04T19:47:31.1691234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/xnnpack/Linear.h' 2025-03-04T19:47:31.1691604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/xnnpack/MaxPooling.cpp' 2025-03-04T19:47:31.1691975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/xnnpack/OpContext.cpp' 2025-03-04T19:47:31.1692326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/xnnpack/OpContext.h' 2025-03-04T19:47:31.1692682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/xnnpack/Pooling.h' 2025-03-04T19:47:31.1693119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp' 2025-03-04T19:47:31.1693469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/xnnpack/Shim.cpp' 2025-03-04T19:47:31.1693841Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/xnnpack' 2025-03-04T19:47:31.1694167Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native' 2025-03-04T19:47:31.1694502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/nnapi/CMakeLists.txt' 2025-03-04T19:47:31.1694838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/nnapi/NeuralNetworks.h' 2025-03-04T19:47:31.1695155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/nnapi/codegen.py' 2025-03-04T19:47:31.1695473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/nnapi/nnapi_bind.cpp' 2025-03-04T19:47:31.1695797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/nnapi/nnapi_bind.h' 2025-03-04T19:47:31.1696155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/nnapi/nnapi_model_loader.cpp' 2025-03-04T19:47:31.1696522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/nnapi/nnapi_model_loader.h' 2025-03-04T19:47:31.1696891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/nnapi/nnapi_register.cpp' 2025-03-04T19:47:31.1697229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/nnapi/nnapi_wrapper.cpp' 2025-03-04T19:47:31.1697568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/nnapi/nnapi_wrapper.h' 2025-03-04T19:47:31.1697868Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/nnapi' 2025-03-04T19:47:31.1698174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ops/from_blob.h' 2025-03-04T19:47:31.1698457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ops/tensor.h' 2025-03-04T19:47:31.1698757Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/ops' 2025-03-04T19:47:31.1699102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/quantized/CMakeLists.txt' 2025-03-04T19:47:31.1699467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/quantized/QTensorImpl.cpp' 2025-03-04T19:47:31.1699804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/quantized/QTensorImpl.h' 2025-03-04T19:47:31.1700143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/quantized/Quantizer.cpp' 2025-03-04T19:47:31.1700482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/quantized/Quantizer.h' 2025-03-04T19:47:31.1700794Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/quantized' 2025-03-04T19:47:31.1701119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/record_function.cpp' 2025-03-04T19:47:31.1701424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/record_function.h' 2025-03-04T19:47:31.1701890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/ATenOpList.cpp' 2025-03-04T19:47:31.1702318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/CompositeViewCopyKernels.cpp' 2025-03-04T19:47:31.1702715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/DispatchKeyFunction.h' 2025-03-04T19:47:31.1703100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/DispatchKeyFunctions.h' 2025-03-04T19:47:31.1703507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/DispatchKeyFunctions_inl.h' 2025-03-04T19:47:31.1703959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/DispatchKeyNativeFunctions.cpp' 2025-03-04T19:47:31.1704384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/DispatchKeyNativeFunctions.h' 2025-03-04T19:47:31.1704748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/Function.h' 2025-03-04T19:47:31.1705132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/FunctionalInverses.h' 2025-03-04T19:47:31.1705515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/Functions.cpp' 2025-03-04T19:47:31.1705848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/Functions.h' 2025-03-04T19:47:31.1706169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/LazyIr.h' 2025-03-04T19:47:31.1706530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/LazyNonNativeIr.h' 2025-03-04T19:47:31.1706901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/MethodOperators.h' 2025-03-04T19:47:31.1707252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/NativeFunction.h' 2025-03-04T19:47:31.1707614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/NativeFunctions.h' 2025-03-04T19:47:31.1708029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/NativeMetaFunction.h' 2025-03-04T19:47:31.1708414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/NativeMetaFunctions.h' 2025-03-04T19:47:31.1708747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/Operator.h' 2025-03-04T19:47:31.1709087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/Operators.cpp' 2025-03-04T19:47:31.1709429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/Operators.h' 2025-03-04T19:47:31.1709819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/RedispatchFunctions.cpp' 2025-03-04T19:47:31.1710212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/RedispatchFunctions.h' 2025-03-04T19:47:31.1710621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/RegisterBackendSelect.cpp' 2025-03-04T19:47:31.1711077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2025-03-04T19:47:31.1711528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/RegisterDispatchDefinitions.ini' 2025-03-04T19:47:31.1711922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/RegisterDispatchKey.cpp' 2025-03-04T19:47:31.1712364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/RegisterFunctionalization.cpp' 2025-03-04T19:47:31.1712730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/RegisterSchema.cpp' 2025-03-04T19:47:31.1713178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/RegistrationDeclarations.h' 2025-03-04T19:47:31.1713516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/TensorBody.h' 2025-03-04T19:47:31.1713916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/TensorMethods.cpp' 2025-03-04T19:47:31.1714255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/UfuncCPU.cpp' 2025-03-04T19:47:31.1714620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/UfuncCPUKernel.cpp' 2025-03-04T19:47:31.1714967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/UfuncCUDA.cu' 2025-03-04T19:47:31.1715354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/UnboxingFunctions.cpp' 2025-03-04T19:47:31.1715741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/UnboxingFunctions.h' 2025-03-04T19:47:31.1716129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/aten_interned_strings.h' 2025-03-04T19:47:31.1716492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates/enum_tag.h' 2025-03-04T19:47:31.1716837Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/templates' 2025-03-04T19:47:31.1717166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/CMakeLists.txt' 2025-03-04T19:47:31.1717478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/Dict_test.cpp' 2025-03-04T19:47:31.1717821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/Dimname_test.cpp' 2025-03-04T19:47:31.1718200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/ExclusivelyOwned_test.cpp' 2025-03-04T19:47:31.1718543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/MaybeOwned_test.cpp' 2025-03-04T19:47:31.1718907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/NamedTensor_test.cpp' 2025-03-04T19:47:31.1719262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/StorageUtils_test.cpp' 2025-03-04T19:47:31.1719658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/allocator_clone_test.h' 2025-03-04T19:47:31.1720006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/apply_utils_test.cpp' 2025-03-04T19:47:31.1720318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/atest.cpp' 2025-03-04T19:47:31.1720616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/basic.cpp' 2025-03-04T19:47:31.1720970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/broadcast_test.cpp' 2025-03-04T19:47:31.1721330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cpu_allocator_test.cpp' 2025-03-04T19:47:31.1721728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cpu_caching_allocator_test.cpp' 2025-03-04T19:47:31.1722106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cpu_generator_test.cpp' 2025-03-04T19:47:31.1722515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cpu_profiling_allocator_test.cpp' 2025-03-04T19:47:31.1722859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cpu_rng_test.cpp' 2025-03-04T19:47:31.1723286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_allocatorTraceTracker_test.cpp' 2025-03-04T19:47:31.1723661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_allocator_test.cpp' 2025-03-04T19:47:31.1724006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_apply_test.cpp' 2025-03-04T19:47:31.1724379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_atomic_ops_test.cu' 2025-03-04T19:47:31.1724803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_caching_host_allocator_test.cpp' 2025-03-04T19:47:31.1725206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_complex_math_test.cu' 2025-03-04T19:47:31.1725568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_complex_test.cu' 2025-03-04T19:47:31.1725898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_cub_test.cu' 2025-03-04T19:47:31.1726253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_cudnn_test.cpp' 2025-03-04T19:47:31.1726596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_device_test.cpp' 2025-03-04T19:47:31.1726992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_distributions_test.cu' 2025-03-04T19:47:31.1727364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_dlconvertor_test.cpp' 2025-03-04T19:47:31.1727758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_generator_test.cu' 2025-03-04T19:47:31.1728113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_half_test.cu' 2025-03-04T19:47:31.1728494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_integer_divider_test.cu' 2025-03-04T19:47:31.1728856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_optional_test.cu' 2025-03-04T19:47:31.1729268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_packedtensoraccessor_test.cu' 2025-03-04T19:47:31.1729678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_reportMemoryUsage_test.cpp' 2025-03-04T19:47:31.1730021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_stream_test.cpp' 2025-03-04T19:47:31.1730415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_tensor_interop_test.cpp' 2025-03-04T19:47:31.1730816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/cuda_vectorized_test.cu' 2025-03-04T19:47:31.1731205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/dispatch_key_set_test.cpp' 2025-03-04T19:47:31.1731551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/dlconvertor_test.cpp' 2025-03-04T19:47:31.1731936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/extension_backend_test.cpp' 2025-03-04T19:47:31.1732243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/half_test.cpp' 2025-03-04T19:47:31.1732563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/ivalue_test.cpp' 2025-03-04T19:47:31.1732918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/lazy_tensor_test.cpp' 2025-03-04T19:47:31.1733262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/legacy_vmap_test.cpp' 2025-03-04T19:47:31.1733620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/math_kernel_test.cpp' 2025-03-04T19:47:31.1733973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/memory_format_test.cpp' 2025-03-04T19:47:31.1734367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/memory_overlapping_test.cpp' 2025-03-04T19:47:31.1734742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/mobile_memory_cleanup.cpp' 2025-03-04T19:47:31.1735110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/mps_test_allocator.cpp' 2025-03-04T19:47:31.1735482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/mps_test_metal_library.cpp' 2025-03-04T19:47:31.1735855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/mps_test_objc_interface.mm' 2025-03-04T19:47:31.1736233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/mps_test_print.cpp' 2025-03-04T19:47:31.1736556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/native_test.cpp' 2025-03-04T19:47:31.1736928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/operator_name_test.cpp' 2025-03-04T19:47:31.1737269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/operators_test.cpp' 2025-03-04T19:47:31.1737680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/packedtensoraccessor_test.cpp' 2025-03-04T19:47:31.1737988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/pow_test.cpp' 2025-03-04T19:47:31.1738341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/quantized_test.cpp' 2025-03-04T19:47:31.1738683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/reduce_ops_test.cpp' 2025-03-04T19:47:31.1739058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/reportMemoryUsage.h' 2025-03-04T19:47:31.1739478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/reportMemoryUsage_test.cpp' 2025-03-04T19:47:31.1739777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/rng_test.h' 2025-03-04T19:47:31.1740141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/scalar_tensor_test.cpp' 2025-03-04T19:47:31.1740459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/scalar_test.cpp' 2025-03-04T19:47:31.1740848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/stride_properties_test.cpp' 2025-03-04T19:47:31.1741207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/tensor_interop_test.cpp' 2025-03-04T19:47:31.1741666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/tensor_iterator_test.cpp' 2025-03-04T19:47:31.1741977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/test_assert.h' 2025-03-04T19:47:31.1742387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/test_install/CMakeLists.txt' 2025-03-04T19:47:31.1742750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/test_install/main.cpp' 2025-03-04T19:47:31.1743098Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/test_install' 2025-03-04T19:47:31.1743445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/test_parallel.cpp' 2025-03-04T19:47:31.1743818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/test_thread_pool_guard.cpp' 2025-03-04T19:47:31.1744175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/thread_init_test.cpp' 2025-03-04T19:47:31.1744510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/type_ptr_test.cpp' 2025-03-04T19:47:31.1744837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/type_test.cpp' 2025-03-04T19:47:31.1745211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/undefined_tensor_test.cpp' 2025-03-04T19:47:31.1745561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/vec_test_all_types.cpp' 2025-03-04T19:47:31.1745916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/vec_test_all_types.h' 2025-03-04T19:47:31.1746288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/verify_api_visibility.cpp' 2025-03-04T19:47:31.1746601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/vitals.cpp' 2025-03-04T19:47:31.1746943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/vulkan_api_test.cpp' 2025-03-04T19:47:31.1747342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/vulkan_quantized_api_test.cpp' 2025-03-04T19:47:31.1747699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/weakref_test.cpp' 2025-03-04T19:47:31.1748039Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/wrapdim_test.cpp' 2025-03-04T19:47:31.1748377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/xla_tensor_test.cpp' 2025-03-04T19:47:31.1748708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/xnnpack_test.cpp' 2025-03-04T19:47:31.1749131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/xpu_caching_host_allocator_test.cpp' 2025-03-04T19:47:31.1749471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/xpu_device_test.cpp' 2025-03-04T19:47:31.1749818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/xpu_event_test.cpp' 2025-03-04T19:47:31.1750224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test/xpu_generator_test.cpp' 2025-03-04T19:47:31.1750556Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/test' 2025-03-04T19:47:31.1750869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/vulkan/Context.cpp' 2025-03-04T19:47:31.1751184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/vulkan/Context.h' 2025-03-04T19:47:31.1751482Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/vulkan' 2025-03-04T19:47:31.1751849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/xpu/CachingHostAllocator.cpp' 2025-03-04T19:47:31.1752215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/xpu/CachingHostAllocator.h' 2025-03-04T19:47:31.1752578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/xpu/PinnedMemoryAllocator.h' 2025-03-04T19:47:31.1752904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/xpu/XPUContext.cpp' 2025-03-04T19:47:31.1753234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/xpu/XPUContext.h' 2025-03-04T19:47:31.1753549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/xpu/XPUDevice.h' 2025-03-04T19:47:31.1753847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/xpu/XPUEvent.h' 2025-03-04T19:47:31.1754208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/xpu/XPUGeneratorImpl.cpp' 2025-03-04T19:47:31.1754546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/xpu/XPUGeneratorImpl.h' 2025-03-04T19:47:31.1754883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/xpu/detail/XPUHooks.cpp' 2025-03-04T19:47:31.1755222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/xpu/detail/XPUHooks.h' 2025-03-04T19:47:31.1755540Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/xpu/detail' 2025-03-04T19:47:31.1755842Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen/xpu' 2025-03-04T19:47:31.1756117Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/ATen' 2025-03-04T19:47:31.1756388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/README.md' 2025-03-04T19:47:31.1756682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/THC/CMakeLists.txt' 2025-03-04T19:47:31.1756987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/THC/THCAtomics.cuh' 2025-03-04T19:47:31.1757298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/THC/THCDeviceUtils.cuh' 2025-03-04T19:47:31.1757569Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src/THC' 2025-03-04T19:47:31.1757837Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/src' 2025-03-04T19:47:31.1758146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/tools/run_tests.sh' 2025-03-04T19:47:31.1758445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/tools/test_install.sh' 2025-03-04T19:47:31.1758716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/tools/valgrind.sup' 2025-03-04T19:47:31.1758994Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten/tools' 2025-03-04T19:47:31.1759236Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/aten' 2025-03-04T19:47:31.1759509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/README.md' 2025-03-04T19:47:31.1759858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/compare-fastrnn-results.py' 2025-03-04T19:47:31.1760124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/compare.sh' 2025-03-04T19:47:31.1760473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/ddp/README.md' 2025-03-04T19:47:31.1760851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/ddp/benchmark.py' 2025-03-04T19:47:31.1761217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/ddp/diff.py' 2025-03-04T19:47:31.1761545Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/ddp' 2025-03-04T19:47:31.1761977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/README.md' 2025-03-04T19:47:31.1762543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/configurations/data_configurations.json' 2025-03-04T19:47:31.1763229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/configurations/model_configurations.json' 2025-03-04T19:47:31.1763722Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/configurations' 2025-03-04T19:47:31.1764212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/data/DummyData.py' 2025-03-04T19:47:31.1764673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/data/__init__.py' 2025-03-04T19:47:31.1765110Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/data' 2025-03-04T19:47:31.1765551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/launcher.py' 2025-03-04T19:47:31.1766123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/metrics/CPUMetric.py' 2025-03-04T19:47:31.1766611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/metrics/CUDAMetric.py' 2025-03-04T19:47:31.1767085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/metrics/MetricBase.py' 2025-03-04T19:47:31.1767591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/metrics/MetricsLogger.py' 2025-03-04T19:47:31.1768142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/metrics/ProcessedMetricsPrinter.py' 2025-03-04T19:47:31.1768604Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/metrics' 2025-03-04T19:47:31.1769075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/models/DummyModel.py' 2025-03-04T19:47:31.1769534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/models/__init__.py' 2025-03-04T19:47:31.1769990Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/models' 2025-03-04T19:47:31.1770485Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/server/__init__.py' 2025-03-04T19:47:31.1770979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/server/server.py' 2025-03-04T19:47:31.1771421Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/server' 2025-03-04T19:47:31.1772185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/trainer/__init__.py' 2025-03-04T19:47:31.1772663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/trainer/criterions.py' 2025-03-04T19:47:31.1773147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/trainer/ddp_models.py' 2025-03-04T19:47:31.1773699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/trainer/hook_states.py' 2025-03-04T19:47:31.1774168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/trainer/hooks.py' 2025-03-04T19:47:31.1774759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/trainer/iteration_steps.py' 2025-03-04T19:47:31.1775269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/trainer/preprocess_data.py' 2025-03-04T19:47:31.1775733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/trainer/trainer.py' 2025-03-04T19:47:31.1776184Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/trainer' 2025-03-04T19:47:31.1776610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server/utils.py' 2025-03-04T19:47:31.1777026Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/parameter_server' 2025-03-04T19:47:31.1777432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/rl/README.md' 2025-03-04T19:47:31.1777778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/rl/agent.py' 2025-03-04T19:47:31.1778167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/rl/coordinator.py' 2025-03-04T19:47:31.1778523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/rl/launcher.py' 2025-03-04T19:47:31.1778894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/rl/observer.py' 2025-03-04T19:47:31.1779238Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc/rl' 2025-03-04T19:47:31.1779581Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed/rpc' 2025-03-04T19:47:31.1779912Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/distributed' 2025-03-04T19:47:31.1780206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/Makefile' 2025-03-04T19:47:31.1780515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/README.md' 2025-03-04T19:47:31.1780815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/__init__.py' 2025-03-04T19:47:31.1781216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/all_torchbench_models_list.txt' 2025-03-04T19:47:31.1781594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/benchmarks.py' 2025-03-04T19:47:31.1781924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/cachebench.py' 2025-03-04T19:47:31.1782255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/check_accuracy.py' 2025-03-04T19:47:31.1782624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/check_csv.py' 2025-03-04T19:47:31.1782990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/check_graph_breaks.py' 2025-03-04T19:47:31.1783397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/check_memory_compression_ratio.py' 2025-03-04T19:47:31.1783743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/check_perf_csv.py' 2025-03-04T19:47:31.1784250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/aot_eager_huggingface_inference.csv' 2025-03-04T19:47:31.1784763Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/aot_eager_huggingface_training.csv' 2025-03-04T19:47:31.1785235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/aot_eager_timm_inference.csv' 2025-03-04T19:47:31.1785746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/aot_eager_timm_training.csv' 2025-03-04T19:47:31.1786269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/aot_eager_torchbench_inference.csv' 2025-03-04T19:47:31.1786776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/aot_eager_torchbench_training.csv' 2025-03-04T19:47:31.1787291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/aot_inductor_huggingface_inference.csv' 2025-03-04T19:47:31.1787786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/aot_inductor_timm_inference.csv' 2025-03-04T19:47:31.1788295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/aot_inductor_torchbench_inference.csv' 2025-03-04T19:47:31.1788880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/cpu_aot_inductor_amp_freezing_torchbench_inference.csv' 2025-03-04T19:47:31.1789496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/cpu_aot_inductor_freezing_huggingface_inference.csv' 2025-03-04T19:47:31.1790036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/cpu_aot_inductor_freezing_timm_inference.csv' 2025-03-04T19:47:31.1790609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/cpu_aot_inductor_freezing_torchbench_inference.csv' 2025-03-04T19:47:31.1791179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_amp_freezing_huggingface_inference.csv' 2025-03-04T19:47:31.1791731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_amp_freezing_timm_inference.csv' 2025-03-04T19:47:31.1792303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_amp_freezing_torchbench_inference.csv' 2025-03-04T19:47:31.1792870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_freezing_huggingface_inference.csv' 2025-03-04T19:47:31.1793392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_freezing_timm_inference.csv' 2025-03-04T19:47:31.1793954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_freezing_torchbench_inference.csv' 2025-03-04T19:47:31.1794470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_huggingface_inference.csv' 2025-03-04T19:47:31.1794965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_timm_inference.csv' 2025-03-04T19:47:31.1795501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_torchbench_inference.csv' 2025-03-04T19:47:31.1796047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/cu124/aot_inductor_torchbench_inference.csv' 2025-03-04T19:47:31.1796598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/cu124/dynamic_inductor_huggingface_training.csv' 2025-03-04T19:47:31.1797112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/cu124/inductor_huggingface_training.csv' 2025-03-04T19:47:31.1797540Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/cu124' 2025-03-04T19:47:31.1798072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_huggingface_inference.csv' 2025-03-04T19:47:31.1798642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_huggingface_training.csv' 2025-03-04T19:47:31.1799170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_timm_inference.csv' 2025-03-04T19:47:31.1799678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_timm_training.csv' 2025-03-04T19:47:31.1800205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_torchbench_inference.csv' 2025-03-04T19:47:31.1800742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_torchbench_training.csv' 2025-03-04T19:47:31.1801354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_aot_inductor_amp_freezing_torchbench_inference.csv' 2025-03-04T19:47:31.1801992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_aot_inductor_freezing_torchbench_inference.csv' 2025-03-04T19:47:31.1802541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_inductor_huggingface_inference.csv' 2025-03-04T19:47:31.1803068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_inductor_timm_inference.csv' 2025-03-04T19:47:31.1803611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_inductor_torchbench_inference.csv' 2025-03-04T19:47:31.1804152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_huggingface_inference.csv' 2025-03-04T19:47:31.1804674Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_huggingface_training.csv' 2025-03-04T19:47:31.1805176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_timm_inference.csv' 2025-03-04T19:47:31.1805680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_timm_training.csv' 2025-03-04T19:47:31.1806206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_torchbench_inference.csv' 2025-03-04T19:47:31.1806737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_torchbench_training.csv' 2025-03-04T19:47:31.1807250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_huggingface_inference.csv' 2025-03-04T19:47:31.1807772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_huggingface_training.csv' 2025-03-04T19:47:31.1808282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_timm_inference.csv' 2025-03-04T19:47:31.1808774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_timm_training.csv' 2025-03-04T19:47:31.1809281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_torchbench_inference.csv' 2025-03-04T19:47:31.1809799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_torchbench_training.csv' 2025-03-04T19:47:31.1810294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/inductor_huggingface_inference.csv' 2025-03-04T19:47:31.1810793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/inductor_huggingface_training.csv' 2025-03-04T19:47:31.1811286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/inductor_timm_inference.csv' 2025-03-04T19:47:31.1811775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/inductor_timm_training.csv' 2025-03-04T19:47:31.1812279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/inductor_torchbench_inference.csv' 2025-03-04T19:47:31.1812767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/inductor_torchbench_training.csv' 2025-03-04T19:47:31.1813301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/aot_eager_huggingface_inference.csv' 2025-03-04T19:47:31.1813815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/aot_eager_huggingface_training.csv' 2025-03-04T19:47:31.1814314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/aot_eager_timm_inference.csv' 2025-03-04T19:47:31.1814823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/aot_eager_timm_training.csv' 2025-03-04T19:47:31.1815355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/aot_eager_torchbench_inference.csv' 2025-03-04T19:47:31.1815866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/aot_eager_torchbench_training.csv' 2025-03-04T19:47:31.1816407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/aot_inductor_huggingface_inference.csv' 2025-03-04T19:47:31.1816910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/aot_inductor_timm_inference.csv' 2025-03-04T19:47:31.1817450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/aot_inductor_torchbench_inference.csv' 2025-03-04T19:47:31.1818011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_aot_eager_huggingface_inference.csv' 2025-03-04T19:47:31.1818560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_aot_eager_huggingface_training.csv' 2025-03-04T19:47:31.1819093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_aot_eager_timm_inference.csv' 2025-03-04T19:47:31.1819614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_aot_eager_timm_training.csv' 2025-03-04T19:47:31.1820178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_aot_eager_torchbench_inference.csv' 2025-03-04T19:47:31.1820725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_aot_eager_torchbench_training.csv' 2025-03-04T19:47:31.1821315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_inductor_huggingface_inference.csv' 2025-03-04T19:47:31.1822000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_inductor_huggingface_training.csv' 2025-03-04T19:47:31.1822539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_inductor_timm_inference.csv' 2025-03-04T19:47:31.1823055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_inductor_timm_training.csv' 2025-03-04T19:47:31.1823616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_inductor_torchbench_inference.csv' 2025-03-04T19:47:31.1824208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_inductor_torchbench_training.csv' 2025-03-04T19:47:31.1824778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/dynamo_eager_huggingface_inference.csv' 2025-03-04T19:47:31.1825309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/dynamo_eager_huggingface_training.csv' 2025-03-04T19:47:31.1825820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/dynamo_eager_timm_inference.csv' 2025-03-04T19:47:31.1826318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/dynamo_eager_timm_training.csv' 2025-03-04T19:47:31.1826845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/dynamo_eager_torchbench_inference.csv' 2025-03-04T19:47:31.1827387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/dynamo_eager_torchbench_training.csv' 2025-03-04T19:47:31.1827935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/inductor_huggingface_inference.csv' 2025-03-04T19:47:31.1828461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/inductor_huggingface_training.csv' 2025-03-04T19:47:31.1828947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/inductor_timm_inference.csv' 2025-03-04T19:47:31.1829447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/inductor_timm_training.csv' 2025-03-04T19:47:31.1829964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/inductor_torchbench_inference.csv' 2025-03-04T19:47:31.1830487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm/inductor_torchbench_training.csv' 2025-03-04T19:47:31.1830903Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/rocm' 2025-03-04T19:47:31.1831351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy/update_expected.py' 2025-03-04T19:47:31.1831738Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/ci_expected_accuracy' 2025-03-04T19:47:31.1832065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/combine_csv.py' 2025-03-04T19:47:31.1832363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/common.py' 2025-03-04T19:47:31.1832672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/dist_util.py' 2025-03-04T19:47:31.1833001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/distributed.py' 2025-03-04T19:47:31.1833475Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/expected_ci_perf_inductor_torchbench.csv' 2025-03-04T19:47:31.1833962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/expected_ci_speedup_inductor_torchbench_cpu.csv' 2025-03-04T19:47:31.1834281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/huggingface.py' 2025-03-04T19:47:31.1834619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/huggingface.yaml' 2025-03-04T19:47:31.1835004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/huggingface_models_list.txt' 2025-03-04T19:47:31.1835417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/huggingface_models_list_cpu.txt' 2025-03-04T19:47:31.1835736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/join_results.py' 2025-03-04T19:47:31.1836148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/__init__.py' 2025-03-04T19:47:31.1836615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/analyze_templates.py' 2025-03-04T19:47:31.1837026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/bench_mm_fusion.py' 2025-03-04T19:47:31.1837457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/benchmark_helper.py' 2025-03-04T19:47:31.1837930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/cache_debug_microbenchmarks.py' 2025-03-04T19:47:31.1838410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/cache_hit_microbenchmarks.py' 2025-03-04T19:47:31.1838831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/dynamo_guard_eval.py' 2025-03-04T19:47:31.1839298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/dynamo_microbenchmarks.py' 2025-03-04T19:47:31.1839815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/fx_microbenchmarks.py' 2025-03-04T19:47:31.1840227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/inductor_bmm.py' 2025-03-04T19:47:31.1840663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/inductor_cpu_atomic.py' 2025-03-04T19:47:31.1841054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/inductor_mm.py' 2025-03-04T19:47:31.1841461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/matmul_relu.py' 2025-03-04T19:47:31.1841852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/microbench.py' 2025-03-04T19:47:31.1842233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/model.py' 2025-03-04T19:47:31.1842847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/AlbertForMaskedLM_training.txt' 2025-03-04T19:47:31.1843505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/AlbertForQuestionAnswering_training.txt' 2025-03-04T19:47:31.1844121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/AllenaiLongformerBase_training.txt' 2025-03-04T19:47:31.1844725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BartForCausalLM_training.txt' 2025-03-04T19:47:31.1845376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BartForConditionalGeneration_training.txt' 2025-03-04T19:47:31.1846007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BertForMaskedLM_training.txt' 2025-03-04T19:47:31.1846639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BertForQuestionAnswering_training.txt' 2025-03-04T19:47:31.1847207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BigBird_training.txt' 2025-03-04T19:47:31.1847850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BlenderbotSmallForCausalLM_training.txt' 2025-03-04T19:47:31.1848577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BlenderbotSmallForConditionalGeneration_training.txt' 2025-03-04T19:47:31.1849167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/CamemBert_training.txt' 2025-03-04T19:47:31.1849773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DebertaForMaskedLM_training.txt' 2025-03-04T19:47:31.1850459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DebertaForQuestionAnswering_training.txt' 2025-03-04T19:47:31.1851073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DebertaV2ForMaskedLM_training.txt' 2025-03-04T19:47:31.1851743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DebertaV2ForQuestionAnswering_training.txt' 2025-03-04T19:47:31.1852361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DistilBertForMaskedLM_training.txt' 2025-03-04T19:47:31.1853065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DistilBertForQuestionAnswering_training.txt' 2025-03-04T19:47:31.1853641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DistillGPT2_training.txt' 2025-03-04T19:47:31.1854255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/ElectraForCausalLM_training.txt' 2025-03-04T19:47:31.1854900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/ElectraForQuestionAnswering_training.txt' 2025-03-04T19:47:31.1855566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/GPT2ForSequenceClassification_training.txt' 2025-03-04T19:47:31.1856172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/GPTNeoForCausalLM_training.txt' 2025-03-04T19:47:31.1856864Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/GPTNeoForSequenceClassification_training.txt' 2025-03-04T19:47:31.1857430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/GoogleFnet_training.txt' 2025-03-04T19:47:31.1858052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/LayoutLMForMaskedLM_training.txt' 2025-03-04T19:47:31.1858737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/LayoutLMForSequenceClassification_training.txt' 2025-03-04T19:47:31.1859406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/M2M100ForConditionalGeneration_training.txt' 2025-03-04T19:47:31.1860035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/MBartForCausalLM_training.txt' 2025-03-04T19:47:31.1860703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/MBartForConditionalGeneration_training.txt' 2025-03-04T19:47:31.1861326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/MegatronBertForCausalLM_training.txt' 2025-03-04T19:47:31.1862077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/MegatronBertForQuestionAnswering_training.txt' 2025-03-04T19:47:31.1862708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/MobileBertForMaskedLM_training.txt' 2025-03-04T19:47:31.1863405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/MobileBertForQuestionAnswering_training.txt' 2025-03-04T19:47:31.1864143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/OPTForCausalLM_training.txt' 2025-03-04T19:47:31.1864762Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/PLBartForCausalLM_training.txt' 2025-03-04T19:47:31.1865439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/PLBartForConditionalGeneration_training.txt' 2025-03-04T19:47:31.1866042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/PegasusForCausalLM_training.txt' 2025-03-04T19:47:31.1866724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/PegasusForConditionalGeneration_training.txt' 2025-03-04T19:47:31.1867365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/RobertaForCausalLM_training.txt' 2025-03-04T19:47:31.1868026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/RobertaForQuestionAnswering_training.txt' 2025-03-04T19:47:31.1868653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/Speech2Text2ForCausalLM_training.txt' 2025-03-04T19:47:31.1869264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/TrOCRForCausalLM_training.txt' 2025-03-04T19:47:31.1869852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/XGLMForCausalLM_training.txt' 2025-03-04T19:47:31.1870466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/XLNetLMHeadModel_training.txt' 2025-03-04T19:47:31.1871062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/YituTechConvBert_training.txt' 2025-03-04T19:47:31.1871568Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train' 2025-03-04T19:47:31.1872353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/adv_inception_v3_training.txt' 2025-03-04T19:47:31.1872991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/beit_base_patch16_224_training.txt' 2025-03-04T19:47:31.1873584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/botnet26t_256_training.txt' 2025-03-04T19:47:31.1874255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/cait_m36_384_training.txt' 2025-03-04T19:47:31.1874862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/coat_lite_mini_training.txt' 2025-03-04T19:47:31.1875460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/convmixer_768_32_training.txt' 2025-03-04T19:47:31.1876063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/convnext_base_training.txt' 2025-03-04T19:47:31.1876652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/crossvit_9_240_training.txt' 2025-03-04T19:47:31.1877298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/cspdarknet53_training.txt' 2025-03-04T19:47:31.1877998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/deit_base_distilled_patch16_224_training.txt' 2025-03-04T19:47:31.1878596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/densenet121_training.txt' 2025-03-04T19:47:31.1879153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/dla102_training.txt' 2025-03-04T19:47:31.1879749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/dm_nfnet_f0_training.txt' 2025-03-04T19:47:31.1880305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/dpn107_training.txt' 2025-03-04T19:47:31.1880970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/eca_botnext26ts_256_training.txt' 2025-03-04T19:47:31.1881573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/eca_halonext26ts_training.txt' 2025-03-04T19:47:31.1882175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/ecaresnet101d_training.txt' 2025-03-04T19:47:31.1882776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/ese_vovnet19b_dw_training.txt' 2025-03-04T19:47:31.1883368Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/fbnetc_100_training.txt' 2025-03-04T19:47:31.1883948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/fbnetv3_b_training.txt' 2025-03-04T19:47:31.1884519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/gernet_l_training.txt' 2025-03-04T19:47:31.1885128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/ghostnet_100_training.txt' 2025-03-04T19:47:31.1885739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/gluon_inception_v3_training.txt' 2025-03-04T19:47:31.1886346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/gluon_senet154_training.txt' 2025-03-04T19:47:31.1886949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/gluon_xception65_training.txt' 2025-03-04T19:47:31.1887549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/gmixer_24_224_training.txt' 2025-03-04T19:47:31.1888166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/gmlp_s16_224_training.txt' 2025-03-04T19:47:31.1888768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/hardcorenas_a_training.txt' 2025-03-04T19:47:31.1889339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/hrnet_w18_training.txt' 2025-03-04T19:47:31.1889939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/inception_v3_training.txt' 2025-03-04T19:47:31.1890523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/jx_nest_base_training.txt' 2025-03-04T19:47:31.1891141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/lcnet_050_training.txt' 2025-03-04T19:47:31.1891757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/legacy_senet154_training.txt' 2025-03-04T19:47:31.1892338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/levit_128_training.txt' 2025-03-04T19:47:31.1892923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/mixer_b16_224_training.txt' 2025-03-04T19:47:31.1893500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/mixnet_l_training.txt' 2025-03-04T19:47:31.1894082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/mnasnet_100_training.txt' 2025-03-04T19:47:31.1894707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/mobilenetv2_100_training.txt' 2025-03-04T19:47:31.1895336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/mobilenetv3_large_100_training.txt' 2025-03-04T19:47:31.1895918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/mobilevit_s_training.txt' 2025-03-04T19:47:31.1896519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/nasnetalarge_training.txt' 2025-03-04T19:47:31.1897084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/nfnet_l0_training.txt' 2025-03-04T19:47:31.1897670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/pit_b_224_training.txt' 2025-03-04T19:47:31.1898264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/pnasnet5large_training.txt' 2025-03-04T19:47:31.1898874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/poolformer_m36_training.txt' 2025-03-04T19:47:31.1899450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/regnety_002_training.txt' 2025-03-04T19:47:31.1900037Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/repvgg_a2_training.txt' 2025-03-04T19:47:31.1900637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/res2net101_26w_4s_training.txt' 2025-03-04T19:47:31.1901275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/res2net50_14w_8s_training.txt' 2025-03-04T19:47:31.1901931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/res2next50_training.txt' 2025-03-04T19:47:31.1902529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/resmlp_12_224_training.txt' 2025-03-04T19:47:31.1903106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/resnest101e_training.txt' 2025-03-04T19:47:31.1903691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/resnet18_training.txt' 2025-03-04T19:47:31.1904294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/rexnet_100_training.txt' 2025-03-04T19:47:31.1904894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/sebotnet33ts_256_training.txt' 2025-03-04T19:47:31.1905517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/selecsls42b_training.txt' 2025-03-04T19:47:31.1906099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/spnasnet_100_training.txt' 2025-03-04T19:47:31.1906761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/swin_base_patch4_window7_224_training.txt' 2025-03-04T19:47:31.1907383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/swsl_resnext101_32x16d_training.txt' 2025-03-04T19:47:31.1908004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/tf_efficientnet_b0_training.txt' 2025-03-04T19:47:31.1908613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/tf_mixnet_l_training.txt' 2025-03-04T19:47:31.1909199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/tinynet_a_training.txt' 2025-03-04T19:47:31.1909800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/tnt_s_patch16_224_training.txt' 2025-03-04T19:47:31.1910414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/twins_pcpvt_base_training.txt' 2025-03-04T19:47:31.1911015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/visformer_small_training.txt' 2025-03-04T19:47:31.1911642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/vit_base_patch16_224_training.txt' 2025-03-04T19:47:31.1912223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/volo_d1_224_training.txt' 2025-03-04T19:47:31.1912742Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train' 2025-03-04T19:47:31.1913351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/BERT_pytorch_training.txt' 2025-03-04T19:47:31.1914003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/Background_Matting_training.txt' 2025-03-04T19:47:31.1914630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/LearningToPaint_training.txt' 2025-03-04T19:47:31.1915266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/Super_SloMo_training.txt' 2025-03-04T19:47:31.1915871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/alexnet_training.txt' 2025-03-04T19:47:31.1916571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/attention_is_all_you_need_pytorch_training.txt' 2025-03-04T19:47:31.1917165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/dcgan_training.txt' 2025-03-04T19:47:31.1917770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/densenet121_training.txt' 2025-03-04T19:47:31.1918427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/fambench_dlrm_training.txt' 2025-03-04T19:47:31.1919060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/fastNLP_Bert_training.txt' 2025-03-04T19:47:31.1919671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_Albert_training.txt' 2025-03-04T19:47:31.1920258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_Bart_training.txt' 2025-03-04T19:47:31.1920858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_Bert_training.txt' 2025-03-04T19:47:31.1921460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_BigBird_training.txt' 2025-03-04T19:47:31.1922127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_DistilBert_training.txt' 2025-03-04T19:47:31.1922717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_GPT2_training.txt' 2025-03-04T19:47:31.1923342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_Longformer_training.txt' 2025-03-04T19:47:31.1923953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/maml_omniglot_training.txt' 2025-03-04T19:47:31.1924564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/mnasnet1_0_training.txt' 2025-03-04T19:47:31.1925181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/mobilenet_v2_training.txt' 2025-03-04T19:47:31.1925830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/mobilenet_v3_large_training.txt' 2025-03-04T19:47:31.1926485Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/nvidia_deeprecommender_training.txt' 2025-03-04T19:47:31.1927168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/pytorch_CycleGAN_and_pix2pix_training.txt' 2025-03-04T19:47:31.1927805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/pytorch_stargan_training.txt' 2025-03-04T19:47:31.1928426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/pytorch_struct_training.txt' 2025-03-04T19:47:31.1929078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/pytorch_unet_training.txt' 2025-03-04T19:47:31.1929674Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/resnet18_training.txt' 2025-03-04T19:47:31.1930287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/resnet50_training.txt' 2025-03-04T19:47:31.1930911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/resnext50_32x4d_training.txt' 2025-03-04T19:47:31.1931590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/shufflenet_v2_x1_0_training.txt' 2025-03-04T19:47:31.1932235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/speech_transformer_training.txt' 2025-03-04T19:47:31.1932884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/squeezenet1_1_training.txt' 2025-03-04T19:47:31.1933521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_efficientdet_training.txt' 2025-03-04T19:47:31.1934167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_efficientnet_training.txt' 2025-03-04T19:47:31.1934769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_nfnet_training.txt' 2025-03-04T19:47:31.1935389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_regnet_training.txt' 2025-03-04T19:47:31.1936026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_resnest_training.txt' 2025-03-04T19:47:31.1936705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_vision_transformer_training.txt' 2025-03-04T19:47:31.1937311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_vovnet_training.txt' 2025-03-04T19:47:31.1937930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/tts_angular_training.txt' 2025-03-04T19:47:31.1938518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/vgg16_training.txt' 2025-03-04T19:47:31.1939141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/vision_maskrcnn_training.txt' 2025-03-04T19:47:31.1939740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/yolov3_training.txt' 2025-03-04T19:47:31.1940273Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train' 2025-03-04T19:47:31.1940739Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs' 2025-03-04T19:47:31.1941176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_utils.py' 2025-03-04T19:47:31.1941667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/operatorbench.py' 2025-03-04T19:47:31.1942097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/overheads.py' 2025-03-04T19:47:31.1942595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/tensor_layout_mini_benchmark.py' 2025-03-04T19:47:31.1942968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks/utils.py' 2025-03-04T19:47:31.1943342Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/microbenchmarks' 2025-03-04T19:47:31.1943654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/parse_logs.py' 2025-03-04T19:47:31.1944036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/README.md' 2025-03-04T19:47:31.1944440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/__init__.py' 2025-03-04T19:47:31.1944894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/benchmark_runner.sh' 2025-03-04T19:47:31.1945350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/benchmarks/add_loop.py' 2025-03-04T19:47:31.1945838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/benchmarks/aotdispatcher.py' 2025-03-04T19:47:31.1946362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/benchmarks/aotdispatcher_partitioner.py' 2025-03-04T19:47:31.1946878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/benchmarks/aotdispatcher_partitioner2.py' 2025-03-04T19:47:31.1947396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/benchmarks/basic_modules_benchmarks.py' 2025-03-04T19:47:31.1947864Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/benchmarks/benchmark_base.py' 2025-03-04T19:47:31.1948352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/benchmarks/float_args.py' 2025-03-04T19:47:31.1948809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/benchmarks/sum_floordiv.py' 2025-03-04T19:47:31.1949265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/benchmarks/symint_sum.py' 2025-03-04T19:47:31.1949757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/benchmarks/update_hint_benchmark.py' 2025-03-04T19:47:31.1950184Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/benchmarks' 2025-03-04T19:47:31.1950609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/check_results.py' 2025-03-04T19:47:31.1951042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/expected_results.csv' 2025-03-04T19:47:31.1951502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/log_benchmarking_time.py' 2025-03-04T19:47:31.1951990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/test_check_result/expected_test.csv' 2025-03-04T19:47:31.1952480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/test_check_result/result_test.csv' 2025-03-04T19:47:31.1952936Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks/test_check_result' 2025-03-04T19:47:31.1953323Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/pr_time_benchmarks' 2025-03-04T19:47:31.1953621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/run_all.sh' 2025-03-04T19:47:31.1953937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/run_delta.sh' 2025-03-04T19:47:31.1954266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/runner.py' 2025-03-04T19:47:31.1954603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/summarize_perf.py' 2025-03-04T19:47:31.1954897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/test.py' 2025-03-04T19:47:31.1955209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/timm_models.py' 2025-03-04T19:47:31.1955543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/timm_models.yaml' 2025-03-04T19:47:31.1955883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/timm_models_list.txt' 2025-03-04T19:47:31.1956254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/timm_models_list_cpu.txt' 2025-03-04T19:47:31.1956616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/torchao_backend.py' 2025-03-04T19:47:31.1956948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/torchbench.py' 2025-03-04T19:47:31.1957292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/torchbench.yaml' 2025-03-04T19:47:31.1957667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/torchbench_models_list.txt' 2025-03-04T19:47:31.1958070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/torchbench_models_list_cpu.txt' 2025-03-04T19:47:31.1958394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo/training_loss.py' 2025-03-04T19:47:31.1958698Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/dynamo' 2025-03-04T19:47:31.1959005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/fastrnns/README.md' 2025-03-04T19:47:31.1959325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/fastrnns/__init__.py' 2025-03-04T19:47:31.1959624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/fastrnns/bench.py' 2025-03-04T19:47:31.1959958Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/fastrnns/cells.py' 2025-03-04T19:47:31.1960351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/fastrnns/conftest.py' 2025-03-04T19:47:31.1960686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/fastrnns/custom_lstms.py' 2025-03-04T19:47:31.1961001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/fastrnns/factory.py' 2025-03-04T19:47:31.1961298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/fastrnns/fuser.py' 2025-03-04T19:47:31.1961616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/fastrnns/profile.py' 2025-03-04T19:47:31.1961920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/fastrnns/runner.py' 2025-03-04T19:47:31.1962242Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/fastrnns/scratch.py' 2025-03-04T19:47:31.1962539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/fastrnns/test.py' 2025-03-04T19:47:31.1962854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/fastrnns/test_bench.py' 2025-03-04T19:47:31.1963167Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/fastrnns' 2025-03-04T19:47:31.1963609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/framework_overhead_benchmark/SimpleAddModule.py' 2025-03-04T19:47:31.1964121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/framework_overhead_benchmark/framework_overhead_benchmark.py' 2025-03-04T19:47:31.1964569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/framework_overhead_benchmark/pt_wrapper_module.py' 2025-03-04T19:47:31.1964973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/framework_overhead_benchmark/utils.py' 2025-03-04T19:47:31.1965406Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/framework_overhead_benchmark' 2025-03-04T19:47:31.1965822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/functional_autograd_benchmark/README.md' 2025-03-04T19:47:31.1966275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/functional_autograd_benchmark/audio_text_models.py' 2025-03-04T19:47:31.1966698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/functional_autograd_benchmark/compare.py' 2025-03-04T19:47:31.1967202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/functional_autograd_benchmark/functional_autograd_benchmark.py' 2025-03-04T19:47:31.1967716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/functional_autograd_benchmark/ppl_models.py' 2025-03-04T19:47:31.1968225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/functional_autograd_benchmark/torchaudio_models.py' 2025-03-04T19:47:31.1968685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/functional_autograd_benchmark/torchvision_models.py' 2025-03-04T19:47:31.1969142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/functional_autograd_benchmark/utils.py' 2025-03-04T19:47:31.1969572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/functional_autograd_benchmark/vision_models.py' 2025-03-04T19:47:31.1969982Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/functional_autograd_benchmark' 2025-03-04T19:47:31.1970306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/fuser/plot_speedups.py' 2025-03-04T19:47:31.1970645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/fuser/run_benchmarks.py' 2025-03-04T19:47:31.1970938Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/fuser' 2025-03-04T19:47:31.1971269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/gpt_fast/benchmark.py' 2025-03-04T19:47:31.1971605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/gpt_fast/common.py' 2025-03-04T19:47:31.1972077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/gpt_fast/generate.py' 2025-03-04T19:47:31.1972444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/gpt_fast/mixtral_moe_model.py' 2025-03-04T19:47:31.1972809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/gpt_fast/mixtral_moe_quantize.py' 2025-03-04T19:47:31.1973125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/gpt_fast/model.py' 2025-03-04T19:47:31.1973435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/gpt_fast/quantize.py' 2025-03-04T19:47:31.1973751Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/gpt_fast' 2025-03-04T19:47:31.1974107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inductor_backends/cutlass.py' 2025-03-04T19:47:31.1974467Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inductor_backends' 2025-03-04T19:47:31.1974787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/CHANGELOG.md' 2025-03-04T19:47:31.1975091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/README.md' 2025-03-04T19:47:31.1975458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/process_metrics.py' 2025-03-04T19:47:31.1975845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/results/output_128_false.md' 2025-03-04T19:47:31.1976245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/results/output_128_true.md' 2025-03-04T19:47:31.1976633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/results/output_1_false.md' 2025-03-04T19:47:31.1977091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/results/output_1_true.md' 2025-03-04T19:47:31.1977482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/results/output_256_false.md' 2025-03-04T19:47:31.1977880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/results/output_256_true.md' 2025-03-04T19:47:31.1978264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/results/output_32_false.md' 2025-03-04T19:47:31.1978644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/results/output_32_true.md' 2025-03-04T19:47:31.1979044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/results/output_64_false.md' 2025-03-04T19:47:31.1979425Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/results/output_64_true.md' 2025-03-04T19:47:31.1979809Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/results' 2025-03-04T19:47:31.1980122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/runner.sh' 2025-03-04T19:47:31.1980476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/server.py' 2025-03-04T19:47:31.1980853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/src/avg_latency_plot.png' 2025-03-04T19:47:31.1981246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/src/throughput_plot.png' 2025-03-04T19:47:31.1981629Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference/src' 2025-03-04T19:47:31.1981933Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/inference' 2025-03-04T19:47:31.1982295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/README.md' 2025-03-04T19:47:31.1982716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/applications/__init__.py' 2025-03-04T19:47:31.1983160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/applications/ci.py' 2025-03-04T19:47:31.1983568Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/applications' 2025-03-04T19:47:31.1983958Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/core/__init__.py' 2025-03-04T19:47:31.1984311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/core/api.py' 2025-03-04T19:47:31.1984694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/core/expand.py' 2025-03-04T19:47:31.1985060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/core/types.py' 2025-03-04T19:47:31.1985428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/core/utils.py' 2025-03-04T19:47:31.1985810Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/core' 2025-03-04T19:47:31.1986226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/definitions/__init__.py' 2025-03-04T19:47:31.1986639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/definitions/setup.py' 2025-03-04T19:47:31.1987055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/definitions/standard.py' 2025-03-04T19:47:31.1987465Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/definitions' 2025-03-04T19:47:31.1987865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/execution/__init__.py' 2025-03-04T19:47:31.1988272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/execution/runner.py' 2025-03-04T19:47:31.1988699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/execution/work.py' 2025-03-04T19:47:31.1989104Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/execution' 2025-03-04T19:47:31.1989443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/main.py' 2025-03-04T19:47:31.1989834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/worker/__init__.py' 2025-03-04T19:47:31.1990215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/worker/main.py' 2025-03-04T19:47:31.1990587Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts/worker' 2025-03-04T19:47:31.1990942Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/instruction_counts' 2025-03-04T19:47:31.1991304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/nested/nested_bmm_bench.py' 2025-03-04T19:47:31.1991613Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/nested' 2025-03-04T19:47:31.1991991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/README.md' 2025-03-04T19:47:31.1992358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/__init__.py' 2025-03-04T19:47:31.1992786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/benchmark_all_other_test.py' 2025-03-04T19:47:31.1993233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/benchmark_all_quantized_test.py' 2025-03-04T19:47:31.1993650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/benchmark_all_test.py' 2025-03-04T19:47:31.1994036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/benchmark_core.py' 2025-03-04T19:47:31.1994450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/benchmark_pytorch.py' 2025-03-04T19:47:31.1994870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/benchmark_runner.py' 2025-03-04T19:47:31.1995314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/benchmark_test_generator.py' 2025-03-04T19:47:31.1995699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/benchmark_utils.py' 2025-03-04T19:47:31.1996097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/common/__init__.py' 2025-03-04T19:47:31.1996523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/common/repeat_benchmark.py' 2025-03-04T19:47:31.1996991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/common/tests/add_ops_list_test.py' 2025-03-04T19:47:31.1997443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/common/tests/jit_forward_test.py' 2025-03-04T19:47:31.1997897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/common/tests/pt_backward_test.py' 2025-03-04T19:47:31.1998375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/common/tests/pt_configs_list_test.py' 2025-03-04T19:47:31.1998901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/common/tests/pt_cpu_gpu_forward_backward_test.py' 2025-03-04T19:47:31.1999374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/common/tests/random_sample_test.py' 2025-03-04T19:47:31.1999779Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/common/tests' 2025-03-04T19:47:31.2000168Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/common' 2025-03-04T19:47:31.2000607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/operator_benchmark.py' 2025-03-04T19:47:31.2000995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/__init__.py' 2025-03-04T19:47:31.2001367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/add_test.py' 2025-03-04T19:47:31.2001798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/ao_sparsifier_test.py' 2025-03-04T19:47:31.2002184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/arange_test.py' 2025-03-04T19:47:31.2002587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/as_strided_test.py' 2025-03-04T19:47:31.2002999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/batchnorm_test.py' 2025-03-04T19:47:31.2003451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/binary_inplace_test.py' 2025-03-04T19:47:31.2003872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/binary_test.py' 2025-03-04T19:47:31.2004247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/bmm_test.py' 2025-03-04T19:47:31.2004629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/cat_test.py' 2025-03-04T19:47:31.2005053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/channel_shuffle_test.py' 2025-03-04T19:47:31.2005445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/chunk_test.py' 2025-03-04T19:47:31.2005854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/clip_ranges_test.py' 2025-03-04T19:47:31.2006239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/configs.py' 2025-03-04T19:47:31.2006644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/conv_test.py' 2025-03-04T19:47:31.2007019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/diag_test.py' 2025-03-04T19:47:31.2007442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/embeddingbag_test.py' 2025-03-04T19:47:31.2007816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/fill_test.py' 2025-03-04T19:47:31.2008219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/gather_test.py' 2025-03-04T19:47:31.2008596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/gelu_test.py' 2025-03-04T19:47:31.2009010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/groupnorm_test.py' 2025-03-04T19:47:31.2009422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/hardsigmoid_test.py' 2025-03-04T19:47:31.2009833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/hardswish_test.py' 2025-03-04T19:47:31.2010235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/index_add__test.py' 2025-03-04T19:47:31.2010644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/index_select_test.py' 2025-03-04T19:47:31.2011068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/instancenorm_test.py' 2025-03-04T19:47:31.2011477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/interpolate_test.py' 2025-03-04T19:47:31.2011887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/layernorm_test.py' 2025-03-04T19:47:31.2012359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/linear_prepack_fp16_test.py' 2025-03-04T19:47:31.2012757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/linear_test.py' 2025-03-04T19:47:31.2013194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/linear_unpack_fp16_test.py' 2025-03-04T19:47:31.2013589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/matmul_test.py' 2025-03-04T19:47:31.2013995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/matrix_mult_test.py' 2025-03-04T19:47:31.2014375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/mm_test.py' 2025-03-04T19:47:31.2014819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/nan_to_num_test.py' 2025-03-04T19:47:31.2015198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/pool_test.py' 2025-03-04T19:47:31.2015646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qactivation_test.py' 2025-03-04T19:47:31.2016054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qarithmetic_test.py' 2025-03-04T19:47:31.2016498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qatembedding_ops_test.py' 2025-03-04T19:47:31.2016903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qbatchnorm_test.py' 2025-03-04T19:47:31.2017289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qcat_test.py' 2025-03-04T19:47:31.2017704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qcomparators_test.py' 2025-03-04T19:47:31.2018102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qconv_test.py' 2025-03-04T19:47:31.2018584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qembedding_bag_lookups_test.py' 2025-03-04T19:47:31.2019030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qembedding_pack_test.py' 2025-03-04T19:47:31.2019446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qembeddingbag_test.py' 2025-03-04T19:47:31.2019849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qgroupnorm_test.py' 2025-03-04T19:47:31.2020277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qinstancenorm_test.py' 2025-03-04T19:47:31.2020693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qinterpolate_test.py' 2025-03-04T19:47:31.2021113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qlayernorm_test.py' 2025-03-04T19:47:31.2021574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qlinear_test.py' 2025-03-04T19:47:31.2021992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qobserver_test.py' 2025-03-04T19:47:31.2022373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qpool_test.py' 2025-03-04T19:47:31.2022761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qrnn_test.py' 2025-03-04T19:47:31.2023181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qtensor_method_test.py' 2025-03-04T19:47:31.2023596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/quantization_test.py' 2025-03-04T19:47:31.2023997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/qunary_test.py' 2025-03-04T19:47:31.2024425Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/remainder_test.py' 2025-03-04T19:47:31.2024831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/softmax_test.py' 2025-03-04T19:47:31.2025211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/split_test.py' 2025-03-04T19:47:31.2025607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/stack_test.py' 2025-03-04T19:47:31.2025981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/sum_test.py' 2025-03-04T19:47:31.2026394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/tensor_to_test.py' 2025-03-04T19:47:31.2026810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/ternary_test.py' 2025-03-04T19:47:31.2027206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/topk_test.py' 2025-03-04T19:47:31.2027616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/unary_test.py' 2025-03-04T19:47:31.2027997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt/where_test.py' 2025-03-04T19:47:31.2028366Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt' 2025-03-04T19:47:31.2028825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt_extension/cpp_extension_test.py' 2025-03-04T19:47:31.2029267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt_extension/extension.cpp' 2025-03-04T19:47:31.2029675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt_extension/setup.py' 2025-03-04T19:47:31.2030116Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark/pt_extension' 2025-03-04T19:47:31.2030461Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/operator_benchmark' 2025-03-04T19:47:31.2030824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/overrides_benchmark/README.md' 2025-03-04T19:47:31.2031172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/overrides_benchmark/bench.py' 2025-03-04T19:47:31.2031525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/overrides_benchmark/common.py' 2025-03-04T19:47:31.2031914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/overrides_benchmark/pyspybench.py' 2025-03-04T19:47:31.2032264Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/overrides_benchmark' 2025-03-04T19:47:31.2032665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/profiler_benchmark/profiler_bench.py' 2025-03-04T19:47:31.2033097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/profiler_benchmark/resnet_memory_profiler.py' 2025-03-04T19:47:31.2033456Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/profiler_benchmark' 2025-03-04T19:47:31.2033900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/record_function_benchmark/record_function_bench.py' 2025-03-04T19:47:31.2034288Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/record_function_benchmark' 2025-03-04T19:47:31.2034684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/serialization/nested_annotation_str.py' 2025-03-04T19:47:31.2035087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/serialization/simple_measurement.py' 2025-03-04T19:47:31.2035410Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/serialization' 2025-03-04T19:47:31.2035736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/sparse/README.md' 2025-03-04T19:47:31.2036056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/sparse/__init__.py' 2025-03-04T19:47:31.2036371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/sparse/dlmc/README.md' 2025-03-04T19:47:31.2036706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/sparse/dlmc/__init__.py' 2025-03-04T19:47:31.2037051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/sparse/dlmc/matmul_bench.py' 2025-03-04T19:47:31.2037374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/sparse/dlmc/test.sh' 2025-03-04T19:47:31.2037686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/sparse/dlmc/utils.py' 2025-03-04T19:47:31.2038009Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/sparse/dlmc' 2025-03-04T19:47:31.2038317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/sparse/spmm.py' 2025-03-04T19:47:31.2038698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/sparse/spmv.py' 2025-03-04T19:47:31.2039017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/sparse/test_csr.sh' 2025-03-04T19:47:31.2039328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/sparse/triton_ops.py' 2025-03-04T19:47:31.2039633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/sparse/utils.py' 2025-03-04T19:47:31.2039927Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/sparse' 2025-03-04T19:47:31.2040295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/static_runtime/CMakeLists.txt' 2025-03-04T19:47:31.2040651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/static_runtime/deep_wide_pt.cc' 2025-03-04T19:47:31.2041018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/static_runtime/deep_wide_pt.h' 2025-03-04T19:47:31.2041427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/static_runtime/deep_wide_pt_bench.cc' 2025-03-04T19:47:31.2041800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/static_runtime/test_cpu_fusion.cc' 2025-03-04T19:47:31.2042198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/static_runtime/test_generated_ops.cc' 2025-03-04T19:47:31.2042579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/static_runtime/test_static_module.cc' 2025-03-04T19:47:31.2042980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/static_runtime/test_static_runtime.cc' 2025-03-04T19:47:31.2043326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/static_runtime/test_utils.cc' 2025-03-04T19:47:31.2043682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/static_runtime/test_utils.h' 2025-03-04T19:47:31.2044013Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/static_runtime' 2025-03-04T19:47:31.2044349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/HowToRun.md' 2025-03-04T19:47:31.2044665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/__main__.py' 2025-03-04T19:47:31.2044991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/attention.py' 2025-03-04T19:47:31.2045331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/benchmark.py' 2025-03-04T19:47:31.2045655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/broadcast.py' 2025-03-04T19:47:31.2045977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/concat.py' 2025-03-04T19:47:31.2046280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/conv.py' 2025-03-04T19:47:31.2046662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/elementwise.py' 2025-03-04T19:47:31.2046975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/matmul.py' 2025-03-04T19:47:31.2047343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/microbenchmarks.py' 2025-03-04T19:47:31.2047646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/nnc.png' 2025-03-04T19:47:31.2047994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/normalization.py' 2025-03-04T19:47:31.2048324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/pooling.py' 2025-03-04T19:47:31.2048648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/pt_engine.py' 2025-03-04T19:47:31.2048984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/reduction.py' 2025-03-04T19:47:31.2049348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/rnn_eltwise.py' 2025-03-04T19:47:31.2049681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/softmax.py' 2025-03-04T19:47:31.2050012Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/swish.py' 2025-03-04T19:47:31.2050367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr/tensor_engine.py' 2025-03-04T19:47:31.2050672Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/tensorexpr' 2025-03-04T19:47:31.2051084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/transformer/attention_bias_benchmarks.py' 2025-03-04T19:47:31.2051556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/transformer/better_transformer_vs_mha_functional.py' 2025-03-04T19:47:31.2051889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/transformer/score_mod.py' 2025-03-04T19:47:31.2052205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/transformer/sdp.py' 2025-03-04T19:47:31.2052534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/transformer/sdpa.py' 2025-03-04T19:47:31.2052857Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/transformer' 2025-03-04T19:47:31.2053153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks/upload_scribe.py' 2025-03-04T19:47:31.2053431Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/benchmarks' 2025-03-04T19:47:31.2053706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/binaries/CMakeLists.txt' 2025-03-04T19:47:31.2054008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/binaries/aot_model_compiler.cc' 2025-03-04T19:47:31.2054328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/binaries/at_launch_benchmark.cc' 2025-03-04T19:47:31.2054640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/binaries/compare_models_torch.cc' 2025-03-04T19:47:31.2054983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/binaries/core_overhead_benchmark.cc' 2025-03-04T19:47:31.2055294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/binaries/dump_operator_names.cc' 2025-03-04T19:47:31.2055650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/binaries/lite_interpreter_model_load.cc' 2025-03-04T19:47:31.2055959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/binaries/load_benchmark_torch.cc' 2025-03-04T19:47:31.2056282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/binaries/optimize_for_mobile.cc' 2025-03-04T19:47:31.2056564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/binaries/parallel_info.cc' 2025-03-04T19:47:31.2056902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/binaries/record_function_benchmark.cc' 2025-03-04T19:47:31.2057232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/binaries/speed_benchmark_torch.cc' 2025-03-04T19:47:31.2057529Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/binaries' 2025-03-04T19:47:31.2057788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/buckbuild.bzl' 2025-03-04T19:47:31.2058012Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/build.bzl' 2025-03-04T19:47:31.2058289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/build_variables.bzl' 2025-03-04T19:47:31.2058521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/BUCK.oss' 2025-03-04T19:47:31.2058766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/BUILD.bazel' 2025-03-04T19:47:31.2059034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/CMakeLists.txt' 2025-03-04T19:47:31.2059314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/benchmark/BUILD.bazel' 2025-03-04T19:47:31.2059623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/benchmark/CMakeLists.txt' 2025-03-04T19:47:31.2059921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/benchmark/build.bzl' 2025-03-04T19:47:31.2060320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/benchmark/intrusive_ptr_benchmark.cpp' 2025-03-04T19:47:31.2060591Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/benchmark' 2025-03-04T19:47:31.2060867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/build.bzl' 2025-03-04T19:47:31.2061184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/Allocator.cpp' 2025-03-04T19:47:31.2061446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/Allocator.h' 2025-03-04T19:47:31.2061814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/AutogradState.cpp' 2025-03-04T19:47:31.2062090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/AutogradState.h' 2025-03-04T19:47:31.2062364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/BUILD.bazel' 2025-03-04T19:47:31.2062624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/Backend.h' 2025-03-04T19:47:31.2062958Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/CPUAllocator.cpp' 2025-03-04T19:47:31.2063234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/CPUAllocator.h' 2025-03-04T19:47:31.2063559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/CachingDeviceAllocator.h' 2025-03-04T19:47:31.2063927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/CompileTimeFunctionPointer.h' 2025-03-04T19:47:31.2064244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/ConstantSymNodeImpl.cpp' 2025-03-04T19:47:31.2064566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/ConstantSymNodeImpl.h' 2025-03-04T19:47:31.2064831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/Contiguity.h' 2025-03-04T19:47:31.2065115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/CopyBytes.cpp' 2025-03-04T19:47:31.2065377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/CopyBytes.h' 2025-03-04T19:47:31.2065674Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/DefaultDtype.cpp' 2025-03-04T19:47:31.2065948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/DefaultDtype.h' 2025-03-04T19:47:31.2066261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/DefaultTensorOptions.h' 2025-03-04T19:47:31.2066536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/Device.cpp' 2025-03-04T19:47:31.2066790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/Device.h' 2025-03-04T19:47:31.2067072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/DeviceArray.h' 2025-03-04T19:47:31.2067343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/DeviceGuard.h' 2025-03-04T19:47:31.2067634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/DeviceType.cpp' 2025-03-04T19:47:31.2067928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/DeviceType.h' 2025-03-04T19:47:31.2068209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/DispatchKey.cpp' 2025-03-04T19:47:31.2068491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/DispatchKey.h' 2025-03-04T19:47:31.2068790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/DispatchKeySet.cpp' 2025-03-04T19:47:31.2069086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/DispatchKeySet.h' 2025-03-04T19:47:31.2069356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/DynamicCast.h' 2025-03-04T19:47:31.2069616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/Event.h' 2025-03-04T19:47:31.2069907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/GeneratorImpl.cpp' 2025-03-04T19:47:31.2070220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/GeneratorImpl.h' 2025-03-04T19:47:31.2070490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/GradMode.cpp' 2025-03-04T19:47:31.2070775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/GradMode.h' 2025-03-04T19:47:31.2071082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/InferenceMode.cpp' 2025-03-04T19:47:31.2071359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/InferenceMode.h' 2025-03-04T19:47:31.2071625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/Layout.h' 2025-03-04T19:47:31.2072071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/MemoryFormat.h' 2025-03-04T19:47:31.2072360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/OptionalRef.h' 2025-03-04T19:47:31.2072639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/PyHandleCache.h' 2025-03-04T19:47:31.2072899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/QEngine.h' 2025-03-04T19:47:31.2073227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/QScheme.h' 2025-03-04T19:47:31.2073541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/RefcountedDeleter.cpp' 2025-03-04T19:47:31.2073852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/RefcountedDeleter.h' 2025-03-04T19:47:31.2074135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/SafePyObject.cpp' 2025-03-04T19:47:31.2074422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/SafePyObject.h' 2025-03-04T19:47:31.2074681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/Scalar.cpp' 2025-03-04T19:47:31.2074947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/Scalar.h' 2025-03-04T19:47:31.2075219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/ScalarType.cpp' 2025-03-04T19:47:31.2075481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/ScalarType.h' 2025-03-04T19:47:31.2075816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/ScalarTypeToTypeMeta.h' 2025-03-04T19:47:31.2076079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/Storage.cpp' 2025-03-04T19:47:31.2076344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/Storage.h' 2025-03-04T19:47:31.2076621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/StorageImpl.cpp' 2025-03-04T19:47:31.2076900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/StorageImpl.h' 2025-03-04T19:47:31.2077157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/Stream.cpp' 2025-03-04T19:47:31.2077407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/Stream.h' 2025-03-04T19:47:31.2077687Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/StreamGuard.h' 2025-03-04T19:47:31.2077946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/SymBool.cpp' 2025-03-04T19:47:31.2078250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/SymBool.h' 2025-03-04T19:47:31.2078513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/SymFloat.cpp' 2025-03-04T19:47:31.2078780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/SymFloat.h' 2025-03-04T19:47:31.2079036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/SymInt.cpp' 2025-03-04T19:47:31.2079294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/SymInt.h' 2025-03-04T19:47:31.2079589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/SymIntArrayRef.cpp' 2025-03-04T19:47:31.2079869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/SymIntArrayRef.h' 2025-03-04T19:47:31.2080158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/SymNodeImpl.cpp' 2025-03-04T19:47:31.2080456Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/SymNodeImpl.h' 2025-03-04T19:47:31.2080784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/SymbolicShapeMeta.cpp' 2025-03-04T19:47:31.2081116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/SymbolicShapeMeta.h' 2025-03-04T19:47:31.2081400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/TensorImpl.cpp' 2025-03-04T19:47:31.2081660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/TensorImpl.h' 2025-03-04T19:47:31.2081964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/TensorOptions.cpp' 2025-03-04T19:47:31.2082240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/TensorOptions.h' 2025-03-04T19:47:31.2082558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/UndefinedTensorImpl.cpp' 2025-03-04T19:47:31.2082880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/UndefinedTensorImpl.h' 2025-03-04T19:47:31.2083182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/WrapDimMinimal.cpp' 2025-03-04T19:47:31.2083504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/WrapDimMinimal.h' 2025-03-04T19:47:31.2083766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/alignment.h' 2025-03-04T19:47:31.2084034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/build.bzl' 2025-03-04T19:47:31.2084295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/COW.cpp' 2025-03-04T19:47:31.2084551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/COW.h' 2025-03-04T19:47:31.2084860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/COWDeleter.cpp' 2025-03-04T19:47:31.2085144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/COWDeleter.h' 2025-03-04T19:47:31.2085531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/DeviceGuardImplInterface.cpp' 2025-03-04T19:47:31.2085892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/DeviceGuardImplInterface.h' 2025-03-04T19:47:31.2086209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/FakeGuardImpl.h' 2025-03-04T19:47:31.2086493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/GPUTrace.cpp' 2025-03-04T19:47:31.2086778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/GPUTrace.h' 2025-03-04T19:47:31.2087122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/HermeticPyObjectTLS.cpp' 2025-03-04T19:47:31.2087457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/HermeticPyObjectTLS.h' 2025-03-04T19:47:31.2087787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/InlineDeviceGuard.h' 2025-03-04T19:47:31.2088079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/InlineEvent.h' 2025-03-04T19:47:31.2088437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/InlineStreamGuard.h' 2025-03-04T19:47:31.2088786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/LocalDispatchKeySet.cpp' 2025-03-04T19:47:31.2089134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/LocalDispatchKeySet.h' 2025-03-04T19:47:31.2089458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/PyInterpreter.cpp' 2025-03-04T19:47:31.2089775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/PyInterpreter.h' 2025-03-04T19:47:31.2090080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/PyObjectSlot.cpp' 2025-03-04T19:47:31.2090378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/PyObjectSlot.h' 2025-03-04T19:47:31.2090740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/PythonDispatcherTLS.cpp' 2025-03-04T19:47:31.2091101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/PythonDispatcherTLS.h' 2025-03-04T19:47:31.2091421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/README-cow.md' 2025-03-04T19:47:31.2091715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/README.md' 2025-03-04T19:47:31.2092041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/SizesAndStrides.cpp' 2025-03-04T19:47:31.2092350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/SizesAndStrides.h' 2025-03-04T19:47:31.2092715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/TorchDispatchModeTLS.cpp' 2025-03-04T19:47:31.2093055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/TorchDispatchModeTLS.h' 2025-03-04T19:47:31.2093370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/VirtualGuardImpl.h' 2025-03-04T19:47:31.2093679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/alloc_cpu.cpp' 2025-03-04T19:47:31.2093962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl/alloc_cpu.h' 2025-03-04T19:47:31.2094293Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/impl' 2025-03-04T19:47:31.2094571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/thread_pool.cpp' 2025-03-04T19:47:31.2094850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core/thread_pool.h' 2025-03-04T19:47:31.2095106Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/core' 2025-03-04T19:47:31.2095368Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/BUILD.bazel' 2025-03-04T19:47:31.2095656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CMakeLists.txt' 2025-03-04T19:47:31.2095933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDAAlgorithm.h' 2025-03-04T19:47:31.2096266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDAAllocatorConfig.cpp' 2025-03-04T19:47:31.2096577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDAAllocatorConfig.h' 2025-03-04T19:47:31.2096915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDACachingAllocator.cpp' 2025-03-04T19:47:31.2097226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDACachingAllocator.h' 2025-03-04T19:47:31.2097547Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDADeviceAssertion.h' 2025-03-04T19:47:31.2097893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDADeviceAssertionHost.cpp' 2025-03-04T19:47:31.2098220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDADeviceAssertionHost.h' 2025-03-04T19:47:31.2098520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDAException.cpp' 2025-03-04T19:47:31.2098798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDAException.h' 2025-03-04T19:47:31.2099127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDAFunctions.cpp' 2025-03-04T19:47:31.2099402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDAFunctions.h' 2025-03-04T19:47:31.2099720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDAGraphsC10Utils.h' 2025-03-04T19:47:31.2099979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDAGuard.h' 2025-03-04T19:47:31.2100256Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDAMacros.h' 2025-03-04T19:47:31.2100606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDAMallocAsyncAllocator.cpp' 2025-03-04T19:47:31.2100888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDAMathCompat.h' 2025-03-04T19:47:31.2101206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDAMiscFunctions.cpp' 2025-03-04T19:47:31.2101604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDAMiscFunctions.h' 2025-03-04T19:47:31.2101899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDAStream.cpp' 2025-03-04T19:47:31.2102189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/CUDAStream.h' 2025-03-04T19:47:31.2102457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/README.md' 2025-03-04T19:47:31.2102710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/build.bzl' 2025-03-04T19:47:31.2102980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/driver_api.cpp' 2025-03-04T19:47:31.2103252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/driver_api.h' 2025-03-04T19:47:31.2103564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/impl/CUDAGuardImpl.cpp' 2025-03-04T19:47:31.2103876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/impl/CUDAGuardImpl.h' 2025-03-04T19:47:31.2104163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/impl/CUDATest.cpp' 2025-03-04T19:47:31.2104476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/impl/CUDATest.h' 2025-03-04T19:47:31.2104810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/impl/cuda_cmake_macros.h.in' 2025-03-04T19:47:31.2105091Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/impl' 2025-03-04T19:47:31.2105367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/test/BUILD.bazel' 2025-03-04T19:47:31.2105660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/test/CMakeLists.txt' 2025-03-04T19:47:31.2105939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/test/build.bzl' 2025-03-04T19:47:31.2106351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/test/impl/CUDAAssertionsTest_1_var_test.cu' 2025-03-04T19:47:31.2106795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/test/impl/CUDAAssertionsTest_catches_stream.cu' 2025-03-04T19:47:31.2107331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/test/impl/CUDAAssertionsTest_catches_thread_and_block_and_device.cu' 2025-03-04T19:47:31.2107782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/test/impl/CUDAAssertionsTest_from_2_processes.cu' 2025-03-04T19:47:31.2108329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/test/impl/CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.cu' 2025-03-04T19:47:31.2108880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/test/impl/CUDAAssertionsTest_multiple_writes_from_multiple_blocks.cu' 2025-03-04T19:47:31.2109387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/test/impl/CUDAAssertionsTest_multiple_writes_from_same_block.cu' 2025-03-04T19:47:31.2109709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/test/impl/CUDATest.cpp' 2025-03-04T19:47:31.2110032Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/test/impl' 2025-03-04T19:47:31.2110304Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda/test' 2025-03-04T19:47:31.2110571Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/cuda' 2025-03-04T19:47:31.2110845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/hip/CMakeLists.txt' 2025-03-04T19:47:31.2111110Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/hip' 2025-03-04T19:47:31.2111375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/macros/BUILD.bazel' 2025-03-04T19:47:31.2111648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/macros/Export.h' 2025-03-04T19:47:31.2111904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/macros/Macros.h' 2025-03-04T19:47:31.2112165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/macros/build.bzl' 2025-03-04T19:47:31.2112527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/macros/cmake_configure_file.bzl' 2025-03-04T19:47:31.2112825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/macros/cmake_macros.h.in' 2025-03-04T19:47:31.2113124Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/macros' 2025-03-04T19:47:31.2113385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/metal/indexing.h' 2025-03-04T19:47:31.2113653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/metal/random.h' 2025-03-04T19:47:31.2113944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/metal/reduction_utils.h' 2025-03-04T19:47:31.2114227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/metal/special_math.h' 2025-03-04T19:47:31.2114476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/metal/utils.h' 2025-03-04T19:47:31.2114732Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/metal' 2025-03-04T19:47:31.2115015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/mobile/BUILD.bazel' 2025-03-04T19:47:31.2115367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/mobile/CPUCachingAllocator.cpp' 2025-03-04T19:47:31.2115699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/mobile/CPUCachingAllocator.h' 2025-03-04T19:47:31.2116041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/mobile/CPUProfilingAllocator.cpp' 2025-03-04T19:47:31.2116378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/mobile/CPUProfilingAllocator.h' 2025-03-04T19:47:31.2116638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/mobile/build.bzl' 2025-03-04T19:47:31.2116909Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/mobile' 2025-03-04T19:47:31.2117177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/ovrsource_defs.bzl' 2025-03-04T19:47:31.2117438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/BUILD.bazel' 2025-03-04T19:47:31.2117723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/CMakeLists.txt' 2025-03-04T19:47:31.2117980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/build.bzl' 2025-03-04T19:47:31.2118402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/core/CompileTimeFunctionPointer_test.cpp' 2025-03-04T19:47:31.2118724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/core/DeviceGuard_test.cpp' 2025-03-04T19:47:31.2119035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/core/Device_test.cpp' 2025-03-04T19:47:31.2119373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/core/DispatchKeySet_test.cpp' 2025-03-04T19:47:31.2119670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/core/Scalar_test.cpp' 2025-03-04T19:47:31.2120002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/core/StreamGuard_test.cpp' 2025-03-04T19:47:31.2120329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/core/SymInt_test.cpp' 2025-03-04T19:47:31.2120725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/core/impl/InlineDeviceGuard_test.cpp' 2025-03-04T19:47:31.2121103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/core/impl/InlineStreamGuard_test.cpp' 2025-03-04T19:47:31.2121490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/core/impl/SizesAndStrides_test.cpp' 2025-03-04T19:47:31.2121799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/core/impl/cow_test.cpp' 2025-03-04T19:47:31.2122102Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/core/impl' 2025-03-04T19:47:31.2122371Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/core' 2025-03-04T19:47:31.2122676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/ArrayRef_test.cpp' 2025-03-04T19:47:31.2123008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/Bitset_test.cpp' 2025-03-04T19:47:31.2123342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/ConstexprCrc_test.cpp' 2025-03-04T19:47:31.2123732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/DeadlockDetection_test.cpp' 2025-03-04T19:47:31.2124023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/Half_test.cpp' 2025-03-04T19:47:31.2124345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/LeftRight_test.cpp' 2025-03-04T19:47:31.2124611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/Macros.h' 2025-03-04T19:47:31.2124968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/Metaprogramming_test.cpp' 2025-03-04T19:47:31.2125289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/NetworkFlow_test.cpp' 2025-03-04T19:47:31.2125622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/Synchronized_test.cpp' 2025-03-04T19:47:31.2125978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/ThreadLocal_test.cpp' 2025-03-04T19:47:31.2126292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/TypeIndex_test.cpp' 2025-03-04T19:47:31.2126613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/TypeList_test.cpp' 2025-03-04T19:47:31.2126927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/TypeTraits_test.cpp' 2025-03-04T19:47:31.2127252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/accumulate_test.cpp' 2025-03-04T19:47:31.2127557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/bfloat16_test.cpp' 2025-03-04T19:47:31.2127875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/bit_cast_test.cpp' 2025-03-04T19:47:31.2128205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/complex_math_test.cpp' 2025-03-04T19:47:31.2128556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/complex_math_test_common.h' 2025-03-04T19:47:31.2128875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/complex_test.cpp' 2025-03-04T19:47:31.2129200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/complex_test_common.h' 2025-03-04T19:47:31.2129508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/error_test.cpp' 2025-03-04T19:47:31.2129816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/exception_test.cpp' 2025-03-04T19:47:31.2130122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/flags_test.cpp' 2025-03-04T19:47:31.2130447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/generic_math_test.cpp' 2025-03-04T19:47:31.2130794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/intrusive_ptr_test.cpp' 2025-03-04T19:47:31.2131120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/irange_test.cpp' 2025-03-04T19:47:31.2131414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/lazy_test.cpp' 2025-03-04T19:47:31.2131728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/logging_test.cpp' 2025-03-04T19:47:31.2132034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/optional_test.cpp' 2025-03-04T19:47:31.2132425Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/ordered_preserving_dict_test.cpp' 2025-03-04T19:47:31.2132729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/registry_test.cpp' 2025-03-04T19:47:31.2133062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/small_vector_test.cpp' 2025-03-04T19:47:31.2133357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/ssize_test.cpp' 2025-03-04T19:47:31.2133709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/string_util_test.cpp' 2025-03-04T19:47:31.2134063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/string_view_test.cpp' 2025-03-04T19:47:31.2134369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/tempfile_test.cpp' 2025-03-04T19:47:31.2134676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util/typeid_test.cpp' 2025-03-04T19:47:31.2134949Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test/util' 2025-03-04T19:47:31.2135212Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/test' 2025-03-04T19:47:31.2135480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/AbortHandler.h' 2025-03-04T19:47:31.2135745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/AlignOf.h' 2025-03-04T19:47:31.2136050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/ApproximateClock.cpp' 2025-03-04T19:47:31.2136347Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/ApproximateClock.h' 2025-03-04T19:47:31.2136638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Array.h' 2025-03-04T19:47:31.2136898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/ArrayRef.h' 2025-03-04T19:47:31.2137183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/BFloat16-inl.h' 2025-03-04T19:47:31.2137457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/BFloat16-math.h' 2025-03-04T19:47:31.2137728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/BFloat16.h' 2025-03-04T19:47:31.2137989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/BUILD.bazel' 2025-03-04T19:47:31.2138269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Backtrace.cpp' 2025-03-04T19:47:31.2138530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Backtrace.h' 2025-03-04T19:47:31.2138794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Bfloat16.cpp' 2025-03-04T19:47:31.2139057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Bitset.h' 2025-03-04T19:47:31.2139308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/C++17.cpp' 2025-03-04T19:47:31.2139569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/C++17.h' 2025-03-04T19:47:31.2139823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/CallOnce.h' 2025-03-04T19:47:31.2140109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/ConstexprCrc.h' 2025-03-04T19:47:31.2140415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/DeadlockDetection.cpp' 2025-03-04T19:47:31.2140713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/DeadlockDetection.h' 2025-03-04T19:47:31.2140995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Deprecated.h' 2025-03-04T19:47:31.2141579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/DimVector.h' 2025-03-04T19:47:31.2141939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/DynamicCounter.cpp' 2025-03-04T19:47:31.2152768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/DynamicCounter.h' 2025-03-04T19:47:31.2153259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Exception.cpp' 2025-03-04T19:47:31.2153530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Exception.h' 2025-03-04T19:47:31.2153844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/ExclusivelyOwned.h' 2025-03-04T19:47:31.2154204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/ExclusivelyOwnedTensorTraits.h' 2025-03-04T19:47:31.2154479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/FbcodeMaps.h' 2025-03-04T19:47:31.2154826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Flags.h' 2025-03-04T19:47:31.2155127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Float8_e4m3fn-inl.h' 2025-03-04T19:47:31.2155443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Float8_e4m3fn.cpp' 2025-03-04T19:47:31.2155712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Float8_e4m3fn.h' 2025-03-04T19:47:31.2156023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Float8_e4m3fnuz-inl.h' 2025-03-04T19:47:31.2156310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Float8_e4m3fnuz.cpp' 2025-03-04T19:47:31.2156599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Float8_e4m3fnuz.h' 2025-03-04T19:47:31.2156874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Float8_e5m2-inl.h' 2025-03-04T19:47:31.2157154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Float8_e5m2.cpp' 2025-03-04T19:47:31.2157414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Float8_e5m2.h' 2025-03-04T19:47:31.2157745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Float8_e5m2fnuz-inl.h' 2025-03-04T19:47:31.2158042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Float8_e5m2fnuz.cpp' 2025-03-04T19:47:31.2158315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Float8_e5m2fnuz.h' 2025-03-04T19:47:31.2158614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Float8_e8m0fnu-inl.h' 2025-03-04T19:47:31.2158896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Float8_e8m0fnu.cpp' 2025-03-04T19:47:31.2159178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Float8_e8m0fnu.h' 2025-03-04T19:47:31.2159451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Float8_fnuz_cvt.h' 2025-03-04T19:47:31.2159723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/FunctionRef.h' 2025-03-04T19:47:31.2159978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Gauge.cpp' 2025-03-04T19:47:31.2160223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Gauge.h' 2025-03-04T19:47:31.2160484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Half-inl.h' 2025-03-04T19:47:31.2160731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Half.cpp' 2025-03-04T19:47:31.2160980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Half.h' 2025-03-04T19:47:31.2161237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/IdWrapper.h' 2025-03-04T19:47:31.2161486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Lazy.h' 2025-03-04T19:47:31.2161751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/LeftRight.cpp' 2025-03-04T19:47:31.2162008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/LeftRight.h' 2025-03-04T19:47:31.2162288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Load.h' 2025-03-04T19:47:31.2162542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Logging.cpp' 2025-03-04T19:47:31.2162798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Logging.h' 2025-03-04T19:47:31.2163081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/MathConstants.cpp' 2025-03-04T19:47:31.2163362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/MathConstants.h' 2025-03-04T19:47:31.2163620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/MaybeOwned.h' 2025-03-04T19:47:31.2163924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Metaprogramming.cpp' 2025-03-04T19:47:31.2164204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Metaprogramming.h' 2025-03-04T19:47:31.2164477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/NetworkFlow.cpp' 2025-03-04T19:47:31.2164771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/NetworkFlow.h' 2025-03-04T19:47:31.2165031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Optional.cpp' 2025-03-04T19:47:31.2165321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Optional.h' 2025-03-04T19:47:31.2165607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/OptionalArrayRef.h' 2025-03-04T19:47:31.2165895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/ParallelGuard.cpp' 2025-03-04T19:47:31.2166165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/ParallelGuard.h' 2025-03-04T19:47:31.2166422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Registry.h' 2025-03-04T19:47:31.2166684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/ScopeExit.h' 2025-03-04T19:47:31.2166947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/SmallBuffer.h' 2025-03-04T19:47:31.2167231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/SmallVector.cpp' 2025-03-04T19:47:31.2167521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/SmallVector.h' 2025-03-04T19:47:31.2167797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/StringUtil.cpp' 2025-03-04T19:47:31.2168052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/StringUtil.h' 2025-03-04T19:47:31.2168326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Synchronized.h' 2025-03-04T19:47:31.2168585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/ThreadLocal.h' 2025-03-04T19:47:31.2168903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/ThreadLocalDebugInfo.cpp' 2025-03-04T19:47:31.2169215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/ThreadLocalDebugInfo.h' 2025-03-04T19:47:31.2169454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Type.h' 2025-03-04T19:47:31.2169723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/TypeCast.cpp' 2025-03-04T19:47:31.2169978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/TypeCast.h' 2025-03-04T19:47:31.2170236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/TypeIndex.h' 2025-03-04T19:47:31.2170490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/TypeList.cpp' 2025-03-04T19:47:31.2170743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/TypeList.h' 2025-03-04T19:47:31.2171040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/TypeSafeSignMath.h' 2025-03-04T19:47:31.2171310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/TypeTraits.cpp' 2025-03-04T19:47:31.2171573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/TypeTraits.h' 2025-03-04T19:47:31.2172032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Type_demangle.cpp' 2025-03-04T19:47:31.2172428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Type_no_demangle.cpp' 2025-03-04T19:47:31.2172689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Unicode.cpp' 2025-03-04T19:47:31.2172945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Unicode.h' 2025-03-04T19:47:31.2173230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/UniqueVoidPtr.cpp' 2025-03-04T19:47:31.2173502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/UniqueVoidPtr.h' 2025-03-04T19:47:31.2173754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/Unroll.h' 2025-03-04T19:47:31.2174026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/WaitCounter.cpp' 2025-03-04T19:47:31.2174295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/WaitCounter.h' 2025-03-04T19:47:31.2174672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/WaitCounterDynamicBackend.h' 2025-03-04T19:47:31.2174938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/accumulate.h' 2025-03-04T19:47:31.2175229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/bit_cast.h' 2025-03-04T19:47:31.2175472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/bits.h' 2025-03-04T19:47:31.2175719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/build.bzl' 2025-03-04T19:47:31.2175969Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/complex.h' 2025-03-04T19:47:31.2176251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/complex_math.cpp' 2025-03-04T19:47:31.2176518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/complex_math.h' 2025-03-04T19:47:31.2176791Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/complex_utils.h' 2025-03-04T19:47:31.2177047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/copysign.h' 2025-03-04T19:47:31.2177298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/env.cpp' 2025-03-04T19:47:31.2177571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/env.h' 2025-03-04T19:47:31.2177823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/error.cpp' 2025-03-04T19:47:31.2178072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/error.h' 2025-03-04T19:47:31.2178368Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/flags_use_gflags.cpp' 2025-03-04T19:47:31.2178676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/flags_use_no_gflags.cpp' 2025-03-04T19:47:31.2178947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/flat_hash_map.h' 2025-03-04T19:47:31.2179256Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/floating_point_utils.h' 2025-03-04T19:47:31.2179526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/generic_math.h' 2025-03-04T19:47:31.2179779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/hash.h' 2025-03-04T19:47:31.2180038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/int128.cpp' 2025-03-04T19:47:31.2180283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/int128.h' 2025-03-04T19:47:31.2180577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/intrusive_ptr.cpp' 2025-03-04T19:47:31.2180846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/intrusive_ptr.h' 2025-03-04T19:47:31.2181103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/irange.h' 2025-03-04T19:47:31.2181379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/llvmMathExtras.h' 2025-03-04T19:47:31.2181769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/logging_is_google_glog.h' 2025-03-04T19:47:31.2182106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/logging_is_not_google_glog.h' 2025-03-04T19:47:31.2182382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/numa.cpp' 2025-03-04T19:47:31.2182636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/numa.h' 2025-03-04T19:47:31.2182985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/order_preserving_flat_hash_map.h' 2025-03-04T19:47:31.2183255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/overflows.h' 2025-03-04T19:47:31.2183512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/overloaded.h' 2025-03-04T19:47:31.2183787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/python_stub.h' 2025-03-04T19:47:31.2184031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/qint32.h' 2025-03-04T19:47:31.2184278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/qint8.h' 2025-03-04T19:47:31.2184562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/quint2x4.h' 2025-03-04T19:47:31.2184819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/quint4x2.h' 2025-03-04T19:47:31.2185104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/quint8.h' 2025-03-04T19:47:31.2185370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/safe_numerics.h' 2025-03-04T19:47:31.2185665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/signal_handler.cpp' 2025-03-04T19:47:31.2185938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/signal_handler.h' 2025-03-04T19:47:31.2186220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/sparse_bitset.h' 2025-03-04T19:47:31.2186458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/ssize.h' 2025-03-04T19:47:31.2186749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/static_tracepoint.h' 2025-03-04T19:47:31.2187082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/static_tracepoint_elfx86.h' 2025-03-04T19:47:31.2187334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/strides.h' 2025-03-04T19:47:31.2187635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/string_utils.h' 2025-03-04T19:47:31.2187896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/string_view.h' 2025-03-04T19:47:31.2188165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/strong_type.h' 2025-03-04T19:47:31.2188422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/tempfile.cpp' 2025-03-04T19:47:31.2188688Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/tempfile.h' 2025-03-04T19:47:31.2188956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/thread_name.cpp' 2025-03-04T19:47:31.2189215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/thread_name.h' 2025-03-04T19:47:31.2189482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/typeid.cpp' 2025-03-04T19:47:31.2189728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/typeid.h' 2025-03-04T19:47:31.2190014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util/win32-headers.h' 2025-03-04T19:47:31.2190260Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/util' 2025-03-04T19:47:31.2190531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/CMakeLists.txt' 2025-03-04T19:47:31.2190839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/XPUCachingAllocator.cpp' 2025-03-04T19:47:31.2191141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/XPUCachingAllocator.h' 2025-03-04T19:47:31.2191415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/XPUDeviceProp.h' 2025-03-04T19:47:31.2191678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/XPUException.h' 2025-03-04T19:47:31.2191958Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/XPUFunctions.cpp' 2025-03-04T19:47:31.2192248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/XPUFunctions.h' 2025-03-04T19:47:31.2192518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/XPUMacros.h' 2025-03-04T19:47:31.2192778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/XPUStream.cpp' 2025-03-04T19:47:31.2193037Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/XPUStream.h' 2025-03-04T19:47:31.2193335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/impl/XPUGuardImpl.cpp' 2025-03-04T19:47:31.2193623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/impl/XPUGuardImpl.h' 2025-03-04T19:47:31.2193943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/impl/xpu_cmake_macros.h.in' 2025-03-04T19:47:31.2194203Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/impl' 2025-03-04T19:47:31.2194525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/test/CMakeLists.txt' 2025-03-04T19:47:31.2194913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/test/impl/XPUCachingAllocatorTest.cpp' 2025-03-04T19:47:31.2195272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/test/impl/XPUDeviceTest.cpp' 2025-03-04T19:47:31.2195589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/test/impl/XPUGuardTest.cpp' 2025-03-04T19:47:31.2195925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/test/impl/XPUStreamTest.cpp' 2025-03-04T19:47:31.2196214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/test/impl/XPUTest.h' 2025-03-04T19:47:31.2196498Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/test/impl' 2025-03-04T19:47:31.2196766Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu/test' 2025-03-04T19:47:31.2197017Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10/xpu' 2025-03-04T19:47:31.2197263Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/c10' 2025-03-04T19:47:31.2197545Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/.clang-format' 2025-03-04T19:47:31.2197816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/CMakeLists.txt' 2025-03-04T19:47:31.2198099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/core/CMakeLists.txt' 2025-03-04T19:47:31.2198357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/core/common.cc' 2025-03-04T19:47:31.2198620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/core/common.h' 2025-03-04T19:47:31.2198876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/core/macros.h' 2025-03-04T19:47:31.2199149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/core/macros.h.in' 2025-03-04T19:47:31.2199403Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/core/timer.h' 2025-03-04T19:47:31.2199675Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/core' 2025-03-04T19:47:31.2199992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/perfkernels/CMakeLists.txt' 2025-03-04T19:47:31.2200357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/perfkernels/batch_box_cox_avx512.cc' 2025-03-04T19:47:31.2200694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/perfkernels/batch_box_cox_vec.h' 2025-03-04T19:47:31.2200986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/perfkernels/common.h' 2025-03-04T19:47:31.2201300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/perfkernels/common_avx.cc' 2025-03-04T19:47:31.2201612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/perfkernels/common_avx2.cc' 2025-03-04T19:47:31.2201926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/perfkernels/common_sve.cc' 2025-03-04T19:47:31.2202382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/perfkernels/embedding_lookup_idx.cc' 2025-03-04T19:47:31.2202752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/perfkernels/embedding_lookup_idx.h' 2025-03-04T19:47:31.2203136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/perfkernels/embedding_lookup_idx_avx2.cc' 2025-03-04T19:47:31.2203523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/perfkernels/embedding_lookup_idx_sve.cc' 2025-03-04T19:47:31.2203878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/perfkernels/hp_emblookup_codegen.py' 2025-03-04T19:47:31.2204245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/perfkernels/sve_emblookup_codegen.py' 2025-03-04T19:47:31.2204545Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/perfkernels' 2025-03-04T19:47:31.2204852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/serialize/CMakeLists.txt' 2025-03-04T19:47:31.2205155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/serialize/crc.cc' 2025-03-04T19:47:31.2205461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/serialize/crc_alt.h' 2025-03-04T19:47:31.2205775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/serialize/file_adapter.cc' 2025-03-04T19:47:31.2206081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/serialize/file_adapter.h' 2025-03-04T19:47:31.2206423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/serialize/in_memory_adapter.h' 2025-03-04T19:47:31.2206750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/serialize/inline_container.cc' 2025-03-04T19:47:31.2207077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/serialize/inline_container.h' 2025-03-04T19:47:31.2207435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/serialize/inline_container_test.cc' 2025-03-04T19:47:31.2207766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/serialize/istream_adapter.cc' 2025-03-04T19:47:31.2208129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/serialize/istream_adapter.h' 2025-03-04T19:47:31.2208487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/serialize/read_adapter_interface.cc' 2025-03-04T19:47:31.2208843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/serialize/read_adapter_interface.h' 2025-03-04T19:47:31.2209132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/serialize/versions.h' 2025-03-04T19:47:31.2209419Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/serialize' 2025-03-04T19:47:31.2209712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/unexported_symbols.lds' 2025-03-04T19:47:31.2210001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils/CMakeLists.txt' 2025-03-04T19:47:31.2210296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils/fixed_divisor.h' 2025-03-04T19:47:31.2210580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils/proto_wrap.cc' 2025-03-04T19:47:31.2210863Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils/proto_wrap.h' 2025-03-04T19:47:31.2211154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils/string_utils.cc' 2025-03-04T19:47:31.2211445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils/string_utils.h' 2025-03-04T19:47:31.2211783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils/threadpool/ThreadPool.cc' 2025-03-04T19:47:31.2212115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils/threadpool/ThreadPool.h' 2025-03-04T19:47:31.2212484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils/threadpool/ThreadPoolCommon.h' 2025-03-04T19:47:31.2212825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils/threadpool/WorkersPool.h' 2025-03-04T19:47:31.2213222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils/threadpool/pthreadpool-cpp.cc' 2025-03-04T19:47:31.2213583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils/threadpool/pthreadpool-cpp.h' 2025-03-04T19:47:31.2213934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils/threadpool/pthreadpool.cc' 2025-03-04T19:47:31.2214273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils/threadpool/pthreadpool.h' 2025-03-04T19:47:31.2214650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils/threadpool/pthreadpool_impl.cc' 2025-03-04T19:47:31.2215026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils/threadpool/thread_pool_guard.cpp' 2025-03-04T19:47:31.2215397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils/threadpool/thread_pool_guard.h' 2025-03-04T19:47:31.2215731Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils/threadpool' 2025-03-04T19:47:31.2216000Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/utils' 2025-03-04T19:47:31.2216311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2/version_script.lds' 2025-03-04T19:47:31.2216556Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/caffe2' 2025-03-04T19:47:31.2216829Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Allowlist.cmake' 2025-03-04T19:47:31.2217117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/BuildVariables.cmake' 2025-03-04T19:47:31.2217417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Caffe2Config.cmake.in' 2025-03-04T19:47:31.2217675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/CheckAbi.cmake' 2025-03-04T19:47:31.2217930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Codegen.cmake' 2025-03-04T19:47:31.2218209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/DebugHelper.cmake' 2025-03-04T19:47:31.2218508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Dependencies.cmake' 2025-03-04T19:47:31.2218821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/External/EigenBLAS.cmake' 2025-03-04T19:47:31.2219120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/External/aotriton.cmake' 2025-03-04T19:47:31.2219401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/External/nccl.cmake' 2025-03-04T19:47:31.2219689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/External/nnpack.cmake' 2025-03-04T19:47:31.2219974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/External/rccl.cmake' 2025-03-04T19:47:31.2220246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/External/ucc.cmake' 2025-03-04T19:47:31.2220519Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/External' 2025-03-04T19:47:31.2220797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/FlatBuffers.cmake' 2025-03-04T19:47:31.2221095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/GoogleTestPatch.cmake' 2025-03-04T19:47:31.2221384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/IncludeSource.cpp.in' 2025-03-04T19:47:31.2221734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Metal.cmake' 2025-03-04T19:47:31.2222004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/MiscCheck.cmake' 2025-03-04T19:47:31.2222292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindAPL.cmake' 2025-03-04T19:47:31.2222579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindARM.cmake' 2025-03-04T19:47:31.2222871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindAVX.cmake' 2025-03-04T19:47:31.2223171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindAtlas.cmake' 2025-03-04T19:47:31.2223501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindBLAS.cmake' 2025-03-04T19:47:31.2223797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindBLIS.cmake' 2025-03-04T19:47:31.2224117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindBenchmark.cmake' 2025-03-04T19:47:31.2224407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindCUB.cmake' 2025-03-04T19:47:31.2224747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindCUDAToolkit.cmake' 2025-03-04T19:47:31.2225041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindCUDSS.cmake' 2025-03-04T19:47:31.2225362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindCUSPARSELT.cmake' 2025-03-04T19:47:31.2225682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindFlexiBLAS.cmake' 2025-03-04T19:47:31.2226003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindGloo.cmake' 2025-03-04T19:47:31.2226325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindITT.cmake' 2025-03-04T19:47:31.2226628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindLAPACK.cmake' 2025-03-04T19:47:31.2226931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindMAGMA.cmake' 2025-03-04T19:47:31.2227220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindMKL.cmake' 2025-03-04T19:47:31.2227526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindMKLDNN.cmake' 2025-03-04T19:47:31.2227817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindNCCL.cmake' 2025-03-04T19:47:31.2228107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindNuma.cmake' 2025-03-04T19:47:31.2228423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindOpenBLAS.cmake' 2025-03-04T19:47:31.2228749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindOpenMP.cmake' 2025-03-04T19:47:31.2229115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindOpenTelemetryApi.cmake' 2025-03-04T19:47:31.2229445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindSYCLToolkit.cmake' 2025-03-04T19:47:31.2229762Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindSanitizer.cmake' 2025-03-04T19:47:31.2230051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindVSX.cmake' 2025-03-04T19:47:31.2230359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindZVECTOR.cmake' 2025-03-04T19:47:31.2230666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/Findpybind11.cmake' 2025-03-04T19:47:31.2230967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/FindvecLib.cmake' 2025-03-04T19:47:31.2231240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules/README.md' 2025-03-04T19:47:31.2231516Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules' 2025-03-04T19:47:31.2231856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules_CUDA_fix/FindCUDA.cmake' 2025-03-04T19:47:31.2232192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules_CUDA_fix/FindCUDNN.cmake' 2025-03-04T19:47:31.2232499Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules_CUDA_fix/README.md' 2025-03-04T19:47:31.2232940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2025-03-04T19:47:31.2233321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2025-03-04T19:47:31.2233743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2025-03-04T19:47:31.2234194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2025-03-04T19:47:31.2234614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2025-03-04T19:47:31.2235072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2025-03-04T19:47:31.2235468Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules_CUDA_fix/upstream/FindCUDA' 2025-03-04T19:47:31.2235950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2025-03-04T19:47:31.2236380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2025-03-04T19:47:31.2236759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules_CUDA_fix/upstream/README.md' 2025-03-04T19:47:31.2237117Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules_CUDA_fix/upstream' 2025-03-04T19:47:31.2237447Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Modules_CUDA_fix' 2025-03-04T19:47:31.2237720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/ProtoBuf.cmake' 2025-03-04T19:47:31.2238005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/ProtoBufPatch.cmake' 2025-03-04T19:47:31.2238266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/Summary.cmake' 2025-03-04T19:47:31.2238563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/TorchConfig.cmake.in' 2025-03-04T19:47:31.2238886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/TorchConfigVersion.cmake.in' 2025-03-04T19:47:31.2239174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/VulkanCodegen.cmake' 2025-03-04T19:47:31.2239488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/VulkanDependencies.cmake' 2025-03-04T19:47:31.2239823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/cmake_uninstall.cmake.in' 2025-03-04T19:47:31.2240069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/iOS.cmake' 2025-03-04T19:47:31.2240353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/prioritized_text.txt' 2025-03-04T19:47:31.2240676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/public/ComputeLibrary.cmake' 2025-03-04T19:47:31.2240956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/public/LoadHIP.cmake' 2025-03-04T19:47:31.2241231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/public/cuda.cmake' 2025-03-04T19:47:31.2241503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/public/gflags.cmake' 2025-03-04T19:47:31.2241776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/public/glog.cmake' 2025-03-04T19:47:31.2242042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/public/mkl.cmake' 2025-03-04T19:47:31.2242327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/public/mkldnn.cmake' 2025-03-04T19:47:31.2242619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/public/protobuf.cmake' 2025-03-04T19:47:31.2242889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/public/utils.cmake' 2025-03-04T19:47:31.2243162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/public/xpu.cmake' 2025-03-04T19:47:31.2243424Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake/public' 2025-03-04T19:47:31.2243674Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/cmake' 2025-03-04T19:47:31.2243888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/defs.bzl' 2025-03-04T19:47:31.2244139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docker.Makefile' 2025-03-04T19:47:31.2244402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/.gitignore' 2025-03-04T19:47:31.2244638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/Makefile' 2025-03-04T19:47:31.2244884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/README.md' 2025-03-04T19:47:31.2245131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/Makefile' 2025-03-04T19:47:31.2245408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source/Doxyfile' 2025-03-04T19:47:31.2245742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source/_static/cpp_theme.css' 2025-03-04T19:47:31.2246058Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source/_static' 2025-03-04T19:47:31.2246367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source/check-doxygen.sh' 2025-03-04T19:47:31.2246674Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source/conf.py' 2025-03-04T19:47:31.2246968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source/frontend.rst' 2025-03-04T19:47:31.2247279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source/index.rst' 2025-03-04T19:47:31.2247588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source/installing.rst' 2025-03-04T19:47:31.2247878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source/library.rst' 2025-03-04T19:47:31.2248183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source/notes/faq.rst' 2025-03-04T19:47:31.2248529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source/notes/inference_mode.rst' 2025-03-04T19:47:31.2248866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source/notes/maybe_owned.rst' 2025-03-04T19:47:31.2249212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source/notes/tensor_basics.rst' 2025-03-04T19:47:31.2249575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source/notes/tensor_creation.rst' 2025-03-04T19:47:31.2249968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source/notes/tensor_cuda_stream.rst' 2025-03-04T19:47:31.2250320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source/notes/tensor_indexing.rst' 2025-03-04T19:47:31.2250659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source/notes/versioning.rst' 2025-03-04T19:47:31.2250961Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source/notes' 2025-03-04T19:47:31.2251244Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp/source' 2025-03-04T19:47:31.2251492Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/cpp' 2025-03-04T19:47:31.2251751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/libtorch.rst' 2025-03-04T19:47:31.2251983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/make.bat' 2025-03-04T19:47:31.2252251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/requirements.txt' 2025-03-04T19:47:31.2252594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/css/copybutton.css' 2025-03-04T19:47:31.2252905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/css/custom.css' 2025-03-04T19:47:31.2253214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/css/jit.css' 2025-03-04T19:47:31.2253519Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/css' 2025-03-04T19:47:31.2254000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/aliastracker_graph.png' 2025-03-04T19:47:31.2254493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/distributed_autograd/distributed_dependencies.png' 2025-03-04T19:47:31.2255038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/distributed_autograd/distributed_dependencies_computed.png' 2025-03-04T19:47:31.2255533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/distributed_autograd/local_dependencies.png' 2025-03-04T19:47:31.2256004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/distributed_autograd/send_recv_functions.png' 2025-03-04T19:47:31.2256408Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/distributed_autograd' 2025-03-04T19:47:31.2256756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/dynamic_graph.gif' 2025-03-04T19:47:31.2257132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/dynamo/TorchDynamo.png' 2025-03-04T19:47:31.2257492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/dynamo/flowchart.jpg' 2025-03-04T19:47:31.2257884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/dynamo/td_stack.png' 2025-03-04T19:47:31.2258323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/dynamo/torchinductor_backend.png' 2025-03-04T19:47:31.2258665Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/dynamo' 2025-03-04T19:47:31.2259078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/fine_grained_apis/api_diagram.png' 2025-03-04T19:47:31.2259530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/fine_grained_apis/call_stack_diagram.png' 2025-03-04T19:47:31.2259913Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/fine_grained_apis' 2025-03-04T19:47:31.2260359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/inductor_profiling/inductor_code.png' 2025-03-04T19:47:31.2260808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/inductor_profiling/kernel_breakdown.png' 2025-03-04T19:47:31.2261283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/inductor_profiling/terminal_printout.png' 2025-03-04T19:47:31.2261764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/inductor_profiling/trace.png' 2025-03-04T19:47:31.2262159Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/inductor_profiling' 2025-03-04T19:47:31.2262572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/masked/tensor_comparison.jpg' 2025-03-04T19:47:31.2262913Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/masked' 2025-03-04T19:47:31.2263262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/meshgrid.png' 2025-03-04T19:47:31.2263634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/nested/njt_visual.png' 2025-03-04T19:47:31.2263993Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/nested' 2025-03-04T19:47:31.2264344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/nn/layer_norm.jpg' 2025-03-04T19:47:31.2264670Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/nn' 2025-03-04T19:47:31.2265086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/onnx/onnx_dynamo_mlp_model.png' 2025-03-04T19:47:31.2265549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/onnx/torch_dynamo_exporter_memory_usage.png' 2025-03-04T19:47:31.2266021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/onnx/torch_script_exporter_memory_usage.png' 2025-03-04T19:47:31.2266427Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/onnx' 2025-03-04T19:47:31.2266902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/pipeline_parallelism/no_pipe.png' 2025-03-04T19:47:31.2267318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/pipeline_parallelism/pipe.png' 2025-03-04T19:47:31.2267733Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/pipeline_parallelism' 2025-03-04T19:47:31.2268150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/profiling_torch_compile/ac2g.png' 2025-03-04T19:47:31.2268636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/profiling_torch_compile/basic_chrome_trace.png' 2025-03-04T19:47:31.2269132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/profiling_torch_compile/compilation_profiling.png' 2025-03-04T19:47:31.2269593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/profiling_torch_compile/cpu_bound.png' 2025-03-04T19:47:31.2270056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/profiling_torch_compile/graph_breaks.png' 2025-03-04T19:47:31.2270649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/profiling_torch_compile/graph_breaks_with_torch_compiled_region.png' 2025-03-04T19:47:31.2271147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/profiling_torch_compile/kernel_launch_labeled.png' 2025-03-04T19:47:31.2271660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/profiling_torch_compile/noninductor_triton_kernel.png' 2025-03-04T19:47:31.2272574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/profiling_torch_compile/triton_kernel_launch.png' 2025-03-04T19:47:31.2273003Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/profiling_torch_compile' 2025-03-04T19:47:31.2273497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/pytorch-logo-dark-unstable.png' 2025-03-04T19:47:31.2273877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/pytorch-logo-dark.png' 2025-03-04T19:47:31.2274262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/pytorch-logo-dark.svg' 2025-03-04T19:47:31.2274642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/pytorch-logo-flame.png' 2025-03-04T19:47:31.2275031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/pytorch-logo-flame.svg' 2025-03-04T19:47:31.2275366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/rpc_arch.png' 2025-03-04T19:47:31.2275748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/tensor_illustration.png' 2025-03-04T19:47:31.2276166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/tensorboard/add_histogram.png' 2025-03-04T19:47:31.2276592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/tensorboard/add_histogram_raw.png' 2025-03-04T19:47:31.2276997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/tensorboard/add_hparam.png' 2025-03-04T19:47:31.2277383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/tensorboard/add_image.png' 2025-03-04T19:47:31.2277783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/tensorboard/add_images.png' 2025-03-04T19:47:31.2278172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/tensorboard/add_scalar.png' 2025-03-04T19:47:31.2278579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/tensorboard/add_scalars.png' 2025-03-04T19:47:31.2279006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/tensorboard/hier_tags.png' 2025-03-04T19:47:31.2279374Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/tensorboard' 2025-03-04T19:47:31.2279845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/torch_cuda_memory/active_memory_timeline.png' 2025-03-04T19:47:31.2280314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/torch_cuda_memory/allocator_state_history.png' 2025-03-04T19:47:31.2280709Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img/torch_cuda_memory' 2025-03-04T19:47:31.2281021Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static/img' 2025-03-04T19:47:31.2281329Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_static' 2025-03-04T19:47:31.2281727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_templates/autosummary/class.rst' 2025-03-04T19:47:31.2282169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_templates/autosummary/classnoinheritance.rst' 2025-03-04T19:47:31.2282564Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_templates/autosummary' 2025-03-04T19:47:31.2282928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_templates/classtemplate.rst' 2025-03-04T19:47:31.2283253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_templates/layout.html' 2025-03-04T19:47:31.2283594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_templates/sobolengine.rst' 2025-03-04T19:47:31.2283910Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/_templates' 2025-03-04T19:47:31.2284206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/accelerator.rst' 2025-03-04T19:47:31.2284482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/amp.rst' 2025-03-04T19:47:31.2284782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/autograd.rst' 2025-03-04T19:47:31.2285073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/backends.rst' 2025-03-04T19:47:31.2285382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/benchmark_utils.rst' 2025-03-04T19:47:31.2285680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/bottleneck.rst' 2025-03-04T19:47:31.2285967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/checkpoint.rst' 2025-03-04T19:47:31.2286340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/community/build_ci_governance.rst' 2025-03-04T19:47:31.2286728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/community/contribution_guide.rst' 2025-03-04T19:47:31.2287039Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/community/design.rst' 2025-03-04T19:47:31.2287391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/community/governance.rst' 2025-03-04T19:47:31.2287767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/community/persons_of_interest.rst' 2025-03-04T19:47:31.2288082Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/community' 2025-03-04T19:47:31.2288389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/complex_numbers.rst' 2025-03-04T19:47:31.2288660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/cond.rst' 2025-03-04T19:47:31.2288920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/conf.py' 2025-03-04T19:47:31.2289205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/config_mod.rst' 2025-03-04T19:47:31.2289518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/cpp_extension.rst' 2025-03-04T19:47:31.2289825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/cpp_index.rst' 2025-03-04T19:47:31.2290097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/cpu.rst' 2025-03-04T19:47:31.2290401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/cuda._sanitizer.rst' 2025-03-04T19:47:31.2290670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/cuda.rst' 2025-03-04T19:47:31.2290962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/cuda.tunable.rst' 2025-03-04T19:47:31.2291322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/cuda_environment_variables.rst' 2025-03-04T19:47:31.2291663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/cudnn_persistent_rnn.rst' 2025-03-04T19:47:31.2292000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/cudnn_rnn_determinism.rst' 2025-03-04T19:47:31.2292303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/data.rst' 2025-03-04T19:47:31.2292609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/ddp_comm_hooks.rst' 2025-03-04T19:47:31.2293033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/debugging_environment_variables.rst' 2025-03-04T19:47:31.2293300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/deploy.rst' 2025-03-04T19:47:31.2293613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/deterministic.rst' 2025-03-04T19:47:31.2293987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/distributed.algorithms.join.rst' 2025-03-04T19:47:31.2294335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/distributed.checkpoint.rst' 2025-03-04T19:47:31.2294679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/distributed.elastic.rst' 2025-03-04T19:47:31.2295059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/distributed.fsdp.fully_shard.rst' 2025-03-04T19:47:31.2295418Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/distributed.optim.rst' 2025-03-04T19:47:31.2295770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/distributed.pipelining.rst' 2025-03-04T19:47:31.2296073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/distributed.rst' 2025-03-04T19:47:31.2296451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/distributed.tensor.parallel.rst' 2025-03-04T19:47:31.2296784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/distributed.tensor.rst' 2025-03-04T19:47:31.2297082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/distributions.rst' 2025-03-04T19:47:31.2297349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/dlpack.rst' 2025-03-04T19:47:31.2297636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/docutils.conf' 2025-03-04T19:47:31.2297936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/elastic/agent.rst' 2025-03-04T19:47:31.2298290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/elastic/agent_diagram.jpg' 2025-03-04T19:47:31.2298628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/elastic/control_plane.rst' 2025-03-04T19:47:31.2298977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/elastic/customization.rst' 2025-03-04T19:47:31.2299283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/elastic/errors.rst' 2025-03-04T19:47:31.2299644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/elastic/etcd_rdzv_diagram.png' 2025-03-04T19:47:31.2299945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/elastic/events.rst' 2025-03-04T19:47:31.2300253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/elastic/examples.rst' 2025-03-04T19:47:31.2300606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/elastic/kubernetes.rst' 2025-03-04T19:47:31.2300919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/elastic/metrics.rst' 2025-03-04T19:47:31.2301278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/elastic/multiprocessing.rst' 2025-03-04T19:47:31.2301675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/elastic/quickstart.rst' 2025-03-04T19:47:31.2302009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/elastic/rendezvous.rst' 2025-03-04T19:47:31.2302304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/elastic/run.rst' 2025-03-04T19:47:31.2302675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/elastic/subprocess_handler.rst' 2025-03-04T19:47:31.2302974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/elastic/timer.rst' 2025-03-04T19:47:31.2303337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/elastic/train_script.rst' 2025-03-04T19:47:31.2303682Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/elastic' 2025-03-04T19:47:31.2303987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/export.ir_spec.rst' 2025-03-04T19:47:31.2304351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/export.programming_model.rst' 2025-03-04T19:47:31.2304618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/export.rst' 2025-03-04T19:47:31.2304886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/fft.rst' 2025-03-04T19:47:31.2305143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/fsdp.rst' 2025-03-04T19:47:31.2305433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/func.api.rst' 2025-03-04T19:47:31.2305740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/func.batch_norm.rst' 2025-03-04T19:47:31.2306072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/func.migrating.rst' 2025-03-04T19:47:31.2306346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/func.rst' 2025-03-04T19:47:31.2306673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/func.ux_limitations.rst' 2025-03-04T19:47:31.2307004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/func.whirlwind_tour.rst' 2025-03-04T19:47:31.2307287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/future_mod.rst' 2025-03-04T19:47:31.2307564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/futures.rst' 2025-03-04T19:47:31.2307876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/fx.experimental.rst' 2025-03-04T19:47:31.2308132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/fx.rst' 2025-03-04T19:47:31.2308400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/hub.rst' 2025-03-04T19:47:31.2308660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/index.rst' 2025-03-04T19:47:31.2308927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/jit.rst' 2025-03-04T19:47:31.2309265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/jit_builtin_functions.rst' 2025-03-04T19:47:31.2309611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/jit_language_reference.rst' 2025-03-04T19:47:31.2309962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/jit_language_reference_v2.rst' 2025-03-04T19:47:31.2310300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/jit_python_reference.rst' 2025-03-04T19:47:31.2310610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/jit_unsupported.rst' 2025-03-04T19:47:31.2310883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/jit_utils.rst' 2025-03-04T19:47:31.2311191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/library.rst' 2025-03-04T19:47:31.2311454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/linalg.rst' 2025-03-04T19:47:31.2311736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/logging.rst' 2025-03-04T19:47:31.2311998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/masked.rst' 2025-03-04T19:47:31.2312364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/math-quantizer-equation.png' 2025-03-04T19:47:31.2312624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/meta.rst' 2025-03-04T19:47:31.2313040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/miscellaneous_environment_variables.rst' 2025-03-04T19:47:31.2313350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/mobile_optimizer.rst' 2025-03-04T19:47:31.2313651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/model_zoo.rst' 2025-03-04T19:47:31.2313993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/module_tracker.rst' 2025-03-04T19:47:31.2314261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/monitor.rst' 2025-03-04T19:47:31.2314531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/mps.rst' 2025-03-04T19:47:31.2314882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/mps_environment_variables.rst' 2025-03-04T19:47:31.2315185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/mtia.memory.rst' 2025-03-04T19:47:31.2315442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/mtia.rst' 2025-03-04T19:47:31.2315754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/multiprocessing.rst' 2025-03-04T19:47:31.2316061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/name_inference.rst' 2025-03-04T19:47:31.2316357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/named_tensor.rst' 2025-03-04T19:47:31.2316661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/nested.rst' 2025-03-04T19:47:31.2316980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/nn.attention.bias.rst' 2025-03-04T19:47:31.2317353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/nn.attention.experimental.rst' 2025-03-04T19:47:31.2317716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/nn.attention.flex_attention.rst' 2025-03-04T19:47:31.2318013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/nn.attention.rst' 2025-03-04T19:47:31.2318309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/nn.functional.rst' 2025-03-04T19:47:31.2318577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/nn.init.rst' 2025-03-04T19:47:31.2318840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/nn.rst' 2025-03-04T19:47:31.2319165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/amp_examples.rst' 2025-03-04T19:47:31.2319474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/autograd.rst' 2025-03-04T19:47:31.2319797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/broadcasting.rst' 2025-03-04T19:47:31.2320174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/cpu_threading_runtimes.svg' 2025-03-04T19:47:31.2320606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/cpu_threading_torchscript_inference.rst' 2025-03-04T19:47:31.2321045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/cpu_threading_torchscript_inference.svg' 2025-03-04T19:47:31.2321331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/cuda.rst' 2025-03-04T19:47:31.2321700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/custom_operators.rst' 2025-03-04T19:47:31.2321991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/ddp.rst' 2025-03-04T19:47:31.2322326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/extending.func.rst' 2025-03-04T19:47:31.2322641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/extending.rst' 2025-03-04T19:47:31.2322922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/faq.rst' 2025-03-04T19:47:31.2323215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/fsdp.rst' 2025-03-04T19:47:31.2323542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/get_start_xpu.rst' 2025-03-04T19:47:31.2323855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/gradcheck.rst' 2025-03-04T19:47:31.2324164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/hip.rst' 2025-03-04T19:47:31.2324543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/large_scale_deployments.rst' 2025-03-04T19:47:31.2324876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/modules.rst' 2025-03-04T19:47:31.2325153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/mps.rst' 2025-03-04T19:47:31.2325506Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/multiprocessing.rst' 2025-03-04T19:47:31.2325858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/numerical_accuracy.rst' 2025-03-04T19:47:31.2326181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/randomness.rst' 2025-03-04T19:47:31.2326513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/serialization.rst' 2025-03-04T19:47:31.2326824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes/windows.rst' 2025-03-04T19:47:31.2327137Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/notes' 2025-03-04T19:47:31.2327397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/onnx.rst' 2025-03-04T19:47:31.2327696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/onnx_dynamo.rst' 2025-03-04T19:47:31.2328041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/onnx_dynamo_memory_usage.rst' 2025-03-04T19:47:31.2328435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/onnx_dynamo_onnxruntime_backend.rst' 2025-03-04T19:47:31.2328745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/onnx_torchscript.rst' 2025-03-04T19:47:31.2329160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/onnx_torchscript_supported_aten_ops.rst' 2025-03-04T19:47:31.2329422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/optim.rst' 2025-03-04T19:47:31.2329711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/package.rst' 2025-03-04T19:47:31.2329987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/profiler.rst' 2025-03-04T19:47:31.2330385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/quantization-accuracy-debugging.rst' 2025-03-04T19:47:31.2330816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/quantization-backend-configuration.rst' 2025-03-04T19:47:31.2331154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/quantization-support.rst' 2025-03-04T19:47:31.2331460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/quantization.rst' 2025-03-04T19:47:31.2331728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/random.rst' 2025-03-04T19:47:31.2331999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/rpc.rst' 2025-03-04T19:47:31.2332389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/rpc/distributed_autograd.rst' 2025-03-04T19:47:31.2332676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/rpc/rref.rst' 2025-03-04T19:47:31.2332953Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/rpc' 2025-03-04T19:47:31.2333335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/scripts/build_activation_images.py' 2025-03-04T19:47:31.2333673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/scripts/build_opsets.py' 2025-03-04T19:47:31.2334067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/scripts/build_quantization_configs.py' 2025-03-04T19:47:31.2334416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/scripts/exportdb/blurb.txt' 2025-03-04T19:47:31.2334852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/scripts/exportdb/generate_example_rst.py' 2025-03-04T19:47:31.2335195Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/scripts/exportdb' 2025-03-04T19:47:31.2335759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/scripts/onnx/build_onnx_torchscript_supported_aten_op_csv_table.py' 2025-03-04T19:47:31.2336083Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/scripts/onnx' 2025-03-04T19:47:31.2336378Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/scripts' 2025-03-04T19:47:31.2336647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/signal.rst' 2025-03-04T19:47:31.2336912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/size.rst' 2025-03-04T19:47:31.2337178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/sparse.rst' 2025-03-04T19:47:31.2337457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/special.rst' 2025-03-04T19:47:31.2337729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/storage.rst' 2025-03-04T19:47:31.2338079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/tensor_attributes.rst' 2025-03-04T19:47:31.2338372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/tensor_view.rst' 2025-03-04T19:47:31.2338671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/tensorboard.rst' 2025-03-04T19:47:31.2338940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/tensors.rst' 2025-03-04T19:47:31.2339210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/testing.rst' 2025-03-04T19:47:31.2339597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/threading_environment_variables.rst' 2025-03-04T19:47:31.2339954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.ao.ns._numeric_suite.rst' 2025-03-04T19:47:31.2340332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.ao.ns._numeric_suite_fx.rst' 2025-03-04T19:47:31.2340676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler.config.rst' 2025-03-04T19:47:31.2340990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler.rst' 2025-03-04T19:47:31.2341355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_aot_inductor.rst' 2025-03-04T19:47:31.2341847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_aot_inductor_minifier.rst' 2025-03-04T19:47:31.2342172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_api.rst' 2025-03-04T19:47:31.2342604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_best_practices_for_backends.rst' 2025-03-04T19:47:31.2342990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_cudagraph_trees.rst' 2025-03-04T19:47:31.2343415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_custom_backends.rst' 2025-03-04T19:47:31.2343803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_dynamic_shapes.rst' 2025-03-04T19:47:31.2344182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_dynamo_deepdive.rst' 2025-03-04T19:47:31.2344565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_dynamo_overview.rst' 2025-03-04T19:47:31.2344921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_fake_tensor.rst' 2025-03-04T19:47:31.2345250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_faq.rst' 2025-03-04T19:47:31.2345623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_fine_grain_apis.rst' 2025-03-04T19:47:31.2346003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_get_started.rst' 2025-03-04T19:47:31.2346411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_inductor_profiling.rst' 2025-03-04T19:47:31.2346749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_ir.rst' 2025-03-04T19:47:31.2347107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_nn_module.rst' 2025-03-04T19:47:31.2347511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_performance_dashboard.rst' 2025-03-04T19:47:31.2347937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_profiling_torch_compile.rst' 2025-03-04T19:47:31.2348310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_transformations.rst' 2025-03-04T19:47:31.2348702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_troubleshooting.rst' 2025-03-04T19:47:31.2349094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.compiler_troubleshooting_old.rst' 2025-03-04T19:47:31.2349438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.overrides.rst' 2025-03-04T19:47:31.2349702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch.rst' 2025-03-04T19:47:31.2350011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch_cuda_memory.rst' 2025-03-04T19:47:31.2350386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch_environment_variables.rst' 2025-03-04T19:47:31.2350769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/torch_nccl_environment_variables.rst' 2025-03-04T19:47:31.2351055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/type_info.rst' 2025-03-04T19:47:31.2351313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/utils.rst' 2025-03-04T19:47:31.2351584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source/xpu.rst' 2025-03-04T19:47:31.2351850Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs/source' 2025-03-04T19:47:31.2352088Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/docs' 2025-03-04T19:47:31.2352357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/.gitignore' 2025-03-04T19:47:31.2352633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/CMakeLists.txt' 2025-03-04T19:47:31.2352932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/COMPILE_README.md' 2025-03-04T19:47:31.2353192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/README.md' 2025-03-04T19:47:31.2353459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/__init__.py' 2025-03-04T19:47:31.2353743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/_src/__init__.py' 2025-03-04T19:47:31.2354119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/_src/aot_autograd/__init__.py' 2025-03-04T19:47:31.2354452Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/_src/aot_autograd' 2025-03-04T19:47:31.2354810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/_src/eager_transforms/__init__.py' 2025-03-04T19:47:31.2355162Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/_src/eager_transforms' 2025-03-04T19:47:31.2355513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/_src/make_functional/__init__.py' 2025-03-04T19:47:31.2355860Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/_src/make_functional' 2025-03-04T19:47:31.2356164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/_src/vmap/__init__.py' 2025-03-04T19:47:31.2356469Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/_src/vmap' 2025-03-04T19:47:31.2356786Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/_src' 2025-03-04T19:47:31.2357197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/benchmarks/chrome_trace_parser.py' 2025-03-04T19:47:31.2357490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/benchmarks/cse.py' 2025-03-04T19:47:31.2357857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/benchmarks/operator_authoring.py' 2025-03-04T19:47:31.2358218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/benchmarks/per_sample_grads.py' 2025-03-04T19:47:31.2358593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/benchmarks/pointwise_scorecard.py' 2025-03-04T19:47:31.2358963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/benchmarks/process_scorecard.py' 2025-03-04T19:47:31.2359268Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/benchmarks' 2025-03-04T19:47:31.2359581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/compile/__init__.py' 2025-03-04T19:47:31.2359899Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/compile' 2025-03-04T19:47:31.2360194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/csrc/dim/arena.h' 2025-03-04T19:47:31.2360480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/csrc/dim/dim.cpp' 2025-03-04T19:47:31.2360752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/csrc/dim/dim.h' 2025-03-04T19:47:31.2361071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/csrc/dim/dim_opcode.c' 2025-03-04T19:47:31.2361374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/csrc/dim/minpybind.h' 2025-03-04T19:47:31.2361753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/csrc/dim/python_variable_simple.h' 2025-03-04T19:47:31.2362050Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/csrc/dim' 2025-03-04T19:47:31.2362370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/csrc/init_dim_only.cpp' 2025-03-04T19:47:31.2362651Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/csrc' 2025-03-04T19:47:31.2362932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/dim/README.md' 2025-03-04T19:47:31.2363210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/dim/__init__.py' 2025-03-04T19:47:31.2363503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/dim/batch_tensor.py' 2025-03-04T19:47:31.2363841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/dim/delayed_mul_tensor.py' 2025-03-04T19:47:31.2364096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/dim/dim.py' 2025-03-04T19:47:31.2364399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/dim/magic_trace.py' 2025-03-04T19:47:31.2364730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/dim/op_properties.py' 2025-03-04T19:47:31.2365029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/dim/reference.py' 2025-03-04T19:47:31.2365309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/dim/tree_map.py' 2025-03-04T19:47:31.2365590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/dim/wrap_type.py' 2025-03-04T19:47:31.2365873Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/dim' 2025-03-04T19:47:31.2366146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/.gitignore' 2025-03-04T19:47:31.2366430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/Makefile' 2025-03-04T19:47:31.2366699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/README.md' 2025-03-04T19:47:31.2367231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source/_static/css/custom.css' 2025-03-04T19:47:31.2367589Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source/_static/css' 2025-03-04T19:47:31.2367964Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source/_static' 2025-03-04T19:47:31.2368379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source/_templates/autosummary/class.rst' 2025-03-04T19:47:31.2368783Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source/_templates/autosummary' 2025-03-04T19:47:31.2369191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source/_templates/classtemplate.rst' 2025-03-04T19:47:31.2369561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source/_templates/layout.html' 2025-03-04T19:47:31.2369922Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source/_templates' 2025-03-04T19:47:31.2370263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source/aot_autograd.rst' 2025-03-04T19:47:31.2370709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source/batch_norm.rst' 2025-03-04T19:47:31.2371005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source/conf.py' 2025-03-04T19:47:31.2371348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source/docutils.conf' 2025-03-04T19:47:31.2371693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source/experimental.rst' 2025-03-04T19:47:31.2372149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source/functorch.rst' 2025-03-04T19:47:31.2372469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source/index.rst' 2025-03-04T19:47:31.2372781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source/install.rst' 2025-03-04T19:47:31.2373104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source/notebooks' 2025-03-04T19:47:31.2373455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source/ux_limitations.rst' 2025-03-04T19:47:31.2373769Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs/source' 2025-03-04T19:47:31.2374041Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/docs' 2025-03-04T19:47:31.2374349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/einops/__init__.py' 2025-03-04T19:47:31.2374641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/einops/_parsing.py' 2025-03-04T19:47:31.2374942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/einops/rearrange.py' 2025-03-04T19:47:31.2375239Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/einops' 2025-03-04T19:47:31.2375536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/.gitignore' 2025-03-04T19:47:31.2375954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/compilation/README.md' 2025-03-04T19:47:31.2376337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/compilation/eager_fusion.py' 2025-03-04T19:47:31.2376728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/compilation/fuse_module.py' 2025-03-04T19:47:31.2377105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/compilation/linear_train.py' 2025-03-04T19:47:31.2377514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/compilation/simple_function.py' 2025-03-04T19:47:31.2377857Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/compilation' 2025-03-04T19:47:31.2378200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/dp_cifar10/README.md' 2025-03-04T19:47:31.2378626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/dp_cifar10/cifar10_opacus.py' 2025-03-04T19:47:31.2379058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/dp_cifar10/cifar10_transforms.py' 2025-03-04T19:47:31.2379411Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/dp_cifar10' 2025-03-04T19:47:31.2379795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/ensembling/parallel_train.py' 2025-03-04T19:47:31.2380145Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/ensembling' 2025-03-04T19:47:31.2380535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/lennard_jones/lennard_jones.py' 2025-03-04T19:47:31.2380896Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/lennard_jones' 2025-03-04T19:47:31.2381262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/maml_omniglot/.gitignore' 2025-03-04T19:47:31.2381794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/maml_omniglot/README.md' 2025-03-04T19:47:31.2382236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/maml_omniglot/maml-omniglot-higher.py' 2025-03-04T19:47:31.2382670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/maml_omniglot/maml-omniglot-ptonly.py' 2025-03-04T19:47:31.2383138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/maml_omniglot/maml-omniglot-transforms.py' 2025-03-04T19:47:31.2383582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/maml_omniglot/support/omniglot_loaders.py' 2025-03-04T19:47:31.2383995Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/maml_omniglot/support' 2025-03-04T19:47:31.2384349Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/maml_omniglot' 2025-03-04T19:47:31.2384739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/maml_regression/evjang.py' 2025-03-04T19:47:31.2385165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/maml_regression/evjang_transforms.py' 2025-03-04T19:47:31.2385634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/maml_regression/evjang_transforms_module.py' 2025-03-04T19:47:31.2386001Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples/maml_regression' 2025-03-04T19:47:31.2386312Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/examples' 2025-03-04T19:47:31.2386637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/experimental/__init__.py' 2025-03-04T19:47:31.2386984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/experimental/control_flow.py' 2025-03-04T19:47:31.2387327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/experimental/ops.py' 2025-03-04T19:47:31.2387643Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/experimental' 2025-03-04T19:47:31.2388030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/notebooks/_src/plot_ensembling.py' 2025-03-04T19:47:31.2388453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/notebooks/_src/plot_jacobians_and_hessians.py' 2025-03-04T19:47:31.2388883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/notebooks/_src/plot_per_sample_gradients.py' 2025-03-04T19:47:31.2389205Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/notebooks/_src' 2025-03-04T19:47:31.2389632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/notebooks/aot_autograd_optimizations.ipynb' 2025-03-04T19:47:31.2389973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/notebooks/ensembling.ipynb' 2025-03-04T19:47:31.2390373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/notebooks/jacobians_hessians.ipynb' 2025-03-04T19:47:31.2390739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/notebooks/minifier.ipynb' 2025-03-04T19:47:31.2391134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/notebooks/neural_tangent_kernels.ipynb' 2025-03-04T19:47:31.2391512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/notebooks/per_sample_grads.ipynb' 2025-03-04T19:47:31.2391867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/notebooks/whirlwind_tour.ipynb' 2025-03-04T19:47:31.2392185Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/notebooks' 2025-03-04T19:47:31.2392514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/op_analysis/annotated_ops' 2025-03-04T19:47:31.2392842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/op_analysis/gen_data.py' 2025-03-04T19:47:31.2393158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/op_analysis/public_api' 2025-03-04T19:47:31.2393490Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/op_analysis' 2025-03-04T19:47:31.2393836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch/writing_batching_rules.md' 2025-03-04T19:47:31.2394097Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/functorch' 2025-03-04T19:47:31.2394362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/mypy-strict.ini' 2025-03-04T19:47:31.2394587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/mypy.ini' 2025-03-04T19:47:31.2394920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/mypy_plugins/check_mypy_version.py' 2025-03-04T19:47:31.2395233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/mypy_plugins/sympy_mypy_plugin.py' 2025-03-04T19:47:31.2395509Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/mypy_plugins' 2025-03-04T19:47:31.2395753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/pt_ops.bzl' 2025-03-04T19:47:31.2396016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/pt_template_srcs.bzl' 2025-03-04T19:47:31.2396273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/pyproject.toml' 2025-03-04T19:47:31.2396500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/pytest.ini' 2025-03-04T19:47:31.2396763Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/requirements.txt' 2025-03-04T19:47:31.2397015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/README.md' 2025-03-04T19:47:31.2397322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/add_apache_header.sh' 2025-03-04T19:47:31.2397651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/analysis/format_test_csv.py' 2025-03-04T19:47:31.2397961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/analysis/run_test_csv.sh' 2025-03-04T19:47:31.2398283Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/analysis' 2025-03-04T19:47:31.2398568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/apache_header.txt' 2025-03-04T19:47:31.2398862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/apache_python.txt' 2025-03-04T19:47:31.2399137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/build_android.sh' 2025-03-04T19:47:31.2399455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/build_android_gradle.sh' 2025-03-04T19:47:31.2399749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/build_host_protoc.sh' 2025-03-04T19:47:31.2400021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/build_ios.sh' 2025-03-04T19:47:31.2400287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/build_local.sh' 2025-03-04T19:47:31.2400584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/build_mobile.sh' 2025-03-04T19:47:31.2400912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/build_pytorch_android.sh' 2025-03-04T19:47:31.2401219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/build_raspbian.sh' 2025-03-04T19:47:31.2401510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/build_tegra_x1.sh' 2025-03-04T19:47:31.2401777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/build_tizen.sh' 2025-03-04T19:47:31.2402067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/build_windows.bat' 2025-03-04T19:47:31.2402374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/compile_tests/common.py' 2025-03-04T19:47:31.2402732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/compile_tests/download_reports.py' 2025-03-04T19:47:31.2403119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/compile_tests/failures_histogram.py' 2025-03-04T19:47:31.2403439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/compile_tests/passrate.py' 2025-03-04T19:47:31.2403828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/compile_tests/update_failures.py' 2025-03-04T19:47:31.2404137Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/compile_tests' 2025-03-04T19:47:31.2404445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/diagnose_protobuf.py' 2025-03-04T19:47:31.2404754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/export/update_schema.py' 2025-03-04T19:47:31.2405047Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/export' 2025-03-04T19:47:31.2405402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/fbcode-dev-setup/ccache_setup.sh' 2025-03-04T19:47:31.2405724Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/fbcode-dev-setup' 2025-03-04T19:47:31.2406052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/get_python_cmake_flags.py' 2025-03-04T19:47:31.2406362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/install_triton_wheel.sh' 2025-03-04T19:47:31.2406658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/jit/log_extract.py' 2025-03-04T19:47:31.2406925Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/jit' 2025-03-04T19:47:31.2407247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/onnx/install-develop.sh' 2025-03-04T19:47:31.2407520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/onnx/install.sh' 2025-03-04T19:47:31.2407793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/onnx/test.sh' 2025-03-04T19:47:31.2408063Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/onnx' 2025-03-04T19:47:31.2408320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/proto.ps1' 2025-03-04T19:47:31.2408639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release/README.md' 2025-03-04T19:47:31.2409001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release/apply-release-changes.sh' 2025-03-04T19:47:31.2409355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release/cut-release-branch.sh' 2025-03-04T19:47:31.2409702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release/promote/common_utils.sh' 2025-03-04T19:47:31.2410099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release/promote/prep_binary_for_pypi.sh' 2025-03-04T19:47:31.2410429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release/promote/s3_to_s3.sh' 2025-03-04T19:47:31.2410793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release/promote/wheel_to_pypi.sh' 2025-03-04T19:47:31.2411134Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release/promote' 2025-03-04T19:47:31.2411458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release/restore-backup.sh' 2025-03-04T19:47:31.2411847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release/tag-docker-images.sh' 2025-03-04T19:47:31.2412128Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release' 2025-03-04T19:47:31.2412452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release_notes/.gitignore' 2025-03-04T19:47:31.2412757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release_notes/README.md' 2025-03-04T19:47:31.2413125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release_notes/apply_categories.py' 2025-03-04T19:47:31.2413455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release_notes/categorize.py' 2025-03-04T19:47:31.2413797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release_notes/classifier.py' 2025-03-04T19:47:31.2414126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release_notes/commitlist.py' 2025-03-04T19:47:31.2414457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release_notes/common.py' 2025-03-04T19:47:31.2414800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release_notes/explore.ipynb' 2025-03-04T19:47:31.2415151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release_notes/namespace_check.py' 2025-03-04T19:47:31.2415506Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release_notes/requirements.txt' 2025-03-04T19:47:31.2415870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release_notes/test_release_notes.py' 2025-03-04T19:47:31.2416186Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/release_notes' 2025-03-04T19:47:31.2416495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/remove_apache_header.sh' 2025-03-04T19:47:31.2416755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/temp.sh' 2025-03-04T19:47:31.2417027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts/xcode_build.rb' 2025-03-04T19:47:31.2417277Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/scripts' 2025-03-04T19:47:31.2417505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/setup.py' 2025-03-04T19:47:31.2417860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/HowToWriteTestsUsingFileCheck.md' 2025-03-04T19:47:31.2418132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/_test_bazel.py' 2025-03-04T19:47:31.2418448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/allowlist_for_publicAPI.json' 2025-03-04T19:47:31.2418842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/ao/sparsity/test_activation_sparsifier.py' 2025-03-04T19:47:31.2419186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/ao/sparsity/test_composability.py' 2025-03-04T19:47:31.2419560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/ao/sparsity/test_data_scheduler.py' 2025-03-04T19:47:31.2419925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/ao/sparsity/test_data_sparsifier.py' 2025-03-04T19:47:31.2420239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/ao/sparsity/test_kernels.py' 2025-03-04T19:47:31.2420604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/ao/sparsity/test_parametrization.py' 2025-03-04T19:47:31.2420983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/ao/sparsity/test_qlinear_packed_params.py' 2025-03-04T19:47:31.2421315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/ao/sparsity/test_scheduler.py' 2025-03-04T19:47:31.2421761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/ao/sparsity/test_sparsifier.py' 2025-03-04T19:47:31.2422151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/ao/sparsity/test_sparsity_utils.py' 2025-03-04T19:47:31.2422536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/ao/sparsity/test_structured_sparsifier.py' 2025-03-04T19:47:31.2422850Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/ao/sparsity' 2025-03-04T19:47:31.2423118Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/ao' 2025-03-04T19:47:31.2423424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/autograd/test_complex.py' 2025-03-04T19:47:31.2423751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/autograd/test_functional.py' 2025-03-04T19:47:31.2424050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/autograd/test_logging.py' 2025-03-04T19:47:31.2424338Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/autograd' 2025-03-04T19:47:31.2424656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/backends/xeon/test_launch.py' 2025-03-04T19:47:31.2424965Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/backends/xeon' 2025-03-04T19:47:31.2425264Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/backends' 2025-03-04T19:47:31.2425640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/benchmark_utils/callgrind_artifacts.json' 2025-03-04T19:47:31.2426019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/benchmark_utils/test_benchmark_utils.py' 2025-03-04T19:47:31.2426320Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/benchmark_utils' 2025-03-04T19:47:31.2426624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/bottleneck_test/test.py' 2025-03-04T19:47:31.2426938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/bottleneck_test/test_args.py' 2025-03-04T19:47:31.2427264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/bottleneck_test/test_cuda.py' 2025-03-04T19:47:31.2427568Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/bottleneck_test' 2025-03-04T19:47:31.2427834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/conftest.py' 2025-03-04T19:47:31.2428097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/__init__.py' 2025-03-04T19:47:31.2428436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_abi_check/CMakeLists.txt' 2025-03-04T19:47:31.2428759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_abi_check/README.md' 2025-03-04T19:47:31.2429067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_abi_check/main.cpp' 2025-03-04T19:47:31.2429412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_abi_check/test_cast.cpp' 2025-03-04T19:47:31.2429751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_abi_check/test_dtype.cpp' 2025-03-04T19:47:31.2430096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_abi_check/test_math.cpp' 2025-03-04T19:47:31.2430461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_abi_check/test_rand.cpp' 2025-03-04T19:47:31.2430803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_abi_check/test_vec.cpp' 2025-03-04T19:47:31.2431115Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_abi_check' 2025-03-04T19:47:31.2431454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_inference/CMakeLists.txt' 2025-03-04T19:47:31.2431841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_inference/aoti_custom_class.cpp' 2025-03-04T19:47:31.2432207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_inference/aoti_custom_class.h' 2025-03-04T19:47:31.2432572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_inference/compile_model.py' 2025-03-04T19:47:31.2432982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_inference/generate_lowered_cpu.py' 2025-03-04T19:47:31.2433393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_inference/standalone_compile.sh' 2025-03-04T19:47:31.2433755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_inference/standalone_test.cpp' 2025-03-04T19:47:31.2434079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_inference/test.cpp' 2025-03-04T19:47:31.2434387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_inference/test.py' 2025-03-04T19:47:31.2434700Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/aoti_inference' 2025-03-04T19:47:31.2435007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/CMakeLists.txt' 2025-03-04T19:47:31.2435278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/README.md' 2025-03-04T19:47:31.2435557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/any.cpp' 2025-03-04T19:47:31.2435865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/autograd.cpp' 2025-03-04T19:47:31.2436177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/dataloader.cpp' 2025-03-04T19:47:31.2436457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/dispatch.cpp' 2025-03-04T19:47:31.2436733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/enum.cpp' 2025-03-04T19:47:31.2437050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/expanding-array.cpp' 2025-03-04T19:47:31.2437312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/fft.cpp' 2025-03-04T19:47:31.2437619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/functional.cpp' 2025-03-04T19:47:31.2437904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/grad_mode.cpp' 2025-03-04T19:47:31.2438228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/inference_mode.cpp' 2025-03-04T19:47:31.2438495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/init.cpp' 2025-03-04T19:47:31.2438802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/init_baseline.h' 2025-03-04T19:47:31.2439099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/init_baseline.py' 2025-03-04T19:47:31.2439398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/integration.cpp' 2025-03-04T19:47:31.2439681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/ivalue.cpp' 2025-03-04T19:47:31.2439943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/jit.cpp' 2025-03-04T19:47:31.2440226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/memory.cpp' 2025-03-04T19:47:31.2440522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/meta_tensor.cpp' 2025-03-04T19:47:31.2440822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/misc.cpp' 2025-03-04T19:47:31.2441098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/module.cpp' 2025-03-04T19:47:31.2441405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/moduledict.cpp' 2025-03-04T19:47:31.2441699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/modulelist.cpp' 2025-03-04T19:47:31.2441976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/modules.cpp' 2025-03-04T19:47:31.2442278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/namespace.cpp' 2025-03-04T19:47:31.2442552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/nested.cpp' 2025-03-04T19:47:31.2442858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/nested_int.cpp' 2025-03-04T19:47:31.2443162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/nn_utils.cpp' 2025-03-04T19:47:31.2443472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/operations.cpp' 2025-03-04T19:47:31.2443768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/optim.cpp' 2025-03-04T19:47:31.2444080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/optim_baseline.h' 2025-03-04T19:47:31.2444389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/optim_baseline.py' 2025-03-04T19:47:31.2444689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/ordered_dict.cpp' 2025-03-04T19:47:31.2444986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/parallel.cpp' 2025-03-04T19:47:31.2445321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/parallel_benchmark.cpp' 2025-03-04T19:47:31.2445645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/parameterdict.cpp' 2025-03-04T19:47:31.2445960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/parameterlist.cpp' 2025-03-04T19:47:31.2446267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/rnn.cpp' 2025-03-04T19:47:31.2446565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/sequential.cpp' 2025-03-04T19:47:31.2446853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/serialize.cpp' 2025-03-04T19:47:31.2447144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/special.cpp' 2025-03-04T19:47:31.2447418Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/static.cpp' 2025-03-04T19:47:31.2447712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/support.cpp' 2025-03-04T19:47:31.2447983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/support.h' 2025-03-04T19:47:31.2448271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/tensor.cpp' 2025-03-04T19:47:31.2448570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/tensor_cuda.cpp' 2025-03-04T19:47:31.2448898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/tensor_flatten.cpp' 2025-03-04T19:47:31.2449212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/tensor_indexing.cpp' 2025-03-04T19:47:31.2449520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/tensor_options.cpp' 2025-03-04T19:47:31.2449868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/tensor_options_cuda.cpp' 2025-03-04T19:47:31.2450173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/torch_include.cpp' 2025-03-04T19:47:31.2450481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api/transformer.cpp' 2025-03-04T19:47:31.2450749Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/api' 2025-03-04T19:47:31.2451095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/c10d/BackoffTest.cpp' 2025-03-04T19:47:31.2451390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/c10d/CMakeLists.txt' 2025-03-04T19:47:31.2451683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/c10d/CUDATest.cu' 2025-03-04T19:47:31.2451975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/c10d/CUDATest.hpp' 2025-03-04T19:47:31.2452282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/c10d/FileStoreTest.cpp' 2025-03-04T19:47:31.2452601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/c10d/HashStoreTest.cpp' 2025-03-04T19:47:31.2452986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/c10d/ProcessGroupGlooAsyncTest.cpp' 2025-03-04T19:47:31.2453348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/c10d/ProcessGroupGlooTest.cpp' 2025-03-04T19:47:31.2453733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/c10d/ProcessGroupMPITest.cpp' 2025-03-04T19:47:31.2454141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/c10d/ProcessGroupNCCLErrorsTest.cpp' 2025-03-04T19:47:31.2454515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/c10d/ProcessGroupNCCLTest.cpp' 2025-03-04T19:47:31.2454872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/c10d/ProcessGroupUCCTest.cpp' 2025-03-04T19:47:31.2455190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/c10d/StoreTestCommon.hpp' 2025-03-04T19:47:31.2455495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/c10d/TCPStoreTest.cpp' 2025-03-04T19:47:31.2455798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/c10d/TestUtils.hpp' 2025-03-04T19:47:31.2456126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/c10d/example/allreduce.cpp' 2025-03-04T19:47:31.2456441Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/c10d/example' 2025-03-04T19:47:31.2456715Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/c10d' 2025-03-04T19:47:31.2457332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/common/main.cpp' 2025-03-04T19:47:31.2457617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/common/support.h' 2025-03-04T19:47:31.2457911Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/common' 2025-03-04T19:47:31.2458250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/dist_autograd/CMakeLists.txt' 2025-03-04T19:47:31.2458625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/dist_autograd/test_dist_autograd.cpp' 2025-03-04T19:47:31.2458947Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/dist_autograd' 2025-03-04T19:47:31.2459244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/CMakeLists.txt' 2025-03-04T19:47:31.2459531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/README.md' 2025-03-04T19:47:31.2459812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/__init__.py' 2025-03-04T19:47:31.2460146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/script_module_v4.ptl' 2025-03-04T19:47:31.2460463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/script_module_v5.ptl' 2025-03-04T19:47:31.2460781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/script_module_v6.ptl' 2025-03-04T19:47:31.2461118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/source_range_test.cpp' 2025-03-04T19:47:31.2461536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_add_if_then_else.cpp' 2025-03-04T19:47:31.2461892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_alias_analysis.cpp' 2025-03-04T19:47:31.2462226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_argument_spec.cpp' 2025-03-04T19:47:31.2462579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_autodiff.cpp' 2025-03-04T19:47:31.2462886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_backend.cpp' 2025-03-04T19:47:31.2463258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_backend_compiler_lib.cpp' 2025-03-04T19:47:31.2463654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_backend_compiler_preprocess.cpp' 2025-03-04T19:47:31.2463971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_backend_lib.cpp' 2025-03-04T19:47:31.2464301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_class_import.cpp' 2025-03-04T19:47:31.2464619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_class_parser.cpp' 2025-03-04T19:47:31.2464966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_class_type.cpp' 2025-03-04T19:47:31.2465306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_cleanup_passes.cpp' 2025-03-04T19:47:31.2465676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_code_template.cpp' 2025-03-04T19:47:31.2465988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_concat_opt.cpp' 2025-03-04T19:47:31.2466344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_constant_pooling.cpp' 2025-03-04T19:47:31.2466725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_create_autodiff_subgraphs.cpp' 2025-03-04T19:47:31.2467117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_cs_debug_info_serialization.cpp' 2025-03-04T19:47:31.2467448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_custom_class.cpp' 2025-03-04T19:47:31.2467841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_custom_class_registrations.cpp' 2025-03-04T19:47:31.2468255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_custom_class_registrations.h' 2025-03-04T19:47:31.2468601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_custom_operators.cpp' 2025-03-04T19:47:31.2468893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_dce.cpp' 2025-03-04T19:47:31.2469203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_exception.cpp' 2025-03-04T19:47:31.2469527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_file_format.cpp' 2025-03-04T19:47:31.2469841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_flatbuffer.cpp' 2025-03-04T19:47:31.2470133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_fuser.cpp' 2025-03-04T19:47:31.2470481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_graph_executor.cpp' 2025-03-04T19:47:31.2470814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_graph_iterator.cpp' 2025-03-04T19:47:31.2471126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_inliner.cpp' 2025-03-04T19:47:31.2471435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_interface.cpp' 2025-03-04T19:47:31.2471896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_interpreter.cpp' 2025-03-04T19:47:31.2472241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_interpreter_async.pt' 2025-03-04T19:47:31.2472532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_ir.cpp' 2025-03-04T19:47:31.2472836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_irparser.cpp' 2025-03-04T19:47:31.2473186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_jit_logging_levels.cpp' 2025-03-04T19:47:31.2473554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_jit_type.cpp' 2025-03-04T19:47:31.2473899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_lite_interpreter.cpp' 2025-03-04T19:47:31.2474290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_lite_interpreter_direct.cpp' 2025-03-04T19:47:31.2474610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_lite_trainer.cpp' 2025-03-04T19:47:31.2474956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_load_upgraders.cpp' 2025-03-04T19:47:31.2475264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_memory_dag.cpp' 2025-03-04T19:47:31.2475562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_misc.cpp' 2025-03-04T19:47:31.2475954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_mobile_type_parser.cpp' 2025-03-04T19:47:31.2476266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_module_api.cpp' 2025-03-04T19:47:31.2476657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_op_replacement.cpp' 2025-03-04T19:47:31.2477004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_peephole_optimize.cpp' 2025-03-04T19:47:31.2477348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_qualified_name.cpp' 2025-03-04T19:47:31.2477653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_save_load.cpp' 2025-03-04T19:47:31.2477978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_schema_info.cpp' 2025-03-04T19:47:31.2478313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_schema_matching.cpp' 2025-03-04T19:47:31.2478658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_script_profile.cpp' 2025-03-04T19:47:31.2479025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_shape_analysis.cpp' 2025-03-04T19:47:31.2479335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_stack_opt.cpp' 2025-03-04T19:47:31.2479689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_subgraph_matcher.cpp' 2025-03-04T19:47:31.2480034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_subgraph_rewriter.cpp' 2025-03-04T19:47:31.2480375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_subgraph_utils.cpp' 2025-03-04T19:47:31.2480665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_union.cpp' 2025-03-04T19:47:31.2481011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_upgrader_utils.cpp' 2025-03-04T19:47:31.2481304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_utils.cpp' 2025-03-04T19:47:31.2481594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/test_utils.h' 2025-03-04T19:47:31.2481886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/tests_setup.py' 2025-03-04T19:47:31.2482205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/torch_python_test.cpp' 2025-03-04T19:47:31.2482690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_scalar_float_v2.ptl' 2025-03-04T19:47:31.2483175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_scalar_float_v2.ptl.ff' 2025-03-04T19:47:31.2483690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_scalar_inplace_float_v2.ptl' 2025-03-04T19:47:31.2484205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_scalar_inplace_float_v2.ptl.ff' 2025-03-04T19:47:31.2484748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_scalar_inplace_int_v2.ptl' 2025-03-04T19:47:31.2485254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_scalar_inplace_int_v2.ptl.ff' 2025-03-04T19:47:31.2485729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_scalar_int_v2.ptl' 2025-03-04T19:47:31.2486201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_scalar_int_v2.ptl.ff' 2025-03-04T19:47:31.2486725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_scalar_reciprocal_float_v2.ptl' 2025-03-04T19:47:31.2487253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_scalar_reciprocal_float_v2.ptl.ff' 2025-03-04T19:47:31.2487794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_scalar_reciprocal_int_v2.ptl' 2025-03-04T19:47:31.2488340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_scalar_reciprocal_int_v2.ptl.ff' 2025-03-04T19:47:31.2488809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_scalar_scalar_v2.ptl' 2025-03-04T19:47:31.2489305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_scalar_scalar_v2.ptl.ff' 2025-03-04T19:47:31.2489782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_tensor_inplace_v2.ptl' 2025-03-04T19:47:31.2490280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_tensor_inplace_v2.ptl.ff' 2025-03-04T19:47:31.2490741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_tensor_out_v2.ptl' 2025-03-04T19:47:31.2491254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_tensor_out_v2.ptl.ff' 2025-03-04T19:47:31.2491702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_tensor_v2.ptl' 2025-03-04T19:47:31.2492169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models/test_versioned_div_tensor_v2.ptl.ff' 2025-03-04T19:47:31.2492509Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit/upgrader_models' 2025-03-04T19:47:31.2492795Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/jit' 2025-03-04T19:47:31.2493097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lazy/CMakeLists.txt' 2025-03-04T19:47:31.2493438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lazy/test_backend_device.cpp' 2025-03-04T19:47:31.2493750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lazy/test_cache.cpp' 2025-03-04T19:47:31.2494032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lazy/test_ir.cpp' 2025-03-04T19:47:31.2494344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lazy/test_ir_util.cpp' 2025-03-04T19:47:31.2494703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lazy/test_lazy_graph_executor.cpp' 2025-03-04T19:47:31.2495024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lazy/test_lazy_ops.cpp' 2025-03-04T19:47:31.2495357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lazy/test_lazy_ops_util.cpp' 2025-03-04T19:47:31.2495688Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lazy/test_lazy_ops_util.h' 2025-03-04T19:47:31.2495981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lazy/test_misc.cpp' 2025-03-04T19:47:31.2496370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lazy/test_permutation_util.cpp' 2025-03-04T19:47:31.2496682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lazy/test_shape.cpp' 2025-03-04T19:47:31.2497001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lazy/test_tensor_impl.cpp' 2025-03-04T19:47:31.2497324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lazy/test_trie_cache.cpp' 2025-03-04T19:47:31.2497613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lazy/test_util.cpp' 2025-03-04T19:47:31.2497899Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lazy' 2025-03-04T19:47:31.2498287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lite_interpreter_runtime/CMakeLists.txt' 2025-03-04T19:47:31.2498724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lite_interpreter_runtime/delegate_test.ptl' 2025-03-04T19:47:31.2499220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lite_interpreter_runtime/delegated_submodule_with_debug_info.ptl' 2025-03-04T19:47:31.2499636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lite_interpreter_runtime/light_model.ptl' 2025-03-04T19:47:31.2500011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lite_interpreter_runtime/main.cpp' 2025-03-04T19:47:31.2500381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lite_interpreter_runtime/resources.h' 2025-03-04T19:47:31.2500769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lite_interpreter_runtime/sequence.ptl' 2025-03-04T19:47:31.2501215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lite_interpreter_runtime/test_backend_for_profiling.ptl' 2025-03-04T19:47:31.2501769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lite_interpreter_runtime/test_lite_interpreter_runtime.cpp' 2025-03-04T19:47:31.2502231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lite_interpreter_runtime/test_mobile_profiler.cpp' 2025-03-04T19:47:31.2502679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lite_interpreter_runtime/to_be_profiled_module.ptl' 2025-03-04T19:47:31.2503038Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/lite_interpreter_runtime' 2025-03-04T19:47:31.2503381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/monitor/test_counters.cpp' 2025-03-04T19:47:31.2503692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/monitor/test_events.cpp' 2025-03-04T19:47:31.2503979Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/monitor' 2025-03-04T19:47:31.2504308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/profiler/containers.cpp' 2025-03-04T19:47:31.2504629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/profiler/perf_events.cpp' 2025-03-04T19:47:31.2504988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/profiler/record_function.cpp' 2025-03-04T19:47:31.2505281Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/profiler' 2025-03-04T19:47:31.2505590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/rpc/CMakeLists.txt' 2025-03-04T19:47:31.2505893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/rpc/e2e_test_base.cpp' 2025-03-04T19:47:31.2506201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/rpc/e2e_test_base.h' 2025-03-04T19:47:31.2506537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/rpc/test_e2e_tensorpipe.cpp' 2025-03-04T19:47:31.2506923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/rpc/test_tensorpipe_serialization.cpp' 2025-03-04T19:47:31.2507293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/rpc/test_wire_serialization.cpp' 2025-03-04T19:47:31.2507592Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/rpc' 2025-03-04T19:47:31.2507934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/CMakeLists.txt' 2025-03-04T19:47:31.2508237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/README.md' 2025-03-04T19:47:31.2508620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/gtest_assert_float_eq.h' 2025-03-04T19:47:31.2508963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/padded_buffer.cpp' 2025-03-04T19:47:31.2509311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/padded_buffer.h' 2025-03-04T19:47:31.2509645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_approx.cpp' 2025-03-04T19:47:31.2509963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_aten.cpp' 2025-03-04T19:47:31.2510312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_base.h' 2025-03-04T19:47:31.2510723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_boundsinference.cpp' 2025-03-04T19:47:31.2511053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_conv.cpp' 2025-03-04T19:47:31.2511415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_cpp_codegen.cpp' 2025-03-04T19:47:31.2511748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_cuda.cpp' 2025-03-04T19:47:31.2512117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_dynamic_shapes.cpp' 2025-03-04T19:47:31.2512451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_expr.cpp' 2025-03-04T19:47:31.2512822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_external_calls.cpp' 2025-03-04T19:47:31.2513169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_graph_opt.cpp' 2025-03-04T19:47:31.2513553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_ir_printer.cpp' 2025-03-04T19:47:31.2513908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_ir_verifier.cpp' 2025-03-04T19:47:31.2514252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_kernel.cpp' 2025-03-04T19:47:31.2514570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_llvm.cpp' 2025-03-04T19:47:31.2514922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_loopnest.cpp' 2025-03-04T19:47:31.2515286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_memdependency.cpp' 2025-03-04T19:47:31.2515655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_memplanning.cpp' 2025-03-04T19:47:31.2515970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_ops.cpp' 2025-03-04T19:47:31.2516329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_quantization.cpp' 2025-03-04T19:47:31.2516693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_reductions.cpp' 2025-03-04T19:47:31.2517051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_registerizer.cpp' 2025-03-04T19:47:31.2517401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_simplify.cpp' 2025-03-04T19:47:31.2517760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_te_fuser_pass.cpp' 2025-03-04T19:47:31.2518089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_type.cpp' 2025-03-04T19:47:31.2518491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_type_specializations.cpp' 2025-03-04T19:47:31.2518839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/test_utils.h' 2025-03-04T19:47:31.2519154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr/tutorial.cpp' 2025-03-04T19:47:31.2519451Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp/tensorexpr' 2025-03-04T19:47:31.2519716Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp' 2025-03-04T19:47:31.2520021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_api_parity/__init__.py' 2025-03-04T19:47:31.2520403Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_api_parity/functional_impl_check.py' 2025-03-04T19:47:31.2520752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_api_parity/module_impl_check.py' 2025-03-04T19:47:31.2521129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_api_parity/parity-tracker.md' 2025-03-04T19:47:31.2521491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_api_parity/parity_table_parser.py' 2025-03-04T19:47:31.2521878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_api_parity/sample_functional.py' 2025-03-04T19:47:31.2522211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_api_parity/sample_module.py' 2025-03-04T19:47:31.2522507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_api_parity/utils.py' 2025-03-04T19:47:31.2522819Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_api_parity' 2025-03-04T19:47:31.2523179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/cpp_c10d_extension.cpp' 2025-03-04T19:47:31.2523551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/cpp_c10d_extension.hpp' 2025-03-04T19:47:31.2523929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/cpp_frontend_extension.cpp' 2025-03-04T19:47:31.2524318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/cublas_extension.cpp' 2025-03-04T19:47:31.2524689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/cuda_dlink_extension.cpp' 2025-03-04T19:47:31.2525081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/cuda_dlink_extension_add.cu' 2025-03-04T19:47:31.2525461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/cuda_dlink_extension_add.cuh' 2025-03-04T19:47:31.2525852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/cuda_dlink_extension_kernel.cu' 2025-03-04T19:47:31.2526209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/cuda_extension.cpp' 2025-03-04T19:47:31.2526549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/cuda_extension.cu' 2025-03-04T19:47:31.2526932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/cuda_extension_kernel.cu' 2025-03-04T19:47:31.2527307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/cuda_extension_kernel2.cu' 2025-03-04T19:47:31.2527664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/cudnn_extension.cpp' 2025-03-04T19:47:31.2528023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/cusolver_extension.cpp' 2025-03-04T19:47:31.2528415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/dangling_impl_extension.cpp' 2025-03-04T19:47:31.2528716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/doubler.h' 2025-03-04T19:47:31.2529032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/extension.cpp' 2025-03-04T19:47:31.2529354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/identity.cpp' 2025-03-04T19:47:31.2529718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/jit_extension.cpp' 2025-03-04T19:47:31.2530074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/jit_extension2.cpp' 2025-03-04T19:47:31.2530415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/maia_extension.cpp' 2025-03-04T19:47:31.2530758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/mps_extension.mm' 2025-03-04T19:47:31.2531097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/mtia_extension.cpp' 2025-03-04T19:47:31.2531593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test/no_python_abi_suffix_test.cpp' 2025-03-04T19:47:31.2531998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test/setup.py' 2025-03-04T19:47:31.2532449Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test' 2025-03-04T19:47:31.2532854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/open_registration_extension.cpp' 2025-03-04T19:47:31.2533300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/open_registration_extension/README.md' 2025-03-04T19:47:31.2533808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/open_registration_extension/pytorch_openreg/__init__.py' 2025-03-04T19:47:31.2534313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/open_registration_extension/pytorch_openreg/_aten_impl.py' 2025-03-04T19:47:31.2534847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/open_registration_extension/pytorch_openreg/_device_daemon.py' 2025-03-04T19:47:31.2535359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/open_registration_extension/pytorch_openreg/_meta_parser.py' 2025-03-04T19:47:31.2535924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/open_registration_extension/pytorch_openreg/csrc/Module.cpp' 2025-03-04T19:47:31.2536436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/open_registration_extension/pytorch_openreg/csrc/OpenReg.h' 2025-03-04T19:47:31.2536993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/open_registration_extension/pytorch_openreg/csrc/OpenRegHooks.cpp' 2025-03-04T19:47:31.2537525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/open_registration_extension/pytorch_openreg/csrc/OpenRegMem.cpp' 2025-03-04T19:47:31.2538044Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/open_registration_extension/pytorch_openreg/csrc' 2025-03-04T19:47:31.2538529Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/open_registration_extension/pytorch_openreg' 2025-03-04T19:47:31.2538964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/open_registration_extension/setup.py' 2025-03-04T19:47:31.2539428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/open_registration_extension/test/test_openreg.py' 2025-03-04T19:47:31.2539870Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/open_registration_extension/test' 2025-03-04T19:47:31.2540306Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/open_registration_extension' 2025-03-04T19:47:31.2540791Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/python_agnostic_extension/python_agnostic/__init__.py' 2025-03-04T19:47:31.2541319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/python_agnostic_extension/python_agnostic/csrc/ultra_norm.cu' 2025-03-04T19:47:31.2541916Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/python_agnostic_extension/python_agnostic/csrc' 2025-03-04T19:47:31.2542400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/python_agnostic_extension/python_agnostic/ops.py' 2025-03-04T19:47:31.2542876Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/python_agnostic_extension/python_agnostic' 2025-03-04T19:47:31.2543299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/python_agnostic_extension/setup.py' 2025-03-04T19:47:31.2543709Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/python_agnostic_extension' 2025-03-04T19:47:31.2544060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/rng_extension.cpp' 2025-03-04T19:47:31.2544477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/self_compiler_include_dirs_test/tmp.h' 2025-03-04T19:47:31.2544940Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/self_compiler_include_dirs_test' 2025-03-04T19:47:31.2545348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/setup.py' 2025-03-04T19:47:31.2545680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/torch_library.cu' 2025-03-04T19:47:31.2546110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/torch_test_cpp_extension/__init__.py' 2025-03-04T19:47:31.2546515Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/torch_test_cpp_extension' 2025-03-04T19:47:31.2546870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions/xpu_extension.sycl' 2025-03-04T19:47:31.2547173Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/cpp_extensions' 2025-03-04T19:47:31.2547532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/create_dummy_torchscript_model.py' 2025-03-04T19:47:31.2547879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/custom_backend/CMakeLists.txt' 2025-03-04T19:47:31.2548185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/custom_backend/backend.py' 2025-03-04T19:47:31.2548535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/custom_backend/custom_backend.cpp' 2025-03-04T19:47:31.2548867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/custom_backend/custom_backend.h' 2025-03-04T19:47:31.2549243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/custom_backend/test_custom_backend.cpp' 2025-03-04T19:47:31.2549599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/custom_backend/test_custom_backend.py' 2025-03-04T19:47:31.2549909Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/custom_backend' 2025-03-04T19:47:31.2550238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/custom_operator/CMakeLists.txt' 2025-03-04T19:47:31.2550550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/custom_operator/model.py' 2025-03-04T19:47:31.2550887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/custom_operator/my_custom_ops.py' 2025-03-04T19:47:31.2551227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/custom_operator/my_custom_ops2.py' 2025-03-04T19:47:31.2551530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/custom_operator/op.cpp' 2025-03-04T19:47:31.2551810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/custom_operator/op.h' 2025-03-04T19:47:31.2552136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/custom_operator/pointwise.py' 2025-03-04T19:47:31.2552482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/custom_operator/test_custom_ops.cpp' 2025-03-04T19:47:31.2552840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/custom_operator/test_custom_ops.py' 2025-03-04T19:47:31.2553273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/custom_operator/test_infer_schema_annotation.py' 2025-03-04T19:47:31.2553588Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/custom_operator' 2025-03-04T19:47:31.2553831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/delete.py' 2025-03-04T19:47:31.2554282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/fsdp/test_fully_shard_autograd.py' 2025-03-04T19:47:31.2554772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_.py' 2025-03-04T19:47:31.2555203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/fsdp/test_fully_shard_comm.py' 2025-03-04T19:47:31.2555657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/fsdp/test_fully_shard_compile.py' 2025-03-04T19:47:31.2556138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/fsdp/test_fully_shard_extensions.py' 2025-03-04T19:47:31.2556615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/fsdp/test_fully_shard_frozen.py' 2025-03-04T19:47:31.2557073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/fsdp/test_fully_shard_grad_scaler.py' 2025-03-04T19:47:31.2557553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/fsdp/test_fully_shard_ignore_params.py' 2025-03-04T19:47:31.2557985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/fsdp/test_fully_shard_init.py' 2025-03-04T19:47:31.2558440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/fsdp/test_fully_shard_logging.py' 2025-03-04T19:47:31.2558880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/fsdp/test_fully_shard_memory.py' 2025-03-04T19:47:31.2559400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/fsdp/test_fully_shard_mixed_precision.py' 2025-03-04T19:47:31.2559846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/fsdp/test_fully_shard_overlap.py' 2025-03-04T19:47:31.2560281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/fsdp/test_fully_shard_state.py' 2025-03-04T19:47:31.2560751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/fsdp/test_fully_shard_state_dict.py' 2025-03-04T19:47:31.2561200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/fsdp/test_fully_shard_training.py' 2025-03-04T19:47:31.2561572Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/fsdp' 2025-03-04T19:47:31.2561966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/test_checkpoint.py' 2025-03-04T19:47:31.2562483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/test_composability/test_2d_composability.py' 2025-03-04T19:47:31.2562988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/test_composability/test_pp_composability.py' 2025-03-04T19:47:31.2563432Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/test_composability' 2025-03-04T19:47:31.2563810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/test_contract.py' 2025-03-04T19:47:31.2564205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/test_replicate.py' 2025-03-04T19:47:31.2564648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable/test_replicate_with_compiler.py' 2025-03-04T19:47:31.2564995Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_composable' 2025-03-04T19:47:31.2565479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_shard/sharded_optim/test_sharded_optim.py' 2025-03-04T19:47:31.2565864Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_shard/sharded_optim' 2025-03-04T19:47:31.2566319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_shard/sharded_tensor/ops/test_binary_cmp.py' 2025-03-04T19:47:31.2566758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_shard/sharded_tensor/ops/test_embedding.py' 2025-03-04T19:47:31.2567227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_shard/sharded_tensor/ops/test_embedding_bag.py' 2025-03-04T19:47:31.2567648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_shard/sharded_tensor/ops/test_init.py' 2025-03-04T19:47:31.2568130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_shard/sharded_tensor/ops/test_tensor_ops.py' 2025-03-04T19:47:31.2568557Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_shard/sharded_tensor/ops' 2025-03-04T19:47:31.2568982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_shard/sharded_tensor/test_logger.py' 2025-03-04T19:47:31.2569425Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_shard/sharded_tensor/test_sharded_tensor.py' 2025-03-04T19:47:31.2569901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_shard/sharded_tensor/test_sharded_tensor_reshard.py' 2025-03-04T19:47:31.2570298Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_shard/sharded_tensor' 2025-03-04T19:47:31.2570734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_shard/sharding_plan/test_sharding_plan.py' 2025-03-04T19:47:31.2571132Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_shard/sharding_plan' 2025-03-04T19:47:31.2571594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_shard/sharding_spec/test_sharding_spec.py' 2025-03-04T19:47:31.2572135Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_shard/sharding_spec' 2025-03-04T19:47:31.2572483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_shard/test_sharder.py' 2025-03-04T19:47:31.2572815Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_shard' 2025-03-04T19:47:31.2573210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_tools/test_fsdp2_mem_tracker.py' 2025-03-04T19:47:31.2573592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_tools/test_mem_tracker.py' 2025-03-04T19:47:31.2573969Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_tools/test_memory_tracker.py' 2025-03-04T19:47:31.2574338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_tools/test_mod_tracker.py' 2025-03-04T19:47:31.2574748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_tools/test_runtime_estimator.py' 2025-03-04T19:47:31.2575119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_tools/test_sac_estimator.py' 2025-03-04T19:47:31.2575478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_tools/test_sac_ilp.py' 2025-03-04T19:47:31.2575793Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/_tools' 2025-03-04T19:47:31.2576258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/algorithms/ddp_comm_hooks/test_ddp_hooks.py' 2025-03-04T19:47:31.2576663Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/algorithms/ddp_comm_hooks' 2025-03-04T19:47:31.2577189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/algorithms/quantization/test_quantization.py' 2025-03-04T19:47:31.2577587Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/algorithms/quantization' 2025-03-04T19:47:31.2577941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/algorithms/test_join.py' 2025-03-04T19:47:31.2578299Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/algorithms' 2025-03-04T19:47:31.2578644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/argparse_util_test.py' 2025-03-04T19:47:31.2578992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/bin/test_script.py' 2025-03-04T19:47:31.2579294Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/bin' 2025-03-04T19:47:31.2579780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/e2e/test_e2e_save_and_load.py' 2025-03-04T19:47:31.2580199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/e2e/test_fine_tuning.py' 2025-03-04T19:47:31.2580645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/e2e/test_fsdp_ep.py' 2025-03-04T19:47:31.2581041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/e2e/test_pipeline.py' 2025-03-04T19:47:31.2581395Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/e2e' 2025-03-04T19:47:31.2581878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/fsdp/test_fsdp_dsd.py' 2025-03-04T19:47:31.2582236Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/fsdp' 2025-03-04T19:47:31.2582634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_checkpoint.py' 2025-03-04T19:47:31.2583042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_compatibility.py' 2025-03-04T19:47:31.2583491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_dedup_tensors.py' 2025-03-04T19:47:31.2583917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_dtensor_checkpoint.py' 2025-03-04T19:47:31.2584355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_dtensor_resharding.py' 2025-03-04T19:47:31.2584797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_file_system_checkpoint.py' 2025-03-04T19:47:31.2585268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_file_system_checkpoint_cpu.py' 2025-03-04T19:47:31.2585660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_format_utils.py' 2025-03-04T19:47:31.2586078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_fsdp_model_state.py' 2025-03-04T19:47:31.2586505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_fsdp_optim_state.py' 2025-03-04T19:47:31.2586974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_fsdp_tp_checkpoint_conversion.py' 2025-03-04T19:47:31.2587348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_fsspec.py' 2025-03-04T19:47:31.2587728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_hf_storage.py' 2025-03-04T19:47:31.2588151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_hsdp_checkpoint.py' 2025-03-04T19:47:31.2588535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_nested_dict.py' 2025-03-04T19:47:31.2588947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_planner.py' 2025-03-04T19:47:31.2589344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_save_load_api.py' 2025-03-04T19:47:31.2589737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_state_dict.py' 2025-03-04T19:47:31.2590151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_state_dict_utils.py' 2025-03-04T19:47:31.2590551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_tp_checkpoint.py' 2025-03-04T19:47:31.2590935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_traverse.py' 2025-03-04T19:47:31.2591295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint/test_utils.py' 2025-03-04T19:47:31.2591669Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/checkpoint' 2025-03-04T19:47:31.2592092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/agent/server/test/__init__.py' 2025-03-04T19:47:31.2592549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/agent/server/test/api_test.py' 2025-03-04T19:47:31.2593045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/agent/server/test/local_elastic_agent_test.py' 2025-03-04T19:47:31.2593459Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/agent/server/test' 2025-03-04T19:47:31.2593838Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/agent/server' 2025-03-04T19:47:31.2594183Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/agent' 2025-03-04T19:47:31.2594562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/events/lib_test.py' 2025-03-04T19:47:31.2594936Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/events' 2025-03-04T19:47:31.2595327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/metrics/__init__.py' 2025-03-04T19:47:31.2595699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/metrics/api_test.py' 2025-03-04T19:47:31.2596066Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/metrics' 2025-03-04T19:47:31.2596485Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/multiprocessing/api_test.py' 2025-03-04T19:47:31.2596921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/multiprocessing/bin/echo1.py' 2025-03-04T19:47:31.2597340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/multiprocessing/bin/echo2.py' 2025-03-04T19:47:31.2597780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/multiprocessing/bin/echo3.py' 2025-03-04T19:47:31.2598234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/multiprocessing/bin/test_script.py' 2025-03-04T19:47:31.2598680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/multiprocessing/bin/zombie_test.py' 2025-03-04T19:47:31.2599107Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/multiprocessing/bin' 2025-03-04T19:47:31.2599552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/multiprocessing/errors/api_test.py' 2025-03-04T19:47:31.2600064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/multiprocessing/errors/error_handler_test.py' 2025-03-04T19:47:31.2600494Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/multiprocessing/errors' 2025-03-04T19:47:31.2600978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/multiprocessing/redirects_test.py' 2025-03-04T19:47:31.2601419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/multiprocessing/tail_log_test.py' 2025-03-04T19:47:31.2601825Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/multiprocessing' 2025-03-04T19:47:31.2602209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/rendezvous/__init__.py' 2025-03-04T19:47:31.2602606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/rendezvous/api_test.py' 2025-03-04T19:47:31.2603084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/rendezvous/c10d_rendezvous_backend_test.py' 2025-03-04T19:47:31.2603571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/rendezvous/dynamic_rendezvous_test.py' 2025-03-04T19:47:31.2604069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/rendezvous/etcd_rendezvous_backend_test.py' 2025-03-04T19:47:31.2604537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/rendezvous/etcd_rendezvous_test.py' 2025-03-04T19:47:31.2604974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/rendezvous/etcd_server_test.py' 2025-03-04T19:47:31.2605447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/rendezvous/out_of_tree_rendezvous_test.py' 2025-03-04T19:47:31.2605983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/rendezvous/out_of_tree_test_package/pyproject.toml' 2025-03-04T19:47:31.2606561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/rendezvous/out_of_tree_test_package/src/testbackend/__init__.py' 2025-03-04T19:47:31.2607141Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/rendezvous/out_of_tree_test_package/src/testbackend' 2025-03-04T19:47:31.2607672Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/rendezvous/out_of_tree_test_package/src' 2025-03-04T19:47:31.2608178Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/rendezvous/out_of_tree_test_package' 2025-03-04T19:47:31.2608639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/rendezvous/rendezvous_backend_test.py' 2025-03-04T19:47:31.2609110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/rendezvous/static_rendezvous_test.py' 2025-03-04T19:47:31.2609510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/rendezvous/utils_test.py' 2025-03-04T19:47:31.2609884Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/rendezvous' 2025-03-04T19:47:31.2610276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/test_control_plane.py' 2025-03-04T19:47:31.2610641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/timer/__init__.py' 2025-03-04T19:47:31.2611013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/timer/api_test.py' 2025-03-04T19:47:31.2611465Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/timer/file_based_local_timer_test.py' 2025-03-04T19:47:31.2611892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/timer/local_timer_example.py' 2025-03-04T19:47:31.2612293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/timer/local_timer_test.py' 2025-03-04T19:47:31.2612653Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/timer' 2025-03-04T19:47:31.2613040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/utils/__init__.py' 2025-03-04T19:47:31.2613427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/utils/data/__init__.py' 2025-03-04T19:47:31.2613886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/utils/data/cycling_iterator_test.py' 2025-03-04T19:47:31.2614258Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/utils/data' 2025-03-04T19:47:31.2614672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/utils/distributed_test.py' 2025-03-04T19:47:31.2615050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/utils/logging_test.py' 2025-03-04T19:47:31.2615432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/utils/util_test.py' 2025-03-04T19:47:31.2615799Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic/utils' 2025-03-04T19:47:31.2616131Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/elastic' 2025-03-04T19:47:31.2616567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/flight_recorder/test_fr_analysis.py' 2025-03-04T19:47:31.2616918Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/flight_recorder' 2025-03-04T19:47:31.2617322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_checkpoint_wrapper.py' 2025-03-04T19:47:31.2617738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_distributed_checkpoint.py' 2025-03-04T19:47:31.2618103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_apply.py' 2025-03-04T19:47:31.2618516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_backward_prefetch.py' 2025-03-04T19:47:31.2618910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_checkpoint.py' 2025-03-04T19:47:31.2619333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_clip_grad_norm.py' 2025-03-04T19:47:31.2619694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_comm.py' 2025-03-04T19:47:31.2620071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_comm_hooks.py' 2025-03-04T19:47:31.2620431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_core.py' 2025-03-04T19:47:31.2620844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_dtensor_state_dict.py' 2025-03-04T19:47:31.2621218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_exec_order.py' 2025-03-04T19:47:31.2621677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_fine_tune.py' 2025-03-04T19:47:31.2622078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_flatten_params.py' 2025-03-04T19:47:31.2622500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_freezing_weights.py' 2025-03-04T19:47:31.2622842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_fx.py' 2025-03-04T19:47:31.2623224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_grad_acc.py' 2025-03-04T19:47:31.2623609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_hybrid_shard.py' 2025-03-04T19:47:31.2624023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_ignored_modules.py' 2025-03-04T19:47:31.2624374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_input.py' 2025-03-04T19:47:31.2624760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_memory.py' 2025-03-04T19:47:31.2625121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_meta.py' 2025-03-04T19:47:31.2625466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_misc.py' 2025-03-04T19:47:31.2625879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_mixed_precision.py' 2025-03-04T19:47:31.2626287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_multiple_forward.py' 2025-03-04T19:47:31.2626712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_multiple_wrapping.py' 2025-03-04T19:47:31.2627094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_optim_state.py' 2025-03-04T19:47:31.2627509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_overlap.py' 2025-03-04T19:47:31.2627887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_pure_fp16.py' 2025-03-04T19:47:31.2628345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py' 2025-03-04T19:47:31.2628721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_state_dict.py' 2025-03-04T19:47:31.2629118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_tp_integration.py' 2025-03-04T19:47:31.2629504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_traversal.py' 2025-03-04T19:47:31.2629859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_uneven.py' 2025-03-04T19:47:31.2630270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_unshard_params.py' 2025-03-04T19:47:31.2630701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_fsdp_use_orig_params.py' 2025-03-04T19:47:31.2631130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_hsdp_dtensor_state_dict.py' 2025-03-04T19:47:31.2631486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_shard_utils.py' 2025-03-04T19:47:31.2631832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_utils.py' 2025-03-04T19:47:31.2632157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp/test_wrap.py' 2025-03-04T19:47:31.2632468Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/fsdp' 2025-03-04T19:47:31.2632821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/launcher/__init__.py' 2025-03-04T19:47:31.2633165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/launcher/api_test.py' 2025-03-04T19:47:31.2633560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/launcher/bin/test_script.py' 2025-03-04T19:47:31.2633940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/launcher/bin/test_script.sh' 2025-03-04T19:47:31.2634385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/launcher/bin/test_script_init_method.py' 2025-03-04T19:47:31.2634879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/launcher/bin/test_script_is_torchelastic_launched.py' 2025-03-04T19:47:31.2635319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/launcher/bin/test_script_local_rank.py' 2025-03-04T19:47:31.2635664Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/launcher/bin' 2025-03-04T19:47:31.2636031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/launcher/launch_test.py' 2025-03-04T19:47:31.2636396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/launcher/test_run.py' 2025-03-04T19:47:31.2636724Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/launcher' 2025-03-04T19:47:31.2637064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/nn/jit/__init__.py' 2025-03-04T19:47:31.2637437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/nn/jit/test_instantiator.py' 2025-03-04T19:47:31.2637763Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/nn/jit' 2025-03-04T19:47:31.2638063Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/nn' 2025-03-04T19:47:31.2638515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/optim/test_apply_optimizer_in_backward.py' 2025-03-04T19:47:31.2638922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/optim/test_named_optimizer.py' 2025-03-04T19:47:31.2639372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/optim/test_zero_redundancy_optimizer.py' 2025-03-04T19:47:31.2639710Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/optim' 2025-03-04T19:47:31.2640062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/pipelining/__init__.py' 2025-03-04T19:47:31.2640555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/pipelining/artifacts/zb1p_2rank_2stagep_comms.csv' 2025-03-04T19:47:31.2641050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/pipelining/artifacts/zb1p_2rank_2stagep_compute.csv' 2025-03-04T19:47:31.2641450Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/pipelining/artifacts' 2025-03-04T19:47:31.2641831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/pipelining/model_registry.py' 2025-03-04T19:47:31.2642263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/pipelining/schedule_registry.py' 2025-03-04T19:47:31.2642639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/pipelining/test_backward.py' 2025-03-04T19:47:31.2643036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/pipelining/test_microbatch.py' 2025-03-04T19:47:31.2643393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/pipelining/test_pipe.py' 2025-03-04T19:47:31.2643768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/pipelining/test_schedule.py' 2025-03-04T19:47:31.2644206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/pipelining/test_schedule_multiproc.py' 2025-03-04T19:47:31.2644562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/pipelining/test_stage.py' 2025-03-04T19:47:31.2644965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/pipelining/test_transformer.py' 2025-03-04T19:47:31.2645349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/pipelining/test_unflatten.py' 2025-03-04T19:47:31.2645699Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/pipelining' 2025-03-04T19:47:31.2646103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/rpc/cuda/test_tensorpipe_agent.py' 2025-03-04T19:47:31.2646437Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/rpc/cuda' 2025-03-04T19:47:31.2646795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/rpc/test_faulty_agent.py' 2025-03-04T19:47:31.2647163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/rpc/test_share_memory.py' 2025-03-04T19:47:31.2647544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/rpc/test_tensorpipe_agent.py' 2025-03-04T19:47:31.2647872Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/rpc' 2025-03-04T19:47:31.2648203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/README.md' 2025-03-04T19:47:31.2648531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/__init__.py' 2025-03-04T19:47:31.2648927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/debug/test_comm_mode.py' 2025-03-04T19:47:31.2649357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/debug/test_comm_mode_features.py' 2025-03-04T19:47:31.2649764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/debug/test_op_coverage.py' 2025-03-04T19:47:31.2650109Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/debug' 2025-03-04T19:47:31.2650564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/experimental/test_local_map.py' 2025-03-04T19:47:31.2651031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/experimental/test_register_sharding.py' 2025-03-04T19:47:31.2651493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/experimental/test_tp_transform.py' 2025-03-04T19:47:31.2651882Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/experimental' 2025-03-04T19:47:31.2652253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/parallel/__init__.py' 2025-03-04T19:47:31.2652705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/parallel/test_micro_pipeline_tp.py' 2025-03-04T19:47:31.2653138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/parallel/test_parallelize_api.py' 2025-03-04T19:47:31.2653569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/parallel/test_tp_examples.py' 2025-03-04T19:47:31.2654024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/parallel/test_tp_random_state.py' 2025-03-04T19:47:31.2654434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/parallel/test_tp_style.py' 2025-03-04T19:47:31.2654789Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/parallel' 2025-03-04T19:47:31.2655132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_api.py' 2025-03-04T19:47:31.2655489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_attention.py' 2025-03-04T19:47:31.2655857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_common_rules.py' 2025-03-04T19:47:31.2656250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_convolution_ops.py' 2025-03-04T19:47:31.2656605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_dtensor.py' 2025-03-04T19:47:31.2657008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_dtensor_compile.py' 2025-03-04T19:47:31.2657378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_dtensor_ops.py' 2025-03-04T19:47:31.2657761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_embedding_ops.py' 2025-03-04T19:47:31.2658155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_experimental_ops.py' 2025-03-04T19:47:31.2658499Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_init.py' 2025-03-04T19:47:31.2658851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_math_ops.py' 2025-03-04T19:47:31.2659212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_matrix_ops.py' 2025-03-04T19:47:31.2659620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_op_strategy.py' 2025-03-04T19:47:31.2659985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_optimizers.py' 2025-03-04T19:47:31.2660369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_pointwise_ops.py' 2025-03-04T19:47:31.2660727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_random_ops.py' 2025-03-04T19:47:31.2661109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_redistribute.py' 2025-03-04T19:47:31.2661536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_tensor_ops.py' 2025-03-04T19:47:31.2661890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_utils.py' 2025-03-04T19:47:31.2662270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_view_ops.py' 2025-03-04T19:47:31.2662661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor/test_xla_integration.py' 2025-03-04T19:47:31.2663015Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/tensor' 2025-03-04T19:47:31.2663331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_backends.py' 2025-03-04T19:47:31.2663674Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_c10d_common.py' 2025-03-04T19:47:31.2664058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_c10d_functional_native.py' 2025-03-04T19:47:31.2664386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_c10d_gloo.py' 2025-03-04T19:47:31.2664718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_c10d_logger.py' 2025-03-04T19:47:31.2665050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_c10d_nccl.py' 2025-03-04T19:47:31.2665467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_c10d_object_collectives.py' 2025-03-04T19:47:31.2665808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_c10d_ops_nccl.py' 2025-03-04T19:47:31.2666140Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_c10d_pypg.py' 2025-03-04T19:47:31.2666468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_c10d_spawn.py' 2025-03-04T19:47:31.2666830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_c10d_spawn_gloo.py' 2025-03-04T19:47:31.2667176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_c10d_spawn_nccl.py' 2025-03-04T19:47:31.2667528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_c10d_spawn_ucc.py' 2025-03-04T19:47:31.2667847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_c10d_ucc.py' 2025-03-04T19:47:31.2668211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_collective_utils.py' 2025-03-04T19:47:31.2668556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_composability.py' 2025-03-04T19:47:31.2668955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_compute_comm_reordering.py' 2025-03-04T19:47:31.2669328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_control_collectives.py' 2025-03-04T19:47:31.2669668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_data_parallel.py' 2025-03-04T19:47:31.2670011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_device_mesh.py' 2025-03-04T19:47:31.2670372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_distributed_spawn.py' 2025-03-04T19:47:31.2670787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_dynamo_distributed.py' 2025-03-04T19:47:31.2671099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_fake_pg.py' 2025-03-04T19:47:31.2671452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_functional_api.py' 2025-03-04T19:47:31.2671988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_inductor_collectives.py' 2025-03-04T19:47:31.2672320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_launcher.py' 2025-03-04T19:47:31.2672680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_multi_threaded_pg.py' 2025-03-04T19:47:31.2672979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_nccl.py' 2025-03-04T19:47:31.2673372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_pg_wrapper.py' 2025-03-04T19:47:31.2673724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_serialization.py' 2025-03-04T19:47:31.2674074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_store.py' 2025-03-04T19:47:31.2674432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed/test_symmetric_memory.py' 2025-03-04T19:47:31.2674731Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributed' 2025-03-04T19:47:31.2675075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributions/test_constraints.py' 2025-03-04T19:47:31.2675440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributions/test_distributions.py' 2025-03-04T19:47:31.2675780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributions/test_transforms.py' 2025-03-04T19:47:31.2676097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributions/test_utils.py' 2025-03-04T19:47:31.2676409Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/distributions' 2025-03-04T19:47:31.2676716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/__init__.py' 2025-03-04T19:47:31.2677057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/mock_modules/__init__.py' 2025-03-04T19:47:31.2677405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/mock_modules/mock_module1.py' 2025-03-04T19:47:31.2677761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/mock_modules/mock_module2.py' 2025-03-04T19:47:31.2678105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/mock_modules/mock_module3.py' 2025-03-04T19:47:31.2678432Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/mock_modules' 2025-03-04T19:47:31.2678823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/mock_store_global_crossfile_inline.py' 2025-03-04T19:47:31.2679200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_activation_checkpointing.py' 2025-03-04T19:47:31.2679504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_after_aot.py' 2025-03-04T19:47:31.2679816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_aot_autograd.py' 2025-03-04T19:47:31.2680162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_aot_autograd_cache.py' 2025-03-04T19:47:31.2680497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_autograd_function.py' 2025-03-04T19:47:31.2680802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_backends.py' 2025-03-04T19:47:31.2681174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_backward_higher_order_ops.py' 2025-03-04T19:47:31.2681479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_base_hop.py' 2025-03-04T19:47:31.2681818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_base_output.py' 2025-03-04T19:47:31.2682139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_bytecode_utils.py' 2025-03-04T19:47:31.2682441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_callback.py' 2025-03-04T19:47:31.2682732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_compile.py' 2025-03-04T19:47:31.2683072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_compiler_bisector.py' 2025-03-04T19:47:31.2683369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_comptime.py' 2025-03-04T19:47:31.2683662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_config.py' 2025-03-04T19:47:31.2683968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_ctx_manager.py' 2025-03-04T19:47:31.2684300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_cudagraphs.py' 2025-03-04T19:47:31.2684731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_cudagraphs_expandable_segments.py' 2025-03-04T19:47:31.2685040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_debug_utils.py' 2025-03-04T19:47:31.2685352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_decorators.py' 2025-03-04T19:47:31.2685655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_deviceguard.py' 2025-03-04T19:47:31.2685940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_dicts.py' 2025-03-04T19:47:31.2686256Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_dynamic_shapes.py' 2025-03-04T19:47:31.2686535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_exc.py' 2025-03-04T19:47:31.2686842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_exceptions.py' 2025-03-04T19:47:31.2687153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_export.py' 2025-03-04T19:47:31.2687496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_export_mutations.py' 2025-03-04T19:47:31.2687797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_flat_apply.py' 2025-03-04T19:47:31.2688105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_frame_init.py' 2025-03-04T19:47:31.2688403Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_functions.py' 2025-03-04T19:47:31.2688752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_fx_passes_pre_grad.py' 2025-03-04T19:47:31.2689048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_generator.py' 2025-03-04T19:47:31.2689345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_global.py' 2025-03-04T19:47:31.2689696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_graph_break_messages.py' 2025-03-04T19:47:31.2690042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_graph_deduplication.py' 2025-03-04T19:47:31.2690400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_graph_region_tracker.py' 2025-03-04T19:47:31.2690713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_guard_manager.py' 2025-03-04T19:47:31.2691056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_higher_order_ops.py' 2025-03-04T19:47:31.2691332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_hooks.py' 2025-03-04T19:47:31.2691683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_input_attr_tracking.py' 2025-03-04T19:47:31.2691976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_interop.py' 2025-03-04T19:47:31.2692303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_logging.py' 2025-03-04T19:47:31.2692634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_metrics_context.py' 2025-03-04T19:47:31.2692923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_minifier.py' 2025-03-04T19:47:31.2693212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_misc.py' 2025-03-04T19:47:31.2693522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_model_output.py' 2025-03-04T19:47:31.2693812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_modes.py' 2025-03-04T19:47:31.2694106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_modules.py' 2025-03-04T19:47:31.2694393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_nops.py' 2025-03-04T19:47:31.2694725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_optimizers.py' 2025-03-04T19:47:31.2695016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_pgo.py' 2025-03-04T19:47:31.2695356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_pre_dispatch.py' 2025-03-04T19:47:31.2695650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_profiler.py' 2025-03-04T19:47:31.2695990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_python_autograd.py' 2025-03-04T19:47:31.2696330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_python_dispatcher.py' 2025-03-04T19:47:31.2696655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_recompile_ux.py' 2025-03-04T19:47:31.2696960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_recompiles.py' 2025-03-04T19:47:31.2697283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_reconstruct.py' 2025-03-04T19:47:31.2697621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_reorder_logs.py' 2025-03-04T19:47:31.2697921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_repros.py' 2025-03-04T19:47:31.2698207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_resume.py' 2025-03-04T19:47:31.2698482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_sdpa.py' 2025-03-04T19:47:31.2702508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_skip_guard_eval_unsafe.py' 2025-03-04T19:47:31.2702910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_skip_non_tensor.py' 2025-03-04T19:47:31.2703216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_sources.py' 2025-03-04T19:47:31.2703549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_structured_trace.py' 2025-03-04T19:47:31.2703870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_subclasses.py' 2025-03-04T19:47:31.2704173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_subgraphs.py' 2025-03-04T19:47:31.2704440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_sys.py' 2025-03-04T19:47:31.2704739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_torchrec.py' 2025-03-04T19:47:31.2705038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_trace_rules.py' 2025-03-04T19:47:31.2705329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_unspec.py' 2025-03-04T19:47:31.2705605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_utils.py' 2025-03-04T19:47:31.2705954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_verify_correctness.py' 2025-03-04T19:47:31.2706226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/test_view.py' 2025-03-04T19:47:31.2706557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo/utils.py' 2025-03-04T19:47:31.2706836Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo' 2025-03-04T19:47:31.2707372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ActivationCheckpointingTests.test_cond_with_kwargs' 2025-03-04T19:47:31.2707889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/AotAutogradFallbackTests.test_aot_sequence_nr' 2025-03-04T19:47:31.2708473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/AutogradFunctionTests.test_graph_break_if_lifted_free_variable' 2025-03-04T19:47:31.2708956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/AutogradFunctionTests.test_print_in_bwd' 2025-03-04T19:47:31.2709469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/AutogradFunctionTests.test_stride_in_bwd' 2025-03-04T19:47:31.2709950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ComptimeTests.test_graph_break' 2025-03-04T19:47:31.2710458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/CtxManagerTests.test_autograd_profiler_enabled' 2025-03-04T19:47:31.2710979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/CtxManagerTests.test_disable_saved_tensors_hooks' 2025-03-04T19:47:31.2711553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/CtxManagerTests.test_disable_saved_tensors_hooks_prev_disabled' 2025-03-04T19:47:31.2712164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/CtxManagerTests.test_disable_saved_tensors_hooks_prev_disabled_nested' 2025-03-04T19:47:31.2712671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/DecoratorTests.test_mark_static_address_guarded' 2025-03-04T19:47:31.2713230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/DecoratorTests.test_mark_static_address_unguarded' 2025-03-04T19:47:31.2713723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/DefaultsTests.test_cast_tensor_single_elem' 2025-03-04T19:47:31.2714226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/DefaultsTests.test_compare_constant_and_tensor' 2025-03-04T19:47:31.2714721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/DefaultsTests.test_func_default_torch_args' 2025-03-04T19:47:31.2715162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/DefaultsTests.test_in_set_inplace' 2025-03-04T19:47:31.2715674Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/DefaultsTests.test_in_set_would_fail_broadcast' 2025-03-04T19:47:31.2716240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/DynamoProfilerTests.test_dynamo_timed_profiling_isolated' 2025-03-04T19:47:31.2716755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/DynamoProfilerTests.test_profiler_cache_lookup' 2025-03-04T19:47:31.2717308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/DynamoProfilerTests.test_profiler_dynamo_compiled_region' 2025-03-04T19:47:31.2717742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/End2EndTests.test_init_group' 2025-03-04T19:47:31.2718327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExampleTests.test_exportdb_supported_case_assume_constant_result' 2025-03-04T19:47:31.2718923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExampleTests.test_exportdb_supported_case_constrain_as_size_example' 2025-03-04T19:47:31.2719409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExcTests.test_backend_suppress_line' 2025-03-04T19:47:31.2719844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExcTests.test_graph_break_log' 2025-03-04T19:47:31.2720317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExcTests.test_internal_error_no_suppress' 2025-03-04T19:47:31.2720809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExcTests.test_internal_error_suppress_errors' 2025-03-04T19:47:31.2721266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExcTests.test_not_implemented_error' 2025-03-04T19:47:31.2721724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExcTests.test_trigger_on_error' 2025-03-04T19:47:31.2722292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_cond_raise_user_error_on_non_list_operands' 2025-03-04T19:47:31.2722879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_cond_raise_user_error_on_non_tensor_operands' 2025-03-04T19:47:31.2723443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_cond_raise_user_error_on_unsupported_pred' 2025-03-04T19:47:31.2723875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_decomp' 2025-03-04T19:47:31.2724372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_dynamic_dim_cleanup' 2025-03-04T19:47:31.2724898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_dynamic_dim_range_constraint' 2025-03-04T19:47:31.2725486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_mark_dynamic_conflict_dynamic_dim' 2025-03-04T19:47:31.2726015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_multi_dynamic_dim_constraint' 2025-03-04T19:47:31.2726586Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_multi_dynamic_dim_unsafe_relationship' 2025-03-04T19:47:31.2727024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_no_raise' 2025-03-04T19:47:31.2727602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_preserve_constraints_as_metadata_scalar' 2025-03-04T19:47:31.2728109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_raise_on_relationship' 2025-03-04T19:47:31.2728626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_with_constant_dict_values' 2025-03-04T19:47:31.2729157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_with_constant_free_function' 2025-03-04T19:47:31.2729742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_with_constant_free_function_and_class_method' 2025-03-04T19:47:31.2730373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_with_constant_free_function_and_class_method_multiarg' 2025-03-04T19:47:31.2731016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_with_constant_free_function_and_class_method_multiarg_diff' 2025-03-04T19:47:31.2731569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_with_constant_list_nonzero' 2025-03-04T19:47:31.2732150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_with_constant_list_nonzero_free_function' 2025-03-04T19:47:31.2732686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_with_constant_method_on_module' 2025-03-04T19:47:31.2733271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_with_constant_method_on_module_invoke_twice' 2025-03-04T19:47:31.2733818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_with_constant_none_control_flow' 2025-03-04T19:47:31.2734479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_with_constant_none_control_flow_free_func' 2025-03-04T19:47:31.2735048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_with_constant_not_none_control_flow' 2025-03-04T19:47:31.2735665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_with_constant_not_none_control_flow_free_func' 2025-03-04T19:47:31.2736244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_with_constant_not_none_control_flow_pos' 2025-03-04T19:47:31.2736774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_with_constant_not_return_const' 2025-03-04T19:47:31.2737309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_with_constant_tuple_nonzero' 2025-03-04T19:47:31.2737771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_export_with_map_cond' 2025-03-04T19:47:31.2738295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_exported_graph_serialization' 2025-03-04T19:47:31.2738800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_map_cond_param_buffer_lifted' 2025-03-04T19:47:31.2739273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_torch_inference_mode_ctx' 2025-03-04T19:47:31.2739792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ExportTests.test_untracked_inputs_in_constraints' 2025-03-04T19:47:31.2740264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad' 2025-03-04T19:47:31.2740821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_disable_capture' 2025-03-04T19:47:31.2741362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_fn_with_kwargs' 2025-03-04T19:47:31.2742032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_freevar_python_scalar' 2025-03-04T19:47:31.2742541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_has_aux' 2025-03-04T19:47:31.2743097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_non_tensor_input' 2025-03-04T19:47:31.2743599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_pytree' 2025-03-04T19:47:31.2744210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_two_tensor_all_grad_has_aux' 2025-03-04T19:47:31.2744803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_two_tensor_has_aux' 2025-03-04T19:47:31.2745352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_with_graph_break' 2025-03-04T19:47:31.2745915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_with_side_effect' 2025-03-04T19:47:31.2746387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap' 2025-03-04T19:47:31.2746946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_disable_capture' 2025-03-04T19:47:31.2747493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_free_const' 2025-03-04T19:47:31.2748033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_free_tensor' 2025-03-04T19:47:31.2748560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_kwargs' 2025-03-04T19:47:31.2749173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_multiple_invocation_in_dims' 2025-03-04T19:47:31.2749783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_multiple_invocation_out_dims' 2025-03-04T19:47:31.2750344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_multiple_outputs' 2025-03-04T19:47:31.2750951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_diff_dims' 2025-03-04T19:47:31.2751608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_out_dims_tuple' 2025-03-04T19:47:31.2752173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_over_vmap_captured' 2025-03-04T19:47:31.2752749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_over_vmap_two_inputs' 2025-03-04T19:47:31.2753381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_previous_illegal_op_no_graph_break' 2025-03-04T19:47:31.2753931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_pytree_inputs' 2025-03-04T19:47:31.2754507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_recompile_same_config' 2025-03-04T19:47:31.2755101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_recompile_with_randomness' 2025-03-04T19:47:31.2755643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_side_effects' 2025-03-04T19:47:31.2756164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_two_inputs' 2025-03-04T19:47:31.2756760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_two_inputs_tuple_in_dims' 2025-03-04T19:47:31.2757366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_with_conditional_graph_break' 2025-03-04T19:47:31.2757946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_with_graph_break' 2025-03-04T19:47:31.2758508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_with_graph_break_2' 2025-03-04T19:47:31.2759102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_with_graph_break_lambda' 2025-03-04T19:47:31.2759537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FunctionTests.test_default_dict' 2025-03-04T19:47:31.2760017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FunctionTests.test_default_dict_closure' 2025-03-04T19:47:31.2760501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FunctionTests.test_default_dict_lambda' 2025-03-04T19:47:31.2761005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FunctionTests.test_is_contiguous_frame_counts' 2025-03-04T19:47:31.2761480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FunctionTests.test_math_radians' 2025-03-04T19:47:31.2762012Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FunctionTests.test_partials_as_input_partials_lambda' 2025-03-04T19:47:31.2762522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/FunctionTests.test_partials_as_input_partials_mod' 2025-03-04T19:47:31.2763070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_capture_untracked_global_nested' 2025-03-04T19:47:31.2763631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_capture_value_created_in_subgraph' 2025-03-04T19:47:31.2764178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_cond_branches_no_arguments' 2025-03-04T19:47:31.2764758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_cond_branches_no_arguments_no_closure' 2025-03-04T19:47:31.2765251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_cond_pytree_operands' 2025-03-04T19:47:31.2765852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_cond_pytree_operands_with_non_tensor_leaves' 2025-03-04T19:47:31.2766346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_cond_source_fn_stack' 2025-03-04T19:47:31.2766892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_cond_subgraph_name_is_valid' 2025-03-04T19:47:31.2767469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_fallback_on_python_primitives_output' 2025-03-04T19:47:31.2767970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_map_lowers_to_graph' 2025-03-04T19:47:31.2768447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_map_multi_return' 2025-03-04T19:47:31.2768934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_map_pytree_return' 2025-03-04T19:47:31.2769428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_map_source_fn_stack' 2025-03-04T19:47:31.2769967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_map_subgraph_name_is_valid' 2025-03-04T19:47:31.2770475Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_map_symint_input' 2025-03-04T19:47:31.2771041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_modules' 2025-03-04T19:47:31.2771540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_nested_tuple_output' 2025-03-04T19:47:31.2772179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_output_with_dict' 2025-03-04T19:47:31.2772679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_side_effect_in_body' 2025-03-04T19:47:31.2773238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_vmap_source_fn_stack' 2025-03-04T19:47:31.2773750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_wrap_kwarg_recompile' 2025-03-04T19:47:31.2774318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HigherOrderOpTests.test_wrap_subgraph_name_is_valid' 2025-03-04T19:47:31.2774770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HooksTests.test_functools_arg_vary' 2025-03-04T19:47:31.2775213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HooksTests.test_post_acc_grad_hook' 2025-03-04T19:47:31.2775704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HooksTests.test_tensor_register_global_hook' 2025-03-04T19:47:31.2776225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HooksTests.test_tensor_register_hook_in_graph_local' 2025-03-04T19:47:31.2776740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HooksTests.test_tensor_register_multiple_hooks' 2025-03-04T19:47:31.2777341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/HooksTests.test_tensor_register_multiple_hooks_handles_in_list' 2025-03-04T19:47:31.2777780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/InteropTests.test_vmap_in_graph' 2025-03-04T19:47:31.2778191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_aot' 2025-03-04T19:47:31.2778615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_aot_graphs' 2025-03-04T19:47:31.2779066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_aot_joint_graph' 2025-03-04T19:47:31.2779485Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_bytecode' 2025-03-04T19:47:31.2779934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_custom_format' 2025-03-04T19:47:31.2780387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_custom_format_exc' 2025-03-04T19:47:31.2780824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_dynamo_debug' 2025-03-04T19:47:31.2781255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_dynamo_error' 2025-03-04T19:47:31.2781755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_dynamo_info' 2025-03-04T19:47:31.2782156Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_graph' 2025-03-04T19:47:31.2782589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_graph_breaks' 2025-03-04T19:47:31.2783065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_graph_code' 2025-03-04T19:47:31.2783495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_graph_sizes' 2025-03-04T19:47:31.2783959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_graph_sizes_dynamic' 2025-03-04T19:47:31.2784410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_guards_recompiles' 2025-03-04T19:47:31.2784855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_inductor_debug' 2025-03-04T19:47:31.2785292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_inductor_error' 2025-03-04T19:47:31.2785760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_inductor_info' 2025-03-04T19:47:31.2786229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_multiline_format' 2025-03-04T19:47:31.2786668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_output_code' 2025-03-04T19:47:31.2787091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_recompiles' 2025-03-04T19:47:31.2787540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_trace_source_cond' 2025-03-04T19:47:31.2787999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/LoggingTests.test_trace_source_nested' 2025-03-04T19:47:31.2788411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_add_to_set' 2025-03-04T19:47:31.2788872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_any_all_symnode' 2025-03-04T19:47:31.2789319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_backend_match_guard' 2025-03-04T19:47:31.2789721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_boolarg' 2025-03-04T19:47:31.2790132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_callpacked' 2025-03-04T19:47:31.2790625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_compare_shapes_with_constant' 2025-03-04T19:47:31.2791036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_cond_nested' 2025-03-04T19:47:31.2791482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_cond_side_effects' 2025-03-04T19:47:31.2791919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_dataclass_fields' 2025-03-04T19:47:31.2792367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_deque_append_left' 2025-03-04T19:47:31.2792779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_deque_input' 2025-03-04T19:47:31.2793285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_deterministic_algorithms_mutated' 2025-03-04T19:47:31.2793721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_dict_order_keys' 2025-03-04T19:47:31.2794181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_dict_order_keys_modules' 2025-03-04T19:47:31.2794675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_dict_order_keys_tensors' 2025-03-04T19:47:31.2795081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_dictcomp' 2025-03-04T19:47:31.2795543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_dtypes_no_graphbreaks' 2025-03-04T19:47:31.2796027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_dunder_new_function_inlining' 2025-03-04T19:47:31.2796522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_frozenset_torch_func_contains' 2025-03-04T19:47:31.2796951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_get_cache_entry' 2025-03-04T19:47:31.2797417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_guard_failure_fn' 2025-03-04T19:47:31.2797860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_guard_failure_fn2' 2025-03-04T19:47:31.2798380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_guard_failure_fn_shape_control' 2025-03-04T19:47:31.2798871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_guard_failure_fn_tensor_iter' 2025-03-04T19:47:31.2799299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_inference_mode' 2025-03-04T19:47:31.2799758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_inplace_param_update' 2025-03-04T19:47:31.2800241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_inplace_view_on_graph_input' 2025-03-04T19:47:31.2800778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_intermediary_tensor_grad_access' 2025-03-04T19:47:31.2801199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_is_compiling' 2025-03-04T19:47:31.2801608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_iter_set' 2025-03-04T19:47:31.2802137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_itertools_accumulate_symint_default_sum' 2025-03-04T19:47:31.2802684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_itertools_accumulate_tensors_default_sum' 2025-03-04T19:47:31.2803266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_itertools_groupby_pure_python_default_identify_func' 2025-03-04T19:47:31.2803813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_itertools_groupby_pure_python_key_func' 2025-03-04T19:47:31.2804278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_itertools_infinite_cycle' 2025-03-04T19:47:31.2804748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_itertools_infinite_repeat' 2025-03-04T19:47:31.2805270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_itertools_infinite_repeat_mutation' 2025-03-04T19:47:31.2805705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_itertools_repeat' 2025-03-04T19:47:31.2806119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_listcomp' 2025-03-04T19:47:31.2806549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_mandelbrot_numpy' 2025-03-04T19:47:31.2807001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_mark_static' 2025-03-04T19:47:31.2807420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_namedtuple1' 2025-03-04T19:47:31.2807845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_namedtuple2' 2025-03-04T19:47:31.2808227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_nan' 2025-03-04T19:47:31.2808670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_nested_optimize' 2025-03-04T19:47:31.2809142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_nested_optimize_decorator' 2025-03-04T19:47:31.2809638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_nested_optimize_run' 2025-03-04T19:47:31.2810101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_nn_module_getattr' 2025-03-04T19:47:31.2810613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_no_raise_guard_partial_constraint' 2025-03-04T19:47:31.2811184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_no_raise_guard_partial_constraint_across_break' 2025-03-04T19:47:31.2811635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_numpy_array_of_arrays' 2025-03-04T19:47:31.2812069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_numpy_force' 2025-03-04T19:47:31.2812510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_numpy_int_constant' 2025-03-04T19:47:31.2812963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_numpy_iter' 2025-03-04T19:47:31.2813419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_numpy_non_torch_dtype' 2025-03-04T19:47:31.2813857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_numpy_readonly' 2025-03-04T19:47:31.2814334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_numpy_recompilation_scalar' 2025-03-04T19:47:31.2814775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_numpy_size_attr' 2025-03-04T19:47:31.2815197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_numpy_subdtype' 2025-03-04T19:47:31.2815620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_numpy_tolist' 2025-03-04T19:47:31.2816084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_numpy_torch_operators' 2025-03-04T19:47:31.2816543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_numpy_with_builtin_type' 2025-03-04T19:47:31.2817096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_out_variants_with_resizing_on_graph_inputs' 2025-03-04T19:47:31.2817549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_pure_python_accumulate' 2025-03-04T19:47:31.2818014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_py_guards_mark_dynamic' 2025-03-04T19:47:31.2818489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_raise_guard_full_constraint' 2025-03-04T19:47:31.2819083Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_raise_guard_partial_constraint_no_graph_break' 2025-03-04T19:47:31.2819540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_raise_on_backend_error' 2025-03-04T19:47:31.2820050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_recompile_on_global_state_change' 2025-03-04T19:47:31.2820501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_release_input_memory' 2025-03-04T19:47:31.2820958Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_release_module_memory' 2025-03-04T19:47:31.2821427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_release_scope_memory' 2025-03-04T19:47:31.2822018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_repeat_interleave_graphbreaks' 2025-03-04T19:47:31.2822512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_return_nested_function' 2025-03-04T19:47:31.2822973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_set_aliasing_recompiles' 2025-03-04T19:47:31.2823419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_setattr_mutation1' 2025-03-04T19:47:31.2823853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_simple_set_usage' 2025-03-04T19:47:31.2824272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_size_input' 2025-03-04T19:47:31.2824711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_str_format_assert2' 2025-03-04T19:47:31.2825205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_tensor_build_list_unpack' 2025-03-04T19:47:31.2825628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_tensor_dict1' 2025-03-04T19:47:31.2826051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_tensor_dict2' 2025-03-04T19:47:31.2826469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_tensor_dict3' 2025-03-04T19:47:31.2826919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_tensor_item_capture' 2025-03-04T19:47:31.2827323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_tolist_0d' 2025-03-04T19:47:31.2827728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_tolist_1d' 2025-03-04T19:47:31.2828145Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_tolist_kd' 2025-03-04T19:47:31.2828579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_tolist_kd_dynamic' 2025-03-04T19:47:31.2829006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_tolist_scalar' 2025-03-04T19:47:31.2829413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_torch_seed' 2025-03-04T19:47:31.2829874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_tracing_nested_py_tree' 2025-03-04T19:47:31.2830363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_tracing_nested_py_tree_dicts' 2025-03-04T19:47:31.2830900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_tracing_nested_py_tree_mixed_all' 2025-03-04T19:47:31.2831389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_tracing_nested_py_tree_tuples' 2025-03-04T19:47:31.2831824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_tracing_py_tree' 2025-03-04T19:47:31.2832325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_tracing_py_tree_tensor_subclass' 2025-03-04T19:47:31.2832778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_tracing_tree_map_only' 2025-03-04T19:47:31.2833193Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_type_copy' 2025-03-04T19:47:31.2833641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_typing_typevar' 2025-03-04T19:47:31.2834113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_user_getattribute' 2025-03-04T19:47:31.2834548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_with_builtin_type' 2025-03-04T19:47:31.2834966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_yield_from' 2025-03-04T19:47:31.2835407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_yield_gen_and_from' 2025-03-04T19:47:31.2835948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/MiscTests.test_yield_send_to_subgenerator_graph_break' 2025-03-04T19:47:31.2836387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NNModuleTests.test_lazy_module1' 2025-03-04T19:47:31.2836856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NNModuleTests.test_lazy_module2' 2025-03-04T19:47:31.2837295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NNModuleTests.test_lazy_module4' 2025-03-04T19:47:31.2837734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NNModuleTests.test_lazy_module5' 2025-03-04T19:47:31.2838172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NNModuleTests.test_lazy_module6' 2025-03-04T19:47:31.2838673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NNModuleTests.test_lazy_module_no_cls_to_become' 2025-03-04T19:47:31.2839123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NNModuleTests.test_self_mutating1' 2025-03-04T19:47:31.2839582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NNModuleTests.test_unsupportedmethod' 2025-03-04T19:47:31.2840053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NNModuleTests.test_unsupportedmodule' 2025-03-04T19:47:31.2840709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test__scaled_dot_product_flash_attention_non_strict' 2025-03-04T19:47:31.2841338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_basic_non_strict_fake_tensor_non_strict' 2025-03-04T19:47:31.2841956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_basic_non_strict_real_tensor_non_strict' 2025-03-04T19:47:31.2842506Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_buffer_util_non_strict' 2025-03-04T19:47:31.2843181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_cond_with_module_stack_export_with_non_strict' 2025-03-04T19:47:31.2843786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_export_decomps_dynamic_non_strict' 2025-03-04T19:47:31.2844380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_export_decomps_simple_non_strict' 2025-03-04T19:47:31.2844992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_export_with_wrong_inputs_non_strict' 2025-03-04T19:47:31.2845641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_external_call_non_strict_real_tensor_non_strict' 2025-03-04T19:47:31.2846187Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_fqn_non_strict' 2025-03-04T19:47:31.2846758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_nn_module_stack_non_strict' 2025-03-04T19:47:31.2847413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_nn_module_stack_shared_submodule_non_strict' 2025-03-04T19:47:31.2848031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_non_strict_dynamic_shapes_non_strict' 2025-03-04T19:47:31.2848699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_non_strict_dynamic_shapes_suggested_fixes_non_strict' 2025-03-04T19:47:31.2849241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_param_util_non_strict' 2025-03-04T19:47:31.2849991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_raise_user_error_when_guard_on_data_dependent_operation_non_strict' 2025-03-04T19:47:31.2850525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_sym_sqrt_non_strict' 2025-03-04T19:47:31.2851179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_to_module_with_mutated_buffer_multiple_non_strict' 2025-03-04T19:47:31.2851902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_to_module_with_mutated_buffer_multiple_update_sub_later_non_strict' 2025-03-04T19:47:31.2852525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NonStrictExportTestExport.test_to_module_with_mutated_buffer_non_strict' 2025-03-04T19:47:31.2853050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NumpyTestsCPU.test_boolean_indexing_weirdness_cpu' 2025-03-04T19:47:31.2853554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NumpyTestsCPU.test_boolean_shape_mismatch_cpu' 2025-03-04T19:47:31.2854035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NumpyTestsCPU.test_empty_fancy_index_cpu' 2025-03-04T19:47:31.2854502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/NumpyTestsCPU.test_index_no_floats_cpu' 2025-03-04T19:47:31.2854983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizedModuleTest.test_backward_hooks' 2025-03-04T19:47:31.2855567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizedModuleTest.test_cache_size_limit_on_guarded_nn_modules' 2025-03-04T19:47:31.2856139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizedModuleTest.test_composition_with_opt_mod' 2025-03-04T19:47:31.2856601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizedModuleTest.test_hooks_inner' 2025-03-04T19:47:31.2857058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizedModuleTest.test_hooks_outer' 2025-03-04T19:47:31.2857553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizedModuleTest.test_hooks_skip_guards' 2025-03-04T19:47:31.2858056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizedModuleTest.test_module_dict_iter_name' 2025-03-04T19:47:31.2858511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizedModuleTest.test_nn_module' 2025-03-04T19:47:31.2859102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizedModuleTest.test_no_recompile_on_nn_guarded_modules' 2025-03-04T19:47:31.2859570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizedModuleTest.test_to' 2025-03-04T19:47:31.2859989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizerTests.test_adagrad' 2025-03-04T19:47:31.2860403Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizerTests.test_adam' 2025-03-04T19:47:31.2860822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizerTests.test_adamax' 2025-03-04T19:47:31.2861240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizerTests.test_adamw' 2025-03-04T19:47:31.2861718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizerTests.test_asgd' 2025-03-04T19:47:31.2862144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizerTests.test_nadam' 2025-03-04T19:47:31.2862595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizerTests.test_rmsprop' 2025-03-04T19:47:31.2863009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizerTests.test_rprop' 2025-03-04T19:47:31.2863420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/OptimizerTests.test_sgd' 2025-03-04T19:47:31.2863884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/PackedSequenceTest.test_pack_sequence' 2025-03-04T19:47:31.2864310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/PackedSequenceTest.test_to' 2025-03-04T19:47:31.2864767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/PackedSequenceTest.test_total_length' 2025-03-04T19:47:31.2865232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/PackedSequenceTest.test_type_casts' 2025-03-04T19:47:31.2865704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/PackedSequenceTest.test_unpack_sequence' 2025-03-04T19:47:31.2866261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/RecompileTests.test_aliasing_guard_failures_with_globals' 2025-03-04T19:47:31.2866808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/RecompileTests.test_automatic_dynamic_reduce_recompiles' 2025-03-04T19:47:31.2867373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/RecompileTests.test_automatic_dynamic_tensor_scalar_change' 2025-03-04T19:47:31.2867905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/RecompileTests.test_dynamic_shape_parameter_recompile' 2025-03-04T19:47:31.2868441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/RecompileTests.test_recompiles_true_false_flop' 2025-03-04T19:47:31.2868904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/RecompileUxTests.test_mismatched_type' 2025-03-04T19:47:31.2869388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/RecompileUxTests.test_verbose_tensor_check' 2025-03-04T19:47:31.2869839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_add_sub_alpha_out' 2025-03-04T19:47:31.2870289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_addr_alpha_beta_out' 2025-03-04T19:47:31.2870706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_boxes_len' 2025-03-04T19:47:31.2871168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_chunk_reformer_ff' 2025-03-04T19:47:31.2872013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_convert_boxes_to_pooler_format' 2025-03-04T19:47:31.2872571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_create_rand_mask_from_inputs' 2025-03-04T19:47:31.2873005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_do_paste_mask' 2025-03-04T19:47:31.2873481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_dynamic_shapes_float_guard' 2025-03-04T19:47:31.2873990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_dynamic_shapes_implicit_guard' 2025-03-04T19:47:31.2874484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_empty_list_contains_with_jump' 2025-03-04T19:47:31.2874980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_function_in_skipfiles' 2025-03-04T19:47:31.2875440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_functools_wraps' 2025-03-04T19:47:31.2875865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_hf_t5_forward' 2025-03-04T19:47:31.2876331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_hf_xsoftmax_training' 2025-03-04T19:47:31.2876742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_issue175' 2025-03-04T19:47:31.2877192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_jit_trace_errors' 2025-03-04T19:47:31.2877624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_list_aliasing' 2025-03-04T19:47:31.2878091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_list_self_reference' 2025-03-04T19:47:31.2878537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_longformer_chunk' 2025-03-04T19:47:31.2879051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_merge_criteria_processor_list1' 2025-03-04T19:47:31.2879553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_merge_criteria_processor_list2' 2025-03-04T19:47:31.2880013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_module_in_skipfiles' 2025-03-04T19:47:31.2880441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_multi_import' 2025-03-04T19:47:31.2880931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_negative_shape_guard' 2025-03-04T19:47:31.2881441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_numpy_not_ndarray_recompiles' 2025-03-04T19:47:31.2881874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_recursive_map' 2025-03-04T19:47:31.2882315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_reformer_eval' 2025-03-04T19:47:31.2882785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_reformer_min_chunk_len' 2025-03-04T19:47:31.2883237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_reformer_sorting' 2025-03-04T19:47:31.2883707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_relative_import' 2025-03-04T19:47:31.2884218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_relative_import_no_modulename' 2025-03-04T19:47:31.2884723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_restricted_list_subclass1' 2025-03-04T19:47:31.2885182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_rewrite_assert_noop' 2025-03-04T19:47:31.2885656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_rewrite_assert_with_msg' 2025-03-04T19:47:31.2886183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_rewrite_assert_with_non_string_msg' 2025-03-04T19:47:31.2886625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_seq_append_list' 2025-03-04T19:47:31.2887088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_size_typematch' 2025-03-04T19:47:31.2887545Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_tensor_data_kwarg' 2025-03-04T19:47:31.2887987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_threading_local' 2025-03-04T19:47:31.2888459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/ReproTests.test_validate_model_kwargs' 2025-03-04T19:47:31.2889150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/RetraceExportTestDynamismExpression.test_export_inline_constraints_retraceability' 2025-03-04T19:47:31.2889810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/RetraceExportTestExport.test_cond_with_module_stack_export_with_retraceability' 2025-03-04T19:47:31.2890424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/RetraceExportTestExport.test_constrain_size_in_eager_retraceability' 2025-03-04T19:47:31.2891089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/RetraceExportTestExport.test_constrain_size_with_constrain_value_retraceability' 2025-03-04T19:47:31.2891736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/RetraceExportTestExport.test_constrain_size_with_various_cases_retraceability' 2025-03-04T19:47:31.2892322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/RetraceExportTestExport.test_nn_module_stack_retraceability' 2025-03-04T19:47:31.2892959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/RetraceExportTestExport.test_nn_module_stack_shared_submodule_retraceability' 2025-03-04T19:47:31.2893613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/RetraceExportTestExport.test_non_strict_dynamic_shapes_retraceability' 2025-03-04T19:47:31.2894293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/RetraceExportTestExport.test_non_strict_dynamic_shapes_suggested_fixes_retraceability' 2025-03-04T19:47:31.2894954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SerDesExportTestDynamismExpression.test_export_inline_constraints_serdes' 2025-03-04T19:47:31.2895542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SerDesExportTestExport.test_basic_non_strict_fake_tensor_serdes' 2025-03-04T19:47:31.2896145Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SerDesExportTestExport.test_basic_non_strict_real_tensor_serdes' 2025-03-04T19:47:31.2896778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SerDesExportTestExport.test_cond_with_module_stack_export_with_serdes' 2025-03-04T19:47:31.2897373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SerDesExportTestExport.test_constrain_size_in_eager_serdes' 2025-03-04T19:47:31.2897995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SerDesExportTestExport.test_constrain_size_with_constrain_value_serdes' 2025-03-04T19:47:31.2898604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SerDesExportTestExport.test_constrain_size_with_various_cases_serdes' 2025-03-04T19:47:31.2899230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SerDesExportTestExport.test_external_call_non_strict_real_tensor_serdes' 2025-03-04T19:47:31.2899759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SerDesExportTestExport.test_nn_module_stack_serdes' 2025-03-04T19:47:31.2900414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SerDesExportTestExport.test_nn_module_stack_shared_submodule_serdes' 2025-03-04T19:47:31.2900995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SerDesExportTestExport.test_non_strict_dynamic_shapes_serdes' 2025-03-04T19:47:31.2901712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SerDesExportTestExport.test_non_strict_dynamic_shapes_suggested_fixes_serdes' 2025-03-04T19:47:31.2902171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SkipNonTensorTests.test_add_tensor1' 2025-03-04T19:47:31.2902640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SkipNonTensorTests.test_add_tensor2' 2025-03-04T19:47:31.2903116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SkipNonTensorTests.test_add_tensor_dict' 2025-03-04T19:47:31.2903607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SkipNonTensorTests.test_add_tensor_list' 2025-03-04T19:47:31.2904124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SkipNonTensorTests.test_do_not_skip_side_effects' 2025-03-04T19:47:31.2904606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SkipNonTensorTests.test_recursive_list' 2025-03-04T19:47:31.2905063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SubGraphTests.test_dynamic_duck_size' 2025-03-04T19:47:31.2905511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SubGraphTests.test_dynamic_getitem' 2025-03-04T19:47:31.2905968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SubGraphTests.test_dynamic_kwarg' 2025-03-04T19:47:31.2906461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SubGraphTests.test_dynamic_order_dependence' 2025-03-04T19:47:31.2906981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SubGraphTests.test_dynamic_zero_inference' 2025-03-04T19:47:31.2907473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SubGraphTests.test_enumerate_not_break_graph' 2025-03-04T19:47:31.2907963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SubGraphTests.test_no_graph_break_on_item' 2025-03-04T19:47:31.2908538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SubclassTests.test_compile_higher_order_with_functionalization' 2025-03-04T19:47:31.2909070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SubclassTests.test_compile_with_functionalization' 2025-03-04T19:47:31.2909597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SubclassTests.test_torch_function_state_guards' 2025-03-04T19:47:31.2910195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SubclassTests.test_wrapper_subclass_guards_on_inner_tensor' 2025-03-04T19:47:31.2910805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SubclassTests.test_wrapper_subclass_with_differently_sized_inner_tensor' 2025-03-04T19:47:31.2911393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/SubclassTests.test_wrapper_subclass_with_same_sized_inner_tensor' 2025-03-04T19:47:31.2911970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAOTAutograd.test_input_mutation_aliases_bases_out_of_order' 2025-03-04T19:47:31.2912502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAOTAutograd.test_input_mutation_false_aliasing' 2025-03-04T19:47:31.2913044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAOTDispatch.test_aot_dispatch_input_mutation' 2025-03-04T19:47:31.2913631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAOTDispatch.test_aot_dispatch_input_mutation_and_output_alias' 2025-03-04T19:47:31.2914148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAOTDispatch.test_aot_dispatch_output_alias' 2025-03-04T19:47:31.2914628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAOTDispatch.test_aot_dispatch_simple' 2025-03-04T19:47:31.2915205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAOTModuleSimplified.test_aot_module_simplified_dynamic' 2025-03-04T19:47:31.2915661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAnalyze.test_trace_dependencies' 2025-03-04T19:47:31.2916122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestApplyAlongAxis.test_0d_array' 2025-03-04T19:47:31.2916593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestApplyAlongAxis.test_axis_insertion' 2025-03-04T19:47:31.2917063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestApplyAlongAxis.test_scalar_array' 2025-03-04T19:47:31.2917474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArange.test_infinite' 2025-03-04T19:47:31.2917890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArange.test_nan_step' 2025-03-04T19:47:31.2918323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArange.test_require_range' 2025-03-04T19:47:31.2918745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArange.test_zero_step' 2025-03-04T19:47:31.2919229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArgmax.test_combinations_data62' 2025-03-04T19:47:31.2919683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArgmax.test_combinations_data63' 2025-03-04T19:47:31.2920145Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArgmax.test_combinations_data65' 2025-03-04T19:47:31.2920600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArgmax.test_combinations_data66' 2025-03-04T19:47:31.2921256Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArrayAttributeDeletion.test_multiarray_not_writable_attributes_deletion' 2025-03-04T19:47:31.2921915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArrayAttributeDeletion.test_multiarray_writable_attributes_deletion' 2025-03-04T19:47:31.2922426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArrayCreationCopyArgument.test_scalars' 2025-03-04T19:47:31.2922992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArrayCreationCopyArgument.test_striding_not_ok' 2025-03-04T19:47:31.2923548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArrayFromScalar.test_integers_np_byte_np_longlong' 2025-03-04T19:47:31.2924093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArrayFromScalar.test_integers_np_int__np_longlong' 2025-03-04T19:47:31.2924647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArrayFromScalar.test_integers_np_intc_np_longlong' 2025-03-04T19:47:31.2925210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArrayFromScalar.test_integers_np_longlong_np_longlong' 2025-03-04T19:47:31.2925766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArrayFromScalar.test_integers_np_longlong_t26' 2025-03-04T19:47:31.2926316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArrayFromScalar.test_integers_np_short_np_longlong' 2025-03-04T19:47:31.2926844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArrayFromScalar.test_integers_t15_np_longlong' 2025-03-04T19:47:31.2927296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestArraySplit.test_integer_0_split' 2025-03-04T19:47:31.2927787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAssignment.test_assignment_broadcasting' 2025-03-04T19:47:31.2928246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAttributes.test_fill_max_uint64' 2025-03-04T19:47:31.2928696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAttributes.test_fill_readonly' 2025-03-04T19:47:31.2929169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAttributes.test_fill_struct_array' 2025-03-04T19:47:31.2929783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_access_saved_tensor_twice_without_recomputation_works' 2025-03-04T19:47:31.2930275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_anomaly_mode_no_check_nan' 2025-03-04T19:47:31.2930777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_autograd_simple_views_python' 2025-03-04T19:47:31.2931260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_autograd_views_codegen' 2025-03-04T19:47:31.2931805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_backward_with_inputs' 2025-03-04T19:47:31.2932353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_checkpoint_detects_non_determinism' 2025-03-04T19:47:31.2932912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_checkpointing_non_reentrant_autocast_cpu' 2025-03-04T19:47:31.2933537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_checkpointing_without_reentrant_custom_function_works' 2025-03-04T19:47:31.2934101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_custom_function_forward_mode_inplace_checks' 2025-03-04T19:47:31.2934678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_custom_function_forward_mode_view_checks' 2025-03-04T19:47:31.2935203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_custom_function_saved_tensors' 2025-03-04T19:47:31.2935698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_gradcheck_forward_ad' 2025-03-04T19:47:31.2936207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_gradcheck_nondeterministic' 2025-03-04T19:47:31.2936696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_nested_anomaly_detect_nan' 2025-03-04T19:47:31.2937235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_nested_anomaly_printstack_cleanup' 2025-03-04T19:47:31.2937676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_record_function' 2025-03-04T19:47:31.2938160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_return_duplicate' 2025-03-04T19:47:31.2938648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_return_duplicate_inplace' 2025-03-04T19:47:31.2939154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_save_on_cpu_and_checkpoint' 2025-03-04T19:47:31.2939614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_set_grad_coroutines' 2025-03-04T19:47:31.2940103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_set_grad_coroutines_exit' 2025-03-04T19:47:31.2940605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_set_grad_generator_functions' 2025-03-04T19:47:31.2941154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutograd.test_set_grad_generator_functions_recursive' 2025-03-04T19:47:31.2941829Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradDeviceTypeCPU.test_inplace_on_view_modify_base_cpu' 2025-03-04T19:47:31.2942395Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradDeviceTypeCPU.test_inplace_on_view_python_cpu' 2025-03-04T19:47:31.2942983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradForwardMode.test_create_new_zeros_with_same_meta' 2025-03-04T19:47:31.2943505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradForwardMode.test_detach_view_tracking' 2025-03-04T19:47:31.2944051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradForwardMode.test_forward_level_cleanup' 2025-03-04T19:47:31.2944705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradForwardMode.test_make_dual_inference_tensor_in_inference_mode' 2025-03-04T19:47:31.2945561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_input_mark_dirty_False_cpu' 2025-03-04T19:47:31.2946410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_output_mark_dirty_False_cpu' 2025-03-04T19:47:31.2947263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_input_mark_dirty_False_cpu' 2025-03-04T19:47:31.2948135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_output_mark_dirty_False_cpu' 2025-03-04T19:47:31.2949013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_input_mark_dirty_False_cpu' 2025-03-04T19:47:31.2949849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_output_mark_dirty_False_cpu' 2025-03-04T19:47:31.2950690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_input_mark_dirty_False_cpu' 2025-03-04T19:47:31.2951555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_output_mark_dirty_False_cpu' 2025-03-04T19:47:31.2952172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionCPU.test_once_differentiable_autograd_vjp_cpu' 2025-03-04T19:47:31.2953016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_input_mark_dirty_False_cuda' 2025-03-04T19:47:31.2953869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_output_mark_dirty_False_cuda' 2025-03-04T19:47:31.2954714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_input_mark_dirty_False_cuda' 2025-03-04T19:47:31.2955577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_output_mark_dirty_False_cuda' 2025-03-04T19:47:31.2956416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_input_mark_dirty_False_cuda' 2025-03-04T19:47:31.2957265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_output_mark_dirty_False_cuda' 2025-03-04T19:47:31.2958102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_input_mark_dirty_False_cuda' 2025-03-04T19:47:31.2958972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_output_mark_dirty_False_cuda' 2025-03-04T19:47:31.2959581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionCUDA.test_once_differentiable_autograd_vjp_cuda' 2025-03-04T19:47:31.2960389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionVmapAPICUDA.test_has_vmap_staticmethod_and_has_generate_vmap_rule_cuda' 2025-03-04T19:47:31.2961097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradFunctionVmapAPICUDA.test_no_vmap_staticmethod_and_no_generate_vmap_rule_cuda' 2025-03-04T19:47:31.2961693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradInferenceMode.test_inference_mode_decorator' 2025-03-04T19:47:31.2962377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestAutogradInferenceMode.test_inference_mode_inf_tensor_in_inf_mode_inplace_op' 2025-03-04T19:47:31.2962819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestBaseMath.test_lower_align' 2025-03-04T19:47:31.2963325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestBaseSparsifier.test_state_dict' 2025-03-04T19:47:31.2963749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestBitsCPU.test_cat_cpu' 2025-03-04T19:47:31.2964134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestBool.test_sum_2' 2025-03-04T19:47:31.2964683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestBooleanIndexing.test_bool_as_int_argument_errors' 2025-03-04T19:47:31.2965246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestBooleanIndexing.test_boolean_indexing_weirdness' 2025-03-04T19:47:31.2965734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestBufferProtocolCPU.test_byte_to_int_cpu' 2025-03-04T19:47:31.2966188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestClip.test_clip_func_takes_out' 2025-03-04T19:47:31.2966612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestClip.test_simple_complex' 2025-03-04T19:47:31.2967065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestColumnStack.test_non_iterable' 2025-03-04T19:47:31.2967728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestComposabilityCPU.test_autograd_function_no_setup_context_transform_hessian_cpu' 2025-03-04T19:47:31.2968402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestComposabilityCPU.test_autograd_function_no_setup_context_transform_jacfwd_cpu' 2025-03-04T19:47:31.2969042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestComposabilityCPU.test_deprecation_transforms_transform_functionalize_cpu' 2025-03-04T19:47:31.2969632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestComposabilityCPU.test_requires_grad_inside_transform_cpu' 2025-03-04T19:47:31.2970304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestComposabilityCUDA.test_autograd_function_no_setup_context_transform_hessian_cuda' 2025-03-04T19:47:31.2970975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestComposabilityCUDA.test_autograd_function_no_setup_context_transform_jacfwd_cuda' 2025-03-04T19:47:31.2971594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestComposabilityCUDA.test_jvp_supports_saved_tensor_hooks_cuda' 2025-03-04T19:47:31.2972348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestComposabilityCUDA.test_requires_grad_inside_transform_cuda' 2025-03-04T19:47:31.2972805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestConcatenate.test_bad_out_shape' 2025-03-04T19:47:31.2973259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestConcatenate.test_concatenate' 2025-03-04T19:47:31.2973787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestConcatenate.test_exceptions' 2025-03-04T19:47:31.2974306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestConcatenate.test_large_concatenate_axis_None' 2025-03-04T19:47:31.2974792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestCond.test_empty_sq_cases' 2025-03-04T19:47:31.2975232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestCond.test_sq_cases' 2025-03-04T19:47:31.2975735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestContentStoreCPU.test_repeated_hash_cpu' 2025-03-04T19:47:31.2976236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestControlFlow.test_map_autograd_nested_list' 2025-03-04T19:47:31.2976758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestControlFlow.test_map_autograd_no_grad_output' 2025-03-04T19:47:31.2977220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestControlFlow.test_map_dict_in_out' 2025-03-04T19:47:31.2977690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestControlFlow.test_map_list_in_out' 2025-03-04T19:47:31.2978234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestControlFlowTraced.test_map_functionalized' 2025-03-04T19:47:31.2978797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestControlFlowTraced.test_map_functionalized_aot_func' 2025-03-04T19:47:31.2979354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestControlFlowTraced.test_nested_cond_map_cond_symbolic' 2025-03-04T19:47:31.2979871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestControlFlowTraced.test_nested_map_cond_real' 2025-03-04T19:47:31.2980404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestControlFlowTraced.test_nested_map_cond_symbolic' 2025-03-04T19:47:31.2981021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestControlFlowTraced.test_tracing_map_autograd_aot_functionalized' 2025-03-04T19:47:31.2981677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestControlFlowTraced.test_tracing_map_autograd_symbolic_dict' 2025-03-04T19:47:31.2982261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestControlFlowTraced.test_tracing_map_autograd_symbolic_list' 2025-03-04T19:47:31.2982862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestControlFlowTraced.test_tracing_map_autograd_symbolic_simple' 2025-03-04T19:47:31.2983362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestControlFlowTraced.test_tracing_map_real' 2025-03-04T19:47:31.2983912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestControlFlowTraced.test_tracing_map_symbolic_dict' 2025-03-04T19:47:31.2984455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestControlFlowTraced.test_tracing_map_symbolic_list' 2025-03-04T19:47:31.2985050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestControlFlowTraced.test_tracing_map_symbolic_simple' 2025-03-04T19:47:31.2985496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestConversion.test_to_int_scalar' 2025-03-04T19:47:31.2985910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestCov.test_aweights' 2025-03-04T19:47:31.2986307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestCov.test_fweights' 2025-03-04T19:47:31.2986933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestCppExtensionJIT.test_cpp_frontend_module_has_up_to_date_attribute' 2025-03-04T19:47:31.2987571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestCppExtensionJIT.test_cpp_frontend_module_has_up_to_date_attributes' 2025-03-04T19:47:31.2988209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestCppExtensionOpenRgistration.test_open_device_registration' 2025-03-04T19:47:31.2988653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestCross.test_broadcasting_shapes' 2025-03-04T19:47:31.2989151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestCustomBackendAPI.test_aot_autograd_api' 2025-03-04T19:47:31.2989632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestCustomBackendAPI.test_lookup_backend' 2025-03-04T19:47:31.2990144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestCustomBackendAPI.test_register_backend_api' 2025-03-04T19:47:31.2990604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestCustomOp.test_impl_device_cpu' 2025-03-04T19:47:31.2991065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestCustomOp.test_legacy_define' 2025-03-04T19:47:31.2991515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_dlpack_device' 2025-03-04T19:47:31.2991988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype0' 2025-03-04T19:47:31.2992480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype1' 2025-03-04T19:47:31.2992952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype2' 2025-03-04T19:47:31.2993440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype3' 2025-03-04T19:47:31.2993915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype4' 2025-03-04T19:47:31.2994404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype5' 2025-03-04T19:47:31.2994874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype6' 2025-03-04T19:47:31.2995360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype7' 2025-03-04T19:47:31.2995835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype8' 2025-03-04T19:47:31.2996308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype9' 2025-03-04T19:47:31.2996791Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_dunder_dlpack_refcount' 2025-03-04T19:47:31.2997275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_from_dlpack_refcount' 2025-03-04T19:47:31.2997709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_from_torch' 2025-03-04T19:47:31.2998152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_0' 2025-03-04T19:47:31.2998611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_1' 2025-03-04T19:47:31.2999060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_10' 2025-03-04T19:47:31.2999559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_11' 2025-03-04T19:47:31.3000009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_12' 2025-03-04T19:47:31.3000492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_13' 2025-03-04T19:47:31.3000943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_14' 2025-03-04T19:47:31.3001386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_15' 2025-03-04T19:47:31.3001851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_16' 2025-03-04T19:47:31.3002298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_17' 2025-03-04T19:47:31.3002759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_18' 2025-03-04T19:47:31.3003230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_19' 2025-03-04T19:47:31.3003688Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_2' 2025-03-04T19:47:31.3004138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_20' 2025-03-04T19:47:31.3004596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_21' 2025-03-04T19:47:31.3005047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_22' 2025-03-04T19:47:31.3005504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_23' 2025-03-04T19:47:31.3005959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_24' 2025-03-04T19:47:31.3006413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_25' 2025-03-04T19:47:31.3006862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_26' 2025-03-04T19:47:31.3007309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_27' 2025-03-04T19:47:31.3007766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_28' 2025-03-04T19:47:31.3008216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_29' 2025-03-04T19:47:31.3008671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_3' 2025-03-04T19:47:31.3009155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_30' 2025-03-04T19:47:31.3009612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_31' 2025-03-04T19:47:31.3010059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_32' 2025-03-04T19:47:31.3010509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_4' 2025-03-04T19:47:31.3010954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_5' 2025-03-04T19:47:31.3011406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_6' 2025-03-04T19:47:31.3011874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_7' 2025-03-04T19:47:31.3012343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_8' 2025-03-04T19:47:31.3012801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_9' 2025-03-04T19:47:31.3013203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDLPack.test_ndim0' 2025-03-04T19:47:31.3013614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDelete.test_slices' 2025-03-04T19:47:31.3014088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDeserialize.test_tensor_tensor_list' 2025-03-04T19:47:31.3014495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDiag.test_failure' 2025-03-04T19:47:31.3014914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDiff.test_append' 2025-03-04T19:47:31.3015306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDiff.test_axis' 2025-03-04T19:47:31.3015680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDiff.test_n' 2025-03-04T19:47:31.3016089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDiff.test_prepend' 2025-03-04T19:47:31.3016548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDropoutNN.test_invalid_dropout_p' 2025-03-04T19:47:31.3016955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDsplit.test_0D_array' 2025-03-04T19:47:31.3017375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDsplit.test_1D_array' 2025-03-04T19:47:31.3017784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDsplit.test_2D_array' 2025-03-04T19:47:31.3018216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDsplit.test_non_iterable' 2025-03-04T19:47:31.3018642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDstack.test_non_iterable' 2025-03-04T19:47:31.3019116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDynamicQuantizedOps.test_qlinear' 2025-03-04T19:47:31.3019668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestDynamismExpression.test_export_inline_constraints' 2025-03-04T19:47:31.3020073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestEigh.test_invalid' 2025-03-04T19:47:31.3020486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestEigvalsh.test_invalid' 2025-03-04T19:47:31.3020979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandDims.test_axis_out_of_range' 2025-03-04T19:47:31.3021427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandDims.test_repeated_axis' 2025-03-04T19:47:31.3022284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64' 2025-03-04T19:47:31.3023058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64' 2025-03-04T19:47:31.3023878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_conv3d_cpu_float64' 2025-03-04T19:47:31.3024672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64' 2025-03-04T19:47:31.3025502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64' 2025-03-04T19:47:31.3026296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64' 2025-03-04T19:47:31.3027062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64' 2025-03-04T19:47:31.3027865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64' 2025-03-04T19:47:31.3028631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_conv3d_cpu_float64' 2025-03-04T19:47:31.3029424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64' 2025-03-04T19:47:31.3030216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64' 2025-03-04T19:47:31.3031004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64' 2025-03-04T19:47:31.3031818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64' 2025-03-04T19:47:31.3032636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64' 2025-03-04T19:47:31.3033448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv3d_cpu_float64' 2025-03-04T19:47:31.3034285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64' 2025-03-04T19:47:31.3035148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64' 2025-03-04T19:47:31.3035986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64' 2025-03-04T19:47:31.3036485Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExperiment.test_with_buffer_as_submodule' 2025-03-04T19:47:31.3037110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExperimentalUtils.test_profiler_optimizer_single_tensor_pattern' 2025-03-04T19:47:31.3037718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExperimentalUtils.test_profiler_synchronized_dataloader_pattern' 2025-03-04T19:47:31.3038249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExport.test_basic_non_strict_fake_tensor' 2025-03-04T19:47:31.3038769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExport.test_basic_non_strict_real_tensor' 2025-03-04T19:47:31.3039302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExport.test_cond_with_module_stack_export_with' 2025-03-04T19:47:31.3039777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExport.test_constrain_size_in_eager' 2025-03-04T19:47:31.3040315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExport.test_constrain_size_with_constrain_value' 2025-03-04T19:47:31.3040835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExport.test_constrain_size_with_various_cases' 2025-03-04T19:47:31.3041398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExport.test_external_call_non_strict_real_tensor' 2025-03-04T19:47:31.3041840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExport.test_nn_module_stack' 2025-03-04T19:47:31.3042362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExport.test_nn_module_stack_shared_submodule' 2025-03-04T19:47:31.3042839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExport.test_non_strict_dynamic_shapes' 2025-03-04T19:47:31.3043391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestExport.test_non_strict_dynamic_shapes_suggested_fixes' 2025-03-04T19:47:31.3043905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestFakeQuantizeOps.test_backward_per_channel' 2025-03-04T19:47:31.3044408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestFakeQuantizeOps.test_backward_per_tensor' 2025-03-04T19:47:31.3044995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestFakeQuantizeOps.test_learnable_backward_per_channel_cpu' 2025-03-04T19:47:31.3045570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestFakeQuantizeOps.test_learnable_backward_per_channel_cuda' 2025-03-04T19:47:31.3046150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestFakeQuantizeOps.test_learnable_backward_per_tensor_cuda' 2025-03-04T19:47:31.3046719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestFakeQuantizeOps.test_learnable_forward_per_channel_cuda' 2025-03-04T19:47:31.3047287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestFakeQuantizeOps.test_learnable_forward_per_tensor_cpu' 2025-03-04T19:47:31.3047888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestFakeQuantizeOps.test_learnable_forward_per_tensor_cuda' 2025-03-04T19:47:31.3048358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestFlag.test_writeable_from_readonly' 2025-03-04T19:47:31.3048746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestFlip.test_axes' 2025-03-04T19:47:31.3049153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestFliplr.test_basic' 2025-03-04T19:47:31.3049734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestFloatNonIntegerArgument.test_non_integer_argument_errors' 2025-03-04T19:47:31.3050305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestFloatNonIntegerArgument.test_reduce_axis_float_index' 2025-03-04T19:47:31.3050747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestFromBuffer.test_empty' 2025-03-04T19:47:31.3051281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestFunctionalizeCPU.test_multioutput_view_cpu' 2025-03-04T19:47:31.3051774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestFunctionalizeCPU.test_simple_view_cpu' 2025-03-04T19:47:31.3052315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestFunctionalizeCPU.test_vmap_functionalize_jvp_cpu' 2025-03-04T19:47:31.3052808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGenericCumSumProd.test_bad_axis_func0' 2025-03-04T19:47:31.3053292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGenericCumSumProd.test_bad_axis_func1' 2025-03-04T19:47:31.3053827Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGenericPytree.test_flatten_unflatten_deque_cxx' 2025-03-04T19:47:31.3054376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGenericPytree.test_flatten_unflatten_deque_py' 2025-03-04T19:47:31.3054873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func0' 2025-03-04T19:47:31.3055353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func1' 2025-03-04T19:47:31.3055849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func10' 2025-03-04T19:47:31.3056333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func11' 2025-03-04T19:47:31.3056824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func2' 2025-03-04T19:47:31.3057313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func3' 2025-03-04T19:47:31.3057798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func4' 2025-03-04T19:47:31.3058283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func5' 2025-03-04T19:47:31.3058765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func6' 2025-03-04T19:47:31.3059254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func7' 2025-03-04T19:47:31.3059738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func8' 2025-03-04T19:47:31.3060255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func9' 2025-03-04T19:47:31.3060725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGradNewOnesOverride.test_newones' 2025-03-04T19:47:31.3061230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGradient.test_badargs' 2025-03-04T19:47:31.3061744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGradient.test_specific_axes' 2025-03-04T19:47:31.3062161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestGradient.test_values' 2025-03-04T19:47:31.3062667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestHessianCPU.test_jacfwd_different_levels_cpu' 2025-03-04T19:47:31.3063234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestHessianCUDA.test_jacfwd_different_levels_cuda' 2025-03-04T19:47:31.3063911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestHigherOrderOperatorInteractionCPU.test_grad_name_wrapping_cpu' 2025-03-04T19:47:31.3064378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestHistogram.test_error_binnum_type' 2025-03-04T19:47:31.3064834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestHistogram.test_finite_range' 2025-03-04T19:47:31.3065254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestHistogram.test_one_bin' 2025-03-04T19:47:31.3065770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestHistogram2d.test_binparameter_combination' 2025-03-04T19:47:31.3066221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestHistogramdd.test_bins_error_2' 2025-03-04T19:47:31.3066706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestHistogramdd.test_bins_errors' 2025-03-04T19:47:31.3067152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestHistogramdd.test_equal_edges' 2025-03-04T19:47:31.3067606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestHistogramdd.test_inf_edges' 2025-03-04T19:47:31.3068038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestHistogramdd.test_weights' 2025-03-04T19:47:31.3068457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestHsplit.test_0D_array' 2025-03-04T19:47:31.3068883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestHsplit.test_non_iterable' 2025-03-04T19:47:31.3069320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestHstack.test_empty_input' 2025-03-04T19:47:31.3069748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestHstack.test_non_iterable' 2025-03-04T19:47:31.3070195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestIndexing.test_index_no_floats' 2025-03-04T19:47:31.3070659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestIndexing.test_slicing_no_floats' 2025-03-04T19:47:31.3071111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestIndexingCPU.test_byte_mask_cpu' 2025-03-04T19:47:31.3071628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestIndexingCPU.test_empty_ndim_index_bool_cpu' 2025-03-04T19:47:31.3072238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestIndexingCPU.test_index_cpu' 2025-03-04T19:47:31.3072775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestIndexingCPU.test_index_limits_cpu' 2025-03-04T19:47:31.3073273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestIndexingCPU.test_out_of_bound_index_cpu' 2025-03-04T19:47:31.3073758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestIndexingCPU.test_zero_dim_index_cpu' 2025-03-04T19:47:31.3074368Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestInputAttrTracking.test_complex_attr_access_without_graph_breaks' 2025-03-04T19:47:31.3074915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestInputAttrTracking.test_const_property_on_tensor' 2025-03-04T19:47:31.3075451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestInputAttrTracking.test_set_data_on_input_tensor' 2025-03-04T19:47:31.3076092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestInputAttrTracking.test_tensor_property_assigned_on_tensor' 2025-03-04T19:47:31.3076664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestInputAttrTracking.test_tensor_property_on_tensor' 2025-03-04T19:47:31.3077130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestIsScalar.test_is_not_scalar_value6' 2025-03-04T19:47:31.3077562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestIterator.test_iterator' 2025-03-04T19:47:31.3078163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_against_reference_correctness_different_devices_cpu' 2025-03-04T19:47:31.3078693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_against_reference_default_arg_cpu' 2025-03-04T19:47:31.3079249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_against_reference_multi_input_cpu' 2025-03-04T19:47:31.3079841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_against_reference_multi_input_multi_output_cpu' 2025-03-04T19:47:31.3080340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_against_reference_simple_cpu' 2025-03-04T19:47:31.3080901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_against_reference_unrelated_outputs_cpu' 2025-03-04T19:47:31.3081405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_against_reference_zero_dim_cpu' 2025-03-04T19:47:31.3081906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_argnums_defaults_to_zero_cpu' 2025-03-04T19:47:31.3082345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_aux_pytree_cpu' 2025-03-04T19:47:31.3082811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_dimensionality_cpu' 2025-03-04T19:47:31.3083251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_empty_output_cpu' 2025-03-04T19:47:31.3083673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_inplace_cpu' 2025-03-04T19:47:31.3084176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_jac_with_non_tensor_args_cpu' 2025-03-04T19:47:31.3084703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_multiple_inputs_outputs_pytree_cpu' 2025-03-04T19:47:31.3085200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_multiple_inputs_pytree_cpu' 2025-03-04T19:47:31.3085764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_multiple_outputs_multiple_argnums_cpu' 2025-03-04T19:47:31.3086305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_multiple_outputs_single_argnums_cpu' 2025-03-04T19:47:31.3086790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_outputs_can_any_pytree_cpu' 2025-03-04T19:47:31.3087257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_unrelated_input_cpu' 2025-03-04T19:47:31.3087713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJacCPU.test_unrelated_output_cpu' 2025-03-04T19:47:31.3088151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestJit.test_batchnorm' 2025-03-04T19:47:31.3088685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLazyModules.test_lazy_batchnorm_with_dict_input' 2025-03-04T19:47:31.3089134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLexsort.test_datetime' 2025-03-04T19:47:31.3089538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLexsort.test_mixed' 2025-03-04T19:47:31.3090020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_addmm_sizes_cpu_float32' 2025-03-04T19:47:31.3090515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_addmm_sizes_cpu_float64' 2025-03-04T19:47:31.3091001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_addr_integral_cpu_int16' 2025-03-04T19:47:31.3091503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_addr_integral_cpu_int32' 2025-03-04T19:47:31.3092668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_addr_integral_cpu_int64' 2025-03-04T19:47:31.3093757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_addr_integral_cpu_int8' 2025-03-04T19:47:31.3094822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_addr_integral_cpu_uint8' 2025-03-04T19:47:31.3095897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_geqrf_cpu_complex128' 2025-03-04T19:47:31.3096964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_geqrf_cpu_complex64' 2025-03-04T19:47:31.3098066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_geqrf_cpu_float32' 2025-03-04T19:47:31.3099099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_geqrf_cpu_float64' 2025-03-04T19:47:31.3100225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_householder_product_cpu_complex128' 2025-03-04T19:47:31.3101534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_householder_product_cpu_complex64' 2025-03-04T19:47:31.3102716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_householder_product_cpu_float32' 2025-03-04T19:47:31.3103872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_householder_product_cpu_float64' 2025-03-04T19:47:31.3104980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_pinv_cpu_complex128' 2025-03-04T19:47:31.3106058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_pinv_cpu_complex64' 2025-03-04T19:47:31.3107478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_pinv_cpu_float32' 2025-03-04T19:47:31.3108735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_pinv_cpu_float64' 2025-03-04T19:47:31.3109883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_slogdet_errors_and_warnings_cpu_complex128' 2025-03-04T19:47:31.3111139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_slogdet_errors_and_warnings_cpu_complex64' 2025-03-04T19:47:31.3112418Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_slogdet_errors_and_warnings_cpu_float32' 2025-03-04T19:47:31.3113642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_slogdet_errors_and_warnings_cpu_float64' 2025-03-04T19:47:31.3114813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_solve_cpu_complex128' 2025-03-04T19:47:31.3115861Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_solve_cpu_complex64' 2025-03-04T19:47:31.3116893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_solve_cpu_float32' 2025-03-04T19:47:31.3117913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_solve_cpu_float64' 2025-03-04T19:47:31.3119065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_complex128' 2025-03-04T19:47:31.3120541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_complex64' 2025-03-04T19:47:31.3122094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_float32' 2025-03-04T19:47:31.3123331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_float64' 2025-03-04T19:47:31.3124438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMatmul.test_exceptions' 2025-03-04T19:47:31.3125444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMedian.test_extended_axis_invalid' 2025-03-04T19:47:31.3126445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMeshgrid.test_indexing' 2025-03-04T19:47:31.3127453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMetaKernel.test_addmm_invalid_dtype' 2025-03-04T19:47:31.3128428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_adapt' 2025-03-04T19:47:31.3129303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_attn' 2025-03-04T19:47:31.3130204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_big_split' 2025-03-04T19:47:31.3131081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_c' 2025-03-04T19:47:31.3132028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_compare_dims' 2025-03-04T19:47:31.3132994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_diag' 2025-03-04T19:47:31.3133989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_dim_args' 2025-03-04T19:47:31.3135049Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_dims_with_size' 2025-03-04T19:47:31.3135956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_dir' 2025-03-04T19:47:31.3136808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_doc' 2025-03-04T19:47:31.3137679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_embed' 2025-03-04T19:47:31.3138559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_eq' 2025-03-04T19:47:31.3139431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_expand' 2025-03-04T19:47:31.3140371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_functorch' 2025-03-04T19:47:31.3141311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_hello' 2025-03-04T19:47:31.3142260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_index' 2025-03-04T19:47:31.3143170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_index_placement' 2025-03-04T19:47:31.3144109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_inplace' 2025-03-04T19:47:31.3145031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_manual_stuff' 2025-03-04T19:47:31.3145945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_mask' 2025-03-04T19:47:31.3146820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_max' 2025-03-04T19:47:31.3147712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_mm' 2025-03-04T19:47:31.3148593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_mm_fuse' 2025-03-04T19:47:31.3149493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_monkey' 2025-03-04T19:47:31.3150379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_network' 2025-03-04T19:47:31.3151268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_order' 2025-03-04T19:47:31.3152180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_order_keyword' 2025-03-04T19:47:31.3153096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_parse' 2025-03-04T19:47:31.3154008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_permute_orig' 2025-03-04T19:47:31.3154904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_seg' 2025-03-04T19:47:31.3155768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_simple' 2025-03-04T19:47:31.3156685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_softmax_split' 2025-03-04T19:47:31.3157598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_stack' 2025-03-04T19:47:31.3158508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_time_mm_fuse' 2025-03-04T19:47:31.3159459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMin.test_with_dims_split' 2025-03-04T19:47:31.3160487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_adapt' 2025-03-04T19:47:31.3161496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_attn' 2025-03-04T19:47:31.3162522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_big_split' 2025-03-04T19:47:31.3163528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_c' 2025-03-04T19:47:31.3164546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_compare_dims' 2025-03-04T19:47:31.3165571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_diag' 2025-03-04T19:47:31.3166618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_dim_args' 2025-03-04T19:47:31.3167681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_dims_with_size' 2025-03-04T19:47:31.3168745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_dir' 2025-03-04T19:47:31.3169718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_doc' 2025-03-04T19:47:31.3170719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_embed' 2025-03-04T19:47:31.3171737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_eq' 2025-03-04T19:47:31.3172912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_expand' 2025-03-04T19:47:31.3173944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_functorch' 2025-03-04T19:47:31.3175100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_hello' 2025-03-04T19:47:31.3176106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_index' 2025-03-04T19:47:31.3177153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_index_placement' 2025-03-04T19:47:31.3178195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_inplace' 2025-03-04T19:47:31.3179239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_manual_stuff' 2025-03-04T19:47:31.3180274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_mask' 2025-03-04T19:47:31.3181276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_max' 2025-03-04T19:47:31.3182339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_mm' 2025-03-04T19:47:31.3183345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_mm_fuse' 2025-03-04T19:47:31.3184368Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_monkey' 2025-03-04T19:47:31.3185375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_network' 2025-03-04T19:47:31.3186392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_order' 2025-03-04T19:47:31.3187438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_order_keyword' 2025-03-04T19:47:31.3188533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_parse' 2025-03-04T19:47:31.3189585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_permute_orig' 2025-03-04T19:47:31.3190619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_seg' 2025-03-04T19:47:31.3191623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_simple' 2025-03-04T19:47:31.3192646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_softmax_split' 2025-03-04T19:47:31.3193725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_stack' 2025-03-04T19:47:31.3194772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinFunctorchOnly.test_with_dims_split' 2025-03-04T19:47:31.3195814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinMax.test_axis' 2025-03-04T19:47:31.3196726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMinMax.test_scalar' 2025-03-04T19:47:31.3197672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMisc.test_byteorder_check' 2025-03-04T19:47:31.3198697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMisc.test_generalized_raise_multiloop' 2025-03-04T19:47:31.3199712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMkldnnCPU.test_add_cpu' 2025-03-04T19:47:31.3200662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMkldnnCPU.test_copy_cpu' 2025-03-04T19:47:31.3201644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMkldnnCPU.test_mul_cpu' 2025-03-04T19:47:31.3202617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMkldnnCPU.test_sigmoid_cpu' 2025-03-04T19:47:31.3203584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMkldnnCPU.test_tanh_cpu' 2025-03-04T19:47:31.3204573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestModuleHookNN.test_hook_inplace' 2025-03-04T19:47:31.3205562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMoveaxis.test_errors' 2025-03-04T19:47:31.3206646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMultiDot.test_dynamic_programming_optimization_and_out' 2025-03-04T19:47:31.3207790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMultiDot.test_three_arguments_and_out' 2025-03-04T19:47:31.3208868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMultiDot.test_too_few_input_arrays' 2025-03-04T19:47:31.3209917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMultiDot.test_two_arguments_and_out' 2025-03-04T19:47:31.3210971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMultiprocessing.test_empty_shared' 2025-03-04T19:47:31.3212017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMultiprocessing.test_fs_is_shared' 2025-03-04T19:47:31.3213073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMultiprocessing.test_inherit_tensor' 2025-03-04T19:47:31.3214119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestMultiprocessing.test_is_shared' 2025-03-04T19:47:31.3215124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNN.test_fb_fc_packed' 2025-03-04T19:47:31.3216167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNN.test_linear_autograd_device_cuda_bias_weightCOO' 2025-03-04T19:47:31.3217346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNN.test_linear_autograd_device_cuda_bias_weightCSC' 2025-03-04T19:47:31.3218521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNN.test_linear_autograd_device_cuda_bias_weightCSR' 2025-03-04T19:47:31.3219709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNN.test_linear_autograd_device_cuda_nobias_weightCOO' 2025-03-04T19:47:31.3220936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNDeviceTypeCPU.test_invalid_reduction_strings_cpu' 2025-03-04T19:47:31.3222225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNDeviceTypeCPU.test_module_to_empty_cpu_float32' 2025-03-04T19:47:31.3223445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNDeviceTypeCPU.test_module_to_empty_cpu_float64' 2025-03-04T19:47:31.3224679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNDeviceTypeCPU.test_nll_loss_byte_target_matches_long_cpu' 2025-03-04T19:47:31.3225910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNDeviceTypeCPU.test_threshold_inplace_overlap_cpu' 2025-03-04T19:47:31.3227177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNDeviceTypeCUDA.test_nll_loss_byte_target_matches_long_cuda' 2025-03-04T19:47:31.3228496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNParametrization.test_deepcopy_after_parametrization_swap_True' 2025-03-04T19:47:31.3229918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNParametrization.test_errors_unparametrized_tensor_parametrization_swap_True' 2025-03-04T19:47:31.3231315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNParametrization.test_initialization_parametrization_swap_True' 2025-03-04T19:47:31.3232634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNParametrization.test_new_spectral_norm_forward_swap_True' 2025-03-04T19:47:31.3233885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNParametrization.test_new_spectral_norm_swap_True' 2025-03-04T19:47:31.3235212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNParametrization.test_register_and_remove_buffer_parametrization_swap_True' 2025-03-04T19:47:31.3236644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNParametrization.test_register_and_remove_nested_parametrization_swap_True' 2025-03-04T19:47:31.3238033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNParametrization.test_register_and_remove_parametrization_swap_True' 2025-03-04T19:47:31.3239380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNParametrization.test_serialization_parametrization_swap_True' 2025-03-04T19:47:31.3240796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNParametrization.test_transfer_parametrizations_and_params_right_inverse_swap_True' 2025-03-04T19:47:31.3242235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNParametrization.test_transfer_parametrizations_and_params_swap_True' 2025-03-04T19:47:31.3243635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNParametrization.test_wrapper_subclass_parametrization_swap_True' 2025-03-04T19:47:31.3245043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNParametrizationDeviceCUDA.test_weight_norm_parametrization_swap_False_cuda' 2025-03-04T19:47:31.3246507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNNParametrizationDeviceCUDA.test_weight_norm_parametrization_swap_True_cuda' 2025-03-04T19:47:31.3247721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNamedTensor.test_flatten' 2025-03-04T19:47:31.3248728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNamedTensor.test_reduction_fns' 2025-03-04T19:47:31.3249782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNamedTensor.test_set_names_property' 2025-03-04T19:47:31.3250845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNamedTensor.test_transpose_variants' 2025-03-04T19:47:31.3251965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNamedTensor.test_unary_propagate_names_fns' 2025-03-04T19:47:31.3253022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNamedTensor.test_unflatten' 2025-03-04T19:47:31.3254202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNamedTensor.test_using_unseen_interned_string_bumps_refcount_permanently' 2025-03-04T19:47:31.3255527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNamedTensor.test_using_unseen_uninterned_string_refcounts' 2025-03-04T19:47:31.3256636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNamedTuple.test_max' 2025-03-04T19:47:31.3257607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNegative.test_exceptions' 2025-03-04T19:47:31.3258740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNestedCheckpoint.test_nested_checkpoint_early_stop_False' 2025-03-04T19:47:31.3259999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNestedCheckpoint.test_nested_checkpoint_early_stop_True' 2025-03-04T19:47:31.3261289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNestedCheckpoint.test_nested_checkpoint_kwargs_early_stop_True' 2025-03-04T19:47:31.3262747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNestedCheckpoint.test_nested_checkpoint_non_tensor_inputs_and_outputs_early_stop_True' 2025-03-04T19:47:31.3264203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNestedCheckpoint.test_nested_checkpoint_reentrant_backwards_early_stop_True' 2025-03-04T19:47:31.3265592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNestedCheckpoint.test_nested_checkpoint_same_graph_early_stop_True' 2025-03-04T19:47:31.3266890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNestedCheckpoint.test_nested_checkpoint_set_early_stop' 2025-03-04T19:47:31.3268202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNestedCheckpoint.test_nested_checkpoint_two_children_early_stop_False' 2025-03-04T19:47:31.3269555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNestedCheckpoint.test_nested_checkpoint_two_children_early_stop_True' 2025-03-04T19:47:31.3270773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNestedTensor.test_binary_recompiles' 2025-03-04T19:47:31.3272024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNestedTensor.test_unbind' 2025-03-04T19:47:31.3273186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNonarrayArgs.test_dunder_round_edgecases_val_2147483647_ndigits_-1' 2025-03-04T19:47:31.3274505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNonarrayArgs.test_dunder_round_edgecases_val_2147483647_ndigits_-10' 2025-03-04T19:47:31.3275902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNonarrayArgs.test_dunder_round_edgecases_val_2147483647_ndigits_-9' 2025-03-04T19:47:31.3277152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNonzeroAndCountNonzero.test_count_nonzero_axis' 2025-03-04T19:47:31.3278280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNormDouble.test_axis' 2025-03-04T19:47:31.3279241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNormDouble.test_bad_args' 2025-03-04T19:47:31.3280243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNormDouble.test_matrix_2x2' 2025-03-04T19:47:31.3281202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNormInt64.test_axis' 2025-03-04T19:47:31.3282149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNormInt64.test_bad_args' 2025-03-04T19:47:31.3283109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNormInt64.test_matrix_2x2' 2025-03-04T19:47:31.3284064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNormSingle.test_axis' 2025-03-04T19:47:31.3285022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNormSingle.test_bad_args' 2025-03-04T19:47:31.3286035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNormSingle.test_matrix_2x2' 2025-03-04T19:47:31.3287105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestNumPyInteropCPU.test_numpy_non_writeable_cpu' 2025-03-04T19:47:31.3288208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestObserver.test_per_channel_observers' 2025-03-04T19:47:31.3289266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestObserver.test_per_tensor_observers' 2025-03-04T19:47:31.3290310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestOptimizations.test_example_inputs' 2025-03-04T19:47:31.3291419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestOptimizations.test_example_inputs_runtime_use' 2025-03-04T19:47:31.3292561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestOutDtypeOp.test_out_dtype_non_op_overload' 2025-03-04T19:47:31.3293657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestOutDtypeOp.test_out_dtype_wrong_output' 2025-03-04T19:47:31.3294689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestPadding.test_constant_padNd' 2025-03-04T19:47:31.3295755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestPasses.test_functionalize_inline_contraints' 2025-03-04T19:47:31.3296859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestPasses.test_views_op_having_view_copy' 2025-03-04T19:47:31.3297929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestPercentile.test_extended_axis_invalid' 2025-03-04T19:47:31.3298949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestPercentile.test_scalar_q' 2025-03-04T19:47:31.3299934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestPickle.test_pickle' 2025-03-04T19:47:31.3300944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestPoolingNN.test_MaxUnpool2d_output_size' 2025-03-04T19:47:31.3302027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestProfiler.test_flops' 2025-03-04T19:47:31.3302994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestProfiler.test_high_level_trace' 2025-03-04T19:47:31.3304024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestProfiler.test_is_profiler_enabled' 2025-03-04T19:47:31.3305014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestProfiler.test_source' 2025-03-04T19:47:31.3306197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestProfiler.test_source_multithreaded_basic_work_in_main_thread_True' 2025-03-04T19:47:31.3307577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestProfiler.test_source_multithreaded_close_in_scope_work_in_main_thread_True' 2025-03-04T19:47:31.3308933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestProfiler.test_source_multithreaded_complex_work_in_main_thread_True' 2025-03-04T19:47:31.3310312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestProfiler.test_source_multithreaded_multiple_preexisting_work_in_main_thread_True' 2025-03-04T19:47:31.3311720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestProfiler.test_source_multithreaded_open_in_scope_work_in_main_thread_True' 2025-03-04T19:47:31.3313033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestProfilerTree.test_profiler_experimental_tree_with_memory' 2025-03-04T19:47:31.3314365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestProfilerTree.test_profiler_experimental_tree_with_memory_and_stack' 2025-03-04T19:47:31.3315696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestProfilerTree.test_profiler_experimental_tree_with_record_function' 2025-03-04T19:47:31.3317060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestProfilerTree.test_profiler_experimental_tree_with_stack_and_torch_dispatch' 2025-03-04T19:47:31.3318456Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestProfilerTree.test_profiler_experimental_tree_with_stack_and_torch_function' 2025-03-04T19:47:31.3319659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestPutAlongAxis.test_broadcast' 2025-03-04T19:47:31.3320700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestPutmask.test_byteorder_greater_False' 2025-03-04T19:47:31.3321775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestPutmask.test_byteorder_greater_True' 2025-03-04T19:47:31.3322793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestPutmask.test_record_array' 2025-03-04T19:47:31.3323784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestPythonAutograd.test_backwards2' 2025-03-04T19:47:31.3324803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestPythonAutograd.test_forwards1' 2025-03-04T19:47:31.3325817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestPythonAutograd.test_forwards2' 2025-03-04T19:47:31.3326849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestPythonAutograd.test_split' 2025-03-04T19:47:31.3327873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestPythonRegistration.test_finalizer' 2025-03-04T19:47:31.3328846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQR.test_mode_raw' 2025-03-04T19:47:31.3329779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQR.test_qr_empty_m_0_n_0' 2025-03-04T19:47:31.3330727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQR.test_qr_empty_m_0_n_3' 2025-03-04T19:47:31.3331685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQR.test_qr_empty_m_3_n_0' 2025-03-04T19:47:31.3332834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_averaged_inverted_cdf' 2025-03-04T19:47:31.3334121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_closest_observation' 2025-03-04T19:47:31.3335366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_hazen' 2025-03-04T19:47:31.3336603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_interpolated_inverted_cdf' 2025-03-04T19:47:31.3337872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_inverted_cdf' 2025-03-04T19:47:31.3339096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_median_unbiased' 2025-03-04T19:47:31.3340322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_normal_unbiased' 2025-03-04T19:47:31.3341619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_weibull' 2025-03-04T19:47:31.3342827Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantizedEmbeddingOps.test_embedding_bag_2d_indices' 2025-03-04T19:47:31.3343979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantizedOps.test_custom_module_lstm' 2025-03-04T19:47:31.3345049Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantizedOps.test_max_pool2d_cudnn' 2025-03-04T19:47:31.3346067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantizedOps.test_qtanh' 2025-03-04T19:47:31.3347093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantizedTensor.test_choose_qparams' 2025-03-04T19:47:31.3348210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantizedTensor.test_choose_qparams_optimized' 2025-03-04T19:47:31.3349410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantizedTensor.test_decomposed_dequantize_per_tensor' 2025-03-04T19:47:31.3350636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantizedTensor.test_decomposed_quantize_per_tensor' 2025-03-04T19:47:31.3351916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantizedTensor.test_decomposed_quantize_per_tensor_bfloat16_input' 2025-03-04T19:47:31.3353131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantizedTensor.test_fp16_saturate_op' 2025-03-04T19:47:31.3354196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantizedTensor.test_qtensor_cpu' 2025-03-04T19:47:31.3355348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestQuantizedTensor.test_quantize_per_channel_sub_byte' 2025-03-04T19:47:31.3356536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestReductionsCPU.test_std_vs_numpy_cpu_complex128' 2025-03-04T19:47:31.3357696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestReductionsCPU.test_std_vs_numpy_cpu_complex64' 2025-03-04T19:47:31.3358823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestReductionsCPU.test_std_vs_numpy_cpu_float32' 2025-03-04T19:47:31.3359959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestReductionsCPU.test_std_vs_numpy_cpu_float64' 2025-03-04T19:47:31.3361146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestReductionsCPU.test_var_vs_numpy_cpu_complex128' 2025-03-04T19:47:31.3362326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestReductionsCPU.test_var_vs_numpy_cpu_complex64' 2025-03-04T19:47:31.3363501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestReductionsCPU.test_var_vs_numpy_cpu_float32' 2025-03-04T19:47:31.3364636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestReductionsCPU.test_var_vs_numpy_cpu_float64' 2025-03-04T19:47:31.3365876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestReductionsCPU.test_warn_invalid_degrees_of_freedom_cpu_complex128' 2025-03-04T19:47:31.3367201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestReductionsCPU.test_warn_invalid_degrees_of_freedom_cpu_complex64' 2025-03-04T19:47:31.3368513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestReductionsCPU.test_warn_invalid_degrees_of_freedom_cpu_float32' 2025-03-04T19:47:31.3369857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestReductionsCPU.test_warn_invalid_degrees_of_freedom_cpu_float64' 2025-03-04T19:47:31.3371006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestRequire.test_C_and_F_simul' 2025-03-04T19:47:31.3372160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestRequire.test_require_each' 2025-03-04T19:47:31.3373248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestRequire.test_unknown_requirement' 2025-03-04T19:47:31.3374264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestRollaxis.test_exceptions' 2025-03-04T19:47:31.3375207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestRot90.test_basic' 2025-03-04T19:47:31.3376367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_bfloat16_cpu_bfloat16' 2025-03-04T19:47:31.3377752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_float16_cpu_float16' 2025-03-04T19:47:31.3379127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_float32_cpu_float32' 2025-03-04T19:47:31.3380501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_float64_cpu_float64' 2025-03-04T19:47:31.3381957Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_bfloat16_cpu_bfloat16' 2025-03-04T19:47:31.3383423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_float16_cpu_float16' 2025-03-04T19:47:31.3384804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_float32_cpu_float32' 2025-03-04T19:47:31.3386180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_float64_cpu_float64' 2025-03-04T19:47:31.3387402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestScalarIndexing.test_invalid_newaxis' 2025-03-04T19:47:31.3388484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestScalarIndexing.test_invalid_subscript' 2025-03-04T19:47:31.3389648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestScalarIndexing.test_invalid_subscript_assignment' 2025-03-04T19:47:31.3390757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestScript.test_conv_error' 2025-03-04T19:47:31.3391778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestScript.test_error_stacktrace_interface' 2025-03-04T19:47:31.3392798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestScript.test_infer_size' 2025-03-04T19:47:31.3393762Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestScript.test_is_scripting' 2025-03-04T19:47:31.3394753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestScript.test_method_overloading' 2025-03-04T19:47:31.3395914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestScript.test_namedtuple_default_values_using_factory_constructor' 2025-03-04T19:47:31.3397108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestScript.test_parse_nested_names' 2025-03-04T19:47:31.3398133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestScript.test_parse_tensor_constants' 2025-03-04T19:47:31.3399136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestScript.test_python_call' 2025-03-04T19:47:31.3400169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestScript.test_script_pack_padded_sequence' 2025-03-04T19:47:31.3401291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestScript.test_string_device_implicit_conversion' 2025-03-04T19:47:31.3402426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestScript.test_torch_functional_tensordot_int' 2025-03-04T19:47:31.3403520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestShapeOpsCUDA.test_flip_cuda_float32' 2025-03-04T19:47:31.3404642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestSortComplex.test_sort_real_type_in_g_type_out_G' 2025-03-04T19:47:31.3405714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestSplit.test_unequal_split' 2025-03-04T19:47:31.3406656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestStackMisc.test_stack' 2025-03-04T19:47:31.3407625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestStats.test_dtype_from_dtype' 2025-03-04T19:47:31.3408574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestStats.test_out' 2025-03-04T19:47:31.3409647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestSubclassSerialization.test_allowlist_for_weights_only' 2025-03-04T19:47:31.3410927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTEFuserDynamic.test_remove_output_used_only_in_size' 2025-03-04T19:47:31.3412043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTEFuserDynamic.test_to_dtype' 2025-03-04T19:47:31.3413051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTEFuserDynamic.test_torch_to' 2025-03-04T19:47:31.3414109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTEFuserStatic.test_inlined_optimized_graph' 2025-03-04T19:47:31.3415273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTEFuserStatic.test_remove_output_used_only_in_size' 2025-03-04T19:47:31.3416404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTEFuserStatic.test_to_dtype' 2025-03-04T19:47:31.3417416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTEFuserStatic.test_torch_to' 2025-03-04T19:47:31.3418388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTake.test_raise' 2025-03-04T19:47:31.3419331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTakeAlongAxis.test_invalid' 2025-03-04T19:47:31.3420377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTensorBoardUtils.test_numpy_vid_uint8' 2025-03-04T19:47:31.3421550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTensorCreationCPU.test_block_diag_cpu' 2025-03-04T19:47:31.3422674Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTensorCreationCPU.test_constructor_dtypes_cpu' 2025-03-04T19:47:31.3423942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTensorProtoSummary.test_half_tensor_proto_bfloat16_proto_type_14' 2025-03-04T19:47:31.3425311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTensorProtoSummary.test_half_tensor_proto_float16_proto_type_19' 2025-03-04T19:47:31.3426431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorch.test_map' 2025-03-04T19:47:31.3427319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorch.test_new' 2025-03-04T19:47:31.3428248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorch.test_parsing_intlist' 2025-03-04T19:47:31.3429185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorch.test_type' 2025-03-04T19:47:31.3430143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorch.test_upsample_nearest2d_meta' 2025-03-04T19:47:31.3431252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_add_cpu' 2025-03-04T19:47:31.3432438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_addcdiv_cpu' 2025-03-04T19:47:31.3433627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_addcmul_cpu' 2025-03-04T19:47:31.3434810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_atan2_cpu' 2025-03-04T19:47:31.3435978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_div_cpu' 2025-03-04T19:47:31.3437134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_eq_cpu' 2025-03-04T19:47:31.3438322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_fmod_cpu' 2025-03-04T19:47:31.3439473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_ge_cpu' 2025-03-04T19:47:31.3440619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_gt_cpu' 2025-03-04T19:47:31.3441776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_le_cpu' 2025-03-04T19:47:31.3442937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_lerp_cpu' 2025-03-04T19:47:31.3444118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_lt_cpu' 2025-03-04T19:47:31.3445319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_masked_fill_cpu' 2025-03-04T19:47:31.3446596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_masked_scatter_cpu' 2025-03-04T19:47:31.3447804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_mul_cpu' 2025-03-04T19:47:31.3448955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_ne_cpu' 2025-03-04T19:47:31.3450105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_pow_cpu' 2025-03-04T19:47:31.3451294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_remainder_cpu' 2025-03-04T19:47:31.3452516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_sub_cpu' 2025-03-04T19:47:31.3453730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_deterministic_empty_cpu_uint64' 2025-03-04T19:47:31.3455053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool1d_cpu_float32' 2025-03-04T19:47:31.3456444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool1d_cpu_float64' 2025-03-04T19:47:31.3457736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchFunctionMode.test_mode_notimplemented_loop' 2025-03-04T19:47:31.3459025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool2d_cpu_float32' 2025-03-04T19:47:31.3460411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool2d_cpu_float64' 2025-03-04T19:47:31.3461863Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool3d_cpu_float32' 2025-03-04T19:47:31.3463252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool3d_cpu_float64' 2025-03-04T19:47:31.3464562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchFunctionMode.test_modes_return_notimplemented' 2025-03-04T19:47:31.3465850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchFunctionMode.test_nested_modes_with_python_has_torch_function' 2025-03-04T19:47:31.3467240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchFunctionOverride.test_Tensor___cuda_array_interface_____get__' 2025-03-04T19:47:31.3468510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchTidyProfiler.test_module_and_optimizer_ids' 2025-03-04T19:47:31.3469651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchTidyProfiler.test_nnmodule_params' 2025-03-04T19:47:31.3470815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchTidyProfiler.test_tensorimpl_invalidation_full' 2025-03-04T19:47:31.3472226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchTidyProfiler.test_tensorimpl_invalidation_keep_alive' 2025-03-04T19:47:31.3473573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchTidyProfiler.test_tensorimpl_invalidation_scalar_args' 2025-03-04T19:47:31.3474867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchTidyProfiler.test_tensorimpl_invalidation_set' 2025-03-04T19:47:31.3476000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTorchbind.test_torchbind_inductor' 2025-03-04T19:47:31.3477036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTrilIndicesFrom.test_exceptions' 2025-03-04T19:47:31.3478070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTriuIndicesFrom.test_exceptions' 2025-03-04T19:47:31.3479082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTypeHints.test_doc_examples' 2025-03-04T19:47:31.3480146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTypePromotionCPU.test_alpha_mismatch_cpu' 2025-03-04T19:47:31.3481295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestTypePromotionCPU.test_alternate_result_cpu' 2025-03-04T19:47:31.3482415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestUnflatten.test_unflatten_container_type' 2025-03-04T19:47:31.3483441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestUnique.test_unique_axis' 2025-03-04T19:47:31.3484419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestUnique.test_unique_axis_errors' 2025-03-04T19:47:31.3485503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestVerifyCorrectness.test_incorrect_verify_true' 2025-03-04T19:47:31.3486613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestVerifyCorrectness.test_torchscript' 2025-03-04T19:47:31.3487727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestVmapAPI.test_fallback_does_not_warn_by_default' 2025-03-04T19:47:31.3488905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestVmapAPI.test_fallback_warns_when_warnings_are_enabled' 2025-03-04T19:47:31.3490069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestVmapAPI.test_out_dim_out_of_bounds_err_msg' 2025-03-04T19:47:31.3491162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestVmapOperators.test_new_empty_strided' 2025-03-04T19:47:31.3492161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestVsplit.test_0D_array' 2025-03-04T19:47:31.3493096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestVsplit.test_1D_array' 2025-03-04T19:47:31.3494076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestVsplit.test_non_iterable' 2025-03-04T19:47:31.3495040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestVstack.test_empty_input' 2025-03-04T19:47:31.3495998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestVstack.test_non_iterable' 2025-03-04T19:47:31.3496916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TestWhere.test_error' 2025-03-04T19:47:31.3497897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/TraceRuleTests.test_skipfiles_inlinelist' 2025-03-04T19:47:31.3498929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/UnspecTests.test_builtin_max_min' 2025-03-04T19:47:31.3499954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/UnspecTests.test_conv1d_symint_padding' 2025-03-04T19:47:31.3501011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/UnspecTests.test_isinstance_symint' 2025-03-04T19:47:31.3502175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/UnspecTests.test_mark_01_dynamic' 2025-03-04T19:47:31.3503183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/UnspecTests.test_no_recompilations' 2025-03-04T19:47:31.3504183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/UnspecTests.test_no_recompiles' 2025-03-04T19:47:31.3505203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/UnspecTests.test_propagate_dynamic_dim' 2025-03-04T19:47:31.3506289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures/UnspecTests.test_use_and_specialize' 2025-03-04T19:47:31.3507207Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_expected_failures' 2025-03-04T19:47:31.3508119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DecoratorTests.test_allow_in_graph' 2025-03-04T19:47:31.3509248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesAotAutogradFallbackTests.test_aot_sequence_nr_dynamic_shapes' 2025-03-04T19:47:31.3510566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesCtxManagerTests.test_autograd_profiler_enabled_dynamic_shapes' 2025-03-04T19:47:31.3511877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesCtxManagerTests.test_disable_saved_tensors_hooks_dynamic_shapes' 2025-03-04T19:47:31.3513234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesCtxManagerTests.test_disable_saved_tensors_hooks_prev_disabled_dynamic_shapes' 2025-03-04T19:47:31.3514691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesCtxManagerTests.test_disable_saved_tensors_hooks_prev_disabled_nested_dynamic_shapes' 2025-03-04T19:47:31.3516133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_cond_raise_user_error_on_non_list_operands_dynamic_shapes' 2025-03-04T19:47:31.3517522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_cond_raise_user_error_on_non_tensor_operands_dynamic_shapes' 2025-03-04T19:47:31.3518917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_cond_raise_user_error_on_unsupported_pred_dynamic_shapes' 2025-03-04T19:47:31.3520271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_dynamic_dim_range_constraint_dynamic_shapes' 2025-03-04T19:47:31.3521631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_mark_dynamic_conflict_dynamic_dim_dynamic_shapes' 2025-03-04T19:47:31.3523001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_dict_values_dynamic_shapes' 2025-03-04T19:47:31.3524392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_free_function_and_class_method_dynamic_shapes' 2025-03-04T19:47:31.3525887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_free_function_and_class_method_multiarg_diff_dynamic_shapes' 2025-03-04T19:47:31.3527430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_free_function_and_class_method_multiarg_dynamic_shapes' 2025-03-04T19:47:31.3528890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_free_function_dynamic_shapes' 2025-03-04T19:47:31.3530217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_list_nonzero_dynamic_shapes' 2025-03-04T19:47:31.3536637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_list_nonzero_free_function_dynamic_shapes' 2025-03-04T19:47:31.3538116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_method_on_module_dynamic_shapes' 2025-03-04T19:47:31.3539524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_method_on_module_invoke_twice_dynamic_shapes' 2025-03-04T19:47:31.3540929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_none_control_flow_dynamic_shapes' 2025-03-04T19:47:31.3542515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_none_control_flow_free_func_dynamic_shapes' 2025-03-04T19:47:31.3543916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_not_none_control_flow_dynamic_shapes' 2025-03-04T19:47:31.3545331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_not_none_control_flow_free_func_dynamic_shapes' 2025-03-04T19:47:31.3546769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_not_none_control_flow_pos_dynamic_shapes' 2025-03-04T19:47:31.3548149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_not_return_const_dynamic_shapes' 2025-03-04T19:47:31.3549480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_tuple_nonzero_dynamic_shapes' 2025-03-04T19:47:31.3550745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_export_with_map_cond_dynamic_shapes' 2025-03-04T19:47:31.3551987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_map_cond_param_buffer_lifted_dynamic_shapes' 2025-03-04T19:47:31.3553198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_retracibility_dynamic_shapes' 2025-03-04T19:47:31.3554397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_torch_inference_mode_ctx_dynamic_shapes' 2025-03-04T19:47:31.3555663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesExportTests.test_untracked_inputs_in_constraints_dynamic_shapes' 2025-03-04T19:47:31.3557056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_disable_capture_dynamic_shapes' 2025-03-04T19:47:31.3558387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_dynamic_shapes' 2025-03-04T19:47:31.3559702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_fn_with_kwargs_dynamic_shapes' 2025-03-04T19:47:31.3561121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_freevar_python_scalar_dynamic_shapes' 2025-03-04T19:47:31.3562517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_has_aux_dynamic_shapes' 2025-03-04T19:47:31.3563914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_non_tensor_input_dynamic_shapes' 2025-03-04T19:47:31.3565305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_pytree_dynamic_shapes' 2025-03-04T19:47:31.3566695Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_two_tensor_all_grad_has_aux_dynamic_shapes' 2025-03-04T19:47:31.3568149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_two_tensor_has_aux_dynamic_shapes' 2025-03-04T19:47:31.3569560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_with_graph_break_dynamic_shapes' 2025-03-04T19:47:31.3570967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_with_side_effect_dynamic_shapes' 2025-03-04T19:47:31.3572615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_disable_capture_dynamic_shapes' 2025-03-04T19:47:31.3573954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_dynamic_shapes' 2025-03-04T19:47:31.3575265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_free_const_dynamic_shapes' 2025-03-04T19:47:31.3576619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_free_tensor_dynamic_shapes' 2025-03-04T19:47:31.3578029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_illegal_op_graph_break_dynamic_shapes' 2025-03-04T19:47:31.3579423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_kwargs_dynamic_shapes' 2025-03-04T19:47:31.3580820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_multiple_invocation_in_dims_dynamic_shapes' 2025-03-04T19:47:31.3582398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_multiple_invocation_out_dims_dynamic_shapes' 2025-03-04T19:47:31.3583889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_diff_dims_dynamic_shapes' 2025-03-04T19:47:31.3585337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_dynamic_shapes' 2025-03-04T19:47:31.3586853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_out_dims_tuple_dynamic_shapes' 2025-03-04T19:47:31.3588330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_over_vmap_captured_dynamic_shapes' 2025-03-04T19:47:31.3589754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_over_vmap_two_inputs_dynamic_shapes' 2025-03-04T19:47:31.3591168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_pytree_inputs_dynamic_shapes' 2025-03-04T19:47:31.3592548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_side_effects_dynamic_shapes' 2025-03-04T19:47:31.3593951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_two_inputs_dynamic_shapes' 2025-03-04T19:47:31.3595398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_two_inputs_tuple_in_dims_dynamic_shapes' 2025-03-04T19:47:31.3596754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFunctionTests.test_default_dict_closure_dynamic_shapes' 2025-03-04T19:47:31.3597950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFunctionTests.test_default_dict_dynamic_shapes' 2025-03-04T19:47:31.3599144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFunctionTests.test_default_dict_lambda_dynamic_shapes' 2025-03-04T19:47:31.3600324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFunctionTests.test_fstrings2_dynamic_shapes' 2025-03-04T19:47:31.3601560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFunctionTests.test_is_contiguous_frame_counts_dynamic_shapes' 2025-03-04T19:47:31.3602871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFunctionTests.test_math_radians_dynamic_shapes' 2025-03-04T19:47:31.3604102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFunctionTests.test_partials_as_input_partials_lambda_dynamic_shapes' 2025-03-04T19:47:31.3605431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesFunctionTests.test_partials_as_input_partials_mod_dynamic_shapes' 2025-03-04T19:47:31.3606725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_access_module_attr_dynamic_shapes' 2025-03-04T19:47:31.3608060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_capture_untracked_global_nested_dynamic_shapes' 2025-03-04T19:47:31.3609442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_capture_value_created_in_subgraph_dynamic_shapes' 2025-03-04T19:47:31.3610807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_cond_branches_no_arguments_dynamic_shapes' 2025-03-04T19:47:31.3612196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_cond_branches_no_arguments_no_closure_dynamic_shapes' 2025-03-04T19:47:31.3613552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_cond_pytree_operands_dynamic_shapes' 2025-03-04T19:47:31.3614934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_cond_pytree_operands_with_non_tensor_leaves_dynamic_shapes' 2025-03-04T19:47:31.3616347Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_cond_source_fn_stack_dynamic_shapes' 2025-03-04T19:47:31.3617654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_cond_subgraph_name_is_valid_dynamic_shapes' 2025-03-04T19:47:31.3619040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_fallback_on_python_primitives_output_dynamic_shapes' 2025-03-04T19:47:31.3620394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_map_lowers_to_graph_dynamic_shapes' 2025-03-04T19:47:31.3621730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_map_multi_return_dynamic_shapes' 2025-03-04T19:47:31.3623030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_map_pytree_return_dynamic_shapes' 2025-03-04T19:47:31.3624311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_map_source_fn_stack_dynamic_shapes' 2025-03-04T19:47:31.3625728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_map_subgraph_name_is_valid_dynamic_shapes' 2025-03-04T19:47:31.3627022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_map_symint_input_dynamic_shapes' 2025-03-04T19:47:31.3628218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_modules_dynamic_shapes' 2025-03-04T19:47:31.3629446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_nested_tuple_output_dynamic_shapes' 2025-03-04T19:47:31.3630722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_output_with_dict_dynamic_shapes' 2025-03-04T19:47:31.3632015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_side_effect_in_body_dynamic_shapes' 2025-03-04T19:47:31.3633305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_vmap_source_fn_stack_dynamic_shapes' 2025-03-04T19:47:31.3634595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_wrap_kwarg_recompile_dynamic_shapes' 2025-03-04T19:47:31.3635912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_wrap_subgraph_name_is_valid_dynamic_shapes' 2025-03-04T19:47:31.3637128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_add_to_set_dynamic_shapes' 2025-03-04T19:47:31.3638248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_any_all_symnode_dynamic_shapes' 2025-03-04T19:47:31.3639396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_backend_match_guard_dynamic_shapes' 2025-03-04T19:47:31.3640514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_boolarg_dynamic_shapes' 2025-03-04T19:47:31.3641594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_callpacked_dynamic_shapes' 2025-03-04T19:47:31.3642756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_closure_out_of_scope_cell_dynamic_shapes' 2025-03-04T19:47:31.3643998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_compare_shapes_with_constant_dynamic_shapes' 2025-03-04T19:47:31.3645202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_cond_nested_dynamic_shapes' 2025-03-04T19:47:31.3646325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_cond_side_effects_dynamic_shapes' 2025-03-04T19:47:31.3647484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_dataclass_fields_dynamic_shapes' 2025-03-04T19:47:31.3648620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_deque_append_left_dynamic_shapes' 2025-03-04T19:47:31.3649746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_deque_input_dynamic_shapes' 2025-03-04T19:47:31.3650945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_deterministic_algorithms_mutated_dynamic_shapes' 2025-03-04T19:47:31.3652191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_dict_order_keys_dynamic_shapes' 2025-03-04T19:47:31.3653380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_dict_order_keys_modules_dynamic_shapes' 2025-03-04T19:47:31.3654585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_dict_order_keys_tensors_dynamic_shapes' 2025-03-04T19:47:31.3655725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_dictcomp_dynamic_shapes' 2025-03-04T19:47:31.3656862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_dtypes_no_graphbreaks_dynamic_shapes' 2025-03-04T19:47:31.3658075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_dunder_new_function_inlining_dynamic_shapes' 2025-03-04T19:47:31.3659356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_frozenset_torch_func_contains_dynamic_shapes' 2025-03-04T19:47:31.3660558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_get_cache_entry_dynamic_shapes' 2025-03-04T19:47:31.3661781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_grad_state_mutated_dynamic_shapes' 2025-03-04T19:47:31.3663009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_guard_failure_fn_shape_control_dynamic_shapes' 2025-03-04T19:47:31.3664263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_guard_failure_fn_tensor_iter_dynamic_shapes' 2025-03-04T19:47:31.3665536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_inline_closure_not_loaded_by_parent_dynamic_shapes' 2025-03-04T19:47:31.3666788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_inplace_param_update_dynamic_shapes' 2025-03-04T19:47:31.3668012Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_intermediary_tensor_grad_access_dynamic_shapes' 2025-03-04T19:47:31.3669208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_is_compiling_dynamic_shapes' 2025-03-04T19:47:31.3670302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_iter_set_dynamic_shapes' 2025-03-04T19:47:31.3671510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_itertools_accumulate_symint_default_sum_dynamic_shapes' 2025-03-04T19:47:31.3673013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_itertools_accumulate_tensors_builtins_dynamic_shapes' 2025-03-04T19:47:31.3674417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_itertools_accumulate_tensors_default_sum_dynamic_shapes' 2025-03-04T19:47:31.3675748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_itertools_accumulate_tensors_kwargs_dynamic_shapes' 2025-03-04T19:47:31.3677081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_itertools_accumulate_tensors_user_defined_dynamic_shapes' 2025-03-04T19:47:31.3678477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_itertools_groupby_pure_python_default_identify_func_dynamic_shapes' 2025-03-04T19:47:31.3679885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_itertools_groupby_pure_python_key_func_dynamic_shapes' 2025-03-04T19:47:31.3681171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_itertools_infinite_count_dynamic_shapes' 2025-03-04T19:47:31.3682429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_itertools_infinite_cycle_dynamic_shapes' 2025-03-04T19:47:31.3682993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_itertools_infinite_repeat_dynamic_shapes' 2025-03-04T19:47:31.3683589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_itertools_infinite_repeat_mutation_dynamic_shapes' 2025-03-04T19:47:31.3684115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_itertools_repeat_dynamic_shapes' 2025-03-04T19:47:31.3684659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_linetable_311_writer1_dynamic_shapes' 2025-03-04T19:47:31.3685236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_linetable_311_writer2_dynamic_shapes' 2025-03-04T19:47:31.3685747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_list_slice_mul_dynamic_shapes' 2025-03-04T19:47:31.3686231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_listcomp_dynamic_shapes' 2025-03-04T19:47:31.3686755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_mandelbrot_numpy_dynamic_shapes' 2025-03-04T19:47:31.3687250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_mark_static_dynamic_shapes' 2025-03-04T19:47:31.3687756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_namedtuple1_dynamic_shapes' 2025-03-04T19:47:31.3688254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_namedtuple2_dynamic_shapes' 2025-03-04T19:47:31.3688720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_nan_dynamic_shapes' 2025-03-04T19:47:31.3689230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_nested_closure_dynamic_shapes' 2025-03-04T19:47:31.3689784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_nested_closure_mutation_dynamic_shapes' 2025-03-04T19:47:31.3690344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_nested_optimize_decorator_dynamic_shapes' 2025-03-04T19:47:31.3690869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_nested_optimize_dynamic_shapes' 2025-03-04T19:47:31.3691428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_nested_optimize_run_dynamic_shapes' 2025-03-04T19:47:31.3691959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_nn_module_getattr_dynamic_shapes' 2025-03-04T19:47:31.3692597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_no_raise_guard_partial_constraint_across_break_dynamic_shapes' 2025-03-04T19:47:31.3693194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_no_raise_guard_partial_constraint_dynamic_shapes' 2025-03-04T19:47:31.3693730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_numpy_array_of_arrays_dynamic_shapes' 2025-03-04T19:47:31.3694250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_numpy_force_dynamic_shapes' 2025-03-04T19:47:31.3694790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_numpy_int_constant_dynamic_shapes' 2025-03-04T19:47:31.3695304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_numpy_iter_dynamic_shapes' 2025-03-04T19:47:31.3695851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_numpy_non_torch_dtype_dynamic_shapes' 2025-03-04T19:47:31.3696362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_numpy_readonly_dynamic_shapes' 2025-03-04T19:47:31.3696936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_numpy_recompilation_scalar_dynamic_shapes' 2025-03-04T19:47:31.3697448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_numpy_size_attr_dynamic_shapes' 2025-03-04T19:47:31.3697993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_numpy_subdtype_dynamic_shapes' 2025-03-04T19:47:31.3698492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_numpy_tolist_dynamic_shapes' 2025-03-04T19:47:31.3699053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_numpy_with_builtin_type_dynamic_shapes' 2025-03-04T19:47:31.3699673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_out_variants_with_resizing_on_graph_inputs_dynamic_shapes' 2025-03-04T19:47:31.3700227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_pure_python_accumulate_dynamic_shapes' 2025-03-04T19:47:31.3700770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_py_guards_mark_dynamic_dynamic_shapes' 2025-03-04T19:47:31.3701351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_raise_guard_full_constraint_dynamic_shapes' 2025-03-04T19:47:31.3702065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_raise_guard_partial_constraint_no_graph_break_dynamic_shapes' 2025-03-04T19:47:31.3702606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_raise_on_backend_error_dynamic_shapes' 2025-03-04T19:47:31.3703206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_recompile_on_global_state_change_dynamic_shapes' 2025-03-04T19:47:31.3703742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_release_input_memory_dynamic_shapes' 2025-03-04T19:47:31.3704325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_release_module_memory_dynamic_shapes' 2025-03-04T19:47:31.3704863Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_release_scope_memory_dynamic_shapes' 2025-03-04T19:47:31.3705456Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_repeat_interleave_graphbreaks_dynamic_shapes' 2025-03-04T19:47:31.3705996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_return_nested_function_dynamic_shapes' 2025-03-04T19:47:31.3706555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_set_aliasing_recompiles_dynamic_shapes' 2025-03-04T19:47:31.3707113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_setattr_mutation1_dynamic_shapes' 2025-03-04T19:47:31.3707648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_simple_set_usage_dynamic_shapes' 2025-03-04T19:47:31.3708163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_size_input_dynamic_shapes' 2025-03-04T19:47:31.3708668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_slice_input_dynamic_shapes' 2025-03-04T19:47:31.3709196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_str_format_assert2_dynamic_shapes' 2025-03-04T19:47:31.3709758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_tensor_build_list_unpack_dynamic_shapes' 2025-03-04T19:47:31.3710256Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_tensor_dict1_dynamic_shapes' 2025-03-04T19:47:31.3710774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_tensor_dict2_dynamic_shapes' 2025-03-04T19:47:31.3711288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_tensor_dict3_dynamic_shapes' 2025-03-04T19:47:31.3711819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_tensor_item_capture_dynamic_shapes' 2025-03-04T19:47:31.3712312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_tolist_0d_dynamic_shapes' 2025-03-04T19:47:31.3712793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_tolist_1d_dynamic_shapes' 2025-03-04T19:47:31.3713320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_tolist_kd_dynamic_dynamic_shapes' 2025-03-04T19:47:31.3713814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_tolist_kd_dynamic_shapes' 2025-03-04T19:47:31.3714330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_tolist_scalar_dynamic_shapes' 2025-03-04T19:47:31.3714818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_torch_seed_dynamic_shapes' 2025-03-04T19:47:31.3715400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_tracing_nested_py_tree_dicts_dynamic_shapes' 2025-03-04T19:47:31.3715943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_tracing_nested_py_tree_dynamic_shapes' 2025-03-04T19:47:31.3716537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_tracing_nested_py_tree_mixed_all_dynamic_shapes' 2025-03-04T19:47:31.3717144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_tracing_nested_py_tree_tuples_dynamic_shapes' 2025-03-04T19:47:31.3717671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_tracing_py_tree_dynamic_shapes' 2025-03-04T19:47:31.3718255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_tracing_py_tree_tensor_subclass_dynamic_shapes' 2025-03-04T19:47:31.3718795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_tracing_tree_map_only_dynamic_shapes' 2025-03-04T19:47:31.3719283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_tuple_mul_dynamic_shapes' 2025-03-04T19:47:31.3719773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_type_copy_dynamic_shapes' 2025-03-04T19:47:31.3720314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_typing_typevar_dynamic_shapes' 2025-03-04T19:47:31.3720861Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_user_getattribute_dynamic_shapes' 2025-03-04T19:47:31.3721392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_with_builtin_type_dynamic_shapes' 2025-03-04T19:47:31.3721885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_yield_from_dynamic_shapes' 2025-03-04T19:47:31.3722416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_yield_gen_and_from_dynamic_shapes' 2025-03-04T19:47:31.3723025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesMiscTests.test_yield_send_to_subgenerator_graph_break_dynamic_shapes' 2025-03-04T19:47:31.3723597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesNNModuleTests.test_self_mutating1_dynamic_shapes' 2025-03-04T19:47:31.3724146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesNNModuleTests.test_unsupportedmethod_dynamic_shapes' 2025-03-04T19:47:31.3724708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesNNModuleTests.test_unsupportedmodule_dynamic_shapes' 2025-03-04T19:47:31.3725234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_add_sub_alpha_out_dynamic_shapes' 2025-03-04T19:47:31.3725773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_addr_alpha_beta_out_dynamic_shapes' 2025-03-04T19:47:31.3726272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_boxes_len_dynamic_shapes' 2025-03-04T19:47:31.3726807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_chunk_reformer_ff_dynamic_shapes' 2025-03-04T19:47:31.3727400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_convert_boxes_to_pooler_format_dynamic_shapes' 2025-03-04T19:47:31.3727975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_create_rand_mask_from_inputs_dynamic_shapes' 2025-03-04T19:47:31.3728498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_do_paste_mask_dynamic_shapes' 2025-03-04T19:47:31.3729075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_dynamic_shapes_implicit_guard_dynamic_shapes' 2025-03-04T19:47:31.3729669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_empty_list_contains_with_jump_dynamic_shapes' 2025-03-04T19:47:31.3730238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_function_in_skipfiles_dynamic_shapes' 2025-03-04T19:47:31.3730757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_hf_t5_forward_dynamic_shapes' 2025-03-04T19:47:31.3731296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_hf_xsoftmax_training_dynamic_shapes' 2025-03-04T19:47:31.3731791Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_issue175_dynamic_shapes' 2025-03-04T19:47:31.3732303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_list_aliasing_dynamic_shapes' 2025-03-04T19:47:31.3732873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_list_self_reference_dynamic_shapes' 2025-03-04T19:47:31.3733401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_longformer_chunk_dynamic_shapes' 2025-03-04T19:47:31.3733978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_many_views_with_mutation_dynamic_shapes' 2025-03-04T19:47:31.3734571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_merge_criteria_processor_list1_dynamic_shapes' 2025-03-04T19:47:31.3735151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_merge_criteria_processor_list2_dynamic_shapes' 2025-03-04T19:47:31.3735698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_module_in_skipfiles_dynamic_shapes' 2025-03-04T19:47:31.3736240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_negative_shape_guard_dynamic_shapes' 2025-03-04T19:47:31.3736850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_numpy_not_ndarray_recompiles_dynamic_shapes' 2025-03-04T19:47:31.3737435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_optim_state_references_cleared_dynamic_shapes' 2025-03-04T19:47:31.3737954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_recursive_map_dynamic_shapes' 2025-03-04T19:47:31.3738464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_reformer_eval_dynamic_shapes' 2025-03-04T19:47:31.3739017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_reformer_min_chunk_len_dynamic_shapes' 2025-03-04T19:47:31.3739540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_reformer_sorting_dynamic_shapes' 2025-03-04T19:47:31.3740068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_reformer_train_dynamic_shapes' 2025-03-04T19:47:31.3740584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_relative_import_dynamic_shapes' 2025-03-04T19:47:31.3741172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_relative_import_no_modulename_dynamic_shapes' 2025-03-04T19:47:31.3741804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_restricted_list_subclass1_dynamic_shapes' 2025-03-04T19:47:31.3742353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_rewrite_assert_noop_dynamic_shapes' 2025-03-04T19:47:31.3742936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_rewrite_assert_with_msg_dynamic_shapes' 2025-03-04T19:47:31.3743534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_rewrite_assert_with_non_string_msg_dynamic_shapes' 2025-03-04T19:47:31.3744058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_seq_append_list_dynamic_shapes' 2025-03-04T19:47:31.3744571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_size_typematch_dynamic_shapes' 2025-03-04T19:47:31.3745107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_tensor_data_kwarg_dynamic_shapes' 2025-03-04T19:47:31.3745627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_threading_local_dynamic_shapes' 2025-03-04T19:47:31.3746208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesReproTests.test_validate_model_kwargs_dynamic_shapes' 2025-03-04T19:47:31.3746779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesSubGraphTests.test_dynamic_duck_size_dynamic_shapes' 2025-03-04T19:47:31.3747323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesSubGraphTests.test_dynamic_getitem_dynamic_shapes' 2025-03-04T19:47:31.3747848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesSubGraphTests.test_dynamic_kwarg_dynamic_shapes' 2025-03-04T19:47:31.3748436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesSubGraphTests.test_dynamic_order_dependence_dynamic_shapes' 2025-03-04T19:47:31.3749001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesSubGraphTests.test_dynamic_zero_inference_dynamic_shapes' 2025-03-04T19:47:31.3749623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesSubGraphTests.test_enumerate_not_break_graph_dynamic_shapes' 2025-03-04T19:47:31.3750194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamicShapesSubGraphTests.test_no_graph_break_on_item_dynamic_shapes' 2025-03-04T19:47:31.3750739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/DynamoProfilerTests.test_dynamo_timed_profiling_backend_compile' 2025-03-04T19:47:31.3751193Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/ExportTests.test_predispatch_with_for_out_dtype' 2025-03-04T19:47:31.3751677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/ExportTests.test_predispatch_with_for_out_dtype_nested' 2025-03-04T19:47:31.3752076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/FrameInitTests.test_frame_init' 2025-03-04T19:47:31.3752512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/HigherOrderOpTests.test_access_module_attr' 2025-03-04T19:47:31.3752969Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/InPlaceCompilationTests.test_compilation' 2025-03-04T19:47:31.3753327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/InteropTests.test_fx_fn' 2025-03-04T19:47:31.3753773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/LoggingTests.test_distributed_rank_logging' 2025-03-04T19:47:31.3754139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/LoggingTests.test_logs_out' 2025-03-04T19:47:31.3754529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/LoggingTests.test_trace_call' 2025-03-04T19:47:31.3754952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/LoggingTests.test_trace_call_graph_break' 2025-03-04T19:47:31.3755427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/LoggingTests.test_trace_call_inline_call' 2025-03-04T19:47:31.3755859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/MiscTests.test_auto_functionalize_on_view' 2025-03-04T19:47:31.3756297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/MiscTests.test_auto_functionalize_optional' 2025-03-04T19:47:31.3756712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/MiscTests.test_exception_table_e2e' 2025-03-04T19:47:31.3757123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/MiscTests.test_exception_table_e2e_2' 2025-03-04T19:47:31.3757551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/MiscTests.test_exception_table_parsing' 2025-03-04T19:47:31.3757999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/MiscTests.test_generate_trivial_abstract_impl' 2025-03-04T19:47:31.3758517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/MiscTests.test_itertools_accumulate_tensors_builtins' 2025-03-04T19:47:31.3759011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/MiscTests.test_itertools_accumulate_tensors_kwargs' 2025-03-04T19:47:31.3759517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/MiscTests.test_itertools_accumulate_tensors_user_defined' 2025-03-04T19:47:31.3759935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/MiscTests.test_itertools_infinite_count' 2025-03-04T19:47:31.3760355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/MiscTests.test_linetable_311_writer1' 2025-03-04T19:47:31.3760758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/MiscTests.test_linetable_311_writer2' 2025-03-04T19:47:31.3761154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/MiscTests.test_py311_jump_offset' 2025-03-04T19:47:31.3761570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/NopTests.test_extended_args' 2025-03-04T19:47:31.3761951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/OptimizerTests.test_adadelta' 2025-03-04T19:47:31.3762406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/RecompileTests.test_aliasing_guard_failures' 2025-03-04T19:47:31.3762835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/RecompileUxTests.test_drop_cache_on_skip' 2025-03-04T19:47:31.3763299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/ReproTests.test_optim_state_references_cleared' 2025-03-04T19:47:31.3763685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/ReproTests.test_reformer_train' 2025-03-04T19:47:31.3764093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestAOTAutograd.test_view_detach' 2025-03-04T19:47:31.3764501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestArgmax.test_combinations_data58' 2025-03-04T19:47:31.3764924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestArgmax.test_combinations_data61' 2025-03-04T19:47:31.3765524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestAutograd.test_hook_closure_cycle_use_custom_function_True_use_tensor_hook_True' 2025-03-04T19:47:31.3766032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestAutograd.test_post_accumulate_grad_hook_gets_cleaned_up' 2025-03-04T19:47:31.3766415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestAwait.test_await_python' 2025-03-04T19:47:31.3766814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestBackends.test_execution' 2025-03-04T19:47:31.3767262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestBackends.test_save_load' 2025-03-04T19:47:31.3767728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestBackendsWithCompiler.test_execution' 2025-03-04T19:47:31.3768207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestBasicsCPU.test_invalid_sparse_coo_values_cpu' 2025-03-04T19:47:31.3768668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestBasicsCPU.test_invalid_sparse_csr_values_cpu' 2025-03-04T19:47:31.3769079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestBinaryUfuncsCPU.test_add_cpu' 2025-03-04T19:47:31.3769562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestBinaryUfuncsCPU.test_int_tensor_pow_neg_ints_cpu' 2025-03-04T19:47:31.3770054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestBinaryUfuncsCPU.test_long_tensor_pow_floats_cpu' 2025-03-04T19:47:31.3770536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestBinaryUfuncsCPU.test_shift_limits_cpu_uint8' 2025-03-04T19:47:31.3770986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestCheckpoint.test_checkpoint_trigger' 2025-03-04T19:47:31.3771423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestConfigModule.test_env_name_semantics' 2025-03-04T19:47:31.3771971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestConstant.test_check_constant' 2025-03-04T19:47:31.3772452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestConvolutionNN.test_Conv1d_module_same_padding' 2025-03-04T19:47:31.3772897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestConvolutionNN.test_Conv2d_backward_twice' 2025-03-04T19:47:31.3773379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestConvolutionNN.test_Conv2d_module_same_padding' 2025-03-04T19:47:31.3773904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestConvolutionNN.test_Conv3d_module_same_padding' 2025-03-04T19:47:31.3774488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestConvolutionNN.test_ConvTranspose2d_output_size_downsample_upsample' 2025-03-04T19:47:31.3775001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestConvolutionNN.test_ConvTranspose3d_correct_output_size' 2025-03-04T19:47:31.3775634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestConvolutionNNDeviceTypeCPU.test_conv2d_no_grad_cpu_float32' 2025-03-04T19:47:31.3776195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestCppExtensionJIT.test_cpp_frontend_module_has_same_output_as_python' 2025-03-04T19:47:31.3776627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestCustomOp.test_impl_device_function' 2025-03-04T19:47:31.3777117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestCustomOpTestingCPU.test_opcheck_fails_basic_cpu' 2025-03-04T19:47:31.3777562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestDLPack.test_non_contiguous' 2025-03-04T19:47:31.3778087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestDtypeAnalysis.test_custom_rules' 2025-03-04T19:47:31.3778463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestDtypeAnalysis.test_unary' 2025-03-04T19:47:31.3778943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestExperiment.test_mark_strict_with_container_type' 2025-03-04T19:47:31.3779473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestExperimentalUtils.test_profiler_for_loop_indexing_pattern' 2025-03-04T19:47:31.3779842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestFFTShift.test_fft_n' 2025-03-04T19:47:31.3780293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestFX.test_annotations_empty_tuple' 2025-03-04T19:47:31.3780637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestFX.test_assert' 2025-03-04T19:47:31.3781189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestFX.test_custom_traceback_raised_when_exception_source_is_graphmodule' 2025-03-04T19:47:31.3781749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestFXExperimental.test_optimize_for_inference_cpu' 2025-03-04T19:47:31.3782285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestFXExperimental.test_optimize_for_inference_cpu_torchvision' 2025-03-04T19:47:31.3782854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestForeachCPU.test_add_scalar_with_empty_list_and_empty_tensor_cpu_int16' 2025-03-04T19:47:31.3783470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestForeachCPU.test_add_scalar_with_empty_list_and_empty_tensor_cpu_int32' 2025-03-04T19:47:31.3784066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestForeachCPU.test_add_scalar_with_empty_list_and_empty_tensor_cpu_int64' 2025-03-04T19:47:31.3784634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestForeachCPU.test_add_scalar_with_empty_list_and_empty_tensor_cpu_int8' 2025-03-04T19:47:31.3785195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestForeachCPU.test_add_scalar_with_empty_list_and_empty_tensor_cpu_uint8' 2025-03-04T19:47:31.3785636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestFreezing.test_freeze_module_with_fork2' 2025-03-04T19:47:31.3786160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestFreezing.test_freeze_module_with_fork_calling_module_method' 2025-03-04T19:47:31.3786716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestFrozenOptimizations.test_collapse_adjacent_conversions' 2025-03-04T19:47:31.3787176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestFrozenOptimizations.test_conv_add_folding' 2025-03-04T19:47:31.3787633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestFrozenOptimizations.test_conv_bn_folding' 2025-03-04T19:47:31.3788077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestGenericProxyTensorFake.test_amp_cache' 2025-03-04T19:47:31.3788554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestGenericProxyTensorFake.test_inplace_metadata' 2025-03-04T19:47:31.3789023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestGenericProxyTensorReal.test_inplace_metadata' 2025-03-04T19:47:31.3789498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestGenericProxyTensorSymbolic.test_amp_cache' 2025-03-04T19:47:31.3790000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestGenericProxyTensorSymbolic.test_inplace_metadata' 2025-03-04T19:47:31.3790393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestHistogramdd.test_bins_array' 2025-03-04T19:47:31.3790825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestIndexingCPU.test_invalid_index_cpu' 2025-03-04T19:47:31.3791243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d' 2025-03-04T19:47:31.3791777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_circular_stride2_pad2' 2025-03-04T19:47:31.3792230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_dilated' 2025-03-04T19:47:31.3792716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_groups' 2025-03-04T19:47:31.3793161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad1' 2025-03-04T19:47:31.3793632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad1size1' 2025-03-04T19:47:31.3794072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad2' 2025-03-04T19:47:31.3794544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad2size1' 2025-03-04T19:47:31.3794995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad_same' 2025-03-04T19:47:31.3795480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad_same2' 2025-03-04T19:47:31.3795997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad_same_dilated' 2025-03-04T19:47:31.3796482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad_valid' 2025-03-04T19:47:31.3797011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_reflect_stride2_pad2' 2025-03-04T19:47:31.3797538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_replicate_stride2_pad2' 2025-03-04T19:47:31.3797991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_stride' 2025-03-04T19:47:31.3798453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_zero_batch' 2025-03-04T19:47:31.3798965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_zeros_stride2_pad2' 2025-03-04T19:47:31.3799424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d' 2025-03-04T19:47:31.3799955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_circular_stride2_pad2' 2025-03-04T19:47:31.3800414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_depthwise' 2025-03-04T19:47:31.3800921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_depthwise_dilated' 2025-03-04T19:47:31.3801414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_depthwise_padded' 2025-03-04T19:47:31.3801910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_depthwise_strided' 2025-03-04T19:47:31.3802459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_depthwise_with_multiplier' 2025-03-04T19:47:31.3802914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_dilated' 2025-03-04T19:47:31.3803365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_groups' 2025-03-04T19:47:31.3803830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_groups_thnn' 2025-03-04T19:47:31.3804298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_pad_same' 2025-03-04T19:47:31.3804798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_pad_same_dilated' 2025-03-04T19:47:31.3805302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_pad_valid' 2025-03-04T19:47:31.3805761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_padding' 2025-03-04T19:47:31.3806288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_reflect_stride2_pad2' 2025-03-04T19:47:31.3806816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_replicate_stride2_pad2' 2025-03-04T19:47:31.3807280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_strided' 2025-03-04T19:47:31.3807746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_zero_batch' 2025-03-04T19:47:31.3808282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_zeros_stride2_pad2' 2025-03-04T19:47:31.3808737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d' 2025-03-04T19:47:31.3809257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_circular_stride2_pad2' 2025-03-04T19:47:31.3809715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_dilated' 2025-03-04T19:47:31.3810203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_dilated_strided' 2025-03-04T19:47:31.3810662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_groups' 2025-03-04T19:47:31.3811119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_pad_same' 2025-03-04T19:47:31.3811653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_pad_same_dilated' 2025-03-04T19:47:31.3812117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_pad_valid' 2025-03-04T19:47:31.3812654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_replicate_stride2_pad2' 2025-03-04T19:47:31.3813100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_stride' 2025-03-04T19:47:31.3813595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_stride_padding' 2025-03-04T19:47:31.3814059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_zero_batch' 2025-03-04T19:47:31.3814569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_zeros_stride2_pad2' 2025-03-04T19:47:31.3815040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose1d' 2025-03-04T19:47:31.3815541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose1d_dilated' 2025-03-04T19:47:31.3816045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose1d_groups' 2025-03-04T19:47:31.3816507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose2d' 2025-03-04T19:47:31.3817011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose2d_groups' 2025-03-04T19:47:31.3817473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose3d' 2025-03-04T19:47:31.3818011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose3d_dilated' 2025-03-04T19:47:31.3818440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestLazyDynamicOps.test_nonzero_dynamic' 2025-03-04T19:47:31.3818812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestLazyReuseIr.testAdd' 2025-03-04T19:47:31.3819186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestLazyReuseIr.testAddSub' 2025-03-04T19:47:31.3819606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestLazyReuseIr.testAddSubFallback' 2025-03-04T19:47:31.3820006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestLazyReuseIr.testBatchNorm' 2025-03-04T19:47:31.3820415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestLazyTensor.test_tensor_ctr' 2025-03-04T19:47:31.3820875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestLazyTensor.test_view_mark_step_preserved' 2025-03-04T19:47:31.3821369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestLinalgCPU.test_lobpcg_torchscript_cpu_float64' 2025-03-04T19:47:31.3821857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestList.test_comprehension_iterable' 2025-03-04T19:47:31.3822340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestLoadStateDict.test_load_state_dict_BC_swap_True' 2025-03-04T19:47:31.3822769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestLogging.test_trace_numeric_counter' 2025-03-04T19:47:31.3823225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestMKLDNNReinplacing.test_always_alive_values' 2025-03-04T19:47:31.3823653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestMatmulOperator.test_exceptions' 2025-03-04T19:47:31.3824103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestMatmulOperator.test_matmul_raises' 2025-03-04T19:47:31.3824473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestMethods.test_compress' 2025-03-04T19:47:31.3824891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestMethods.test_dot_out_mem_overlap' 2025-03-04T19:47:31.3825261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestMethods.test_matmul_out' 2025-03-04T19:47:31.3825681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestMethods.test_partition_iterative' 2025-03-04T19:47:31.3826031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestMethods.test_round' 2025-03-04T19:47:31.3826458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestMethods.test_searchsorted_complex' 2025-03-04T19:47:31.3826912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestMethods.test_searchsorted_type_specific_2' 2025-03-04T19:47:31.3827386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestMethods.test_searchsorted_with_invalid_sorter' 2025-03-04T19:47:31.3827753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestMethods.test_transpose' 2025-03-04T19:47:31.3828151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestMisc.test_broadcasting_list' 2025-03-04T19:47:31.3828534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestMisc.test_parse_ir_annotate' 2025-03-04T19:47:31.3829016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestMisc.test_parse_ir_single_element_tensor_negative' 2025-03-04T19:47:31.3829509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestMisc.test_parse_ir_single_element_tensor_positive' 2025-03-04T19:47:31.3829941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestMkldnnFusion.test_single_conv' 2025-03-04T19:47:31.3830336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestModels.test_snli_quantized' 2025-03-04T19:47:31.3830761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestModels.test_time_sequence_prediction' 2025-03-04T19:47:31.3831152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestModels.test_vae_quantized' 2025-03-04T19:47:31.3831503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNN.test_padding_list' 2025-03-04T19:47:31.3831904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNN.test_vector_to_parameters' 2025-03-04T19:47:31.3832429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNNDeviceTypeCPU.test_conv_empty_input_cpu_complex128' 2025-03-04T19:47:31.3832993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNNParametrization.test_new_spectral_norm_dim_swap_False' 2025-03-04T19:47:31.3833511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNNParametrization.test_new_spectral_norm_dim_swap_True' 2025-03-04T19:47:31.3833996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNativeFunctions.test_intlist_error_with_overload' 2025-03-04T19:47:31.3834403Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_avg_pool2d' 2025-03-04T19:47:31.3834770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_cat' 2025-03-04T19:47:31.3835217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_compile_spec_santiy' 2025-03-04T19:47:31.3835598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_conv2d' 2025-03-04T19:47:31.3836062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_conv2d_transpose' 2025-03-04T19:47:31.3836462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_dequantize' 2025-03-04T19:47:31.3836849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_detach' 2025-03-04T19:47:31.3837234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_flatten' 2025-03-04T19:47:31.3837628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_hardtanh' 2025-03-04T19:47:31.3838005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_linear' 2025-03-04T19:47:31.3838412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_log_softmax' 2025-03-04T19:47:31.3838823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_max_pool2d' 2025-03-04T19:47:31.3839195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_mean' 2025-03-04T19:47:31.3839613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_multi_output' 2025-03-04T19:47:31.3840039Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_pointwise_binary' 2025-03-04T19:47:31.3840499Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_pointwise_binary_const' 2025-03-04T19:47:31.3840920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_pointwise_unary' 2025-03-04T19:47:31.3841309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_prelu' 2025-03-04T19:47:31.3841707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_qadd' 2025-03-04T19:47:31.3842092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_qlinear' 2025-03-04T19:47:31.3842494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_quantize' 2025-03-04T19:47:31.3842880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_reshape' 2025-03-04T19:47:31.3843291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_seblock_mul' 2025-03-04T19:47:31.3843668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_slice' 2025-03-04T19:47:31.3844094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_softmax' 2025-03-04T19:47:31.3844504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_tensor_input' 2025-03-04T19:47:31.3844916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_to' 2025-03-04T19:47:31.3845309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_unsqueeze' 2025-03-04T19:47:31.3845750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestNnapiBackend.test_upsample_nearest2d' 2025-03-04T19:47:31.3846167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestOpenMP_ParallelFor.test_one_thread' 2025-03-04T19:47:31.3846647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestOperatorsCPU.test_extremal_numerics_l1_loss_cpu' 2025-03-04T19:47:31.3847146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestOperatorsCPU.test_extremal_numerics_nll_loss_cpu' 2025-03-04T19:47:31.3847665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestPackageScript.test_load_shared_tensors_repackaged' 2025-03-04T19:47:31.3848087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestParametrization.test_traceable' 2025-03-04T19:47:31.3848477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestPeephole.test_peephole_int' 2025-03-04T19:47:31.3848926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestPeephole.test_peephole_optional_refine' 2025-03-04T19:47:31.3849331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProfiler.test_profiler_metadata' 2025-03-04T19:47:31.3849786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProfiler.test_tensorboard_trace_handler' 2025-03-04T19:47:31.3850255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProfilerTree.test_profiler_experimental_tree' 2025-03-04T19:47:31.3850813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_H_cpu_float32' 2025-03-04T19:47:31.3851415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_MapControlflowOp_cpu_float32' 2025-03-04T19:47:31.3852053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NestedMapControlflowOp_cpu_float32' 2025-03-04T19:47:31.3852655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyCatCustomOp_cpu_float32' 2025-03-04T19:47:31.3853263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyCubeCustomOp_cpu_float32' 2025-03-04T19:47:31.3853901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyMulCustomOp_cpu_float32' 2025-03-04T19:47:31.3854503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyNMSCustomOp_cpu_float32' 2025-03-04T19:47:31.3855126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyNonzeroCustomOp_cpu_float32' 2025-03-04T19:47:31.3855727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpySortCustomOp_cpu_float32' 2025-03-04T19:47:31.3856372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpySplitCopyCustomOp_cpu_float32' 2025-03-04T19:47:31.3857126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpySplitCopyWithIntCustomOp_cpu_float32' 2025-03-04T19:47:31.3857772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyTakeCustomOp_cpu_float32' 2025-03-04T19:47:31.3858396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyViewCopyCustomOp_cpu_float32' 2025-03-04T19:47:31.3859074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_TripleNestedMapControlflowOp_cpu_float32' 2025-03-04T19:47:31.3859654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___getitem___cpu_float32' 2025-03-04T19:47:31.3860234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___radd___cpu_float32' 2025-03-04T19:47:31.3860828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___rdiv___cpu_float32' 2025-03-04T19:47:31.3861419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___rmatmul___cpu_float32' 2025-03-04T19:47:31.3862059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___rmod___cpu_float32' 2025-03-04T19:47:31.3862639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___rmul___cpu_float32' 2025-03-04T19:47:31.3863204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___rpow___cpu_float32' 2025-03-04T19:47:31.3863785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___rsub___cpu_float32' 2025-03-04T19:47:31.3864416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive__native_batch_norm_legit_cpu_float32' 2025-03-04T19:47:31.3865041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive__segment_reduce_lengths_cpu_float32' 2025-03-04T19:47:31.3865672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive__segment_reduce_offsets_cpu_float32' 2025-03-04T19:47:31.3866290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive__softmax_backward_data_cpu_float32' 2025-03-04T19:47:31.3866922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive__upsample_bilinear2d_aa_cpu_float32' 2025-03-04T19:47:31.3867497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_abs_cpu_float32' 2025-03-04T19:47:31.3868062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_acos_cpu_float32' 2025-03-04T19:47:31.3868614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_acosh_cpu_float32' 2025-03-04T19:47:31.3869167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_add_cpu_float32' 2025-03-04T19:47:31.3869726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addbmm_cpu_float32' 2025-03-04T19:47:31.3870324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addcdiv_cpu_float32' 2025-03-04T19:47:31.3870890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addcmul_cpu_float32' 2025-03-04T19:47:31.3871476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addmm_cpu_float32' 2025-03-04T19:47:31.3872257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addmm_decomposed_cpu_float32' 2025-03-04T19:47:31.3872827Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addmv_cpu_float32' 2025-03-04T19:47:31.3873376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addr_cpu_float32' 2025-03-04T19:47:31.3873937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_all_cpu_float32' 2025-03-04T19:47:31.3874562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_allclose_cpu_float32' 2025-03-04T19:47:31.3875111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_amax_cpu_float32' 2025-03-04T19:47:31.3875673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_amin_cpu_float32' 2025-03-04T19:47:31.3876317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_aminmax_cpu_float32' 2025-03-04T19:47:31.3876881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_angle_cpu_float32' 2025-03-04T19:47:31.3877433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_any_cpu_float32' 2025-03-04T19:47:31.3878004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_arange_cpu_float32' 2025-03-04T19:47:31.3878559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_argmax_cpu_float32' 2025-03-04T19:47:31.3879126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_argmin_cpu_float32' 2025-03-04T19:47:31.3879691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_argsort_cpu_float32' 2025-03-04T19:47:31.3880269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_argwhere_cpu_float32' 2025-03-04T19:47:31.3880890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_as_strided_cpu_float32' 2025-03-04T19:47:31.3881524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_as_strided_partial_views_cpu_float32' 2025-03-04T19:47:31.3882128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_as_strided_scatter_cpu_float32' 2025-03-04T19:47:31.3882685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_asin_cpu_float32' 2025-03-04T19:47:31.3883243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_asinh_cpu_float32' 2025-03-04T19:47:31.3883837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_atan2_cpu_float32' 2025-03-04T19:47:31.3884394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_atan_cpu_float32' 2025-03-04T19:47:31.3884977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_atanh_cpu_float32' 2025-03-04T19:47:31.3885560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_atleast_1d_cpu_float32' 2025-03-04T19:47:31.3886135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_atleast_2d_cpu_float32' 2025-03-04T19:47:31.3886719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_atleast_3d_cpu_float32' 2025-03-04T19:47:31.3887282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_baddbmm_cpu_float32' 2025-03-04T19:47:31.3887939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_batch_norm_with_update_cpu_float32' 2025-03-04T19:47:31.3888593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_bernoulli_cpu_float32' 2025-03-04T19:47:31.3889167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_bfloat16_cpu_float32' 2025-03-04T19:47:31.3889744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_block_diag_cpu_float32' 2025-03-04T19:47:31.3890300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_bmm_cpu_float32' 2025-03-04T19:47:31.3890854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_bool_cpu_float32' 2025-03-04T19:47:31.3891464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_broadcast_shapes_cpu_float32' 2025-03-04T19:47:31.3892065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_broadcast_tensors_cpu_float32' 2025-03-04T19:47:31.3892660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_broadcast_to_cpu_float32' 2025-03-04T19:47:31.3893228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_bucketize_cpu_float32' 2025-03-04T19:47:31.3893777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_byte_cpu_float32' 2025-03-04T19:47:31.3894405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cartesian_prod_cpu_float32' 2025-03-04T19:47:31.3895013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cat_cpu_float32' 2025-03-04T19:47:31.3895580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cauchy_cpu_float32' 2025-03-04T19:47:31.3896132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cdist_cpu_float32' 2025-03-04T19:47:31.3896706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cdouble_cpu_float32' 2025-03-04T19:47:31.3897294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ceil_cpu_float32' 2025-03-04T19:47:31.3897892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cfloat_cpu_float32' 2025-03-04T19:47:31.3898443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_chalf_cpu_float32' 2025-03-04T19:47:31.3899060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_char_cpu_float32' 2025-03-04T19:47:31.3899696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cholesky_cpu_float32' 2025-03-04T19:47:31.3900310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cholesky_inverse_cpu_float32' 2025-03-04T19:47:31.3900942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cholesky_solve_cpu_float32' 2025-03-04T19:47:31.3901574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_chunk_cpu_float32' 2025-03-04T19:47:31.3902129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_clamp_cpu_float32' 2025-03-04T19:47:31.3902714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_clamp_max_cpu_float32' 2025-03-04T19:47:31.3903286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_clamp_min_cpu_float32' 2025-03-04T19:47:31.3903841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_clone_cpu_float32' 2025-03-04T19:47:31.3904440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_column_stack_cpu_float32' 2025-03-04T19:47:31.3905024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_combinations_cpu_float32' 2025-03-04T19:47:31.3905602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_complex_cpu_float32' 2025-03-04T19:47:31.3906153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_conj_cpu_float32' 2025-03-04T19:47:31.3906754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_conj_physical_cpu_float32' 2025-03-04T19:47:31.3907350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_constant_pad_nd_cpu_float32' 2025-03-04T19:47:31.3907973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_contiguous_cpu_float32' 2025-03-04T19:47:31.3908541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_copysign_cpu_float32' 2025-03-04T19:47:31.3909116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_corrcoef_cpu_float32' 2025-03-04T19:47:31.3909662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cos_cpu_float32' 2025-03-04T19:47:31.3910221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cosh_cpu_float32' 2025-03-04T19:47:31.3910831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_count_nonzero_cpu_float32' 2025-03-04T19:47:31.3911414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cov_cpu_float32' 2025-03-04T19:47:31.3911967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cross_cpu_float32' 2025-03-04T19:47:31.3912536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cummax_cpu_float32' 2025-03-04T19:47:31.3913091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cummin_cpu_float32' 2025-03-04T19:47:31.3913657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cumprod_cpu_float32' 2025-03-04T19:47:31.3914251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cumsum_cpu_float32' 2025-03-04T19:47:31.3914869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cumulative_trapezoid_cpu_float32' 2025-03-04T19:47:31.3915440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_deg2rad_cpu_float32' 2025-03-04T19:47:31.3915991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diag_cpu_float32' 2025-03-04T19:47:31.3916572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diag_embed_cpu_float32' 2025-03-04T19:47:31.3917141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diagflat_cpu_float32' 2025-03-04T19:47:31.3917745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diagonal_copy_cpu_float32' 2025-03-04T19:47:31.3918315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diagonal_cpu_float32' 2025-03-04T19:47:31.3918927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diagonal_scatter_cpu_float32' 2025-03-04T19:47:31.3919477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diff_cpu_float32' 2025-03-04T19:47:31.3920047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_digamma_cpu_float32' 2025-03-04T19:47:31.3920651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_div_floor_rounding_cpu_float32' 2025-03-04T19:47:31.3921303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_div_no_rounding_mode_cpu_float32' 2025-03-04T19:47:31.3921905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_div_trunc_rounding_cpu_float32' 2025-03-04T19:47:31.3922461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_dot_cpu_float32' 2025-03-04T19:47:31.3923014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_double_cpu_float32' 2025-03-04T19:47:31.3923574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_dsplit_cpu_float32' 2025-03-04T19:47:31.3924167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_dstack_cpu_float32' 2025-03-04T19:47:31.3924742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_einsum_cpu_float32' 2025-03-04T19:47:31.3925305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_empty_cpu_float32' 2025-03-04T19:47:31.3925880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_empty_like_cpu_float32' 2025-03-04T19:47:31.3926480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_empty_permuted_cpu_float32' 2025-03-04T19:47:31.3927068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_empty_strided_cpu_float32' 2025-03-04T19:47:31.3927650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_eq_cpu_float32' 2025-03-04T19:47:31.3928209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_equal_cpu_float32' 2025-03-04T19:47:31.3928768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_erf_cpu_float32' 2025-03-04T19:47:31.3929318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_erfc_cpu_float32' 2025-03-04T19:47:31.3929892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_erfinv_cpu_float32' 2025-03-04T19:47:31.3930444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_exp2_cpu_float32' 2025-03-04T19:47:31.3931008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_exp_cpu_float32' 2025-03-04T19:47:31.3931587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_expand_as_cpu_float32' 2025-03-04T19:47:31.3932147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_expand_cpu_float32' 2025-03-04T19:47:31.3932716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_expm1_cpu_float32' 2025-03-04T19:47:31.3933301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_exponential_cpu_float32' 2025-03-04T19:47:31.3933868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_eye_cpu_float32' 2025-03-04T19:47:31.3934473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_fft2_cpu_float32' 2025-03-04T19:47:31.3935054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_fft_cpu_float32' 2025-03-04T19:47:31.3935628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_fftn_cpu_float32' 2025-03-04T19:47:31.3936227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_fftshift_cpu_float32' 2025-03-04T19:47:31.3936801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_hfft2_cpu_float32' 2025-03-04T19:47:31.3937415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_hfft_cpu_float32' 2025-03-04T19:47:31.3938013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_hfftn_cpu_float32' 2025-03-04T19:47:31.3938603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ifft2_cpu_float32' 2025-03-04T19:47:31.3939174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ifft_cpu_float32' 2025-03-04T19:47:31.3939759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ifftn_cpu_float32' 2025-03-04T19:47:31.3940353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ifftshift_cpu_float32' 2025-03-04T19:47:31.3940973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ihfft2_cpu_float32' 2025-03-04T19:47:31.3941605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ihfft_cpu_float32' 2025-03-04T19:47:31.3942187Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ihfftn_cpu_float32' 2025-03-04T19:47:31.3942777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_irfft2_cpu_float32' 2025-03-04T19:47:31.3943350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_irfft_cpu_float32' 2025-03-04T19:47:31.3943943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_irfftn_cpu_float32' 2025-03-04T19:47:31.3944523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_rfft2_cpu_float32' 2025-03-04T19:47:31.3945113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_rfft_cpu_float32' 2025-03-04T19:47:31.3945688Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_rfftn_cpu_float32' 2025-03-04T19:47:31.3946256Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fill_cpu_float32' 2025-03-04T19:47:31.3946820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_flatten_cpu_float32' 2025-03-04T19:47:31.3947435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_flip_cpu_float32' 2025-03-04T19:47:31.3947999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fliplr_cpu_float32' 2025-03-04T19:47:31.3948573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_flipud_cpu_float32' 2025-03-04T19:47:31.3949127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_float_cpu_float32' 2025-03-04T19:47:31.3949725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_float_power_cpu_float32' 2025-03-04T19:47:31.3950308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_floor_cpu_float32' 2025-03-04T19:47:31.3950908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_floor_divide_cpu_float32' 2025-03-04T19:47:31.3951487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fmax_cpu_float32' 2025-03-04T19:47:31.3952039Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fmin_cpu_float32' 2025-03-04T19:47:31.3952595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fmod_cpu_float32' 2025-03-04T19:47:31.3953143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_frac_cpu_float32' 2025-03-04T19:47:31.3953709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_frexp_cpu_float32' 2025-03-04T19:47:31.3954285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_full_cpu_float32' 2025-03-04T19:47:31.3954869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_full_like_cpu_float32' 2025-03-04T19:47:31.3955430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_gather_cpu_float32' 2025-03-04T19:47:31.3955985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ge_cpu_float32' 2025-03-04T19:47:31.3956555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_geometric_cpu_float32' 2025-03-04T19:47:31.3957124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_geqrf_cpu_float32' 2025-03-04T19:47:31.3957698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_gradient_cpu_float32' 2025-03-04T19:47:31.3958309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_grid_sampler_2d_cpu_float32' 2025-03-04T19:47:31.3958855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_gt_cpu_float32' 2025-03-04T19:47:31.3959412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_half_cpu_float32' 2025-03-04T19:47:31.3959984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_heaviside_cpu_float32' 2025-03-04T19:47:31.3960725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_histc_cpu_float32' 2025-03-04T19:47:31.3961336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_histogram_cpu_float32' 2025-03-04T19:47:31.3961920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_histogramdd_cpu_float32' 2025-03-04T19:47:31.3962486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_hsplit_cpu_float32' 2025-03-04T19:47:31.3963088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_hstack_cpu_float32' 2025-03-04T19:47:31.3963689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_hypot_cpu_float32' 2025-03-04T19:47:31.3964240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_i0_cpu_float32' 2025-03-04T19:47:31.3964840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_igamma_cpu_float32' 2025-03-04T19:47:31.3965406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_igammac_cpu_float32' 2025-03-04T19:47:31.3965991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_index_add_cpu_float32' 2025-03-04T19:47:31.3966570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_index_copy_cpu_float32' 2025-03-04T19:47:31.3967159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_index_fill_cpu_float32' 2025-03-04T19:47:31.3967761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_index_put_cpu_float32' 2025-03-04T19:47:31.3968359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_index_reduce_cpu_float32' 2025-03-04T19:47:31.3968944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_index_select_cpu_float32' 2025-03-04T19:47:31.3969514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_inner_cpu_float32' 2025-03-04T19:47:31.3970063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_int_cpu_float32' 2025-03-04T19:47:31.3970630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isclose_cpu_float32' 2025-03-04T19:47:31.3971217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isfinite_cpu_float32' 2025-03-04T19:47:31.3971994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isin_cpu_float32' 2025-03-04T19:47:31.3972563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isinf_cpu_float32' 2025-03-04T19:47:31.3973117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isnan_cpu_float32' 2025-03-04T19:47:31.3973698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isneginf_cpu_float32' 2025-03-04T19:47:31.3974335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isposinf_cpu_float32' 2025-03-04T19:47:31.3974910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isreal_cpu_float32' 2025-03-04T19:47:31.3975463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_item_cpu_float32' 2025-03-04T19:47:31.3976119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_jiterator_2inputs_2outputs_cpu_float32' 2025-03-04T19:47:31.3976787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32' 2025-03-04T19:47:31.3977439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_jiterator_binary_cpu_float32' 2025-03-04T19:47:31.3978098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_jiterator_binary_return_by_ref_cpu_float32' 2025-03-04T19:47:31.3978746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_jiterator_unary_cpu_float32' 2025-03-04T19:47:31.3979305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_kron_cpu_float32' 2025-03-04T19:47:31.3979890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_kthvalue_cpu_float32' 2025-03-04T19:47:31.3980446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ldexp_cpu_float32' 2025-03-04T19:47:31.3980993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_le_cpu_float32' 2025-03-04T19:47:31.3981660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_lerp_cpu_float32' 2025-03-04T19:47:31.3982228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_lgamma_cpu_float32' 2025-03-04T19:47:31.3982841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_cholesky_cpu_float32' 2025-03-04T19:47:31.3983444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_cholesky_ex_cpu_float32' 2025-03-04T19:47:31.3984044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_cond_cpu_float32' 2025-03-04T19:47:31.3984634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_cross_cpu_float32' 2025-03-04T19:47:31.3985224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_det_cpu_float32' 2025-03-04T19:47:31.3985828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_det_singular_cpu_float32' 2025-03-04T19:47:31.3986435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_diagonal_cpu_float32' 2025-03-04T19:47:31.3987012Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_eig_cpu_float32' 2025-03-04T19:47:31.3987601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_eigh_cpu_float32' 2025-03-04T19:47:31.3988219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_eigvals_cpu_float32' 2025-03-04T19:47:31.3988828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_eigvalsh_cpu_float32' 2025-03-04T19:47:31.3989466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_householder_product_cpu_float32' 2025-03-04T19:47:31.3990053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_inv_cpu_float32' 2025-03-04T19:47:31.3990638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_inv_ex_cpu_float32' 2025-03-04T19:47:31.3991265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_ldl_factor_cpu_float32' 2025-03-04T19:47:31.3991910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_ldl_factor_ex_cpu_float32' 2025-03-04T19:47:31.3992508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_ldl_solve_cpu_float32' 2025-03-04T19:47:31.3993177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_lstsq_cpu_float32' 2025-03-04T19:47:31.3993817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_lstsq_grad_oriented_cpu_float32' 2025-03-04T19:47:31.3994401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_lu_cpu_float32' 2025-03-04T19:47:31.3995047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_lu_factor_cpu_float32' 2025-03-04T19:47:31.3995744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_lu_factor_ex_cpu_float32' 2025-03-04T19:47:31.3996340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_lu_solve_cpu_float32' 2025-03-04T19:47:31.3997018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_matrix_norm_cpu_float32' 2025-03-04T19:47:31.3997626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_matrix_power_cpu_float32' 2025-03-04T19:47:31.3998246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_matrix_rank_cpu_float32' 2025-03-04T19:47:31.3998891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_matrix_rank_hermitian_cpu_float32' 2025-03-04T19:47:31.3999499Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_multi_dot_cpu_float32' 2025-03-04T19:47:31.4000078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_norm_cpu_float32' 2025-03-04T19:47:31.4000759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32' 2025-03-04T19:47:31.4001338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_pinv_cpu_float32' 2025-03-04T19:47:31.4002001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_pinv_hermitian_cpu_float32' 2025-03-04T19:47:31.4002612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_pinv_singular_cpu_float32' 2025-03-04T19:47:31.4003192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_qr_cpu_float32' 2025-03-04T19:47:31.4003843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_slogdet_cpu_float32' 2025-03-04T19:47:31.4004458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_solve_cpu_float32' 2025-03-04T19:47:31.4005071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_solve_ex_cpu_float32' 2025-03-04T19:47:31.4005723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_solve_triangular_cpu_float32' 2025-03-04T19:47:31.4006310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_svd_cpu_float32' 2025-03-04T19:47:31.4006900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_svdvals_cpu_float32' 2025-03-04T19:47:31.4007511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_tensorinv_cpu_float32' 2025-03-04T19:47:31.4008116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_tensorsolve_cpu_float32' 2025-03-04T19:47:31.4008743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_vander_cpu_float32' 2025-03-04T19:47:31.4009330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_vecdot_cpu_float32' 2025-03-04T19:47:31.4009945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_vector_norm_cpu_float32' 2025-03-04T19:47:31.4010512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linspace_cpu_float32' 2025-03-04T19:47:31.4011154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linspace_tensor_overload_cpu_float32' 2025-03-04T19:47:31.4011708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log10_cpu_float32' 2025-03-04T19:47:31.4012277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log1p_cpu_float32' 2025-03-04T19:47:31.4012827Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log2_cpu_float32' 2025-03-04T19:47:31.4013385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log_cpu_float32' 2025-03-04T19:47:31.4013963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log_normal_cpu_float32' 2025-03-04T19:47:31.4014542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log_softmax_cpu_float32' 2025-03-04T19:47:31.4015200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log_softmax_with_dtype_cpu_float32' 2025-03-04T19:47:31.4015777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logaddexp2_cpu_float32' 2025-03-04T19:47:31.4016358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logaddexp_cpu_float32' 2025-03-04T19:47:31.4016948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logcumsumexp_cpu_float32' 2025-03-04T19:47:31.4017519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logdet_cpu_float32' 2025-03-04T19:47:31.4018126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logical_and_cpu_float32' 2025-03-04T19:47:31.4018743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logical_not_cpu_float32' 2025-03-04T19:47:31.4019320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logical_or_cpu_float32' 2025-03-04T19:47:31.4019910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logical_xor_cpu_float32' 2025-03-04T19:47:31.4020470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logit_cpu_float32' 2025-03-04T19:47:31.4021054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logspace_cpu_float32' 2025-03-04T19:47:31.4021807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logspace_tensor_overload_cpu_float32' 2025-03-04T19:47:31.4022399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logsumexp_cpu_float32' 2025-03-04T19:47:31.4022950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_long_cpu_float32' 2025-03-04T19:47:31.4023506Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_lt_cpu_float32' 2025-03-04T19:47:31.4024047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_lu_cpu_float32' 2025-03-04T19:47:31.4024619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_lu_solve_cpu_float32' 2025-03-04T19:47:31.4025208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_lu_unpack_cpu_float32' 2025-03-04T19:47:31.4025752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mH_cpu_float32' 2025-03-04T19:47:31.4026309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mT_cpu_float32' 2025-03-04T19:47:31.4026888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_amax_cpu_float32' 2025-03-04T19:47:31.4027482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_amin_cpu_float32' 2025-03-04T19:47:31.4028071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_argmax_cpu_float32' 2025-03-04T19:47:31.4028702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_argmin_cpu_float32' 2025-03-04T19:47:31.4029297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_cumprod_cpu_float32' 2025-03-04T19:47:31.4029898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_cumsum_cpu_float32' 2025-03-04T19:47:31.4030474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_fill_cpu_float32' 2025-03-04T19:47:31.4031117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_log_softmax_cpu_float32' 2025-03-04T19:47:31.4031724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_logaddexp_cpu_float32' 2025-03-04T19:47:31.4032365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_logsumexp_cpu_float32' 2025-03-04T19:47:31.4032947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_mean_cpu_float32' 2025-03-04T19:47:31.4033542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_median_cpu_float32' 2025-03-04T19:47:31.4034118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_norm_cpu_float32' 2025-03-04T19:47:31.4034718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_normalize_cpu_float32' 2025-03-04T19:47:31.4035339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_prod_cpu_float32' 2025-03-04T19:47:31.4035931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_scatter_cpu_float32' 2025-03-04T19:47:31.4036530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_select_cpu_float32' 2025-03-04T19:47:31.4037122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_softmax_cpu_float32' 2025-03-04T19:47:31.4037728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_softmin_cpu_float32' 2025-03-04T19:47:31.4038310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_std_cpu_float32' 2025-03-04T19:47:31.4038900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_sum_cpu_float32' 2025-03-04T19:47:31.4039479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_var_cpu_float32' 2025-03-04T19:47:31.4040053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_matmul_cpu_float32' 2025-03-04T19:47:31.4040631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_matrix_exp_cpu_float32' 2025-03-04T19:47:31.4041225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_max_binary_cpu_float32' 2025-03-04T19:47:31.4041921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_max_pool2d_with_indices_backward_cpu_float32' 2025-03-04T19:47:31.4042545Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_max_reduction_no_dim_cpu_float32' 2025-03-04T19:47:31.4043166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_max_reduction_with_dim_cpu_float32' 2025-03-04T19:47:31.4043745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_maximum_cpu_float32' 2025-03-04T19:47:31.4044298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mean_cpu_float32' 2025-03-04T19:47:31.4044901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_median_cpu_float32' 2025-03-04T19:47:31.4045572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_meshgrid_list_of_tensors_cpu_float32' 2025-03-04T19:47:31.4046206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_meshgrid_variadic_tensors_cpu_float32' 2025-03-04T19:47:31.4046799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_min_binary_cpu_float32' 2025-03-04T19:47:31.4047414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_min_reduction_no_dim_cpu_float32' 2025-03-04T19:47:31.4048053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_min_reduction_with_dim_cpu_float32' 2025-03-04T19:47:31.4048647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_minimum_cpu_float32' 2025-03-04T19:47:31.4049212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mm_cpu_float32' 2025-03-04T19:47:31.4049765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mode_cpu_float32' 2025-03-04T19:47:31.4050343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_movedim_cpu_float32' 2025-03-04T19:47:31.4050896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_msort_cpu_float32' 2025-03-04T19:47:31.4051459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mul_cpu_float32' 2025-03-04T19:47:31.4052041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_multinomial_cpu_float32' 2025-03-04T19:47:31.4052597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mv_cpu_float32' 2025-03-04T19:47:31.4053214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32' 2025-03-04T19:47:31.4053846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32' 2025-03-04T19:47:31.4054460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32' 2025-03-04T19:47:31.4055079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nan_to_num_cpu_float32' 2025-03-04T19:47:31.4055645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nanmean_cpu_float32' 2025-03-04T19:47:31.4056222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nanmedian_cpu_float32' 2025-03-04T19:47:31.4056815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nanquantile_cpu_float32' 2025-03-04T19:47:31.4057371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nansum_cpu_float32' 2025-03-04T19:47:31.4057985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_narrow_copy_cpu_float32' 2025-03-04T19:47:31.4058577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_narrow_cpu_float32' 2025-03-04T19:47:31.4059184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_native_batch_norm_cpu_float32' 2025-03-04T19:47:31.4059811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_native_dropout_backward_cpu_float32' 2025-03-04T19:47:31.4060422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_native_layer_norm_cpu_float32' 2025-03-04T19:47:31.4060964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ne_cpu_float32' 2025-03-04T19:47:31.4061625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_neg_cpu_float32' 2025-03-04T19:47:31.4062207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_new_empty_cpu_float32' 2025-03-04T19:47:31.4062821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_new_empty_strided_cpu_float32' 2025-03-04T19:47:31.4063386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_new_full_cpu_float32' 2025-03-04T19:47:31.4063965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_new_ones_cpu_float32' 2025-03-04T19:47:31.4064538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_new_zeros_cpu_float32' 2025-03-04T19:47:31.4065129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nextafter_cpu_float32' 2025-03-04T19:47:31.4065798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32' 2025-03-04T19:47:31.4066463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32' 2025-03-04T19:47:31.4067137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32' 2025-03-04T19:47:31.4067800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32' 2025-03-04T19:47:31.4068567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32' 2025-03-04T19:47:31.4069232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32' 2025-03-04T19:47:31.4069890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_alpha_dropout_cpu_float32' 2025-03-04T19:47:31.4070522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_avg_pool1d_cpu_float32' 2025-03-04T19:47:31.4071164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_avg_pool2d_cpu_float32' 2025-03-04T19:47:31.4072005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_avg_pool3d_cpu_float32' 2025-03-04T19:47:31.4072685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_batch_norm_cpu_float32' 2025-03-04T19:47:31.4073308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_bilinear_cpu_float32' 2025-03-04T19:47:31.4073990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_binary_cross_entropy_cpu_float32' 2025-03-04T19:47:31.4074702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32' 2025-03-04T19:47:31.4075361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_celu_cpu_float32' 2025-03-04T19:47:31.4075977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_conv1d_cpu_float32' 2025-03-04T19:47:31.4076597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_conv2d_cpu_float32' 2025-03-04T19:47:31.4077207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_conv3d_cpu_float32' 2025-03-04T19:47:31.4077871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_conv_transpose1d_cpu_float32' 2025-03-04T19:47:31.4078527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_conv_transpose2d_cpu_float32' 2025-03-04T19:47:31.4079200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_conv_transpose3d_cpu_float32' 2025-03-04T19:47:31.4079869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32' 2025-03-04T19:47:31.4080541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_cosine_similarity_cpu_float32' 2025-03-04T19:47:31.4081177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_cross_entropy_cpu_float32' 2025-03-04T19:47:31.4081811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_ctc_loss_cpu_float32' 2025-03-04T19:47:31.4082470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_dropout2d_cpu_float32' 2025-03-04T19:47:31.4083095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_dropout3d_cpu_float32' 2025-03-04T19:47:31.4083726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_dropout_cpu_float32' 2025-03-04T19:47:31.4084327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_elu_cpu_float32' 2025-03-04T19:47:31.4085003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_embedding_bag_cpu_float32' 2025-03-04T19:47:31.4085634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_embedding_cpu_float32' 2025-03-04T19:47:31.4086394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32' 2025-03-04T19:47:31.4087125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32' 2025-03-04T19:47:31.4087811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32' 2025-03-04T19:47:31.4088486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32' 2025-03-04T19:47:31.4089177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32' 2025-03-04T19:47:31.4089785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_gelu_cpu_float32' 2025-03-04T19:47:31.4090399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_glu_cpu_float32' 2025-03-04T19:47:31.4091031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_grid_sample_cpu_float32' 2025-03-04T19:47:31.4091673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_group_norm_cpu_float32' 2025-03-04T19:47:31.4092303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_hardshrink_cpu_float32' 2025-03-04T19:47:31.4092950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_hardsigmoid_cpu_float32' 2025-03-04T19:47:31.4093576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_hardswish_cpu_float32' 2025-03-04T19:47:31.4094211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_hardtanh_cpu_float32' 2025-03-04T19:47:31.4094878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32' 2025-03-04T19:47:31.4095525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_huber_loss_cpu_float32' 2025-03-04T19:47:31.4096197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_instance_norm_cpu_float32' 2025-03-04T19:47:31.4096864Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_area_cpu_float32' 2025-03-04T19:47:31.4097615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_bicubic_cpu_float32' 2025-03-04T19:47:31.4098286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_bilinear_cpu_float32' 2025-03-04T19:47:31.4098996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_linear_cpu_float32' 2025-03-04T19:47:31.4099717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_nearest-exact_cpu_float32' 2025-03-04T19:47:31.4100391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_nearest_cpu_float32' 2025-03-04T19:47:31.4101068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_trilinear_cpu_float32' 2025-03-04T19:47:31.4101757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_kl_div_cpu_float32' 2025-03-04T19:47:31.4102376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_l1_loss_cpu_float32' 2025-03-04T19:47:31.4103045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_layer_norm_cpu_float32' 2025-03-04T19:47:31.4103670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_leaky_relu_cpu_float32' 2025-03-04T19:47:31.4104299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_linear_cpu_float32' 2025-03-04T19:47:31.4104963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_local_response_norm_cpu_float32' 2025-03-04T19:47:31.4105604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_logsigmoid_cpu_float32' 2025-03-04T19:47:31.4106268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_margin_ranking_loss_cpu_float32' 2025-03-04T19:47:31.4106906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_pool1d_cpu_float32' 2025-03-04T19:47:31.4107530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_pool2d_cpu_float32' 2025-03-04T19:47:31.4108169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_pool3d_cpu_float32' 2025-03-04T19:47:31.4108806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_unpool1d_cpu_float32' 2025-03-04T19:47:31.4109500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32' 2025-03-04T19:47:31.4110136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_unpool2d_cpu_float32' 2025-03-04T19:47:31.4110804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32' 2025-03-04T19:47:31.4111438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_unpool3d_cpu_float32' 2025-03-04T19:47:31.4112127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32' 2025-03-04T19:47:31.4112739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_mish_cpu_float32' 2025-03-04T19:47:31.4113382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_mse_loss_cpu_float32' 2025-03-04T19:47:31.4114095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_multi_head_attention_forward_cpu_float32' 2025-03-04T19:47:31.4114749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_multi_margin_loss_cpu_float32' 2025-03-04T19:47:31.4115435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32' 2025-03-04T19:47:31.4116154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32' 2025-03-04T19:47:31.4116789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_nll_loss_cpu_float32' 2025-03-04T19:47:31.4117415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_normalize_cpu_float32' 2025-03-04T19:47:31.4118060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pad_circular_cpu_float32' 2025-03-04T19:47:31.4118699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pad_constant_cpu_float32' 2025-03-04T19:47:31.4119346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pad_reflect_cpu_float32' 2025-03-04T19:47:31.4119989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pad_replicate_cpu_float32' 2025-03-04T19:47:31.4120672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pad_replicate_negative_cpu_float32' 2025-03-04T19:47:31.4121330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pairwise_distance_cpu_float32' 2025-03-04T19:47:31.4121949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pdist_cpu_float32' 2025-03-04T19:47:31.4122590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pixel_shuffle_cpu_float32' 2025-03-04T19:47:31.4123277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pixel_unshuffle_cpu_float32' 2025-03-04T19:47:31.4123927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_poisson_nll_loss_cpu_float32' 2025-03-04T19:47:31.4124548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_prelu_cpu_float32' 2025-03-04T19:47:31.4125153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_relu6_cpu_float32' 2025-03-04T19:47:31.4125795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_relu_cpu_float32' 2025-03-04T19:47:31.4126407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_rrelu_cpu_float32' 2025-03-04T19:47:31.4127146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_scaled_dot_product_attention_cpu_float32' 2025-03-04T19:47:31.4127751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_selu_cpu_float32' 2025-03-04T19:47:31.4128357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_silu_cpu_float32' 2025-03-04T19:47:31.4129019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_smooth_l1_loss_cpu_float32' 2025-03-04T19:47:31.4129696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_soft_margin_loss_cpu_float32' 2025-03-04T19:47:31.4130401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_softmin_cpu_float32' 2025-03-04T19:47:31.4131066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_softmin_with_dtype_cpu_float32' 2025-03-04T19:47:31.4131701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_softplus_cpu_float32' 2025-03-04T19:47:31.4132329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_softshrink_cpu_float32' 2025-03-04T19:47:31.4132973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_softsign_cpu_float32' 2025-03-04T19:47:31.4133601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_tanhshrink_cpu_float32' 2025-03-04T19:47:31.4134235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_threshold_cpu_float32' 2025-03-04T19:47:31.4134969Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_triplet_margin_loss_cpu_float32' 2025-03-04T19:47:31.4135699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32' 2025-03-04T19:47:31.4136353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_unfold_cpu_float32' 2025-03-04T19:47:31.4137021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_upsample_bilinear_cpu_float32' 2025-03-04T19:47:31.4137676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_upsample_nearest_cpu_float32' 2025-03-04T19:47:31.4138255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nonzero_cpu_float32' 2025-03-04T19:47:31.4138848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nonzero_static_cpu_float32' 2025-03-04T19:47:31.4139440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_norm_cpu_float32' 2025-03-04T19:47:31.4140012Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_norm_fro_cpu_float32' 2025-03-04T19:47:31.4140616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_norm_inf_cpu_float32' 2025-03-04T19:47:31.4141184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_norm_nuc_cpu_float32' 2025-03-04T19:47:31.4141823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_normal_cpu_float32' 2025-03-04T19:47:31.4142438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_normal_in_place_cpu_float32' 2025-03-04T19:47:31.4143048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_normal_number_mean_cpu_float32' 2025-03-04T19:47:31.4143654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ones_cpu_float32' 2025-03-04T19:47:31.4144230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ones_like_cpu_float32' 2025-03-04T19:47:31.4144801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ormqr_cpu_float32' 2025-03-04T19:47:31.4145356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_outer_cpu_float32' 2025-03-04T19:47:31.4145952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_pca_lowrank_cpu_float32' 2025-03-04T19:47:31.4146527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_permute_cpu_float32' 2025-03-04T19:47:31.4147117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_pinverse_cpu_float32' 2025-03-04T19:47:31.4147671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_polar_cpu_float32' 2025-03-04T19:47:31.4148310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_polygamma_polygamma_n_0_cpu_float32' 2025-03-04T19:47:31.4148938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_polygamma_polygamma_n_1_cpu_float32' 2025-03-04T19:47:31.4149579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_polygamma_polygamma_n_2_cpu_float32' 2025-03-04T19:47:31.4150243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_polygamma_polygamma_n_3_cpu_float32' 2025-03-04T19:47:31.4150883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_polygamma_polygamma_n_4_cpu_float32' 2025-03-04T19:47:31.4151457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_positive_cpu_float32' 2025-03-04T19:47:31.4152018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_pow_cpu_float32' 2025-03-04T19:47:31.4152574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_prod_cpu_float32' 2025-03-04T19:47:31.4153148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_put_cpu_float32' 2025-03-04T19:47:31.4153734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_qr_cpu_float32' 2025-03-04T19:47:31.4154304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_quantile_cpu_float32' 2025-03-04T19:47:31.4154885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_rad2deg_cpu_float32' 2025-03-04T19:47:31.4155460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_rand_like_cpu_float32' 2025-03-04T19:47:31.4156041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_randint_cpu_float32' 2025-03-04T19:47:31.4156656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_randint_like_cpu_float32' 2025-03-04T19:47:31.4157233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_randn_cpu_float32' 2025-03-04T19:47:31.4157814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_randn_like_cpu_float32' 2025-03-04T19:47:31.4158385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ravel_cpu_float32' 2025-03-04T19:47:31.4158938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_real_cpu_float32' 2025-03-04T19:47:31.4159534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_reciprocal_cpu_float32' 2025-03-04T19:47:31.4160109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_remainder_cpu_float32' 2025-03-04T19:47:31.4160682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_renorm_cpu_float32' 2025-03-04T19:47:31.4161242Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_repeat_cpu_float32' 2025-03-04T19:47:31.4161847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_repeat_interleave_cpu_float32' 2025-03-04T19:47:31.4162439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_reshape_as_cpu_float32' 2025-03-04T19:47:31.4163002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_reshape_cpu_float32' 2025-03-04T19:47:31.4163608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_resize__cpu_float32' 2025-03-04T19:47:31.4164188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_resize_as__cpu_float32' 2025-03-04T19:47:31.4164788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_resolve_conj_cpu_float32' 2025-03-04T19:47:31.4165372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_resolve_neg_cpu_float32' 2025-03-04T19:47:31.4165935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_roll_cpu_float32' 2025-03-04T19:47:31.4166514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_rot90_cpu_float32' 2025-03-04T19:47:31.4167102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_round_cpu_float32' 2025-03-04T19:47:31.4167702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_round_decimals_0_cpu_float32' 2025-03-04T19:47:31.4168313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_round_decimals_3_cpu_float32' 2025-03-04T19:47:31.4168922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_round_decimals_neg_3_cpu_float32' 2025-03-04T19:47:31.4169493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_rsqrt_cpu_float32' 2025-03-04T19:47:31.4170067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_rsub_cpu_float32' 2025-03-04T19:47:31.4170671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scalar_tensor_cpu_float32' 2025-03-04T19:47:31.4171254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_add_cpu_float32' 2025-03-04T19:47:31.4171968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_cpu_float32' 2025-03-04T19:47:31.4172589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_reduce_amax_cpu_float32' 2025-03-04T19:47:31.4173198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_reduce_amin_cpu_float32' 2025-03-04T19:47:31.4173820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_reduce_mean_cpu_float32' 2025-03-04T19:47:31.4174433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_reduce_prod_cpu_float32' 2025-03-04T19:47:31.4175053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_reduce_sum_cpu_float32' 2025-03-04T19:47:31.4175639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_searchsorted_cpu_float32' 2025-03-04T19:47:31.4176217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_select_cpu_float32' 2025-03-04T19:47:31.4176870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_select_scatter_cpu_float32' 2025-03-04T19:47:31.4177432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sgn_cpu_float32' 2025-03-04T19:47:31.4177988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_short_cpu_float32' 2025-03-04T19:47:31.4178568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sigmoid_cpu_float32' 2025-03-04T19:47:31.4179119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sign_cpu_float32' 2025-03-04T19:47:31.4179789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_bartlett_cpu_float32' 2025-03-04T19:47:31.4180446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_blackman_cpu_float32' 2025-03-04T19:47:31.4181077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_cosine_cpu_float32' 2025-03-04T19:47:31.4181793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_exponential_cpu_float32' 2025-03-04T19:47:31.4182430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_gaussian_cpu_float32' 2025-03-04T19:47:31.4183076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_general_cosine_cpu_float32' 2025-03-04T19:47:31.4183764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_general_hamming_cpu_float32' 2025-03-04T19:47:31.4184399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_hamming_cpu_float32' 2025-03-04T19:47:31.4185007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_hann_cpu_float32' 2025-03-04T19:47:31.4185632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_kaiser_cpu_float32' 2025-03-04T19:47:31.4186253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_nuttall_cpu_float32' 2025-03-04T19:47:31.4186834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signbit_cpu_float32' 2025-03-04T19:47:31.4187385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sin_cpu_float32' 2025-03-04T19:47:31.4187946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sinc_cpu_float32' 2025-03-04T19:47:31.4188497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sinh_cpu_float32' 2025-03-04T19:47:31.4189060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_slice_cpu_float32' 2025-03-04T19:47:31.4189654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_slice_scatter_cpu_float32' 2025-03-04T19:47:31.4190263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_softmax_cpu_float32' 2025-03-04T19:47:31.4190868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_softmax_with_dtype_cpu_float32' 2025-03-04T19:47:31.4191437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sort_cpu_float32' 2025-03-04T19:47:31.4192034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sparse_mm_reduce_cpu_float32' 2025-03-04T19:47:31.4192660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sparse_sampled_addmm_cpu_float32' 2025-03-04T19:47:31.4193280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_airy_ai_cpu_float32' 2025-03-04T19:47:31.4193917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_bessel_j0_cpu_float32' 2025-03-04T19:47:31.4194515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_bessel_j1_cpu_float32' 2025-03-04T19:47:31.4195114Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_bessel_y0_cpu_float32' 2025-03-04T19:47:31.4195725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_bessel_y1_cpu_float32' 2025-03-04T19:47:31.4196387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_chebyshev_polynomial_t_cpu_float32' 2025-03-04T19:47:31.4197090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_chebyshev_polynomial_u_cpu_float32' 2025-03-04T19:47:31.4197746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_chebyshev_polynomial_v_cpu_float32' 2025-03-04T19:47:31.4198413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_chebyshev_polynomial_w_cpu_float32' 2025-03-04T19:47:31.4199002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_entr_cpu_float32' 2025-03-04T19:47:31.4199605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_erfcx_cpu_float32' 2025-03-04T19:47:31.4200253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_hermite_polynomial_h_cpu_float32' 2025-03-04T19:47:31.4200918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_hermite_polynomial_he_cpu_float32' 2025-03-04T19:47:31.4201496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_i0e_cpu_float32' 2025-03-04T19:47:31.4202082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_i1_cpu_float32' 2025-03-04T19:47:31.4202660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_i1e_cpu_float32' 2025-03-04T19:47:31.4203325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_laguerre_polynomial_l_cpu_float32' 2025-03-04T19:47:31.4204000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_legendre_polynomial_p_cpu_float32' 2025-03-04T19:47:31.4204615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_log_ndtr_cpu_float32' 2025-03-04T19:47:31.4205254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_modified_bessel_i0_cpu_float32' 2025-03-04T19:47:31.4205908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_modified_bessel_i1_cpu_float32' 2025-03-04T19:47:31.4206572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_modified_bessel_k0_cpu_float32' 2025-03-04T19:47:31.4207224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_modified_bessel_k1_cpu_float32' 2025-03-04T19:47:31.4207835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_ndtr_cpu_float32' 2025-03-04T19:47:31.4208421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_ndtri_cpu_float32' 2025-03-04T19:47:31.4209131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32' 2025-03-04T19:47:31.4209801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_scaled_modified_bessel_k0_cpu_float32' 2025-03-04T19:47:31.4210505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_scaled_modified_bessel_k1_cpu_float32' 2025-03-04T19:47:31.4211192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32' 2025-03-04T19:47:31.4211891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32' 2025-03-04T19:47:31.4212578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32' 2025-03-04T19:47:31.4213275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32' 2025-03-04T19:47:31.4213920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_spherical_bessel_j0_cpu_float32' 2025-03-04T19:47:31.4214529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_xlog1py_cpu_float32' 2025-03-04T19:47:31.4215116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_zeta_cpu_float32' 2025-03-04T19:47:31.4215685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_split_cpu_float32' 2025-03-04T19:47:31.4216280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_split_list_args_cpu_float32' 2025-03-04T19:47:31.4216888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_split_with_sizes_cpu_float32' 2025-03-04T19:47:31.4217468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sqrt_cpu_float32' 2025-03-04T19:47:31.4218040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_square_cpu_float32' 2025-03-04T19:47:31.4218603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_squeeze_cpu_float32' 2025-03-04T19:47:31.4219213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_squeeze_multiple_cpu_float32' 2025-03-04T19:47:31.4219795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_stack_cpu_float32' 2025-03-04T19:47:31.4220346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_std_cpu_float32' 2025-03-04T19:47:31.4220967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_std_mean_cpu_float32' 2025-03-04T19:47:31.4221641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_std_mean_unbiased_cpu_float32' 2025-03-04T19:47:31.4222238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_std_unbiased_cpu_float32' 2025-03-04T19:47:31.4222788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_stft_cpu_float32' 2025-03-04T19:47:31.4223349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sub_cpu_float32' 2025-03-04T19:47:31.4223925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sum_cpu_float32' 2025-03-04T19:47:31.4224519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sum_to_size_cpu_float32' 2025-03-04T19:47:31.4225066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_svd_cpu_float32' 2025-03-04T19:47:31.4225660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_svd_lowrank_cpu_float32' 2025-03-04T19:47:31.4226248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_take_along_dim_cpu_float32' 2025-03-04T19:47:31.4226815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_take_cpu_float32' 2025-03-04T19:47:31.4227366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_tan_cpu_float32' 2025-03-04T19:47:31.4227926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_tanh_cpu_float32' 2025-03-04T19:47:31.4228513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_tensor_split_cpu_float32' 2025-03-04T19:47:31.4229097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_tensordot_cpu_float32' 2025-03-04T19:47:31.4229649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_tile_cpu_float32' 2025-03-04T19:47:31.4230223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_to_cpu_float32' 2025-03-04T19:47:31.4230855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_to_sparse_cpu_float32' 2025-03-04T19:47:31.4231426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_topk_cpu_float32' 2025-03-04T19:47:31.4231992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_trace_cpu_float32' 2025-03-04T19:47:31.4232566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_transpose_cpu_float32' 2025-03-04T19:47:31.4233180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_trapezoid_cpu_float32' 2025-03-04T19:47:31.4233742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_trapz_cpu_float32' 2025-03-04T19:47:31.4234382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_triangular_solve_cpu_float32' 2025-03-04T19:47:31.4234933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_tril_cpu_float32' 2025-03-04T19:47:31.4235495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_triu_cpu_float32' 2025-03-04T19:47:31.4236074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_true_divide_cpu_float32' 2025-03-04T19:47:31.4236647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_trunc_cpu_float32' 2025-03-04T19:47:31.4237238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unbind_cpu_float32' 2025-03-04T19:47:31.4237826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unflatten_cpu_float32' 2025-03-04T19:47:31.4238407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unfold_copy_cpu_float32' 2025-03-04T19:47:31.4238977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unfold_cpu_float32' 2025-03-04T19:47:31.4239543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_uniform_cpu_float32' 2025-03-04T19:47:31.4240151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unique_consecutive_cpu_float32' 2025-03-04T19:47:31.4240727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unique_cpu_float32' 2025-03-04T19:47:31.4241313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unsafe_chunk_cpu_float32' 2025-03-04T19:47:31.4241908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unsafe_split_cpu_float32' 2025-03-04T19:47:31.4242480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unsqueeze_cpu_float32' 2025-03-04T19:47:31.4243041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_var_cpu_float32' 2025-03-04T19:47:31.4243639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_var_mean_cpu_float32' 2025-03-04T19:47:31.4244257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_var_mean_unbiased_cpu_float32' 2025-03-04T19:47:31.4244846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_var_unbiased_cpu_float32' 2025-03-04T19:47:31.4245410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_vdot_cpu_float32' 2025-03-04T19:47:31.4246005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_view_as_complex_cpu_float32' 2025-03-04T19:47:31.4246602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_view_as_cpu_float32' 2025-03-04T19:47:31.4247181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_view_copy_cpu_float32' 2025-03-04T19:47:31.4247784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_view_cpu_float32' 2025-03-04T19:47:31.4248342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_vsplit_cpu_float32' 2025-03-04T19:47:31.4248898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_vstack_cpu_float32' 2025-03-04T19:47:31.4249467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_where_cpu_float32' 2025-03-04T19:47:31.4250026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_xlogy_cpu_float32' 2025-03-04T19:47:31.4250624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_zero__cpu_float32' 2025-03-04T19:47:31.4251185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_zeros_cpu_float32' 2025-03-04T19:47:31.4251774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_zeros_like_cpu_float32' 2025-03-04T19:47:31.4252334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_H_cpu_float32' 2025-03-04T19:47:31.4252970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_MapControlflowOp_cpu_float32' 2025-03-04T19:47:31.4253623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NestedMapControlflowOp_cpu_float32' 2025-03-04T19:47:31.4254264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyCatCustomOp_cpu_float32' 2025-03-04T19:47:31.4254890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyCubeCustomOp_cpu_float32' 2025-03-04T19:47:31.4255523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyMulCustomOp_cpu_float32' 2025-03-04T19:47:31.4256141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyNMSCustomOp_cpu_float32' 2025-03-04T19:47:31.4256796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyNonzeroCustomOp_cpu_float32' 2025-03-04T19:47:31.4257453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpySortCustomOp_cpu_float32' 2025-03-04T19:47:31.4258116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpySplitCopyCustomOp_cpu_float32' 2025-03-04T19:47:31.4258802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpySplitCopyWithIntCustomOp_cpu_float32' 2025-03-04T19:47:31.4259441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyTakeCustomOp_cpu_float32' 2025-03-04T19:47:31.4260107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyViewCopyCustomOp_cpu_float32' 2025-03-04T19:47:31.4260802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_TripleNestedMapControlflowOp_cpu_float32' 2025-03-04T19:47:31.4261429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___getitem___cpu_float32' 2025-03-04T19:47:31.4262086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___radd___cpu_float32' 2025-03-04T19:47:31.4262687Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___rdiv___cpu_float32' 2025-03-04T19:47:31.4263287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___rmatmul___cpu_float32' 2025-03-04T19:47:31.4263926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___rmod___cpu_float32' 2025-03-04T19:47:31.4264516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___rmul___cpu_float32' 2025-03-04T19:47:31.4265118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___rpow___cpu_float32' 2025-03-04T19:47:31.4265703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___rsub___cpu_float32' 2025-03-04T19:47:31.4266364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive__native_batch_norm_legit_cpu_float32' 2025-03-04T19:47:31.4267010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive__segment_reduce_lengths_cpu_float32' 2025-03-04T19:47:31.4267669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive__segment_reduce_offsets_cpu_float32' 2025-03-04T19:47:31.4268306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive__softmax_backward_data_cpu_float32' 2025-03-04T19:47:31.4268962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive__upsample_bilinear2d_aa_cpu_float32' 2025-03-04T19:47:31.4269535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_abs_cpu_float32' 2025-03-04T19:47:31.4270122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_acos_cpu_float32' 2025-03-04T19:47:31.4270732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_acosh_cpu_float32' 2025-03-04T19:47:31.4271315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_add_cpu_float32' 2025-03-04T19:47:31.4272058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addbmm_cpu_float32' 2025-03-04T19:47:31.4272657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addcdiv_cpu_float32' 2025-03-04T19:47:31.4273238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addcmul_cpu_float32' 2025-03-04T19:47:31.4273875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addmm_cpu_float32' 2025-03-04T19:47:31.4274537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addmm_decomposed_cpu_float32' 2025-03-04T19:47:31.4275113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addmv_cpu_float32' 2025-03-04T19:47:31.4275699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addr_cpu_float32' 2025-03-04T19:47:31.4276266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_all_cpu_float32' 2025-03-04T19:47:31.4276867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_allclose_cpu_float32' 2025-03-04T19:47:31.4277531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_amax_cpu_float32' 2025-03-04T19:47:31.4278125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_amin_cpu_float32' 2025-03-04T19:47:31.4278769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_aminmax_cpu_float32' 2025-03-04T19:47:31.4279362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_angle_cpu_float32' 2025-03-04T19:47:31.4279930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_any_cpu_float32' 2025-03-04T19:47:31.4280525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_arange_cpu_float32' 2025-03-04T19:47:31.4281104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_argmax_cpu_float32' 2025-03-04T19:47:31.4281697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_argmin_cpu_float32' 2025-03-04T19:47:31.4282280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_argsort_cpu_float32' 2025-03-04T19:47:31.4282879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_argwhere_cpu_float32' 2025-03-04T19:47:31.4283480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_as_strided_cpu_float32' 2025-03-04T19:47:31.4284134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_as_strided_partial_views_cpu_float32' 2025-03-04T19:47:31.4284807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_as_strided_scatter_cpu_float32' 2025-03-04T19:47:31.4285386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_asin_cpu_float32' 2025-03-04T19:47:31.4285976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_asinh_cpu_float32' 2025-03-04T19:47:31.4286605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_atan2_cpu_float32' 2025-03-04T19:47:31.4287223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_atan_cpu_float32' 2025-03-04T19:47:31.4287808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_atanh_cpu_float32' 2025-03-04T19:47:31.4288444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_atleast_1d_cpu_float32' 2025-03-04T19:47:31.4289035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_atleast_2d_cpu_float32' 2025-03-04T19:47:31.4289640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_atleast_3d_cpu_float32' 2025-03-04T19:47:31.4290221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_baddbmm_cpu_float32' 2025-03-04T19:47:31.4290871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_batch_norm_with_update_cpu_float32' 2025-03-04T19:47:31.4291490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_bernoulli_cpu_float32' 2025-03-04T19:47:31.4292089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_bfloat16_cpu_float32' 2025-03-04T19:47:31.4292683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_block_diag_cpu_float32' 2025-03-04T19:47:31.4293265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_bmm_cpu_float32' 2025-03-04T19:47:31.4293843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_bool_cpu_float32' 2025-03-04T19:47:31.4294477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_broadcast_shapes_cpu_float32' 2025-03-04T19:47:31.4295100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_broadcast_tensors_cpu_float32' 2025-03-04T19:47:31.4295701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_broadcast_to_cpu_float32' 2025-03-04T19:47:31.4296307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_bucketize_cpu_float32' 2025-03-04T19:47:31.4296883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_byte_cpu_float32' 2025-03-04T19:47:31.4297507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cartesian_prod_cpu_float32' 2025-03-04T19:47:31.4298107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cat_cpu_float32' 2025-03-04T19:47:31.4298697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cauchy_cpu_float32' 2025-03-04T19:47:31.4299275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cdist_cpu_float32' 2025-03-04T19:47:31.4299867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cdouble_cpu_float32' 2025-03-04T19:47:31.4300476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ceil_cpu_float32' 2025-03-04T19:47:31.4301075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cfloat_cpu_float32' 2025-03-04T19:47:31.4301759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_chalf_cpu_float32' 2025-03-04T19:47:31.4302348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_char_cpu_float32' 2025-03-04T19:47:31.4302937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cholesky_cpu_float32' 2025-03-04T19:47:31.4303570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cholesky_inverse_cpu_float32' 2025-03-04T19:47:31.4304182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cholesky_solve_cpu_float32' 2025-03-04T19:47:31.4304803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_chunk_cpu_float32' 2025-03-04T19:47:31.4305383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_clamp_cpu_float32' 2025-03-04T19:47:31.4305976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_clamp_max_cpu_float32' 2025-03-04T19:47:31.4306583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_clamp_min_cpu_float32' 2025-03-04T19:47:31.4307162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_clone_cpu_float32' 2025-03-04T19:47:31.4307782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_column_stack_cpu_float32' 2025-03-04T19:47:31.4308383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_combinations_cpu_float32' 2025-03-04T19:47:31.4308980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_complex_cpu_float32' 2025-03-04T19:47:31.4309552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_conj_cpu_float32' 2025-03-04T19:47:31.4310167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_conj_physical_cpu_float32' 2025-03-04T19:47:31.4310781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_constant_pad_nd_cpu_float32' 2025-03-04T19:47:31.4311411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_contiguous_cpu_float32' 2025-03-04T19:47:31.4311999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_copysign_cpu_float32' 2025-03-04T19:47:31.4312599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_corrcoef_cpu_float32' 2025-03-04T19:47:31.4313169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cos_cpu_float32' 2025-03-04T19:47:31.4313753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cosh_cpu_float32' 2025-03-04T19:47:31.4314383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_count_nonzero_cpu_float32' 2025-03-04T19:47:31.4314984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cov_cpu_float32' 2025-03-04T19:47:31.4315561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cross_cpu_float32' 2025-03-04T19:47:31.4316152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cummax_cpu_float32' 2025-03-04T19:47:31.4316729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cummin_cpu_float32' 2025-03-04T19:47:31.4317312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cumprod_cpu_float32' 2025-03-04T19:47:31.4317925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cumsum_cpu_float32' 2025-03-04T19:47:31.4318560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cumulative_trapezoid_cpu_float32' 2025-03-04T19:47:31.4319156Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_deg2rad_cpu_float32' 2025-03-04T19:47:31.4319727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diag_cpu_float32' 2025-03-04T19:47:31.4320335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diag_embed_cpu_float32' 2025-03-04T19:47:31.4320928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diagflat_cpu_float32' 2025-03-04T19:47:31.4321550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diagonal_copy_cpu_float32' 2025-03-04T19:47:31.4322137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diagonal_cpu_float32' 2025-03-04T19:47:31.4322767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diagonal_scatter_cpu_float32' 2025-03-04T19:47:31.4323344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diff_cpu_float32' 2025-03-04T19:47:31.4323945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_digamma_cpu_float32' 2025-03-04T19:47:31.4324543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_dist_cpu_float32' 2025-03-04T19:47:31.4325183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_div_floor_rounding_cpu_float32' 2025-03-04T19:47:31.4325815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_div_no_rounding_mode_cpu_float32' 2025-03-04T19:47:31.4326447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_div_trunc_rounding_cpu_float32' 2025-03-04T19:47:31.4327015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_dot_cpu_float32' 2025-03-04T19:47:31.4327619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_double_cpu_float32' 2025-03-04T19:47:31.4328241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_dsplit_cpu_float32' 2025-03-04T19:47:31.4328823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_dstack_cpu_float32' 2025-03-04T19:47:31.4329413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_einsum_cpu_float32' 2025-03-04T19:47:31.4329989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_empty_cpu_float32' 2025-03-04T19:47:31.4330603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_empty_like_cpu_float32' 2025-03-04T19:47:31.4331237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_empty_permuted_cpu_float32' 2025-03-04T19:47:31.4331856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_empty_strided_cpu_float32' 2025-03-04T19:47:31.4332421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_eq_cpu_float32' 2025-03-04T19:47:31.4333011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_equal_cpu_float32' 2025-03-04T19:47:31.4333578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_erf_cpu_float32' 2025-03-04T19:47:31.4334164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_erfc_cpu_float32' 2025-03-04T19:47:31.4334746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_erfinv_cpu_float32' 2025-03-04T19:47:31.4335333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_exp2_cpu_float32' 2025-03-04T19:47:31.4335902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_exp_cpu_float32' 2025-03-04T19:47:31.4336504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_expand_as_cpu_float32' 2025-03-04T19:47:31.4337080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_expand_cpu_float32' 2025-03-04T19:47:31.4337683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_expm1_cpu_float32' 2025-03-04T19:47:31.4338298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_exponential_cpu_float32' 2025-03-04T19:47:31.4338867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_eye_cpu_float32' 2025-03-04T19:47:31.4339472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_fft2_cpu_float32' 2025-03-04T19:47:31.4340056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_fft_cpu_float32' 2025-03-04T19:47:31.4340681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_fftn_cpu_float32' 2025-03-04T19:47:31.4341285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_fftshift_cpu_float32' 2025-03-04T19:47:31.4341988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_hfft2_cpu_float32' 2025-03-04T19:47:31.4342575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_hfft_cpu_float32' 2025-03-04T19:47:31.4343178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_hfftn_cpu_float32' 2025-03-04T19:47:31.4343765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ifft2_cpu_float32' 2025-03-04T19:47:31.4344364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ifft_cpu_float32' 2025-03-04T19:47:31.4344985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ifftn_cpu_float32' 2025-03-04T19:47:31.4345603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ifftshift_cpu_float32' 2025-03-04T19:47:31.4346197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ihfft2_cpu_float32' 2025-03-04T19:47:31.4346797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ihfft_cpu_float32' 2025-03-04T19:47:31.4347390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ihfftn_cpu_float32' 2025-03-04T19:47:31.4348003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_irfft2_cpu_float32' 2025-03-04T19:47:31.4348594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_irfft_cpu_float32' 2025-03-04T19:47:31.4349186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_irfftn_cpu_float32' 2025-03-04T19:47:31.4349785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_rfft2_cpu_float32' 2025-03-04T19:47:31.4350372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_rfft_cpu_float32' 2025-03-04T19:47:31.4350979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_rfftn_cpu_float32' 2025-03-04T19:47:31.4351590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fill_cpu_float32' 2025-03-04T19:47:31.4352186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_flatten_cpu_float32' 2025-03-04T19:47:31.4352767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_flip_cpu_float32' 2025-03-04T19:47:31.4353356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fliplr_cpu_float32' 2025-03-04T19:47:31.4353964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_flipud_cpu_float32' 2025-03-04T19:47:31.4354552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_float_cpu_float32' 2025-03-04T19:47:31.4355172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_float_power_cpu_float32' 2025-03-04T19:47:31.4355762Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_floor_cpu_float32' 2025-03-04T19:47:31.4356359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_floor_divide_cpu_float32' 2025-03-04T19:47:31.4356945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fmax_cpu_float32' 2025-03-04T19:47:31.4357517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fmin_cpu_float32' 2025-03-04T19:47:31.4358129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fmod_cpu_float32' 2025-03-04T19:47:31.4358702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_frac_cpu_float32' 2025-03-04T19:47:31.4359280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_frexp_cpu_float32' 2025-03-04T19:47:31.4359865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_full_cpu_float32' 2025-03-04T19:47:31.4360458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_full_like_cpu_float32' 2025-03-04T19:47:31.4361052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_gather_cpu_float32' 2025-03-04T19:47:31.4361617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ge_cpu_float32' 2025-03-04T19:47:31.4362223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_geometric_cpu_float32' 2025-03-04T19:47:31.4362794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_geqrf_cpu_float32' 2025-03-04T19:47:31.4363396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_gradient_cpu_float32' 2025-03-04T19:47:31.4364004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_grid_sampler_2d_cpu_float32' 2025-03-04T19:47:31.4364610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_gt_cpu_float32' 2025-03-04T19:47:31.4365180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_half_cpu_float32' 2025-03-04T19:47:31.4365783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_heaviside_cpu_float32' 2025-03-04T19:47:31.4366360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_histc_cpu_float32' 2025-03-04T19:47:31.4366961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_histogram_cpu_float32' 2025-03-04T19:47:31.4367589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_histogramdd_cpu_float32' 2025-03-04T19:47:31.4368214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_hsplit_cpu_float32' 2025-03-04T19:47:31.4368793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_hstack_cpu_float32' 2025-03-04T19:47:31.4369363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_hypot_cpu_float32' 2025-03-04T19:47:31.4369939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_i0_cpu_float32' 2025-03-04T19:47:31.4370515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_igamma_cpu_float32' 2025-03-04T19:47:31.4371146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_igammac_cpu_float32' 2025-03-04T19:47:31.4371741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_index_add_cpu_float32' 2025-03-04T19:47:31.4372507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_index_copy_cpu_float32' 2025-03-04T19:47:31.4373105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_index_fill_cpu_float32' 2025-03-04T19:47:31.4373706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_index_put_cpu_float32' 2025-03-04T19:47:31.4374308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_index_reduce_cpu_float32' 2025-03-04T19:47:31.4374925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_index_select_cpu_float32' 2025-03-04T19:47:31.4375505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_inner_cpu_float32' 2025-03-04T19:47:31.4376089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_int_cpu_float32' 2025-03-04T19:47:31.4376673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isclose_cpu_float32' 2025-03-04T19:47:31.4377270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isfinite_cpu_float32' 2025-03-04T19:47:31.4377901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isin_cpu_float32' 2025-03-04T19:47:31.4378487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isinf_cpu_float32' 2025-03-04T19:47:31.4379135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isnan_cpu_float32' 2025-03-04T19:47:31.4379727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isneginf_cpu_float32' 2025-03-04T19:47:31.4380310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isposinf_cpu_float32' 2025-03-04T19:47:31.4380934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isreal_cpu_float32' 2025-03-04T19:47:31.4381590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_item_cpu_float32' 2025-03-04T19:47:31.4382286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_jiterator_2inputs_2outputs_cpu_float32' 2025-03-04T19:47:31.4382977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32' 2025-03-04T19:47:31.4383591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_jiterator_binary_cpu_float32' 2025-03-04T19:47:31.4384274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_jiterator_binary_return_by_ref_cpu_float32' 2025-03-04T19:47:31.4384917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_jiterator_unary_cpu_float32' 2025-03-04T19:47:31.4385388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_uint8' 2025-03-04T19:47:31.4385959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_kron_cpu_float32' 2025-03-04T19:47:31.4386560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_kthvalue_cpu_float32' 2025-03-04T19:47:31.4387134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ldexp_cpu_float32' 2025-03-04T19:47:31.4387709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_le_cpu_float32' 2025-03-04T19:47:31.4388283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_lerp_cpu_float32' 2025-03-04T19:47:31.4388875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_lgamma_cpu_float32' 2025-03-04T19:47:31.4389486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_cholesky_cpu_float32' 2025-03-04T19:47:31.4390121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_cholesky_ex_cpu_float32' 2025-03-04T19:47:31.4390716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_cond_cpu_float32' 2025-03-04T19:47:31.4391348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_cross_cpu_float32' 2025-03-04T19:47:31.4391955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_det_cpu_float32' 2025-03-04T19:47:31.4392578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_det_singular_cpu_float32' 2025-03-04T19:47:31.4393197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_diagonal_cpu_float32' 2025-03-04T19:47:31.4393789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_eig_cpu_float32' 2025-03-04T19:47:31.4394420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_eigh_cpu_float32' 2025-03-04T19:47:31.4395030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_eigvals_cpu_float32' 2025-03-04T19:47:31.4395677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_eigvalsh_cpu_float32' 2025-03-04T19:47:31.4396336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_householder_product_cpu_float32' 2025-03-04T19:47:31.4396940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_inv_cpu_float32' 2025-03-04T19:47:31.4397541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_inv_ex_cpu_float32' 2025-03-04T19:47:31.4398215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_ldl_factor_cpu_float32' 2025-03-04T19:47:31.4398844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_ldl_factor_ex_cpu_float32' 2025-03-04T19:47:31.4399467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_ldl_solve_cpu_float32' 2025-03-04T19:47:31.4400065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_lstsq_cpu_float32' 2025-03-04T19:47:31.4400730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_lstsq_grad_oriented_cpu_float32' 2025-03-04T19:47:31.4401325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_lu_cpu_float32' 2025-03-04T19:47:31.4401952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_lu_factor_cpu_float32' 2025-03-04T19:47:31.4402577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_lu_factor_ex_cpu_float32' 2025-03-04T19:47:31.4403196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_lu_solve_cpu_float32' 2025-03-04T19:47:31.4403816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_matrix_norm_cpu_float32' 2025-03-04T19:47:31.4404443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_matrix_power_cpu_float32' 2025-03-04T19:47:31.4405104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_matrix_rank_cpu_float32' 2025-03-04T19:47:31.4405767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_matrix_rank_hermitian_cpu_float32' 2025-03-04T19:47:31.4406392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_multi_dot_cpu_float32' 2025-03-04T19:47:31.4406990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_norm_cpu_float32' 2025-03-04T19:47:31.4407699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32' 2025-03-04T19:47:31.4408306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_pinv_cpu_float32' 2025-03-04T19:47:31.4408977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_pinv_hermitian_cpu_float32' 2025-03-04T19:47:31.4409604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_pinv_singular_cpu_float32' 2025-03-04T19:47:31.4410207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_qr_cpu_float32' 2025-03-04T19:47:31.4410810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_slogdet_cpu_float32' 2025-03-04T19:47:31.4411683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_solve_cpu_float32' 2025-03-04T19:47:31.4412294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_solve_ex_cpu_float32' 2025-03-04T19:47:31.4412948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_solve_triangular_cpu_float32' 2025-03-04T19:47:31.4413540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_svd_cpu_float32' 2025-03-04T19:47:31.4414155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_svdvals_cpu_float32' 2025-03-04T19:47:31.4414769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_tensorinv_cpu_float32' 2025-03-04T19:47:31.4415407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_tensorsolve_cpu_float32' 2025-03-04T19:47:31.4416008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_vander_cpu_float32' 2025-03-04T19:47:31.4416622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_vecdot_cpu_float32' 2025-03-04T19:47:31.4417244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_vector_norm_cpu_float32' 2025-03-04T19:47:31.4417835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linspace_cpu_float32' 2025-03-04T19:47:31.4418522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linspace_tensor_overload_cpu_float32' 2025-03-04T19:47:31.4419098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log10_cpu_float32' 2025-03-04T19:47:31.4419685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log1p_cpu_float32' 2025-03-04T19:47:31.4420255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log2_cpu_float32' 2025-03-04T19:47:31.4420828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log_cpu_float32' 2025-03-04T19:47:31.4421448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log_normal_cpu_float32' 2025-03-04T19:47:31.4422156Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log_softmax_cpu_float32' 2025-03-04T19:47:31.4422794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log_softmax_with_dtype_cpu_float32' 2025-03-04T19:47:31.4423398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logaddexp2_cpu_float32' 2025-03-04T19:47:31.4423991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logaddexp_cpu_float32' 2025-03-04T19:47:31.4424609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logcumsumexp_cpu_float32' 2025-03-04T19:47:31.4425214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logdet_cpu_float32' 2025-03-04T19:47:31.4425828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logical_and_cpu_float32' 2025-03-04T19:47:31.4426423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logical_not_cpu_float32' 2025-03-04T19:47:31.4427025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logical_or_cpu_float32' 2025-03-04T19:47:31.4427619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logical_xor_cpu_float32' 2025-03-04T19:47:31.4428209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logit_cpu_float32' 2025-03-04T19:47:31.4428804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logspace_cpu_float32' 2025-03-04T19:47:31.4429452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logspace_tensor_overload_cpu_float32' 2025-03-04T19:47:31.4430052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logsumexp_cpu_float32' 2025-03-04T19:47:31.4430623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_long_cpu_float32' 2025-03-04T19:47:31.4431197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_lt_cpu_float32' 2025-03-04T19:47:31.4431787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_lu_cpu_float32' 2025-03-04T19:47:31.4432390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_lu_solve_cpu_float32' 2025-03-04T19:47:31.4432980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_lu_unpack_cpu_float32' 2025-03-04T19:47:31.4433557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mH_cpu_float32' 2025-03-04T19:47:31.4434117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mT_cpu_float32' 2025-03-04T19:47:31.4434754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_amax_cpu_float32' 2025-03-04T19:47:31.4435349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_amin_cpu_float32' 2025-03-04T19:47:31.4435989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_argmax_cpu_float32' 2025-03-04T19:47:31.4436589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_argmin_cpu_float32' 2025-03-04T19:47:31.4437208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_cumprod_cpu_float32' 2025-03-04T19:47:31.4437809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_cumsum_cpu_float32' 2025-03-04T19:47:31.4438449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_fill_cpu_float32' 2025-03-04T19:47:31.4439075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_log_softmax_cpu_float32' 2025-03-04T19:47:31.4439690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_logaddexp_cpu_float32' 2025-03-04T19:47:31.4440313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_logsumexp_cpu_float32' 2025-03-04T19:47:31.4440912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_mean_cpu_float32' 2025-03-04T19:47:31.4441527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_median_cpu_float32' 2025-03-04T19:47:31.4442130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_norm_cpu_float32' 2025-03-04T19:47:31.4442757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_normalize_cpu_float32' 2025-03-04T19:47:31.4443356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_prod_cpu_float32' 2025-03-04T19:47:31.4443972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_scatter_cpu_float32' 2025-03-04T19:47:31.4444577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_select_cpu_float32' 2025-03-04T19:47:31.4445222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_softmax_cpu_float32' 2025-03-04T19:47:31.4445831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_softmin_cpu_float32' 2025-03-04T19:47:31.4446439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_std_cpu_float32' 2025-03-04T19:47:31.4447036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_sum_cpu_float32' 2025-03-04T19:47:31.4447639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_var_cpu_float32' 2025-03-04T19:47:31.4448250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_matmul_cpu_float32' 2025-03-04T19:47:31.4448896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_matrix_exp_cpu_float32' 2025-03-04T19:47:31.4449488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_max_binary_cpu_float32' 2025-03-04T19:47:31.4450173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_max_pool2d_with_indices_backward_cpu_float32' 2025-03-04T19:47:31.4450801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_max_reduction_no_dim_cpu_float32' 2025-03-04T19:47:31.4451446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_max_reduction_with_dim_cpu_float32' 2025-03-04T19:47:31.4456234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_maximum_cpu_float32' 2025-03-04T19:47:31.4456878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mean_cpu_float32' 2025-03-04T19:47:31.4457472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_median_cpu_float32' 2025-03-04T19:47:31.4458123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_meshgrid_list_of_tensors_cpu_float32' 2025-03-04T19:47:31.4458787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_meshgrid_variadic_tensors_cpu_float32' 2025-03-04T19:47:31.4459385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_min_binary_cpu_float32' 2025-03-04T19:47:31.4460017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_min_reduction_no_dim_cpu_float32' 2025-03-04T19:47:31.4460647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_min_reduction_with_dim_cpu_float32' 2025-03-04T19:47:31.4461240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_minimum_cpu_float32' 2025-03-04T19:47:31.4461884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mm_cpu_float32' 2025-03-04T19:47:31.4462471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mode_cpu_float32' 2025-03-04T19:47:31.4463094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_movedim_cpu_float32' 2025-03-04T19:47:31.4463672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_msort_cpu_float32' 2025-03-04T19:47:31.4464238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mul_cpu_float32' 2025-03-04T19:47:31.4464845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_multinomial_cpu_float32' 2025-03-04T19:47:31.4465404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mv_cpu_float32' 2025-03-04T19:47:31.4466066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32' 2025-03-04T19:47:31.4466727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32' 2025-03-04T19:47:31.4467352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32' 2025-03-04T19:47:31.4467948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nan_to_num_cpu_float32' 2025-03-04T19:47:31.4468528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nanmean_cpu_float32' 2025-03-04T19:47:31.4469126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nanmedian_cpu_float32' 2025-03-04T19:47:31.4469749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nanquantile_cpu_float32' 2025-03-04T19:47:31.4470333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nansum_cpu_float32' 2025-03-04T19:47:31.4470928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_narrow_copy_cpu_float32' 2025-03-04T19:47:31.4471515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_narrow_cpu_float32' 2025-03-04T19:47:31.4472386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_native_batch_norm_cpu_float32' 2025-03-04T19:47:31.4473045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_native_dropout_backward_cpu_float32' 2025-03-04T19:47:31.4473661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_native_layer_norm_cpu_float32' 2025-03-04T19:47:31.4474235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ne_cpu_float32' 2025-03-04T19:47:31.4474800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_neg_cpu_float32' 2025-03-04T19:47:31.4475397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_new_empty_cpu_float32' 2025-03-04T19:47:31.4476016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_new_empty_strided_cpu_float32' 2025-03-04T19:47:31.4476678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_new_full_cpu_float32' 2025-03-04T19:47:31.4477260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_new_ones_cpu_float32' 2025-03-04T19:47:31.4477847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_new_zeros_cpu_float32' 2025-03-04T19:47:31.4478442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nextafter_cpu_float32' 2025-03-04T19:47:31.4479152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32' 2025-03-04T19:47:31.4479848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32' 2025-03-04T19:47:31.4480555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32' 2025-03-04T19:47:31.4481245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32' 2025-03-04T19:47:31.4481921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32' 2025-03-04T19:47:31.4482609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32' 2025-03-04T19:47:31.4483299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_alpha_dropout_cpu_float32' 2025-03-04T19:47:31.4483962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_avg_pool1d_cpu_float32' 2025-03-04T19:47:31.4484603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_avg_pool2d_cpu_float32' 2025-03-04T19:47:31.4485259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_avg_pool3d_cpu_float32' 2025-03-04T19:47:31.4485904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_batch_norm_cpu_float32' 2025-03-04T19:47:31.4486548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_bilinear_cpu_float32' 2025-03-04T19:47:31.4487228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_cpu_float32' 2025-03-04T19:47:31.4487959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32' 2025-03-04T19:47:31.4488579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_celu_cpu_float32' 2025-03-04T19:47:31.4489211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_conv1d_cpu_float32' 2025-03-04T19:47:31.4489860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_conv2d_cpu_float32' 2025-03-04T19:47:31.4490498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_conv3d_cpu_float32' 2025-03-04T19:47:31.4491163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_conv_transpose1d_cpu_float32' 2025-03-04T19:47:31.4491832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_conv_transpose2d_cpu_float32' 2025-03-04T19:47:31.4492526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_conv_transpose3d_cpu_float32' 2025-03-04T19:47:31.4493224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32' 2025-03-04T19:47:31.4493986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_cosine_similarity_cpu_float32' 2025-03-04T19:47:31.4494638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_cross_entropy_cpu_float32' 2025-03-04T19:47:31.4495280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_ctc_loss_cpu_float32' 2025-03-04T19:47:31.4495860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nonzero_cpu_float32' 2025-03-04T19:47:31.4496538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_dropout2d_cpu_float32' 2025-03-04T19:47:31.4497182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_dropout3d_cpu_float32' 2025-03-04T19:47:31.4497820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_dropout_cpu_float32' 2025-03-04T19:47:31.4498434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_elu_cpu_float32' 2025-03-04T19:47:31.4499091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_embedding_bag_cpu_float32' 2025-03-04T19:47:31.4499733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_embedding_cpu_float32' 2025-03-04T19:47:31.4500471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32' 2025-03-04T19:47:31.4501209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32' 2025-03-04T19:47:31.4501974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32' 2025-03-04T19:47:31.4502663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32' 2025-03-04T19:47:31.4503377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32' 2025-03-04T19:47:31.4504001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_gelu_cpu_float32' 2025-03-04T19:47:31.4504627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_glu_cpu_float32' 2025-03-04T19:47:31.4505272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_grid_sample_cpu_float32' 2025-03-04T19:47:31.4505923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_group_norm_cpu_float32' 2025-03-04T19:47:31.4506613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_hardshrink_cpu_float32' 2025-03-04T19:47:31.4507292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_hardsigmoid_cpu_float32' 2025-03-04T19:47:31.4507928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_hardswish_cpu_float32' 2025-03-04T19:47:31.4508570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_hardtanh_cpu_float32' 2025-03-04T19:47:31.4509252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32' 2025-03-04T19:47:31.4509932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_huber_loss_cpu_float32' 2025-03-04T19:47:31.4510591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_instance_norm_cpu_float32' 2025-03-04T19:47:31.4511266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_area_cpu_float32' 2025-03-04T19:47:31.4511949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_bicubic_cpu_float32' 2025-03-04T19:47:31.4512626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_bilinear_cpu_float32' 2025-03-04T19:47:31.4513312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_linear_cpu_float32' 2025-03-04T19:47:31.4514016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_nearest-exact_cpu_float32' 2025-03-04T19:47:31.4514699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_nearest_cpu_float32' 2025-03-04T19:47:31.4515386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_trilinear_cpu_float32' 2025-03-04T19:47:31.4516026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_kl_div_cpu_float32' 2025-03-04T19:47:31.4516686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_l1_loss_cpu_float32' 2025-03-04T19:47:31.4517338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_layer_norm_cpu_float32' 2025-03-04T19:47:31.4517982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_leaky_relu_cpu_float32' 2025-03-04T19:47:31.4518619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_linear_cpu_float32' 2025-03-04T19:47:31.4519298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_local_response_norm_cpu_float32' 2025-03-04T19:47:31.4519980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_logsigmoid_cpu_float32' 2025-03-04T19:47:31.4520680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_margin_ranking_loss_cpu_float32' 2025-03-04T19:47:31.4521331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_pool1d_cpu_float32' 2025-03-04T19:47:31.4521977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_pool2d_cpu_float32' 2025-03-04T19:47:31.4522628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_pool3d_cpu_float32' 2025-03-04T19:47:31.4523307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_cpu_float32' 2025-03-04T19:47:31.4523988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32' 2025-03-04T19:47:31.4524641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_cpu_float32' 2025-03-04T19:47:31.4525322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32' 2025-03-04T19:47:31.4525973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_cpu_float32' 2025-03-04T19:47:31.4526652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32' 2025-03-04T19:47:31.4527275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_mish_cpu_float32' 2025-03-04T19:47:31.4527911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_mse_loss_cpu_float32' 2025-03-04T19:47:31.4528626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_multi_head_attention_forward_cpu_float32' 2025-03-04T19:47:31.4529300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_multi_margin_loss_cpu_float32' 2025-03-04T19:47:31.4529993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32' 2025-03-04T19:47:31.4530726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32' 2025-03-04T19:47:31.4531369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_nll_loss_cpu_float32' 2025-03-04T19:47:31.4532009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_normalize_cpu_float32' 2025-03-04T19:47:31.4532667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pad_circular_cpu_float32' 2025-03-04T19:47:31.4533345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pad_constant_cpu_float32' 2025-03-04T19:47:31.4534031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pad_reflect_cpu_float32' 2025-03-04T19:47:31.4534684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pad_replicate_cpu_float32' 2025-03-04T19:47:31.4535382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pad_replicate_negative_cpu_float32' 2025-03-04T19:47:31.4536052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pairwise_distance_cpu_float32' 2025-03-04T19:47:31.4536682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pdist_cpu_float32' 2025-03-04T19:47:31.4537369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pixel_shuffle_cpu_float32' 2025-03-04T19:47:31.4538044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pixel_unshuffle_cpu_float32' 2025-03-04T19:47:31.4538713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_poisson_nll_loss_cpu_float32' 2025-03-04T19:47:31.4539340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_prelu_cpu_float32' 2025-03-04T19:47:31.4539963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_relu6_cpu_float32' 2025-03-04T19:47:31.4540599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_relu_cpu_float32' 2025-03-04T19:47:31.4541225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_rrelu_cpu_float32' 2025-03-04T19:47:31.4542016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_scaled_dot_product_attention_cpu_float32' 2025-03-04T19:47:31.4542638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_selu_cpu_float32' 2025-03-04T19:47:31.4543272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_silu_cpu_float32' 2025-03-04T19:47:31.4543963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_smooth_l1_loss_cpu_float32' 2025-03-04T19:47:31.4544632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_soft_margin_loss_cpu_float32' 2025-03-04T19:47:31.4545266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_softmin_cpu_float32' 2025-03-04T19:47:31.4545949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_softmin_with_dtype_cpu_float32' 2025-03-04T19:47:31.4546608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_softplus_cpu_float32' 2025-03-04T19:47:31.4547267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_softshrink_cpu_float32' 2025-03-04T19:47:31.4547931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_softsign_cpu_float32' 2025-03-04T19:47:31.4548576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_tanhshrink_cpu_float32' 2025-03-04T19:47:31.4549222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_threshold_cpu_float32' 2025-03-04T19:47:31.4549901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_triplet_margin_loss_cpu_float32' 2025-03-04T19:47:31.4550665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32' 2025-03-04T19:47:31.4551296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_unfold_cpu_float32' 2025-03-04T19:47:31.4551971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_upsample_bilinear_cpu_float32' 2025-03-04T19:47:31.4552641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_upsample_nearest_cpu_float32' 2025-03-04T19:47:31.4553253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nonzero_static_cpu_float32' 2025-03-04T19:47:31.4553827Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_norm_cpu_float32' 2025-03-04T19:47:31.4554424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_norm_fro_cpu_float32' 2025-03-04T19:47:31.4555008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_norm_inf_cpu_float32' 2025-03-04T19:47:31.4555604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_norm_nuc_cpu_float32' 2025-03-04T19:47:31.4556181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_normal_cpu_float32' 2025-03-04T19:47:31.4556832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_normal_in_place_cpu_float32' 2025-03-04T19:47:31.4557453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_normal_number_mean_cpu_float32' 2025-03-04T19:47:31.4558030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ones_cpu_float32' 2025-03-04T19:47:31.4558618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ones_like_cpu_float32' 2025-03-04T19:47:31.4559196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ormqr_cpu_float32' 2025-03-04T19:47:31.4559797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_outer_cpu_float32' 2025-03-04T19:47:31.4560406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_pca_lowrank_cpu_float32' 2025-03-04T19:47:31.4561015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_permute_cpu_float32' 2025-03-04T19:47:31.4561605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_pinverse_cpu_float32' 2025-03-04T19:47:31.4562186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_polar_cpu_float32' 2025-03-04T19:47:31.4562831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_polygamma_polygamma_n_0_cpu_float32' 2025-03-04T19:47:31.4563511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_polygamma_polygamma_n_1_cpu_float32' 2025-03-04T19:47:31.4564159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_polygamma_polygamma_n_2_cpu_float32' 2025-03-04T19:47:31.4564808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_polygamma_polygamma_n_3_cpu_float32' 2025-03-04T19:47:31.4565447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_polygamma_polygamma_n_4_cpu_float32' 2025-03-04T19:47:31.4566042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_positive_cpu_float32' 2025-03-04T19:47:31.4566607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_pow_cpu_float32' 2025-03-04T19:47:31.4567183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_prod_cpu_float32' 2025-03-04T19:47:31.4567753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_put_cpu_float32' 2025-03-04T19:47:31.4568321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_qr_cpu_float32' 2025-03-04T19:47:31.4568907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_quantile_cpu_float32' 2025-03-04T19:47:31.4569491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_rad2deg_cpu_float32' 2025-03-04T19:47:31.4570104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_rand_like_cpu_float32' 2025-03-04T19:47:31.4570696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_randint_cpu_float32' 2025-03-04T19:47:31.4571288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_randint_like_cpu_float32' 2025-03-04T19:47:31.4572051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_randn_cpu_float32' 2025-03-04T19:47:31.4572647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_randn_like_cpu_float32' 2025-03-04T19:47:31.4573274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ravel_cpu_float32' 2025-03-04T19:47:31.4573857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_real_cpu_float32' 2025-03-04T19:47:31.4574489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_reciprocal_cpu_float32' 2025-03-04T19:47:31.4575086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_remainder_cpu_float32' 2025-03-04T19:47:31.4575662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_renorm_cpu_float32' 2025-03-04T19:47:31.4576246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_repeat_cpu_float32' 2025-03-04T19:47:31.4576867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_repeat_interleave_cpu_float32' 2025-03-04T19:47:31.4577501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_reshape_as_cpu_float32' 2025-03-04T19:47:31.4578084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_reshape_cpu_float32' 2025-03-04T19:47:31.4578672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_resize__cpu_float32' 2025-03-04T19:47:31.4579261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_resize_as__cpu_float32' 2025-03-04T19:47:31.4579869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_resolve_conj_cpu_float32' 2025-03-04T19:47:31.4580466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_resolve_neg_cpu_float32' 2025-03-04T19:47:31.4581044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_roll_cpu_float32' 2025-03-04T19:47:31.4581682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_rot90_cpu_float32' 2025-03-04T19:47:31.4582261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_round_cpu_float32' 2025-03-04T19:47:31.4582873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_round_decimals_0_cpu_float32' 2025-03-04T19:47:31.4583488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_round_decimals_3_cpu_float32' 2025-03-04T19:47:31.4584162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_round_decimals_neg_3_cpu_float32' 2025-03-04T19:47:31.4584735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_rsqrt_cpu_float32' 2025-03-04T19:47:31.4585314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_rsub_cpu_float32' 2025-03-04T19:47:31.4585917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scalar_tensor_cpu_float32' 2025-03-04T19:47:31.4586542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_add_cpu_float32' 2025-03-04T19:47:31.4587127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_cpu_float32' 2025-03-04T19:47:31.4587786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_reduce_amax_cpu_float32' 2025-03-04T19:47:31.4588409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_reduce_amin_cpu_float32' 2025-03-04T19:47:31.4589041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_reduce_mean_cpu_float32' 2025-03-04T19:47:31.4589665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_reduce_prod_cpu_float32' 2025-03-04T19:47:31.4590321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_reduce_sum_cpu_float32' 2025-03-04T19:47:31.4590924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_searchsorted_cpu_float32' 2025-03-04T19:47:31.4591507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_select_cpu_float32' 2025-03-04T19:47:31.4592107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_select_scatter_cpu_float32' 2025-03-04T19:47:31.4592676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sgn_cpu_float32' 2025-03-04T19:47:31.4593248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_short_cpu_float32' 2025-03-04T19:47:31.4593836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sigmoid_cpu_float32' 2025-03-04T19:47:31.4594406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sign_cpu_float32' 2025-03-04T19:47:31.4595045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_bartlett_cpu_float32' 2025-03-04T19:47:31.4595692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_blackman_cpu_float32' 2025-03-04T19:47:31.4596325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_cosine_cpu_float32' 2025-03-04T19:47:31.4597009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_exponential_cpu_float32' 2025-03-04T19:47:31.4597649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_gaussian_cpu_float32' 2025-03-04T19:47:31.4598316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_general_cosine_cpu_float32' 2025-03-04T19:47:31.4598980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_general_hamming_cpu_float32' 2025-03-04T19:47:31.4599621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_hamming_cpu_float32' 2025-03-04T19:47:31.4600271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_hann_cpu_float32' 2025-03-04T19:47:31.4600935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_kaiser_cpu_float32' 2025-03-04T19:47:31.4601568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_nuttall_cpu_float32' 2025-03-04T19:47:31.4602162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signbit_cpu_float32' 2025-03-04T19:47:31.4602728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sin_cpu_float32' 2025-03-04T19:47:31.4603305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sinc_cpu_float32' 2025-03-04T19:47:31.4603914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sinh_cpu_float32' 2025-03-04T19:47:31.4604494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_slice_cpu_float32' 2025-03-04T19:47:31.4605093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_slice_scatter_cpu_float32' 2025-03-04T19:47:31.4605686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_softmax_cpu_float32' 2025-03-04T19:47:31.4606303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_softmax_with_dtype_cpu_float32' 2025-03-04T19:47:31.4606889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sort_cpu_float32' 2025-03-04T19:47:31.4607502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sparse_mm_reduce_cpu_float32' 2025-03-04T19:47:31.4608126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sparse_sampled_addmm_cpu_float32' 2025-03-04T19:47:31.4608745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_airy_ai_cpu_float32' 2025-03-04T19:47:31.4609365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_bessel_j0_cpu_float32' 2025-03-04T19:47:31.4609989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_bessel_j1_cpu_float32' 2025-03-04T19:47:31.4610631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_bessel_y0_cpu_float32' 2025-03-04T19:47:31.4611252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_bessel_y1_cpu_float32' 2025-03-04T19:47:31.4611925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_chebyshev_polynomial_t_cpu_float32' 2025-03-04T19:47:31.4612600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_chebyshev_polynomial_u_cpu_float32' 2025-03-04T19:47:31.4613290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_chebyshev_polynomial_v_cpu_float32' 2025-03-04T19:47:31.4613987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_chebyshev_polynomial_w_cpu_float32' 2025-03-04T19:47:31.4614588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_entr_cpu_float32' 2025-03-04T19:47:31.4615195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_erfcx_cpu_float32' 2025-03-04T19:47:31.4615856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_hermite_polynomial_h_cpu_float32' 2025-03-04T19:47:31.4616529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_hermite_polynomial_he_cpu_float32' 2025-03-04T19:47:31.4617151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_i0e_cpu_float32' 2025-03-04T19:47:31.4617755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_i1_cpu_float32' 2025-03-04T19:47:31.4618347Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_i1e_cpu_float32' 2025-03-04T19:47:31.4619018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_laguerre_polynomial_l_cpu_float32' 2025-03-04T19:47:31.4619685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_legendre_polynomial_p_cpu_float32' 2025-03-04T19:47:31.4620312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_log_ndtr_cpu_float32' 2025-03-04T19:47:31.4620963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_modified_bessel_i0_cpu_float32' 2025-03-04T19:47:31.4621723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_modified_bessel_i1_cpu_float32' 2025-03-04T19:47:31.4622373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_modified_bessel_k0_cpu_float32' 2025-03-04T19:47:31.4623025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_modified_bessel_k1_cpu_float32' 2025-03-04T19:47:31.4623667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_ndtr_cpu_float32' 2025-03-04T19:47:31.4624272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_ndtri_cpu_float32' 2025-03-04T19:47:31.4624987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32' 2025-03-04T19:47:31.4625670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k0_cpu_float32' 2025-03-04T19:47:31.4626358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k1_cpu_float32' 2025-03-04T19:47:31.4627091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32' 2025-03-04T19:47:31.4627818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32' 2025-03-04T19:47:31.4628519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32' 2025-03-04T19:47:31.4629222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32' 2025-03-04T19:47:31.4629879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_spherical_bessel_j0_cpu_float32' 2025-03-04T19:47:31.4630525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_xlog1py_cpu_float32' 2025-03-04T19:47:31.4631132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_zeta_cpu_float32' 2025-03-04T19:47:31.4631722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_split_cpu_float32' 2025-03-04T19:47:31.4632331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_split_list_args_cpu_float32' 2025-03-04T19:47:31.4632956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_split_with_sizes_cpu_float32' 2025-03-04T19:47:31.4633525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sqrt_cpu_float32' 2025-03-04T19:47:31.4634123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_square_cpu_float32' 2025-03-04T19:47:31.4634701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_squeeze_cpu_float32' 2025-03-04T19:47:31.4635325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_squeeze_multiple_cpu_float32' 2025-03-04T19:47:31.4635901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_stack_cpu_float32' 2025-03-04T19:47:31.4636484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_std_cpu_float32' 2025-03-04T19:47:31.4637094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_std_mean_cpu_float32' 2025-03-04T19:47:31.4637711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_std_mean_unbiased_cpu_float32' 2025-03-04T19:47:31.4638318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_std_unbiased_cpu_float32' 2025-03-04T19:47:31.4638892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_stft_cpu_float32' 2025-03-04T19:47:31.4639464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sub_cpu_float32' 2025-03-04T19:47:31.4640049Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sum_cpu_float32' 2025-03-04T19:47:31.4640656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sum_to_size_cpu_float32' 2025-03-04T19:47:31.4641246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_svd_cpu_float32' 2025-03-04T19:47:31.4641852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_svd_lowrank_cpu_float32' 2025-03-04T19:47:31.4642454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_take_along_dim_cpu_float32' 2025-03-04T19:47:31.4643032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_take_cpu_float32' 2025-03-04T19:47:31.4643622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_tan_cpu_float32' 2025-03-04T19:47:31.4644204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_tanh_cpu_float32' 2025-03-04T19:47:31.4644800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_tensor_split_cpu_float32' 2025-03-04T19:47:31.4645402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_tensordot_cpu_float32' 2025-03-04T19:47:31.4645968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_tile_cpu_float32' 2025-03-04T19:47:31.4646543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_to_cpu_float32' 2025-03-04T19:47:31.4647130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_to_sparse_cpu_float32' 2025-03-04T19:47:31.4647700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_topk_cpu_float32' 2025-03-04T19:47:31.4648285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_trace_cpu_float32' 2025-03-04T19:47:31.4648879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_transpose_cpu_float32' 2025-03-04T19:47:31.4649472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_trapezoid_cpu_float32' 2025-03-04T19:47:31.4650045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_trapz_cpu_float32' 2025-03-04T19:47:31.4650702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_triangular_solve_cpu_float32' 2025-03-04T19:47:31.4651271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_tril_cpu_float32' 2025-03-04T19:47:31.4651848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_triu_cpu_float32' 2025-03-04T19:47:31.4652441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_true_divide_cpu_float32' 2025-03-04T19:47:31.4653051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_trunc_cpu_float32' 2025-03-04T19:47:31.4653627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unbind_cpu_float32' 2025-03-04T19:47:31.4654264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unflatten_cpu_float32' 2025-03-04T19:47:31.4654860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unfold_copy_cpu_float32' 2025-03-04T19:47:31.4655447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unfold_cpu_float32' 2025-03-04T19:47:31.4656026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_uniform_cpu_float32' 2025-03-04T19:47:31.4656658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unique_consecutive_cpu_float32' 2025-03-04T19:47:31.4657262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unique_cpu_float32' 2025-03-04T19:47:31.4657873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unsafe_chunk_cpu_float32' 2025-03-04T19:47:31.4658470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unsafe_split_cpu_float32' 2025-03-04T19:47:31.4659058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unsqueeze_cpu_float32' 2025-03-04T19:47:31.4659718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_var_cpu_float32' 2025-03-04T19:47:31.4660310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_var_mean_cpu_float32' 2025-03-04T19:47:31.4660938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_var_mean_unbiased_cpu_float32' 2025-03-04T19:47:31.4661615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_var_unbiased_cpu_float32' 2025-03-04T19:47:31.4662196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_vdot_cpu_float32' 2025-03-04T19:47:31.4662802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_view_as_complex_cpu_float32' 2025-03-04T19:47:31.4663397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_view_as_cpu_float32' 2025-03-04T19:47:31.4664026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_view_copy_cpu_float32' 2025-03-04T19:47:31.4664606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_view_cpu_float32' 2025-03-04T19:47:31.4665184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_vsplit_cpu_float32' 2025-03-04T19:47:31.4665770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_vstack_cpu_float32' 2025-03-04T19:47:31.4666339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_where_cpu_float32' 2025-03-04T19:47:31.4666954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_xlogy_cpu_float32' 2025-03-04T19:47:31.4667612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_zero__cpu_float32' 2025-03-04T19:47:31.4668195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_zeros_cpu_float32' 2025-03-04T19:47:31.4668784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_zeros_like_cpu_float32' 2025-03-04T19:47:31.4669354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_H_cpu_float32' 2025-03-04T19:47:31.4670000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_MapControlflowOp_cpu_float32' 2025-03-04T19:47:31.4670692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NestedMapControlflowOp_cpu_float32' 2025-03-04T19:47:31.4671339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyCatCustomOp_cpu_float32' 2025-03-04T19:47:31.4672132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyCubeCustomOp_cpu_float32' 2025-03-04T19:47:31.4672776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyMulCustomOp_cpu_float32' 2025-03-04T19:47:31.4673412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyNMSCustomOp_cpu_float32' 2025-03-04T19:47:31.4674073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyNonzeroCustomOp_cpu_float32' 2025-03-04T19:47:31.4674714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpySortCustomOp_cpu_float32' 2025-03-04T19:47:31.4675398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpySplitCopyCustomOp_cpu_float32' 2025-03-04T19:47:31.4676101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpySplitCopyWithIntCustomOp_cpu_float32' 2025-03-04T19:47:31.4676757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyTakeCustomOp_cpu_float32' 2025-03-04T19:47:31.4677478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyViewCopyCustomOp_cpu_float32' 2025-03-04T19:47:31.4678185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_TripleNestedMapControlflowOp_cpu_float32' 2025-03-04T19:47:31.4678801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___getitem___cpu_float32' 2025-03-04T19:47:31.4679411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___radd___cpu_float32' 2025-03-04T19:47:31.4680014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___rdiv___cpu_float32' 2025-03-04T19:47:31.4680675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32' 2025-03-04T19:47:31.4681311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___rmod___cpu_float32' 2025-03-04T19:47:31.4681922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___rmul___cpu_float32' 2025-03-04T19:47:31.4682518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___rpow___cpu_float32' 2025-03-04T19:47:31.4683127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___rsub___cpu_float32' 2025-03-04T19:47:31.4683796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive__native_batch_norm_legit_cpu_float32' 2025-03-04T19:47:31.4684492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive__segment_reduce_lengths_cpu_float32' 2025-03-04T19:47:31.4685163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive__segment_reduce_offsets_cpu_float32' 2025-03-04T19:47:31.4685817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive__softmax_backward_data_cpu_float32' 2025-03-04T19:47:31.4686488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive__upsample_bilinear2d_aa_cpu_float32' 2025-03-04T19:47:31.4687075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_abs_cpu_float32' 2025-03-04T19:47:31.4687677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_acos_cpu_float32' 2025-03-04T19:47:31.4688272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_acosh_cpu_float32' 2025-03-04T19:47:31.4688863Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_add_cpu_float32' 2025-03-04T19:47:31.4689462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addbmm_cpu_float32' 2025-03-04T19:47:31.4690076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32' 2025-03-04T19:47:31.4690676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addcmul_cpu_float32' 2025-03-04T19:47:31.4691306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addmm_cpu_float32' 2025-03-04T19:47:31.4691943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32' 2025-03-04T19:47:31.4692541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addmv_cpu_float32' 2025-03-04T19:47:31.4693130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addr_cpu_float32' 2025-03-04T19:47:31.4693743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_all_cpu_float32' 2025-03-04T19:47:31.4694345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_allclose_cpu_float32' 2025-03-04T19:47:31.4694968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_amax_cpu_float32' 2025-03-04T19:47:31.4695552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_amin_cpu_float32' 2025-03-04T19:47:31.4696150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_aminmax_cpu_float32' 2025-03-04T19:47:31.4696749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_angle_cpu_float32' 2025-03-04T19:47:31.4697332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_any_cpu_float32' 2025-03-04T19:47:31.4697966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_arange_cpu_float32' 2025-03-04T19:47:31.4698566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_argmax_cpu_float32' 2025-03-04T19:47:31.4699165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_argmin_cpu_float32' 2025-03-04T19:47:31.4699762Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_argsort_cpu_float32' 2025-03-04T19:47:31.4700371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_argwhere_cpu_float32' 2025-03-04T19:47:31.4700978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_as_strided_cpu_float32' 2025-03-04T19:47:31.4701726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_as_strided_partial_views_cpu_float32' 2025-03-04T19:47:31.4702364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_as_strided_scatter_cpu_float32' 2025-03-04T19:47:31.4702963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_asin_cpu_float32' 2025-03-04T19:47:31.4703551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_asinh_cpu_float32' 2025-03-04T19:47:31.4704186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_atan2_cpu_float32' 2025-03-04T19:47:31.4704776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_atan_cpu_float32' 2025-03-04T19:47:31.4705375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_atanh_cpu_float32' 2025-03-04T19:47:31.4705985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32' 2025-03-04T19:47:31.4706600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32' 2025-03-04T19:47:31.4707300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32' 2025-03-04T19:47:31.4707900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_baddbmm_cpu_float32' 2025-03-04T19:47:31.4708591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_batch_norm_with_update_cpu_float32' 2025-03-04T19:47:31.4709196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_bernoulli_cpu_float32' 2025-03-04T19:47:31.4709806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32' 2025-03-04T19:47:31.4710412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_block_diag_cpu_float32' 2025-03-04T19:47:31.4711027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_bmm_cpu_float32' 2025-03-04T19:47:31.4711619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_bool_cpu_float32' 2025-03-04T19:47:31.4712263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_broadcast_shapes_cpu_float32' 2025-03-04T19:47:31.4712898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32' 2025-03-04T19:47:31.4713527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32' 2025-03-04T19:47:31.4714132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_bucketize_cpu_float32' 2025-03-04T19:47:31.4714734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_byte_cpu_float32' 2025-03-04T19:47:31.4715357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cartesian_prod_cpu_float32' 2025-03-04T19:47:31.4715951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cat_cpu_float32' 2025-03-04T19:47:31.4716546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cauchy_cpu_float32' 2025-03-04T19:47:31.4717147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cdist_cpu_float32' 2025-03-04T19:47:31.4717771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cdouble_cpu_float32' 2025-03-04T19:47:31.4718370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ceil_cpu_float32' 2025-03-04T19:47:31.4718966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cfloat_cpu_float32' 2025-03-04T19:47:31.4719556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_chalf_cpu_float32' 2025-03-04T19:47:31.4720147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_char_cpu_float32' 2025-03-04T19:47:31.4720770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cholesky_cpu_float32' 2025-03-04T19:47:31.4721434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cholesky_inverse_cpu_float32' 2025-03-04T19:47:31.4722058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cholesky_solve_cpu_float32' 2025-03-04T19:47:31.4722657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_chunk_cpu_float32' 2025-03-04T19:47:31.4723247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_clamp_cpu_float32' 2025-03-04T19:47:31.4723856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32' 2025-03-04T19:47:31.4724491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32' 2025-03-04T19:47:31.4725090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_clone_cpu_float32' 2025-03-04T19:47:31.4725703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_column_stack_cpu_float32' 2025-03-04T19:47:31.4726323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_combinations_cpu_float32' 2025-03-04T19:47:31.4726921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_complex_cpu_float32' 2025-03-04T19:47:31.4727517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_conj_cpu_float32' 2025-03-04T19:47:31.4728136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32' 2025-03-04T19:47:31.4728771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_constant_pad_nd_cpu_float32' 2025-03-04T19:47:31.4729379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_contiguous_cpu_float32' 2025-03-04T19:47:31.4729987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_copysign_cpu_float32' 2025-03-04T19:47:31.4730587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_corrcoef_cpu_float32' 2025-03-04T19:47:31.4731214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cos_cpu_float32' 2025-03-04T19:47:31.4731804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cosh_cpu_float32' 2025-03-04T19:47:31.4732422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_count_nonzero_cpu_float32' 2025-03-04T19:47:31.4733015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cov_cpu_float32' 2025-03-04T19:47:31.4733602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cross_cpu_float32' 2025-03-04T19:47:31.4734235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cummax_cpu_float32' 2025-03-04T19:47:31.4734852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cummin_cpu_float32' 2025-03-04T19:47:31.4735458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cumprod_cpu_float32' 2025-03-04T19:47:31.4736053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cumsum_cpu_float32' 2025-03-04T19:47:31.4736711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cumulative_trapezoid_cpu_float32' 2025-03-04T19:47:31.4737309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_deg2rad_cpu_float32' 2025-03-04T19:47:31.4737940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diag_cpu_float32' 2025-03-04T19:47:31.4738546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32' 2025-03-04T19:47:31.4739154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diagflat_cpu_float32' 2025-03-04T19:47:31.4739773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diagonal_copy_cpu_float32' 2025-03-04T19:47:31.4740389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diagonal_cpu_float32' 2025-03-04T19:47:31.4741020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diagonal_scatter_cpu_float32' 2025-03-04T19:47:31.4741690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diff_cpu_float32' 2025-03-04T19:47:31.4742290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_digamma_cpu_float32' 2025-03-04T19:47:31.4742937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32' 2025-03-04T19:47:31.4743582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32' 2025-03-04T19:47:31.4744256Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32' 2025-03-04T19:47:31.4744855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_dot_cpu_float32' 2025-03-04T19:47:31.4745450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_double_cpu_float32' 2025-03-04T19:47:31.4746062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_dsplit_cpu_float32' 2025-03-04T19:47:31.4746658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_dstack_cpu_float32' 2025-03-04T19:47:31.4747299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_einsum_cpu_float32' 2025-03-04T19:47:31.4747897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_empty_cpu_float32' 2025-03-04T19:47:31.4748541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_empty_like_cpu_float32' 2025-03-04T19:47:31.4749161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_empty_permuted_cpu_float32' 2025-03-04T19:47:31.4749794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_empty_strided_cpu_float32' 2025-03-04T19:47:31.4750375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_eq_cpu_float32' 2025-03-04T19:47:31.4751006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_equal_cpu_float32' 2025-03-04T19:47:31.4751592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_erf_cpu_float32' 2025-03-04T19:47:31.4752190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_erfc_cpu_float32' 2025-03-04T19:47:31.4752786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_erfinv_cpu_float32' 2025-03-04T19:47:31.4753383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_exp2_cpu_float32' 2025-03-04T19:47:31.4753968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_exp_cpu_float32' 2025-03-04T19:47:31.4754585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_expand_as_cpu_float32' 2025-03-04T19:47:31.4755184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_expand_cpu_float32' 2025-03-04T19:47:31.4755773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_expm1_cpu_float32' 2025-03-04T19:47:31.4756390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_exponential_cpu_float32' 2025-03-04T19:47:31.4756974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_eye_cpu_float32' 2025-03-04T19:47:31.4757627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_fft2_cpu_float32' 2025-03-04T19:47:31.4758222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_fft_cpu_float32' 2025-03-04T19:47:31.4758829Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_fftn_cpu_float32' 2025-03-04T19:47:31.4759445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_fftshift_cpu_float32' 2025-03-04T19:47:31.4760057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_hfft2_cpu_float32' 2025-03-04T19:47:31.4760778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_hfft_cpu_float32' 2025-03-04T19:47:31.4761393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_hfftn_cpu_float32' 2025-03-04T19:47:31.4762018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ifft2_cpu_float32' 2025-03-04T19:47:31.4762622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ifft_cpu_float32' 2025-03-04T19:47:31.4763222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ifftn_cpu_float32' 2025-03-04T19:47:31.4763855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ifftshift_cpu_float32' 2025-03-04T19:47:31.4764491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ihfft2_cpu_float32' 2025-03-04T19:47:31.4765103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ihfft_cpu_float32' 2025-03-04T19:47:31.4765706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ihfftn_cpu_float32' 2025-03-04T19:47:31.4766322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_irfft2_cpu_float32' 2025-03-04T19:47:31.4766918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_irfft_cpu_float32' 2025-03-04T19:47:31.4767521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_irfftn_cpu_float32' 2025-03-04T19:47:31.4768137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_rfft2_cpu_float32' 2025-03-04T19:47:31.4768734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_rfft_cpu_float32' 2025-03-04T19:47:31.4769345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_rfftn_cpu_float32' 2025-03-04T19:47:31.4769931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fill_cpu_float32' 2025-03-04T19:47:31.4770541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_flatten_cpu_float32' 2025-03-04T19:47:31.4771160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_flip_cpu_float32' 2025-03-04T19:47:31.4771921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fliplr_cpu_float32' 2025-03-04T19:47:31.4772520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_flipud_cpu_float32' 2025-03-04T19:47:31.4773122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_float_cpu_float32' 2025-03-04T19:47:31.4773730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_float_power_cpu_float32' 2025-03-04T19:47:31.4774389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_floor_cpu_float32' 2025-03-04T19:47:31.4775043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32' 2025-03-04T19:47:31.4775641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fmax_cpu_float32' 2025-03-04T19:47:31.4776225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fmin_cpu_float32' 2025-03-04T19:47:31.4776824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fmod_cpu_float32' 2025-03-04T19:47:31.4777410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_frac_cpu_float32' 2025-03-04T19:47:31.4778139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_frexp_cpu_float32' 2025-03-04T19:47:31.4778730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_full_cpu_float32' 2025-03-04T19:47:31.4779334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_full_like_cpu_float32' 2025-03-04T19:47:31.4779941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_gather_cpu_float32' 2025-03-04T19:47:31.4780523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ge_cpu_float32' 2025-03-04T19:47:31.4781136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_geometric_cpu_float32' 2025-03-04T19:47:31.4781802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_geqrf_cpu_float32' 2025-03-04T19:47:31.4782417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_gradient_cpu_float32' 2025-03-04T19:47:31.4783042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_grid_sampler_2d_cpu_float32' 2025-03-04T19:47:31.4783636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_gt_cpu_float32' 2025-03-04T19:47:31.4784226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_half_cpu_float32' 2025-03-04T19:47:31.4784883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_heaviside_cpu_float32' 2025-03-04T19:47:31.4785475Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_histc_cpu_float32' 2025-03-04T19:47:31.4786090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_histogram_cpu_float32' 2025-03-04T19:47:31.4786771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_histogramdd_cpu_float32' 2025-03-04T19:47:31.4787386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_hsplit_cpu_float32' 2025-03-04T19:47:31.4788010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_hstack_cpu_float32' 2025-03-04T19:47:31.4788737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_hypot_cpu_float32' 2025-03-04T19:47:31.4789394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_i0_cpu_float32' 2025-03-04T19:47:31.4789996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_igamma_cpu_float32' 2025-03-04T19:47:31.4790609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_igammac_cpu_float32' 2025-03-04T19:47:31.4791217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_index_add_cpu_float32' 2025-03-04T19:47:31.4791877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_index_copy_cpu_float32' 2025-03-04T19:47:31.4792486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_index_fill_cpu_float32' 2025-03-04T19:47:31.4793102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_index_put_cpu_float32' 2025-03-04T19:47:31.4793720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_index_reduce_cpu_float32' 2025-03-04T19:47:31.4794350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_index_select_cpu_float32' 2025-03-04T19:47:31.4794948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inner_cpu_float32' 2025-03-04T19:47:31.4795567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_H_cpu_float32' 2025-03-04T19:47:31.4796241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyCatCustomOp_cpu_float32' 2025-03-04T19:47:31.4796938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyCubeCustomOp_cpu_float32' 2025-03-04T19:47:31.4797609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyMulCustomOp_cpu_float32' 2025-03-04T19:47:31.4798294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyNMSCustomOp_cpu_float32' 2025-03-04T19:47:31.4799013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyNonzeroCustomOp_cpu_float32' 2025-03-04T19:47:31.4799700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpySortCustomOp_cpu_float32' 2025-03-04T19:47:31.4800397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpySplitCopyCustomOp_cpu_float32' 2025-03-04T19:47:31.4801145Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpySplitCopyWithIntCustomOp_cpu_float32' 2025-03-04T19:47:31.4801845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyTakeCustomOp_cpu_float32' 2025-03-04T19:47:31.4802578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyViewCopyCustomOp_cpu_float32' 2025-03-04T19:47:31.4803220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___getitem___cpu_float32' 2025-03-04T19:47:31.4803865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___radd___cpu_float32' 2025-03-04T19:47:31.4804494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___rdiv___cpu_float32' 2025-03-04T19:47:31.4805148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___rmatmul___cpu_float32' 2025-03-04T19:47:31.4805815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___rmod___cpu_float32' 2025-03-04T19:47:31.4806448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___rmul___cpu_float32' 2025-03-04T19:47:31.4807086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___rpow___cpu_float32' 2025-03-04T19:47:31.4807713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___rsub___cpu_float32' 2025-03-04T19:47:31.4808420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace__native_batch_norm_legit_cpu_float32' 2025-03-04T19:47:31.4809120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace__segment_reduce_lengths_cpu_float32' 2025-03-04T19:47:31.4809823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace__segment_reduce_offsets_cpu_float32' 2025-03-04T19:47:31.4810505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace__softmax_backward_data_cpu_float32' 2025-03-04T19:47:31.4811208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace__upsample_bilinear2d_aa_cpu_float32' 2025-03-04T19:47:31.4811661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_int8' 2025-03-04T19:47:31.4812318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_abs_cpu_float32' 2025-03-04T19:47:31.4812929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_acos_cpu_float32' 2025-03-04T19:47:31.4813565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_acosh_cpu_float32' 2025-03-04T19:47:31.4814174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_add_cpu_float32' 2025-03-04T19:47:31.4814838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addbmm_cpu_float32' 2025-03-04T19:47:31.4815466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addcdiv_cpu_float32' 2025-03-04T19:47:31.4816133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addcmul_cpu_float32' 2025-03-04T19:47:31.4816752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addmm_cpu_float32' 2025-03-04T19:47:31.4817431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addmm_decomposed_cpu_float32' 2025-03-04T19:47:31.4818045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addmv_cpu_float32' 2025-03-04T19:47:31.4818699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addr_cpu_float32' 2025-03-04T19:47:31.4819307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_all_cpu_float32' 2025-03-04T19:47:31.4819947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_allclose_cpu_float32' 2025-03-04T19:47:31.4820559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_amax_cpu_float32' 2025-03-04T19:47:31.4821169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_amin_cpu_float32' 2025-03-04T19:47:31.4821878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_aminmax_cpu_float32' 2025-03-04T19:47:31.4822507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_angle_cpu_float32' 2025-03-04T19:47:31.4823128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_any_cpu_float32' 2025-03-04T19:47:31.4823750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_arange_cpu_float32' 2025-03-04T19:47:31.4824387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_argmax_cpu_float32' 2025-03-04T19:47:31.4825008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_argmin_cpu_float32' 2025-03-04T19:47:31.4825674Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_argsort_cpu_float32' 2025-03-04T19:47:31.4826304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_argwhere_cpu_float32' 2025-03-04T19:47:31.4826954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_as_strided_cpu_float32' 2025-03-04T19:47:31.4827651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_as_strided_partial_views_cpu_float32' 2025-03-04T19:47:31.4828361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_as_strided_scatter_cpu_float32' 2025-03-04T19:47:31.4828981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_asin_cpu_float32' 2025-03-04T19:47:31.4829638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_asinh_cpu_float32' 2025-03-04T19:47:31.4830257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_atan2_cpu_float32' 2025-03-04T19:47:31.4830884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_atan_cpu_float32' 2025-03-04T19:47:31.4831500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_atanh_cpu_float32' 2025-03-04T19:47:31.4832175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_atleast_1d_cpu_float32' 2025-03-04T19:47:31.4832813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_atleast_2d_cpu_float32' 2025-03-04T19:47:31.4833466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_atleast_3d_cpu_float32' 2025-03-04T19:47:31.4834092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_baddbmm_cpu_float32' 2025-03-04T19:47:31.4834776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_batch_norm_with_update_cpu_float32' 2025-03-04T19:47:31.4835425Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_bernoulli_cpu_float32' 2025-03-04T19:47:31.4836059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_bfloat16_cpu_float32' 2025-03-04T19:47:31.4836708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_block_diag_cpu_float32' 2025-03-04T19:47:31.4837323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_bmm_cpu_float32' 2025-03-04T19:47:31.4837948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_bool_cpu_float32' 2025-03-04T19:47:31.4838616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_broadcast_shapes_cpu_float32' 2025-03-04T19:47:31.4839329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_broadcast_tensors_cpu_float32' 2025-03-04T19:47:31.4839979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_broadcast_to_cpu_float32' 2025-03-04T19:47:31.4840628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_bucketize_cpu_float32' 2025-03-04T19:47:31.4841248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_byte_cpu_float32' 2025-03-04T19:47:31.4841947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cartesian_prod_cpu_float32' 2025-03-04T19:47:31.4842563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cat_cpu_float32' 2025-03-04T19:47:31.4843220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cauchy_cpu_float32' 2025-03-04T19:47:31.4843836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cdist_cpu_float32' 2025-03-04T19:47:31.4844471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cdouble_cpu_float32' 2025-03-04T19:47:31.4845090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ceil_cpu_float32' 2025-03-04T19:47:31.4845754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cfloat_cpu_float32' 2025-03-04T19:47:31.4846374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_chalf_cpu_float32' 2025-03-04T19:47:31.4847001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_char_cpu_float32' 2025-03-04T19:47:31.4847626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cholesky_cpu_float32' 2025-03-04T19:47:31.4848300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cholesky_inverse_cpu_float32' 2025-03-04T19:47:31.4848959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cholesky_solve_cpu_float32' 2025-03-04T19:47:31.4849576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_chunk_cpu_float32' 2025-03-04T19:47:31.4850205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_clamp_cpu_float32' 2025-03-04T19:47:31.4850835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_clamp_max_cpu_float32' 2025-03-04T19:47:31.4851478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_clamp_min_cpu_float32' 2025-03-04T19:47:31.4852102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_clone_cpu_float32' 2025-03-04T19:47:31.4852787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_column_stack_cpu_float32' 2025-03-04T19:47:31.4853430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_combinations_cpu_float32' 2025-03-04T19:47:31.4854069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_complex_cpu_float32' 2025-03-04T19:47:31.4854682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_conj_cpu_float32' 2025-03-04T19:47:31.4855366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_conj_physical_cpu_float32' 2025-03-04T19:47:31.4856029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_constant_pad_nd_cpu_float32' 2025-03-04T19:47:31.4856719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_contiguous_cpu_float32' 2025-03-04T19:47:31.4857350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_copysign_cpu_float32' 2025-03-04T19:47:31.4857995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_corrcoef_cpu_float32' 2025-03-04T19:47:31.4858611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cos_cpu_float32' 2025-03-04T19:47:31.4859265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cosh_cpu_float32' 2025-03-04T19:47:31.4859919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_count_nonzero_cpu_float32' 2025-03-04T19:47:31.4860541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cov_cpu_float32' 2025-03-04T19:47:31.4861159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cross_cpu_float32' 2025-03-04T19:47:31.4861866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cummax_cpu_float32' 2025-03-04T19:47:31.4862499Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cummin_cpu_float32' 2025-03-04T19:47:31.4863138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cumprod_cpu_float32' 2025-03-04T19:47:31.4863760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cumsum_cpu_float32' 2025-03-04T19:47:31.4864443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cumulative_trapezoid_cpu_float32' 2025-03-04T19:47:31.4865080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_deg2rad_cpu_float32' 2025-03-04T19:47:31.4865698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diag_cpu_float32' 2025-03-04T19:47:31.4866379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diag_embed_cpu_float32' 2025-03-04T19:47:31.4867010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diagflat_cpu_float32' 2025-03-04T19:47:31.4867675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diagonal_copy_cpu_float32' 2025-03-04T19:47:31.4868306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diagonal_cpu_float32' 2025-03-04T19:47:31.4869015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diagonal_scatter_cpu_float32' 2025-03-04T19:47:31.4869656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diff_cpu_float32' 2025-03-04T19:47:31.4870291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_digamma_cpu_float32' 2025-03-04T19:47:31.4870902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_dist_cpu_float32' 2025-03-04T19:47:31.4871582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_div_floor_rounding_cpu_float32' 2025-03-04T19:47:31.4872424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_div_no_rounding_mode_cpu_float32' 2025-03-04T19:47:31.4873180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_div_trunc_rounding_cpu_float32' 2025-03-04T19:47:31.4873793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_dot_cpu_float32' 2025-03-04T19:47:31.4874429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_double_cpu_float32' 2025-03-04T19:47:31.4875047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_dsplit_cpu_float32' 2025-03-04T19:47:31.4875687Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_dstack_cpu_float32' 2025-03-04T19:47:31.4876314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_einsum_cpu_float32' 2025-03-04T19:47:31.4876951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_empty_cpu_float32' 2025-03-04T19:47:31.4877587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_empty_like_cpu_float32' 2025-03-04T19:47:31.4878258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_empty_permuted_cpu_float32' 2025-03-04T19:47:31.4878908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_empty_strided_cpu_float32' 2025-03-04T19:47:31.4879555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_eq_cpu_float32' 2025-03-04T19:47:31.4880190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_equal_cpu_float32' 2025-03-04T19:47:31.4880797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_erf_cpu_float32' 2025-03-04T19:47:31.4881422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_erfc_cpu_float32' 2025-03-04T19:47:31.4882044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_erfinv_cpu_float32' 2025-03-04T19:47:31.4882707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_exp2_cpu_float32' 2025-03-04T19:47:31.4883347Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_exp_cpu_float32' 2025-03-04T19:47:31.4883996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_expand_as_cpu_float32' 2025-03-04T19:47:31.4884617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_expand_cpu_float32' 2025-03-04T19:47:31.4885246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_expm1_cpu_float32' 2025-03-04T19:47:31.4885887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_exponential_cpu_float32' 2025-03-04T19:47:31.4886539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_eye_cpu_float32' 2025-03-04T19:47:31.4887189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_fft2_cpu_float32' 2025-03-04T19:47:31.4887879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_fft_cpu_float32' 2025-03-04T19:47:31.4888509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_fftn_cpu_float32' 2025-03-04T19:47:31.4889166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_fftshift_cpu_float32' 2025-03-04T19:47:31.4889802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_hfft2_cpu_float32' 2025-03-04T19:47:31.4890444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_hfft_cpu_float32' 2025-03-04T19:47:31.4891075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_hfftn_cpu_float32' 2025-03-04T19:47:31.4891721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ifft2_cpu_float32' 2025-03-04T19:47:31.4892344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ifft_cpu_float32' 2025-03-04T19:47:31.4893025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ifftn_cpu_float32' 2025-03-04T19:47:31.4893686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ifftshift_cpu_float32' 2025-03-04T19:47:31.4894326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ihfft2_cpu_float32' 2025-03-04T19:47:31.4894973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ihfft_cpu_float32' 2025-03-04T19:47:31.4895611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ihfftn_cpu_float32' 2025-03-04T19:47:31.4896294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_irfft2_cpu_float32' 2025-03-04T19:47:31.4896954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_irfft_cpu_float32' 2025-03-04T19:47:31.4897603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_irfftn_cpu_float32' 2025-03-04T19:47:31.4898236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_rfft2_cpu_float32' 2025-03-04T19:47:31.4898885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_rfft_cpu_float32' 2025-03-04T19:47:31.4899521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_rfftn_cpu_float32' 2025-03-04T19:47:31.4900188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fill_cpu_float32' 2025-03-04T19:47:31.4900815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_flatten_cpu_float32' 2025-03-04T19:47:31.4901448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_flip_cpu_float32' 2025-03-04T19:47:31.4902149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fliplr_cpu_float32' 2025-03-04T19:47:31.4902790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_flipud_cpu_float32' 2025-03-04T19:47:31.4903417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_float_cpu_float32' 2025-03-04T19:47:31.4904076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_float_power_cpu_float32' 2025-03-04T19:47:31.4904700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_floor_cpu_float32' 2025-03-04T19:47:31.4905360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_floor_divide_cpu_float32' 2025-03-04T19:47:31.4905982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fmax_cpu_float32' 2025-03-04T19:47:31.4906651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fmin_cpu_float32' 2025-03-04T19:47:31.4907269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fmod_cpu_float32' 2025-03-04T19:47:31.4907888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_frac_cpu_float32' 2025-03-04T19:47:31.4908528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_frexp_cpu_float32' 2025-03-04T19:47:31.4909148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_full_cpu_float32' 2025-03-04T19:47:31.4909842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_full_like_cpu_float32' 2025-03-04T19:47:31.4910502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_gather_cpu_float32' 2025-03-04T19:47:31.4911125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ge_cpu_float32' 2025-03-04T19:47:31.4911764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_geometric_cpu_float32' 2025-03-04T19:47:31.4912399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_geqrf_cpu_float32' 2025-03-04T19:47:31.4913034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_gradient_cpu_float32' 2025-03-04T19:47:31.4913734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_grid_sampler_2d_cpu_float32' 2025-03-04T19:47:31.4914354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_gt_cpu_float32' 2025-03-04T19:47:31.4914980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_half_cpu_float32' 2025-03-04T19:47:31.4915615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_heaviside_cpu_float32' 2025-03-04T19:47:31.4916083Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_int64' 2025-03-04T19:47:31.4916709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_histc_cpu_float32' 2025-03-04T19:47:31.4917360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_histogram_cpu_float32' 2025-03-04T19:47:31.4918005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_histogramdd_cpu_float32' 2025-03-04T19:47:31.4918642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_hsplit_cpu_float32' 2025-03-04T19:47:31.4919268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_hstack_cpu_float32' 2025-03-04T19:47:31.4919985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_hypot_cpu_float32' 2025-03-04T19:47:31.4920591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_i0_cpu_float32' 2025-03-04T19:47:31.4921214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_igamma_cpu_float32' 2025-03-04T19:47:31.4921854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_igammac_cpu_float32' 2025-03-04T19:47:31.4922486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_index_add_cpu_float32' 2025-03-04T19:47:31.4923167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_index_copy_cpu_float32' 2025-03-04T19:47:31.4923832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_index_fill_cpu_float32' 2025-03-04T19:47:31.4924479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_index_put_cpu_float32' 2025-03-04T19:47:31.4925127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_index_reduce_cpu_float32' 2025-03-04T19:47:31.4925784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_index_select_cpu_float32' 2025-03-04T19:47:31.4926407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_inner_cpu_float32' 2025-03-04T19:47:31.4927056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_int_cpu_float32' 2025-03-04T19:47:31.4927689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isclose_cpu_float32' 2025-03-04T19:47:31.4928334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isfinite_cpu_float32' 2025-03-04T19:47:31.4928950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isin_cpu_float32' 2025-03-04T19:47:31.4929581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isinf_cpu_float32' 2025-03-04T19:47:31.4930202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isnan_cpu_float32' 2025-03-04T19:47:31.4930853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isneginf_cpu_float32' 2025-03-04T19:47:31.4931488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isposinf_cpu_float32' 2025-03-04T19:47:31.4932121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isreal_cpu_float32' 2025-03-04T19:47:31.4932738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_item_cpu_float32' 2025-03-04T19:47:31.4933465Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_jiterator_2inputs_2outputs_cpu_float32' 2025-03-04T19:47:31.4934229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_jiterator_4inputs_with_extra_args_cpu_float32' 2025-03-04T19:47:31.4934911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_jiterator_binary_cpu_float32' 2025-03-04T19:47:31.4935626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_jiterator_binary_return_by_ref_cpu_float32' 2025-03-04T19:47:31.4936303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_jiterator_unary_cpu_float32' 2025-03-04T19:47:31.4936953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_kron_cpu_float32' 2025-03-04T19:47:31.4937608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_kthvalue_cpu_float32' 2025-03-04T19:47:31.4938238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ldexp_cpu_float32' 2025-03-04T19:47:31.4938847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_le_cpu_float32' 2025-03-04T19:47:31.4939476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_lerp_cpu_float32' 2025-03-04T19:47:31.4940103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_lgamma_cpu_float32' 2025-03-04T19:47:31.4940805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_cholesky_cpu_float32' 2025-03-04T19:47:31.4941536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_cholesky_ex_cpu_float32' 2025-03-04T19:47:31.4942197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_cond_cpu_float32' 2025-03-04T19:47:31.4942841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_cross_cpu_float32' 2025-03-04T19:47:31.4943494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_det_cpu_float32' 2025-03-04T19:47:31.4944178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_det_singular_cpu_float32' 2025-03-04T19:47:31.4944850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_diagonal_cpu_float32' 2025-03-04T19:47:31.4945487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_eig_cpu_float32' 2025-03-04T19:47:31.4946143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_eigh_cpu_float32' 2025-03-04T19:47:31.4946802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_eigvals_cpu_float32' 2025-03-04T19:47:31.4947507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_eigvalsh_cpu_float32' 2025-03-04T19:47:31.4948220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_householder_product_cpu_float32' 2025-03-04T19:47:31.4948869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_inv_cpu_float32' 2025-03-04T19:47:31.4949524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_inv_ex_cpu_float32' 2025-03-04T19:47:31.4950228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_ldl_factor_cpu_float32' 2025-03-04T19:47:31.4950911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_ldl_factor_ex_cpu_float32' 2025-03-04T19:47:31.4951612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_ldl_solve_cpu_float32' 2025-03-04T19:47:31.4952260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_lstsq_cpu_float32' 2025-03-04T19:47:31.4952978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_lstsq_grad_oriented_cpu_float32' 2025-03-04T19:47:31.4953617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_lu_cpu_float32' 2025-03-04T19:47:31.4954310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_lu_factor_cpu_float32' 2025-03-04T19:47:31.4955003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_lu_factor_ex_cpu_float32' 2025-03-04T19:47:31.4955662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_lu_solve_cpu_float32' 2025-03-04T19:47:31.4956346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_norm_cpu_float32' 2025-03-04T19:47:31.4957020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_power_cpu_float32' 2025-03-04T19:47:31.4957703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_rank_cpu_float32' 2025-03-04T19:47:31.4958417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_rank_hermitian_cpu_float32' 2025-03-04T19:47:31.4959090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_multi_dot_cpu_float32' 2025-03-04T19:47:31.4959831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_norm_cpu_float32' 2025-03-04T19:47:31.4960633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_norm_subgradients_at_zero_cpu_float32' 2025-03-04T19:47:31.4961332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_pinv_cpu_float32' 2025-03-04T19:47:31.4962029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_pinv_hermitian_cpu_float32' 2025-03-04T19:47:31.4962712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_pinv_singular_cpu_float32' 2025-03-04T19:47:31.4963361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_qr_cpu_float32' 2025-03-04T19:47:31.4964038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_slogdet_cpu_float32' 2025-03-04T19:47:31.4964729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_solve_cpu_float32' 2025-03-04T19:47:31.4965389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_solve_ex_cpu_float32' 2025-03-04T19:47:31.4966088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_solve_triangular_cpu_float32' 2025-03-04T19:47:31.4966724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_svd_cpu_float32' 2025-03-04T19:47:31.4967391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_svdvals_cpu_float32' 2025-03-04T19:47:31.4968079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_tensorinv_cpu_float32' 2025-03-04T19:47:31.4968766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_tensorsolve_cpu_float32' 2025-03-04T19:47:31.4969414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_vander_cpu_float32' 2025-03-04T19:47:31.4970092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_vecdot_cpu_float32' 2025-03-04T19:47:31.4970876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_vector_norm_cpu_float32' 2025-03-04T19:47:31.4971531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linspace_cpu_float32' 2025-03-04T19:47:31.4972370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linspace_tensor_overload_cpu_float32' 2025-03-04T19:47:31.4972994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log10_cpu_float32' 2025-03-04T19:47:31.4973629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log1p_cpu_float32' 2025-03-04T19:47:31.4974247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log2_cpu_float32' 2025-03-04T19:47:31.4974937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log_cpu_float32' 2025-03-04T19:47:31.4975576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log_normal_cpu_float32' 2025-03-04T19:47:31.4976233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log_softmax_cpu_float32' 2025-03-04T19:47:31.4976918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log_softmax_with_dtype_cpu_float32' 2025-03-04T19:47:31.4977604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logaddexp2_cpu_float32' 2025-03-04T19:47:31.4978246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logaddexp_cpu_float32' 2025-03-04T19:47:31.4978942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logcumsumexp_cpu_float32' 2025-03-04T19:47:31.4979566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logdet_cpu_float32' 2025-03-04T19:47:31.4980221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logical_and_cpu_float32' 2025-03-04T19:47:31.4980861Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logical_not_cpu_float32' 2025-03-04T19:47:31.4981621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logical_or_cpu_float32' 2025-03-04T19:47:31.4982270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logical_xor_cpu_float32' 2025-03-04T19:47:31.4982902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logit_cpu_float32' 2025-03-04T19:47:31.4983535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logspace_cpu_float32' 2025-03-04T19:47:31.4984246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logspace_tensor_overload_cpu_float32' 2025-03-04T19:47:31.4984888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logsumexp_cpu_float32' 2025-03-04T19:47:31.4985514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_long_cpu_float32' 2025-03-04T19:47:31.4986126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_lt_cpu_float32' 2025-03-04T19:47:31.4986745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_lu_cpu_float32' 2025-03-04T19:47:31.4987381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_lu_solve_cpu_float32' 2025-03-04T19:47:31.4988020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_lu_unpack_cpu_float32' 2025-03-04T19:47:31.4988672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mH_cpu_float32' 2025-03-04T19:47:31.4989279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mT_cpu_float32' 2025-03-04T19:47:31.4989938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_amax_cpu_float32' 2025-03-04T19:47:31.4990580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_amin_cpu_float32' 2025-03-04T19:47:31.4991265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_argmax_cpu_float32' 2025-03-04T19:47:31.4991922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_argmin_cpu_float32' 2025-03-04T19:47:31.4992618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_cumprod_cpu_float32' 2025-03-04T19:47:31.4993269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_cumsum_cpu_float32' 2025-03-04T19:47:31.4993930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_fill_cpu_float32' 2025-03-04T19:47:31.4994604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_log_softmax_cpu_float32' 2025-03-04T19:47:31.4995309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_logaddexp_cpu_float32' 2025-03-04T19:47:31.4995977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_logsumexp_cpu_float32' 2025-03-04T19:47:31.4996633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_mean_cpu_float32' 2025-03-04T19:47:31.4997284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_median_cpu_float32' 2025-03-04T19:47:31.4997941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_norm_cpu_float32' 2025-03-04T19:47:31.4998607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_normalize_cpu_float32' 2025-03-04T19:47:31.4999264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_prod_cpu_float32' 2025-03-04T19:47:31.4999918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_scatter_cpu_float32' 2025-03-04T19:47:31.5000579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_select_cpu_float32' 2025-03-04T19:47:31.5001235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_softmax_cpu_float32' 2025-03-04T19:47:31.5001934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_softmin_cpu_float32' 2025-03-04T19:47:31.5002575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_std_cpu_float32' 2025-03-04T19:47:31.5003224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_sum_cpu_float32' 2025-03-04T19:47:31.5003861Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_var_cpu_float32' 2025-03-04T19:47:31.5004486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_matmul_cpu_float32' 2025-03-04T19:47:31.5005164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_matrix_exp_cpu_float32' 2025-03-04T19:47:31.5005824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_max_binary_cpu_float32' 2025-03-04T19:47:31.5006561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_max_pool2d_with_indices_backward_cpu_float32' 2025-03-04T19:47:31.5007244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_max_reduction_no_dim_cpu_float32' 2025-03-04T19:47:31.5007941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_max_reduction_with_dim_cpu_float32' 2025-03-04T19:47:31.5008610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_maximum_cpu_float32' 2025-03-04T19:47:31.5009246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mean_cpu_float32' 2025-03-04T19:47:31.5009868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_median_cpu_float32' 2025-03-04T19:47:31.5010579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_meshgrid_list_of_tensors_cpu_float32' 2025-03-04T19:47:31.5011281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_meshgrid_variadic_tensors_cpu_float32' 2025-03-04T19:47:31.5011942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_min_binary_cpu_float32' 2025-03-04T19:47:31.5012627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_min_reduction_no_dim_cpu_float32' 2025-03-04T19:47:31.5013331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_min_reduction_with_dim_cpu_float32' 2025-03-04T19:47:31.5013962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_minimum_cpu_float32' 2025-03-04T19:47:31.5014584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mm_cpu_float32' 2025-03-04T19:47:31.5015206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mode_cpu_float32' 2025-03-04T19:47:31.5015882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_movedim_cpu_float32' 2025-03-04T19:47:31.5016505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_msort_cpu_float32' 2025-03-04T19:47:31.5017130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mul_cpu_float32' 2025-03-04T19:47:31.5017777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_multinomial_cpu_float32' 2025-03-04T19:47:31.5018426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mv_cpu_float32' 2025-03-04T19:47:31.5019116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mvlgamma_mvlgamma_p_1_cpu_float32' 2025-03-04T19:47:31.5019842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mvlgamma_mvlgamma_p_3_cpu_float32' 2025-03-04T19:47:31.5020526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mvlgamma_mvlgamma_p_5_cpu_float32' 2025-03-04T19:47:31.5021168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nan_to_num_cpu_float32' 2025-03-04T19:47:31.5021887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nanmean_cpu_float32' 2025-03-04T19:47:31.5022561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nanmedian_cpu_float32' 2025-03-04T19:47:31.5023222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nanquantile_cpu_float32' 2025-03-04T19:47:31.5023849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nansum_cpu_float32' 2025-03-04T19:47:31.5024508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_narrow_copy_cpu_float32' 2025-03-04T19:47:31.5025137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_narrow_cpu_float32' 2025-03-04T19:47:31.5025830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_native_batch_norm_cpu_float32' 2025-03-04T19:47:31.5026526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_native_dropout_backward_cpu_float32' 2025-03-04T19:47:31.5027217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_native_layer_norm_cpu_float32' 2025-03-04T19:47:31.5027831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ne_cpu_float32' 2025-03-04T19:47:31.5028467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_neg_cpu_float32' 2025-03-04T19:47:31.5029137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_new_empty_cpu_float32' 2025-03-04T19:47:31.5029825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_new_empty_strided_cpu_float32' 2025-03-04T19:47:31.5030461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_new_full_cpu_float32' 2025-03-04T19:47:31.5031106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_new_ones_cpu_float32' 2025-03-04T19:47:31.5031744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_new_zeros_cpu_float32' 2025-03-04T19:47:31.5032424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nextafter_cpu_float32' 2025-03-04T19:47:31.5033178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_avg_pool1d_cpu_float32' 2025-03-04T19:47:31.5033921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_avg_pool2d_cpu_float32' 2025-03-04T19:47:31.5034651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_avg_pool3d_cpu_float32' 2025-03-04T19:47:31.5035388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_max_pool1d_cpu_float32' 2025-03-04T19:47:31.5036144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_max_pool2d_cpu_float32' 2025-03-04T19:47:31.5036881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_max_pool3d_cpu_float32' 2025-03-04T19:47:31.5037588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_alpha_dropout_cpu_float32' 2025-03-04T19:47:31.5038291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_avg_pool1d_cpu_float32' 2025-03-04T19:47:31.5038987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_avg_pool2d_cpu_float32' 2025-03-04T19:47:31.5039684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_avg_pool3d_cpu_float32' 2025-03-04T19:47:31.5040388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_batch_norm_cpu_float32' 2025-03-04T19:47:31.5041074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_bilinear_cpu_float32' 2025-03-04T19:47:31.5041821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_binary_cross_entropy_cpu_float32' 2025-03-04T19:47:31.5042605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32' 2025-03-04T19:47:31.5043312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_celu_cpu_float32' 2025-03-04T19:47:31.5043989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv1d_cpu_float32' 2025-03-04T19:47:31.5044680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv2d_cpu_float32' 2025-03-04T19:47:31.5045360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv3d_cpu_float32' 2025-03-04T19:47:31.5046120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv_transpose1d_cpu_float32' 2025-03-04T19:47:31.5046866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv_transpose2d_cpu_float32' 2025-03-04T19:47:31.5047596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv_transpose3d_cpu_float32' 2025-03-04T19:47:31.5048340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_cosine_embedding_loss_cpu_float32' 2025-03-04T19:47:31.5049076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_cosine_similarity_cpu_float32' 2025-03-04T19:47:31.5049819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_cross_entropy_cpu_float32' 2025-03-04T19:47:31.5050521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_ctc_loss_cpu_float32' 2025-03-04T19:47:31.5051214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_dropout2d_cpu_float32' 2025-03-04T19:47:31.5051919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_dropout3d_cpu_float32' 2025-03-04T19:47:31.5052607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_dropout_cpu_float32' 2025-03-04T19:47:31.5053295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_elu_cpu_float32' 2025-03-04T19:47:31.5054011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_embedding_bag_cpu_float32' 2025-03-04T19:47:31.5054716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_embedding_cpu_float32' 2025-03-04T19:47:31.5055501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32' 2025-03-04T19:47:31.5056307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32' 2025-03-04T19:47:31.5057075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_fractional_max_pool2d_cpu_float32' 2025-03-04T19:47:31.5057824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_fractional_max_pool3d_cpu_float32' 2025-03-04T19:47:31.5058546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_gaussian_nll_loss_cpu_float32' 2025-03-04T19:47:31.5059234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_gelu_cpu_float32' 2025-03-04T19:47:31.5059931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_glu_cpu_float32' 2025-03-04T19:47:31.5060697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_grid_sample_cpu_float32' 2025-03-04T19:47:31.5061532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_group_norm_cpu_float32' 2025-03-04T19:47:31.5062245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardshrink_cpu_float32' 2025-03-04T19:47:31.5062953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardsigmoid_cpu_float32' 2025-03-04T19:47:31.5063690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardswish_cpu_float32' 2025-03-04T19:47:31.5064382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardtanh_cpu_float32' 2025-03-04T19:47:31.5065130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_hinge_embedding_loss_cpu_float32' 2025-03-04T19:47:31.5065824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_huber_loss_cpu_float32' 2025-03-04T19:47:31.5066549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_instance_norm_cpu_float32' 2025-03-04T19:47:31.5067275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_area_cpu_float32' 2025-03-04T19:47:31.5068006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_bicubic_cpu_float32' 2025-03-04T19:47:31.5068757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_bilinear_cpu_float32' 2025-03-04T19:47:31.5069484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_linear_cpu_float32' 2025-03-04T19:47:31.5070252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_nearest-exact_cpu_float32' 2025-03-04T19:47:31.5071011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_nearest_cpu_float32' 2025-03-04T19:47:31.5071908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_trilinear_cpu_float32' 2025-03-04T19:47:31.5072607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_kl_div_cpu_float32' 2025-03-04T19:47:31.5073308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_l1_loss_cpu_float32' 2025-03-04T19:47:31.5074066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_layer_norm_cpu_float32' 2025-03-04T19:47:31.5074804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_leaky_relu_cpu_float32' 2025-03-04T19:47:31.5075485Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_linear_cpu_float32' 2025-03-04T19:47:31.5076230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_local_response_norm_cpu_float32' 2025-03-04T19:47:31.5076933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_logsigmoid_cpu_float32' 2025-03-04T19:47:31.5077706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_margin_ranking_loss_cpu_float32' 2025-03-04T19:47:31.5078406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_pool1d_cpu_float32' 2025-03-04T19:47:31.5079116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_pool2d_cpu_float32' 2025-03-04T19:47:31.5079814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_pool3d_cpu_float32' 2025-03-04T19:47:31.5080537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool1d_cpu_float32' 2025-03-04T19:47:31.5081264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool1d_grad_cpu_float32' 2025-03-04T19:47:31.5081981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool2d_cpu_float32' 2025-03-04T19:47:31.5082701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool2d_grad_cpu_float32' 2025-03-04T19:47:31.5083417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool3d_cpu_float32' 2025-03-04T19:47:31.5084139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool3d_grad_cpu_float32' 2025-03-04T19:47:31.5084856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_mish_cpu_float32' 2025-03-04T19:47:31.5085548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_mse_loss_cpu_float32' 2025-03-04T19:47:31.5086322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_multi_head_attention_forward_cpu_float32' 2025-03-04T19:47:31.5087042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_multi_margin_loss_cpu_float32' 2025-03-04T19:47:31.5087820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_multilabel_margin_loss_cpu_float32' 2025-03-04T19:47:31.5088622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float32' 2025-03-04T19:47:31.5089320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_nll_loss_cpu_float32' 2025-03-04T19:47:31.5090009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_normalize_cpu_float32' 2025-03-04T19:47:31.5090724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_circular_cpu_float32' 2025-03-04T19:47:31.5091456Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_constant_cpu_float32' 2025-03-04T19:47:31.5092170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_reflect_cpu_float32' 2025-03-04T19:47:31.5092877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_replicate_cpu_float32' 2025-03-04T19:47:31.5093633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_replicate_negative_cpu_float32' 2025-03-04T19:47:31.5094358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pairwise_distance_cpu_float32' 2025-03-04T19:47:31.5095055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pdist_cpu_float32' 2025-03-04T19:47:31.5095765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pixel_shuffle_cpu_float32' 2025-03-04T19:47:31.5096491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pixel_unshuffle_cpu_float32' 2025-03-04T19:47:31.5097213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_poisson_nll_loss_cpu_float32' 2025-03-04T19:47:31.5097887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_prelu_cpu_float32' 2025-03-04T19:47:31.5098609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_relu6_cpu_float32' 2025-03-04T19:47:31.5099283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_relu_cpu_float32' 2025-03-04T19:47:31.5099966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_rrelu_cpu_float32' 2025-03-04T19:47:31.5100726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_scaled_dot_product_attention_cpu_float32' 2025-03-04T19:47:31.5101435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_selu_cpu_float32' 2025-03-04T19:47:31.5102205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_silu_cpu_float32' 2025-03-04T19:47:31.5102932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_smooth_l1_loss_cpu_float32' 2025-03-04T19:47:31.5103647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_soft_margin_loss_cpu_float32' 2025-03-04T19:47:31.5104349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_softmin_cpu_float32' 2025-03-04T19:47:31.5105112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_softmin_with_dtype_cpu_float32' 2025-03-04T19:47:31.5105818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_softplus_cpu_float32' 2025-03-04T19:47:31.5106515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_softshrink_cpu_float32' 2025-03-04T19:47:31.5107215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_softsign_cpu_float32' 2025-03-04T19:47:31.5107912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_tanhshrink_cpu_float32' 2025-03-04T19:47:31.5108616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_threshold_cpu_float32' 2025-03-04T19:47:31.5109346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_triplet_margin_loss_cpu_float32' 2025-03-04T19:47:31.5110137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float32' 2025-03-04T19:47:31.5110817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_unfold_cpu_float32' 2025-03-04T19:47:31.5111555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_upsample_bilinear_cpu_float32' 2025-03-04T19:47:31.5112304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_upsample_nearest_cpu_float32' 2025-03-04T19:47:31.5112942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nonzero_cpu_float32' 2025-03-04T19:47:31.5113598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nonzero_static_cpu_float32' 2025-03-04T19:47:31.5114230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_norm_cpu_float32' 2025-03-04T19:47:31.5114902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_norm_fro_cpu_float32' 2025-03-04T19:47:31.5115550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_norm_inf_cpu_float32' 2025-03-04T19:47:31.5116210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_norm_nuc_cpu_float32' 2025-03-04T19:47:31.5116846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_normal_cpu_float32' 2025-03-04T19:47:31.5117509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_normal_in_place_cpu_float32' 2025-03-04T19:47:31.5118191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_normal_number_mean_cpu_float32' 2025-03-04T19:47:31.5118831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ones_cpu_float32' 2025-03-04T19:47:31.5119473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ones_like_cpu_float32' 2025-03-04T19:47:31.5120106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ormqr_cpu_float32' 2025-03-04T19:47:31.5120728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_outer_cpu_float32' 2025-03-04T19:47:31.5121385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_pca_lowrank_cpu_float32' 2025-03-04T19:47:31.5122014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_permute_cpu_float32' 2025-03-04T19:47:31.5122657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_pinverse_cpu_float32' 2025-03-04T19:47:31.5123279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_polar_cpu_float32' 2025-03-04T19:47:31.5123981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_0_cpu_float32' 2025-03-04T19:47:31.5124672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_1_cpu_float32' 2025-03-04T19:47:31.5125404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_2_cpu_float32' 2025-03-04T19:47:31.5126096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_3_cpu_float32' 2025-03-04T19:47:31.5126801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_4_cpu_float32' 2025-03-04T19:47:31.5127434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_positive_cpu_float32' 2025-03-04T19:47:31.5128070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_pow_cpu_float32' 2025-03-04T19:47:31.5128717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_prod_cpu_float32' 2025-03-04T19:47:31.5129366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_put_cpu_float32' 2025-03-04T19:47:31.5129974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_qr_cpu_float32' 2025-03-04T19:47:31.5130620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_quantile_cpu_float32' 2025-03-04T19:47:31.5131251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_rad2deg_cpu_float32' 2025-03-04T19:47:31.5131905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_rand_like_cpu_float32' 2025-03-04T19:47:31.5132624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_randint_cpu_float32' 2025-03-04T19:47:31.5133290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_randint_like_cpu_float32' 2025-03-04T19:47:31.5133911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_randn_cpu_float32' 2025-03-04T19:47:31.5134562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_randn_like_cpu_float32' 2025-03-04T19:47:31.5135188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ravel_cpu_float32' 2025-03-04T19:47:31.5135810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_real_cpu_float32' 2025-03-04T19:47:31.5136468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_reciprocal_cpu_float32' 2025-03-04T19:47:31.5137108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_remainder_cpu_float32' 2025-03-04T19:47:31.5137750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_renorm_cpu_float32' 2025-03-04T19:47:31.5138381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_repeat_cpu_float32' 2025-03-04T19:47:31.5139104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_repeat_interleave_cpu_float32' 2025-03-04T19:47:31.5139743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_reshape_as_cpu_float32' 2025-03-04T19:47:31.5140384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_reshape_cpu_float32' 2025-03-04T19:47:31.5141012Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_resize__cpu_float32' 2025-03-04T19:47:31.5141735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_resize_as__cpu_float32' 2025-03-04T19:47:31.5142432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_resolve_conj_cpu_float32' 2025-03-04T19:47:31.5143124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_resolve_neg_cpu_float32' 2025-03-04T19:47:31.5143748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_roll_cpu_float32' 2025-03-04T19:47:31.5144387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_rot90_cpu_float32' 2025-03-04T19:47:31.5145008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_round_cpu_float32' 2025-03-04T19:47:31.5145716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_round_decimals_0_cpu_float32' 2025-03-04T19:47:31.5146389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_round_decimals_3_cpu_float32' 2025-03-04T19:47:31.5147083Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_round_decimals_neg_3_cpu_float32' 2025-03-04T19:47:31.5147708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_rsqrt_cpu_float32' 2025-03-04T19:47:31.5148341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_rsub_cpu_float32' 2025-03-04T19:47:31.5148996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scalar_tensor_cpu_float32' 2025-03-04T19:47:31.5149656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_add_cpu_float32' 2025-03-04T19:47:31.5150285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_cpu_float32' 2025-03-04T19:47:31.5150960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_amax_cpu_float32' 2025-03-04T19:47:31.5151647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_amin_cpu_float32' 2025-03-04T19:47:31.5152321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_mean_cpu_float32' 2025-03-04T19:47:31.5153037Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_prod_cpu_float32' 2025-03-04T19:47:31.5153704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_sum_cpu_float32' 2025-03-04T19:47:31.5154364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_searchsorted_cpu_float32' 2025-03-04T19:47:31.5154988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_select_cpu_float32' 2025-03-04T19:47:31.5155691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_select_scatter_cpu_float32' 2025-03-04T19:47:31.5156334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sgn_cpu_float32' 2025-03-04T19:47:31.5156970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_short_cpu_float32' 2025-03-04T19:47:31.5157595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sigmoid_cpu_float32' 2025-03-04T19:47:31.5158223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sign_cpu_float32' 2025-03-04T19:47:31.5158916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_bartlett_cpu_float32' 2025-03-04T19:47:31.5159645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_blackman_cpu_float32' 2025-03-04T19:47:31.5160333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_cosine_cpu_float32' 2025-03-04T19:47:31.5161053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_exponential_cpu_float32' 2025-03-04T19:47:31.5161739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_gaussian_cpu_float32' 2025-03-04T19:47:31.5162467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_general_cosine_cpu_float32' 2025-03-04T19:47:31.5163192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_general_hamming_cpu_float32' 2025-03-04T19:47:31.5163889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_hamming_cpu_float32' 2025-03-04T19:47:31.5164562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_hann_cpu_float32' 2025-03-04T19:47:31.5165259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_kaiser_cpu_float32' 2025-03-04T19:47:31.5165948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_nuttall_cpu_float32' 2025-03-04T19:47:31.5166627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signbit_cpu_float32' 2025-03-04T19:47:31.5167241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sin_cpu_float32' 2025-03-04T19:47:31.5167868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sinc_cpu_float32' 2025-03-04T19:47:31.5168485Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sinh_cpu_float32' 2025-03-04T19:47:31.5169130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_slice_cpu_float32' 2025-03-04T19:47:31.5169799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_slice_scatter_cpu_float32' 2025-03-04T19:47:31.5170453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_softmax_cpu_float32' 2025-03-04T19:47:31.5171140Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_softmax_with_dtype_cpu_float32' 2025-03-04T19:47:31.5171870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sort_cpu_float32' 2025-03-04T19:47:31.5172555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sparse_mm_reduce_cpu_float32' 2025-03-04T19:47:31.5173283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sparse_sampled_addmm_cpu_float32' 2025-03-04T19:47:31.5173959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_airy_ai_cpu_float32' 2025-03-04T19:47:31.5174628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_bessel_j0_cpu_float32' 2025-03-04T19:47:31.5175310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_bessel_j1_cpu_float32' 2025-03-04T19:47:31.5175977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_bessel_y0_cpu_float32' 2025-03-04T19:47:31.5176660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_bessel_y1_cpu_float32' 2025-03-04T19:47:31.5177383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_t_cpu_float32' 2025-03-04T19:47:31.5178117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_u_cpu_float32' 2025-03-04T19:47:31.5178833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_v_cpu_float32' 2025-03-04T19:47:31.5179566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_w_cpu_float32' 2025-03-04T19:47:31.5180253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_entr_cpu_float32' 2025-03-04T19:47:31.5180914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_erfcx_cpu_float32' 2025-03-04T19:47:31.5181703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_hermite_polynomial_h_cpu_float32' 2025-03-04T19:47:31.5182435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_hermite_polynomial_he_cpu_float32' 2025-03-04T19:47:31.5183112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_i0e_cpu_float32' 2025-03-04T19:47:31.5183799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_i1_cpu_float32' 2025-03-04T19:47:31.5184446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_i1e_cpu_float32' 2025-03-04T19:47:31.5185179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_laguerre_polynomial_l_cpu_float32' 2025-03-04T19:47:31.5185900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_legendre_polynomial_p_cpu_float32' 2025-03-04T19:47:31.5186585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_log_ndtr_cpu_float32' 2025-03-04T19:47:31.5187316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_i0_cpu_float32' 2025-03-04T19:47:31.5188037Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_i1_cpu_float32' 2025-03-04T19:47:31.5188739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_k0_cpu_float32' 2025-03-04T19:47:31.5189448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_k1_cpu_float32' 2025-03-04T19:47:31.5190113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_ndtr_cpu_float32' 2025-03-04T19:47:31.5190776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_ndtri_cpu_float32' 2025-03-04T19:47:31.5191541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_polygamma_special_polygamma_n_0_cpu_float32' 2025-03-04T19:47:31.5192274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_scaled_modified_bessel_k0_cpu_float32' 2025-03-04T19:47:31.5193016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_scaled_modified_bessel_k1_cpu_float32' 2025-03-04T19:47:31.5193794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_shifted_chebyshev_polynomial_t_cpu_float32' 2025-03-04T19:47:31.5194558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_shifted_chebyshev_polynomial_u_cpu_float32' 2025-03-04T19:47:31.5195302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_shifted_chebyshev_polynomial_v_cpu_float32' 2025-03-04T19:47:31.5196065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_shifted_chebyshev_polynomial_w_cpu_float32' 2025-03-04T19:47:31.5196800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_spherical_bessel_j0_cpu_float32' 2025-03-04T19:47:31.5197479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_xlog1py_cpu_float32' 2025-03-04T19:47:31.5198150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_zeta_cpu_float32' 2025-03-04T19:47:31.5198784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_split_cpu_float32' 2025-03-04T19:47:31.5199444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_split_list_args_cpu_float32' 2025-03-04T19:47:31.5200121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_split_with_sizes_cpu_float32' 2025-03-04T19:47:31.5200764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sqrt_cpu_float32' 2025-03-04T19:47:31.5201399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_square_cpu_float32' 2025-03-04T19:47:31.5202025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_squeeze_cpu_float32' 2025-03-04T19:47:31.5202701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_squeeze_multiple_cpu_float32' 2025-03-04T19:47:31.5203327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_stack_cpu_float32' 2025-03-04T19:47:31.5203953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_std_cpu_float32' 2025-03-04T19:47:31.5204586Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_std_mean_cpu_float32' 2025-03-04T19:47:31.5205267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_std_mean_unbiased_cpu_float32' 2025-03-04T19:47:31.5205916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_std_unbiased_cpu_float32' 2025-03-04T19:47:31.5206542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_stft_cpu_float32' 2025-03-04T19:47:31.5207186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sub_cpu_float32' 2025-03-04T19:47:31.5207814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sum_cpu_float32' 2025-03-04T19:47:31.5208455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sum_to_size_cpu_float32' 2025-03-04T19:47:31.5209065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_svd_cpu_float32' 2025-03-04T19:47:31.5209720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_svd_lowrank_cpu_float32' 2025-03-04T19:47:31.5210401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_take_along_dim_cpu_float32' 2025-03-04T19:47:31.5211061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_take_cpu_float32' 2025-03-04T19:47:31.5211670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_tan_cpu_float32' 2025-03-04T19:47:31.5212299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_tanh_cpu_float32' 2025-03-04T19:47:31.5212949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_tensor_split_cpu_float32' 2025-03-04T19:47:31.5213603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_tensordot_cpu_float32' 2025-03-04T19:47:31.5214251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_tile_cpu_float32' 2025-03-04T19:47:31.5214875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_to_cpu_float32' 2025-03-04T19:47:31.5215511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_to_sparse_cpu_float32' 2025-03-04T19:47:31.5216135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_topk_cpu_float32' 2025-03-04T19:47:31.5216756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_trace_cpu_float32' 2025-03-04T19:47:31.5217407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_transpose_cpu_float32' 2025-03-04T19:47:31.5218048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_trapezoid_cpu_float32' 2025-03-04T19:47:31.5218682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_trapz_cpu_float32' 2025-03-04T19:47:31.5219351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_triangular_solve_cpu_float32' 2025-03-04T19:47:31.5219822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_int32' 2025-03-04T19:47:31.5220441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_tril_cpu_float32' 2025-03-04T19:47:31.5221102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_triu_cpu_float32' 2025-03-04T19:47:31.5221816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_true_divide_cpu_float32' 2025-03-04T19:47:31.5222439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_trunc_cpu_float32' 2025-03-04T19:47:31.5223077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unbind_cpu_float32' 2025-03-04T19:47:31.5223740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unflatten_cpu_float32' 2025-03-04T19:47:31.5224401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unfold_copy_cpu_float32' 2025-03-04T19:47:31.5225055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unfold_cpu_float32' 2025-03-04T19:47:31.5225694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_uniform_cpu_float32' 2025-03-04T19:47:31.5226366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unique_consecutive_cpu_float32' 2025-03-04T19:47:31.5227006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unique_cpu_float32' 2025-03-04T19:47:31.5227675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unsafe_chunk_cpu_float32' 2025-03-04T19:47:31.5228342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unsafe_split_cpu_float32' 2025-03-04T19:47:31.5228978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unsqueeze_cpu_float32' 2025-03-04T19:47:31.5229607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_var_cpu_float32' 2025-03-04T19:47:31.5230238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_var_mean_cpu_float32' 2025-03-04T19:47:31.5230925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_var_mean_unbiased_cpu_float32' 2025-03-04T19:47:31.5231573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_var_unbiased_cpu_float32' 2025-03-04T19:47:31.5232205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_vdot_cpu_float32' 2025-03-04T19:47:31.5232866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_view_as_complex_cpu_float32' 2025-03-04T19:47:31.5233502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_view_as_cpu_float32' 2025-03-04T19:47:31.5234169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_view_copy_cpu_float32' 2025-03-04T19:47:31.5234800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_view_cpu_float32' 2025-03-04T19:47:31.5235424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_vsplit_cpu_float32' 2025-03-04T19:47:31.5236063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_vstack_cpu_float32' 2025-03-04T19:47:31.5236681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_where_cpu_float32' 2025-03-04T19:47:31.5237322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_xlogy_cpu_float32' 2025-03-04T19:47:31.5237981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_zero__cpu_float32' 2025-03-04T19:47:31.5238599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_zeros_cpu_float32' 2025-03-04T19:47:31.5239247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_zeros_like_cpu_float32' 2025-03-04T19:47:31.5239833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_int_cpu_float32' 2025-03-04T19:47:31.5240449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isclose_cpu_float32' 2025-03-04T19:47:31.5241080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isfinite_cpu_float32' 2025-03-04T19:47:31.5241679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isin_cpu_float32' 2025-03-04T19:47:31.5242271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isinf_cpu_float32' 2025-03-04T19:47:31.5242879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isnan_cpu_float32' 2025-03-04T19:47:31.5243478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isneginf_cpu_float32' 2025-03-04T19:47:31.5244095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isposinf_cpu_float32' 2025-03-04T19:47:31.5244698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isreal_cpu_float32' 2025-03-04T19:47:31.5245300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_item_cpu_float32' 2025-03-04T19:47:31.5245978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32' 2025-03-04T19:47:31.5246693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32' 2025-03-04T19:47:31.5247332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_jiterator_binary_cpu_float32' 2025-03-04T19:47:31.5248071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32' 2025-03-04T19:47:31.5248700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_jiterator_unary_cpu_float32' 2025-03-04T19:47:31.5249304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_kron_cpu_float32' 2025-03-04T19:47:31.5249908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_kthvalue_cpu_float32' 2025-03-04T19:47:31.5250526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ldexp_cpu_float32' 2025-03-04T19:47:31.5251122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_le_cpu_float32' 2025-03-04T19:47:31.5251737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_lerp_cpu_float32' 2025-03-04T19:47:31.5252349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_lgamma_cpu_float32' 2025-03-04T19:47:31.5252979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_cholesky_cpu_float32' 2025-03-04T19:47:31.5253631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32' 2025-03-04T19:47:31.5254275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_cond_cpu_float32' 2025-03-04T19:47:31.5254910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_cross_cpu_float32' 2025-03-04T19:47:31.5255517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_det_cpu_float32' 2025-03-04T19:47:31.5256178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_det_singular_cpu_float32' 2025-03-04T19:47:31.5256809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_diagonal_cpu_float32' 2025-03-04T19:47:31.5257436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_eig_cpu_float32' 2025-03-04T19:47:31.5258059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_eigh_cpu_float32' 2025-03-04T19:47:31.5258700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_eigvals_cpu_float32' 2025-03-04T19:47:31.5259332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_eigvalsh_cpu_float32' 2025-03-04T19:47:31.5260021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_householder_product_cpu_float32' 2025-03-04T19:47:31.5260635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_inv_cpu_float32' 2025-03-04T19:47:31.5261300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_inv_ex_cpu_float32' 2025-03-04T19:47:31.5262041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_ldl_factor_cpu_float32' 2025-03-04T19:47:31.5262693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32' 2025-03-04T19:47:31.5263340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_ldl_solve_cpu_float32' 2025-03-04T19:47:31.5263959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_lstsq_cpu_float32' 2025-03-04T19:47:31.5264680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32' 2025-03-04T19:47:31.5265321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_lu_cpu_float32' 2025-03-04T19:47:31.5265966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_lu_factor_cpu_float32' 2025-03-04T19:47:31.5266612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32' 2025-03-04T19:47:31.5267252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_lu_solve_cpu_float32' 2025-03-04T19:47:31.5267923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_matrix_norm_cpu_float32' 2025-03-04T19:47:31.5268580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_matrix_power_cpu_float32' 2025-03-04T19:47:31.5269216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_matrix_rank_cpu_float32' 2025-03-04T19:47:31.5269910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32' 2025-03-04T19:47:31.5270542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_multi_dot_cpu_float32' 2025-03-04T19:47:31.5271171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_norm_cpu_float32' 2025-03-04T19:47:31.5272005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32' 2025-03-04T19:47:31.5272629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_pinv_cpu_float32' 2025-03-04T19:47:31.5273277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32' 2025-03-04T19:47:31.5273935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_pinv_singular_cpu_float32' 2025-03-04T19:47:31.5274538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_qr_cpu_float32' 2025-03-04T19:47:31.5275225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_slogdet_cpu_float32' 2025-03-04T19:47:31.5275840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_solve_cpu_float32' 2025-03-04T19:47:31.5276480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_solve_ex_cpu_float32' 2025-03-04T19:47:31.5277145Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_solve_triangular_cpu_float32' 2025-03-04T19:47:31.5277798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_svd_cpu_float32' 2025-03-04T19:47:31.5278430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_svdvals_cpu_float32' 2025-03-04T19:47:31.5279093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_tensorinv_cpu_float32' 2025-03-04T19:47:31.5279747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_tensorsolve_cpu_float32' 2025-03-04T19:47:31.5280368Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_vander_cpu_float32' 2025-03-04T19:47:31.5281100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32' 2025-03-04T19:47:31.5281784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32' 2025-03-04T19:47:31.5282405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linspace_cpu_float32' 2025-03-04T19:47:31.5283070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linspace_tensor_overload_cpu_float32' 2025-03-04T19:47:31.5283675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log10_cpu_float32' 2025-03-04T19:47:31.5284270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log1p_cpu_float32' 2025-03-04T19:47:31.5284875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log2_cpu_float32' 2025-03-04T19:47:31.5285465Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log_cpu_float32' 2025-03-04T19:47:31.5286083Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log_normal_cpu_float32' 2025-03-04T19:47:31.5286693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32' 2025-03-04T19:47:31.5287366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log_softmax_with_dtype_cpu_float32' 2025-03-04T19:47:31.5287976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logaddexp2_cpu_float32' 2025-03-04T19:47:31.5288622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logaddexp_cpu_float32' 2025-03-04T19:47:31.5289276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logcumsumexp_cpu_float32' 2025-03-04T19:47:31.5289897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logdet_cpu_float32' 2025-03-04T19:47:31.5290509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logical_and_cpu_float32' 2025-03-04T19:47:31.5291118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logical_not_cpu_float32' 2025-03-04T19:47:31.5291877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logical_or_cpu_float32' 2025-03-04T19:47:31.5292515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32' 2025-03-04T19:47:31.5293120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logit_cpu_float32' 2025-03-04T19:47:31.5293722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logspace_cpu_float32' 2025-03-04T19:47:31.5294399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logspace_tensor_overload_cpu_float32' 2025-03-04T19:47:31.5295002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32' 2025-03-04T19:47:31.5295632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_long_cpu_float32' 2025-03-04T19:47:31.5296216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_lt_cpu_float32' 2025-03-04T19:47:31.5296807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_lu_cpu_float32' 2025-03-04T19:47:31.5297406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_lu_solve_cpu_float32' 2025-03-04T19:47:31.5298019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_lu_unpack_cpu_float32' 2025-03-04T19:47:31.5298604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mH_cpu_float32' 2025-03-04T19:47:31.5299195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mT_cpu_float32' 2025-03-04T19:47:31.5299804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_amax_cpu_float32' 2025-03-04T19:47:31.5300425Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_amin_cpu_float32' 2025-03-04T19:47:31.5301047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_argmax_cpu_float32' 2025-03-04T19:47:31.5301741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_argmin_cpu_float32' 2025-03-04T19:47:31.5302404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_cumprod_cpu_float32' 2025-03-04T19:47:31.5303038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_cumsum_cpu_float32' 2025-03-04T19:47:31.5303651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_fill_cpu_float32' 2025-03-04T19:47:31.5304288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_log_softmax_cpu_float32' 2025-03-04T19:47:31.5304959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_logaddexp_cpu_float32' 2025-03-04T19:47:31.5305593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_logsumexp_cpu_float32' 2025-03-04T19:47:31.5306247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_mean_cpu_float32' 2025-03-04T19:47:31.5306869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_median_cpu_float32' 2025-03-04T19:47:31.5307486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_norm_cpu_float32' 2025-03-04T19:47:31.5308120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_normalize_cpu_float32' 2025-03-04T19:47:31.5308767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_prod_cpu_float32' 2025-03-04T19:47:31.5309392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_scatter_cpu_float32' 2025-03-04T19:47:31.5310024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_select_cpu_float32' 2025-03-04T19:47:31.5310647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_softmax_cpu_float32' 2025-03-04T19:47:31.5311281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_softmin_cpu_float32' 2025-03-04T19:47:31.5311889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_std_cpu_float32' 2025-03-04T19:47:31.5312506Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_sum_cpu_float32' 2025-03-04T19:47:31.5313110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_var_cpu_float32' 2025-03-04T19:47:31.5313716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_matmul_cpu_float32' 2025-03-04T19:47:31.5314320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_matrix_exp_cpu_float32' 2025-03-04T19:47:31.5314940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_max_binary_cpu_float32' 2025-03-04T19:47:31.5315665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_max_pool2d_with_indices_backward_cpu_float32' 2025-03-04T19:47:31.5316325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32' 2025-03-04T19:47:31.5316981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_max_reduction_with_dim_cpu_float32' 2025-03-04T19:47:31.5317578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_maximum_cpu_float32' 2025-03-04T19:47:31.5318216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mean_cpu_float32' 2025-03-04T19:47:31.5318815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_median_cpu_float32' 2025-03-04T19:47:31.5319515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32' 2025-03-04T19:47:31.5320187Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32' 2025-03-04T19:47:31.5320807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_min_binary_cpu_float32' 2025-03-04T19:47:31.5321452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32' 2025-03-04T19:47:31.5322148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_min_reduction_with_dim_cpu_float32' 2025-03-04T19:47:31.5322749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_minimum_cpu_float32' 2025-03-04T19:47:31.5323344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mm_cpu_float32' 2025-03-04T19:47:31.5323933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mode_cpu_float32' 2025-03-04T19:47:31.5324549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_movedim_cpu_float32' 2025-03-04T19:47:31.5325142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_msort_cpu_float32' 2025-03-04T19:47:31.5325613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_int16' 2025-03-04T19:47:31.5326199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mul_cpu_float32' 2025-03-04T19:47:31.5326822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_multinomial_cpu_float32' 2025-03-04T19:47:31.5327401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mv_cpu_float32' 2025-03-04T19:47:31.5328069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32' 2025-03-04T19:47:31.5328753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32' 2025-03-04T19:47:31.5329410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32' 2025-03-04T19:47:31.5330024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32' 2025-03-04T19:47:31.5330623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nanmean_cpu_float32' 2025-03-04T19:47:31.5331237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32' 2025-03-04T19:47:31.5331871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nanquantile_cpu_float32' 2025-03-04T19:47:31.5332506Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nansum_cpu_float32' 2025-03-04T19:47:31.5333116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_narrow_copy_cpu_float32' 2025-03-04T19:47:31.5333727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_narrow_cpu_float32' 2025-03-04T19:47:31.5334367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_native_batch_norm_cpu_float32' 2025-03-04T19:47:31.5335044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_native_dropout_backward_cpu_float32' 2025-03-04T19:47:31.5335704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32' 2025-03-04T19:47:31.5336300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ne_cpu_float32' 2025-03-04T19:47:31.5336888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_neg_cpu_float32' 2025-03-04T19:47:31.5337514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_new_empty_cpu_float32' 2025-03-04T19:47:31.5338152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_new_empty_strided_cpu_float32' 2025-03-04T19:47:31.5338771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_new_full_cpu_float32' 2025-03-04T19:47:31.5339378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_new_ones_cpu_float32' 2025-03-04T19:47:31.5339998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32' 2025-03-04T19:47:31.5340601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nextafter_cpu_float32' 2025-03-04T19:47:31.5341312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32' 2025-03-04T19:47:31.5342093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32' 2025-03-04T19:47:31.5342841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32' 2025-03-04T19:47:31.5343557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32' 2025-03-04T19:47:31.5344256Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32' 2025-03-04T19:47:31.5344962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32' 2025-03-04T19:47:31.5345665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_alpha_dropout_cpu_float32' 2025-03-04T19:47:31.5346439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32' 2025-03-04T19:47:31.5347104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32' 2025-03-04T19:47:31.5347777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32' 2025-03-04T19:47:31.5348439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32' 2025-03-04T19:47:31.5349109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_bilinear_cpu_float32' 2025-03-04T19:47:31.5349848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32' 2025-03-04T19:47:31.5350615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32' 2025-03-04T19:47:31.5351257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32' 2025-03-04T19:47:31.5351914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_conv1d_cpu_float32' 2025-03-04T19:47:31.5352567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_conv2d_cpu_float32' 2025-03-04T19:47:31.5353238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_conv3d_cpu_float32' 2025-03-04T19:47:31.5353927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32' 2025-03-04T19:47:31.5354625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32' 2025-03-04T19:47:31.5355315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32' 2025-03-04T19:47:31.5356075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32' 2025-03-04T19:47:31.5356768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32' 2025-03-04T19:47:31.5357461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32' 2025-03-04T19:47:31.5358116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32' 2025-03-04T19:47:31.5358788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_dropout2d_cpu_float32' 2025-03-04T19:47:31.5359477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32' 2025-03-04T19:47:31.5360170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_dropout_cpu_float32' 2025-03-04T19:47:31.5360811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32' 2025-03-04T19:47:31.5361501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32' 2025-03-04T19:47:31.5362162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_embedding_cpu_float32' 2025-03-04T19:47:31.5362939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32' 2025-03-04T19:47:31.5363717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32' 2025-03-04T19:47:31.5364428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32' 2025-03-04T19:47:31.5365156Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32' 2025-03-04T19:47:31.5365853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32' 2025-03-04T19:47:31.5366513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32' 2025-03-04T19:47:31.5367154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_glu_cpu_float32' 2025-03-04T19:47:31.5367845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32' 2025-03-04T19:47:31.5368509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_group_norm_cpu_float32' 2025-03-04T19:47:31.5369197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32' 2025-03-04T19:47:31.5369909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32' 2025-03-04T19:47:31.5370588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32' 2025-03-04T19:47:31.5371247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32' 2025-03-04T19:47:31.5372128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32' 2025-03-04T19:47:31.5372851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32' 2025-03-04T19:47:31.5373547Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32' 2025-03-04T19:47:31.5374274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32' 2025-03-04T19:47:31.5374988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32' 2025-03-04T19:47:31.5375696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32' 2025-03-04T19:47:31.5376411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32' 2025-03-04T19:47:31.5377173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_nearest-exact_cpu_float32' 2025-03-04T19:47:31.5377894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32' 2025-03-04T19:47:31.5378605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32' 2025-03-04T19:47:31.5379271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32' 2025-03-04T19:47:31.5379930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32' 2025-03-04T19:47:31.5380619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32' 2025-03-04T19:47:31.5381287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32' 2025-03-04T19:47:31.5382016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32' 2025-03-04T19:47:31.5382714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32' 2025-03-04T19:47:31.5383399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32' 2025-03-04T19:47:31.5384137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32' 2025-03-04T19:47:31.5384803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32' 2025-03-04T19:47:31.5385478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32' 2025-03-04T19:47:31.5386137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32' 2025-03-04T19:47:31.5386848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32' 2025-03-04T19:47:31.5387563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32' 2025-03-04T19:47:31.5388248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32' 2025-03-04T19:47:31.5388937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32' 2025-03-04T19:47:31.5389622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32' 2025-03-04T19:47:31.5390407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32' 2025-03-04T19:47:31.5391093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32' 2025-03-04T19:47:31.5391748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32' 2025-03-04T19:47:31.5392490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_multi_head_attention_forward_cpu_float32' 2025-03-04T19:47:31.5393178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32' 2025-03-04T19:47:31.5393903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32' 2025-03-04T19:47:31.5394642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32' 2025-03-04T19:47:31.5395309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32' 2025-03-04T19:47:31.5395967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32' 2025-03-04T19:47:31.5396655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32' 2025-03-04T19:47:31.5397333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32' 2025-03-04T19:47:31.5398047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32' 2025-03-04T19:47:31.5398728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32' 2025-03-04T19:47:31.5399454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pad_replicate_negative_cpu_float32' 2025-03-04T19:47:31.5400145Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32' 2025-03-04T19:47:31.5400831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pdist_cpu_float32' 2025-03-04T19:47:31.5401536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32' 2025-03-04T19:47:31.5402230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32' 2025-03-04T19:47:31.5402914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32' 2025-03-04T19:47:31.5403570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32' 2025-03-04T19:47:31.5404241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32' 2025-03-04T19:47:31.5404893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32' 2025-03-04T19:47:31.5405534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_rrelu_cpu_float32' 2025-03-04T19:47:31.5406268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_scaled_dot_product_attention_cpu_float32' 2025-03-04T19:47:31.5406918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32' 2025-03-04T19:47:31.5407563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32' 2025-03-04T19:47:31.5408255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32' 2025-03-04T19:47:31.5408941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32' 2025-03-04T19:47:31.5409603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32' 2025-03-04T19:47:31.5410296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32' 2025-03-04T19:47:31.5410990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32' 2025-03-04T19:47:31.5411660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32' 2025-03-04T19:47:31.5412330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32' 2025-03-04T19:47:31.5412993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32' 2025-03-04T19:47:31.5413669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32' 2025-03-04T19:47:31.5414392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32' 2025-03-04T19:47:31.5415184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32' 2025-03-04T19:47:31.5415833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_unfold_cpu_float32' 2025-03-04T19:47:31.5416539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_upsample_bilinear_cpu_float32' 2025-03-04T19:47:31.5417231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_upsample_nearest_cpu_float32' 2025-03-04T19:47:31.5417884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nonzero_cpu_float32' 2025-03-04T19:47:31.5418514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nonzero_static_cpu_float32' 2025-03-04T19:47:31.5419120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_norm_cpu_float32' 2025-03-04T19:47:31.5419719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32' 2025-03-04T19:47:31.5420330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32' 2025-03-04T19:47:31.5420933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_norm_nuc_cpu_float32' 2025-03-04T19:47:31.5421621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_normal_cpu_float32' 2025-03-04T19:47:31.5422251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_normal_in_place_cpu_float32' 2025-03-04T19:47:31.5422889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_normal_number_mean_cpu_float32' 2025-03-04T19:47:31.5423491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ones_cpu_float32' 2025-03-04T19:47:31.5424100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ones_like_cpu_float32' 2025-03-04T19:47:31.5424734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ormqr_cpu_float32' 2025-03-04T19:47:31.5425322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_H_cpu_float32' 2025-03-04T19:47:31.5425989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyCatCustomOp_cpu_float32' 2025-03-04T19:47:31.5426648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyCubeCustomOp_cpu_float32' 2025-03-04T19:47:31.5427246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_tan_cpu_float32' 2025-03-04T19:47:31.5427926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyMulCustomOp_cpu_float32' 2025-03-04T19:47:31.5428615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyNMSCustomOp_cpu_float32' 2025-03-04T19:47:31.5429282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyNonzeroCustomOp_cpu_float32' 2025-03-04T19:47:31.5429952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpySortCustomOp_cpu_float32' 2025-03-04T19:47:31.5430639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpySplitCopyCustomOp_cpu_float32' 2025-03-04T19:47:31.5431389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpySplitCopyWithIntCustomOp_cpu_float32' 2025-03-04T19:47:31.5432047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyTakeCustomOp_cpu_float32' 2025-03-04T19:47:31.5432731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyViewCopyCustomOp_cpu_float32' 2025-03-04T19:47:31.5433358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___getitem___cpu_float32' 2025-03-04T19:47:31.5433986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___radd___cpu_float32' 2025-03-04T19:47:31.5434601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___rdiv___cpu_float32' 2025-03-04T19:47:31.5435240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___rmatmul___cpu_float32' 2025-03-04T19:47:31.5435850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___rmod___cpu_float32' 2025-03-04T19:47:31.5436470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___rmul___cpu_float32' 2025-03-04T19:47:31.5437080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___rpow___cpu_float32' 2025-03-04T19:47:31.5437694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___rsub___cpu_float32' 2025-03-04T19:47:31.5438410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out__native_batch_norm_legit_cpu_float32' 2025-03-04T19:47:31.5439084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out__segment_reduce_lengths_cpu_float32' 2025-03-04T19:47:31.5439768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out__segment_reduce_offsets_cpu_float32' 2025-03-04T19:47:31.5440433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out__softmax_backward_data_cpu_float32' 2025-03-04T19:47:31.5441144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out__upsample_bilinear2d_aa_cpu_float32' 2025-03-04T19:47:31.5441750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_abs_cpu_float32' 2025-03-04T19:47:31.5442392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_acos_cpu_float32' 2025-03-04T19:47:31.5442994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_acosh_cpu_float32' 2025-03-04T19:47:31.5443605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_add_cpu_float32' 2025-03-04T19:47:31.5444212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addbmm_cpu_float32' 2025-03-04T19:47:31.5444862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addcdiv_cpu_float32' 2025-03-04T19:47:31.5445474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addcmul_cpu_float32' 2025-03-04T19:47:31.5446090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addmm_cpu_float32' 2025-03-04T19:47:31.5446737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addmm_decomposed_cpu_float32' 2025-03-04T19:47:31.5447353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addmv_cpu_float32' 2025-03-04T19:47:31.5447956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addr_cpu_float32' 2025-03-04T19:47:31.5448572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_all_cpu_float32' 2025-03-04T19:47:31.5449190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_allclose_cpu_float32' 2025-03-04T19:47:31.5449801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_amax_cpu_float32' 2025-03-04T19:47:31.5450399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_amin_cpu_float32' 2025-03-04T19:47:31.5451014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_aminmax_cpu_float32' 2025-03-04T19:47:31.5451656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_angle_cpu_float32' 2025-03-04T19:47:31.5452253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_any_cpu_float32' 2025-03-04T19:47:31.5452874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_arange_cpu_float32' 2025-03-04T19:47:31.5453483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_argmax_cpu_float32' 2025-03-04T19:47:31.5454105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_argmin_cpu_float32' 2025-03-04T19:47:31.5454747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_argsort_cpu_float32' 2025-03-04T19:47:31.5455401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_argwhere_cpu_float32' 2025-03-04T19:47:31.5456024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_as_strided_cpu_float32' 2025-03-04T19:47:31.5456717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_as_strided_partial_views_cpu_float32' 2025-03-04T19:47:31.5457371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_as_strided_scatter_cpu_float32' 2025-03-04T19:47:31.5457986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_asin_cpu_float32' 2025-03-04T19:47:31.5458614Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_asinh_cpu_float32' 2025-03-04T19:47:31.5459229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_atan2_cpu_float32' 2025-03-04T19:47:31.5459827Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_atan_cpu_float32' 2025-03-04T19:47:31.5460439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_atanh_cpu_float32' 2025-03-04T19:47:31.5461060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_atleast_1d_cpu_float32' 2025-03-04T19:47:31.5467799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_atleast_2d_cpu_float32' 2025-03-04T19:47:31.5468539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_atleast_3d_cpu_float32' 2025-03-04T19:47:31.5469161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_baddbmm_cpu_float32' 2025-03-04T19:47:31.5469849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_batch_norm_with_update_cpu_float32' 2025-03-04T19:47:31.5470469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_bernoulli_cpu_float32' 2025-03-04T19:47:31.5471190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_bfloat16_cpu_float32' 2025-03-04T19:47:31.5471980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_block_diag_cpu_float32' 2025-03-04T19:47:31.5472593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_bmm_cpu_float32' 2025-03-04T19:47:31.5473216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_bool_cpu_float32' 2025-03-04T19:47:31.5473874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_broadcast_shapes_cpu_float32' 2025-03-04T19:47:31.5474597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_broadcast_tensors_cpu_float32' 2025-03-04T19:47:31.5475281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_broadcast_to_cpu_float32' 2025-03-04T19:47:31.5475921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_bucketize_cpu_float32' 2025-03-04T19:47:31.5476530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_byte_cpu_float32' 2025-03-04T19:47:31.5477171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cartesian_prod_cpu_float32' 2025-03-04T19:47:31.5477780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cat_cpu_float32' 2025-03-04T19:47:31.5478426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cauchy_cpu_float32' 2025-03-04T19:47:31.5479040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cdist_cpu_float32' 2025-03-04T19:47:31.5479647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cdouble_cpu_float32' 2025-03-04T19:47:31.5480257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ceil_cpu_float32' 2025-03-04T19:47:31.5480858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cfloat_cpu_float32' 2025-03-04T19:47:31.5481468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_chalf_cpu_float32' 2025-03-04T19:47:31.5482082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_char_cpu_float32' 2025-03-04T19:47:31.5482696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cholesky_cpu_float32' 2025-03-04T19:47:31.5483356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cholesky_inverse_cpu_float32' 2025-03-04T19:47:31.5483991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cholesky_solve_cpu_float32' 2025-03-04T19:47:31.5484611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_chunk_cpu_float32' 2025-03-04T19:47:31.5485251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_clamp_cpu_float32' 2025-03-04T19:47:31.5485884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_clamp_max_cpu_float32' 2025-03-04T19:47:31.5486502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_clamp_min_cpu_float32' 2025-03-04T19:47:31.5487119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_clone_cpu_float32' 2025-03-04T19:47:31.5487793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_column_stack_cpu_float32' 2025-03-04T19:47:31.5488444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_combinations_cpu_float32' 2025-03-04T19:47:31.5489079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_complex_cpu_float32' 2025-03-04T19:47:31.5489723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_conj_cpu_float32' 2025-03-04T19:47:31.5490540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_conj_physical_cpu_float32' 2025-03-04T19:47:31.5494419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_constant_pad_nd_cpu_float32' 2025-03-04T19:47:31.5495116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_contiguous_cpu_float32' 2025-03-04T19:47:31.5495740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_copysign_cpu_float32' 2025-03-04T19:47:31.5496349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_corrcoef_cpu_float32' 2025-03-04T19:47:31.5496947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cos_cpu_float32' 2025-03-04T19:47:31.5497547Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cosh_cpu_float32' 2025-03-04T19:47:31.5498196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_count_nonzero_cpu_float32' 2025-03-04T19:47:31.5498796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cov_cpu_float32' 2025-03-04T19:47:31.5499397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cross_cpu_float32' 2025-03-04T19:47:31.5499997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cummax_cpu_float32' 2025-03-04T19:47:31.5500603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cummin_cpu_float32' 2025-03-04T19:47:31.5501223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cumprod_cpu_float32' 2025-03-04T19:47:31.5501955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cumsum_cpu_float32' 2025-03-04T19:47:31.5502628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cumulative_trapezoid_cpu_float32' 2025-03-04T19:47:31.5503247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_deg2rad_cpu_float32' 2025-03-04T19:47:31.5503844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diag_cpu_float32' 2025-03-04T19:47:31.5504468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diag_embed_cpu_float32' 2025-03-04T19:47:31.5505128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diagflat_cpu_float32' 2025-03-04T19:47:31.5505800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diagonal_copy_cpu_float32' 2025-03-04T19:47:31.5506421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diagonal_cpu_float32' 2025-03-04T19:47:31.5507070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diagonal_scatter_cpu_float32' 2025-03-04T19:47:31.5507676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diff_cpu_float32' 2025-03-04T19:47:31.5508286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_digamma_cpu_float32' 2025-03-04T19:47:31.5508923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_dist_cpu_float32' 2025-03-04T19:47:31.5509577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_div_floor_rounding_cpu_float32' 2025-03-04T19:47:31.5510244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_div_no_rounding_mode_cpu_float32' 2025-03-04T19:47:31.5510895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_div_trunc_rounding_cpu_float32' 2025-03-04T19:47:31.5511500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_dot_cpu_float32' 2025-03-04T19:47:31.5512110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_double_cpu_float32' 2025-03-04T19:47:31.5512722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_dsplit_cpu_float32' 2025-03-04T19:47:31.5513321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_dstack_cpu_float32' 2025-03-04T19:47:31.5513929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_einsum_cpu_float32' 2025-03-04T19:47:31.5514530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_empty_cpu_float32' 2025-03-04T19:47:31.5515186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_empty_like_cpu_float32' 2025-03-04T19:47:31.5515825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_empty_permuted_cpu_float32' 2025-03-04T19:47:31.5516470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_empty_strided_cpu_float32' 2025-03-04T19:47:31.5517066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_eq_cpu_float32' 2025-03-04T19:47:31.5517739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_equal_cpu_float32' 2025-03-04T19:47:31.5518390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_erf_cpu_float32' 2025-03-04T19:47:31.5519053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_erfc_cpu_float32' 2025-03-04T19:47:31.5519654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_erfinv_cpu_float32' 2025-03-04T19:47:31.5520266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_exp2_cpu_float32' 2025-03-04T19:47:31.5520862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_exp_cpu_float32' 2025-03-04T19:47:31.5521494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_expand_as_cpu_float32' 2025-03-04T19:47:31.5522129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_expand_cpu_float32' 2025-03-04T19:47:31.5522747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_expm1_cpu_float32' 2025-03-04T19:47:31.5523375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_exponential_cpu_float32' 2025-03-04T19:47:31.5523969Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_eye_cpu_float32' 2025-03-04T19:47:31.5524593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_fft2_cpu_float32' 2025-03-04T19:47:31.5525203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_fft_cpu_float32' 2025-03-04T19:47:31.5525825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_fftn_cpu_float32' 2025-03-04T19:47:31.5526451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_fftshift_cpu_float32' 2025-03-04T19:47:31.5527082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_hfft2_cpu_float32' 2025-03-04T19:47:31.5527691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_hfft_cpu_float32' 2025-03-04T19:47:31.5528325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_hfftn_cpu_float32' 2025-03-04T19:47:31.5528968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ifft2_cpu_float32' 2025-03-04T19:47:31.5529594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ifft_cpu_float32' 2025-03-04T19:47:31.5530211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ifftn_cpu_float32' 2025-03-04T19:47:31.5530858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ifftshift_cpu_float32' 2025-03-04T19:47:31.5531501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ihfft2_cpu_float32' 2025-03-04T19:47:31.5532136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ihfft_cpu_float32' 2025-03-04T19:47:31.5532778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ihfftn_cpu_float32' 2025-03-04T19:47:31.5533410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_irfft2_cpu_float32' 2025-03-04T19:47:31.5534027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_irfft_cpu_float32' 2025-03-04T19:47:31.5534660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_irfftn_cpu_float32' 2025-03-04T19:47:31.5535299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_rfft2_cpu_float32' 2025-03-04T19:47:31.5535929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_rfft_cpu_float32' 2025-03-04T19:47:31.5536548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_rfftn_cpu_float32' 2025-03-04T19:47:31.5537149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fill_cpu_float32' 2025-03-04T19:47:31.5537770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_flatten_cpu_float32' 2025-03-04T19:47:31.5538373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_flip_cpu_float32' 2025-03-04T19:47:31.5538997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fliplr_cpu_float32' 2025-03-04T19:47:31.5539602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_flipud_cpu_float32' 2025-03-04T19:47:31.5540213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_float_cpu_float32' 2025-03-04T19:47:31.5540834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_float_power_cpu_float32' 2025-03-04T19:47:31.5541446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_floor_cpu_float32' 2025-03-04T19:47:31.5542184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_floor_divide_cpu_float32' 2025-03-04T19:47:31.5542795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fmax_cpu_float32' 2025-03-04T19:47:31.5543389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fmin_cpu_float32' 2025-03-04T19:47:31.5543998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fmod_cpu_float32' 2025-03-04T19:47:31.5544595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_frac_cpu_float32' 2025-03-04T19:47:31.5545235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_frexp_cpu_float32' 2025-03-04T19:47:31.5545859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_full_cpu_float32' 2025-03-04T19:47:31.5546492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_full_like_cpu_float32' 2025-03-04T19:47:31.5547096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_gather_cpu_float32' 2025-03-04T19:47:31.5547700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ge_cpu_float32' 2025-03-04T19:47:31.5548322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_geometric_cpu_float32' 2025-03-04T19:47:31.5548951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_geqrf_cpu_float32' 2025-03-04T19:47:31.5549575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_gradient_cpu_float32' 2025-03-04T19:47:31.5550218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_grid_sampler_2d_cpu_float32' 2025-03-04T19:47:31.5550826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_gt_cpu_float32' 2025-03-04T19:47:31.5551429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_half_cpu_float32' 2025-03-04T19:47:31.5552064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_heaviside_cpu_float32' 2025-03-04T19:47:31.5552663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_histc_cpu_float32' 2025-03-04T19:47:31.5553293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_histogram_cpu_float32' 2025-03-04T19:47:31.5553917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_histogramdd_cpu_float32' 2025-03-04T19:47:31.5554530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_hsplit_cpu_float32' 2025-03-04T19:47:31.5555164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_hstack_cpu_float32' 2025-03-04T19:47:31.5555773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_hypot_cpu_float32' 2025-03-04T19:47:31.5556367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_i0_cpu_float32' 2025-03-04T19:47:31.5556980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_igamma_cpu_float32' 2025-03-04T19:47:31.5557591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_igammac_cpu_float32' 2025-03-04T19:47:31.5558245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_index_add_cpu_float32' 2025-03-04T19:47:31.5558873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_index_copy_cpu_float32' 2025-03-04T19:47:31.5559532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_index_fill_cpu_float32' 2025-03-04T19:47:31.5560147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_index_put_cpu_float32' 2025-03-04T19:47:31.5560788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_index_reduce_cpu_float32' 2025-03-04T19:47:31.5561425Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_index_select_cpu_float32' 2025-03-04T19:47:31.5562064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_inner_cpu_float32' 2025-03-04T19:47:31.5562676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_int_cpu_float32' 2025-03-04T19:47:31.5563286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isclose_cpu_float32' 2025-03-04T19:47:31.5563910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isfinite_cpu_float32' 2025-03-04T19:47:31.5564514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isin_cpu_float32' 2025-03-04T19:47:31.5565125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isinf_cpu_float32' 2025-03-04T19:47:31.5565731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isnan_cpu_float32' 2025-03-04T19:47:31.5566355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isneginf_cpu_float32' 2025-03-04T19:47:31.5566975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isposinf_cpu_float32' 2025-03-04T19:47:31.5567594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isreal_cpu_float32' 2025-03-04T19:47:31.5568196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_item_cpu_float32' 2025-03-04T19:47:31.5568923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_jiterator_2inputs_2outputs_cpu_float32' 2025-03-04T19:47:31.5569640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_jiterator_4inputs_with_extra_args_cpu_float32' 2025-03-04T19:47:31.5570293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_jiterator_binary_cpu_float32' 2025-03-04T19:47:31.5570991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_jiterator_binary_return_by_ref_cpu_float32' 2025-03-04T19:47:31.5571918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_jiterator_unary_cpu_float32' 2025-03-04T19:47:31.5572531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_kron_cpu_float32' 2025-03-04T19:47:31.5573229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_kthvalue_cpu_float32' 2025-03-04T19:47:31.5573832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ldexp_cpu_float32' 2025-03-04T19:47:31.5574439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_le_cpu_float32' 2025-03-04T19:47:31.5575040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_lerp_cpu_float32' 2025-03-04T19:47:31.5575682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_lgamma_cpu_float32' 2025-03-04T19:47:31.5576345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_cholesky_cpu_float32' 2025-03-04T19:47:31.5576999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_cholesky_ex_cpu_float32' 2025-03-04T19:47:31.5577634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_cond_cpu_float32' 2025-03-04T19:47:31.5578262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_cross_cpu_float32' 2025-03-04T19:47:31.5578904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_det_cpu_float32' 2025-03-04T19:47:31.5579562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_det_singular_cpu_float32' 2025-03-04T19:47:31.5580217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_diagonal_cpu_float32' 2025-03-04T19:47:31.5580837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_eig_cpu_float32' 2025-03-04T19:47:31.5581535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_eigh_cpu_float32' 2025-03-04T19:47:31.5582176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_eigvals_cpu_float32' 2025-03-04T19:47:31.5582883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_eigvalsh_cpu_float32' 2025-03-04T19:47:31.5583573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_householder_product_cpu_float32' 2025-03-04T19:47:31.5584205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_inv_cpu_float32' 2025-03-04T19:47:31.5584842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_inv_ex_cpu_float32' 2025-03-04T19:47:31.5585536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_ldl_factor_cpu_float32' 2025-03-04T19:47:31.5586223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_ldl_factor_ex_cpu_float32' 2025-03-04T19:47:31.5586880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_ldl_solve_cpu_float32' 2025-03-04T19:47:31.5587515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_lstsq_cpu_float32' 2025-03-04T19:47:31.5588212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_lstsq_grad_oriented_cpu_float32' 2025-03-04T19:47:31.5588831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_lu_cpu_float32' 2025-03-04T19:47:31.5589516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_lu_factor_cpu_float32' 2025-03-04T19:47:31.5590173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_lu_factor_ex_cpu_float32' 2025-03-04T19:47:31.5590814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_lu_solve_cpu_float32' 2025-03-04T19:47:31.5591484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_matrix_norm_cpu_float32' 2025-03-04T19:47:31.5592146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_matrix_power_cpu_float32' 2025-03-04T19:47:31.5592816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_matrix_rank_cpu_float32' 2025-03-04T19:47:31.5593510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_matrix_rank_hermitian_cpu_float32' 2025-03-04T19:47:31.5594168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_multi_dot_cpu_float32' 2025-03-04T19:47:31.5594794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_norm_cpu_float32' 2025-03-04T19:47:31.5595516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_norm_subgradients_at_zero_cpu_float32' 2025-03-04T19:47:31.5596171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_pinv_cpu_float32' 2025-03-04T19:47:31.5596854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_pinv_hermitian_cpu_float32' 2025-03-04T19:47:31.5597515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_pinv_singular_cpu_float32' 2025-03-04T19:47:31.5598142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_qr_cpu_float32' 2025-03-04T19:47:31.5598802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_slogdet_cpu_float32' 2025-03-04T19:47:31.5599453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_solve_cpu_float32' 2025-03-04T19:47:31.5600124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_solve_ex_cpu_float32' 2025-03-04T19:47:31.5600815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_solve_triangular_cpu_float32' 2025-03-04T19:47:31.5601437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_svd_cpu_float32' 2025-03-04T19:47:31.5602086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_svdvals_cpu_float32' 2025-03-04T19:47:31.5602768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_tensorinv_cpu_float32' 2025-03-04T19:47:31.5604232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_tensorsolve_cpu_float32' 2025-03-04T19:47:31.5605644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_vander_cpu_float32' 2025-03-04T19:47:31.5607033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_vecdot_cpu_float32' 2025-03-04T19:47:31.5608443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_vector_norm_cpu_float32' 2025-03-04T19:47:31.5609840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linspace_cpu_float32' 2025-03-04T19:47:31.5611287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linspace_tensor_overload_cpu_float32' 2025-03-04T19:47:31.5612678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log10_cpu_float32' 2025-03-04T19:47:31.5613997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log1p_cpu_float32' 2025-03-04T19:47:31.5615343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log2_cpu_float32' 2025-03-04T19:47:31.5616662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log_cpu_float32' 2025-03-04T19:47:31.5618574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log_normal_cpu_float32' 2025-03-04T19:47:31.5620145Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log_softmax_cpu_float32' 2025-03-04T19:47:31.5621624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log_softmax_with_dtype_cpu_float32' 2025-03-04T19:47:31.5623040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logaddexp2_cpu_float32' 2025-03-04T19:47:31.5624469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logaddexp_cpu_float32' 2025-03-04T19:47:31.5625842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logcumsumexp_cpu_float32' 2025-03-04T19:47:31.5627230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logdet_cpu_float32' 2025-03-04T19:47:31.5628601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logical_and_cpu_float32' 2025-03-04T19:47:31.5629979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logical_not_cpu_float32' 2025-03-04T19:47:31.5631637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logical_or_cpu_float32' 2025-03-04T19:47:31.5633284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logical_xor_cpu_float32' 2025-03-04T19:47:31.5634652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logit_cpu_float32' 2025-03-04T19:47:31.5635998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logspace_cpu_float32' 2025-03-04T19:47:31.5637417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logspace_tensor_overload_cpu_float32' 2025-03-04T19:47:31.5638845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logsumexp_cpu_float32' 2025-03-04T19:47:31.5640184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_long_cpu_float32' 2025-03-04T19:47:31.5641505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_lt_cpu_float32' 2025-03-04T19:47:31.5642816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_lu_cpu_float32' 2025-03-04T19:47:31.5644283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_lu_solve_cpu_float32' 2025-03-04T19:47:31.5645710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_lu_unpack_cpu_float32' 2025-03-04T19:47:31.5647050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mH_cpu_float32' 2025-03-04T19:47:31.5648434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mT_cpu_float32' 2025-03-04T19:47:31.5649778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_amax_cpu_float32' 2025-03-04T19:47:31.5651175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_amin_cpu_float32' 2025-03-04T19:47:31.5652564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_argmax_cpu_float32' 2025-03-04T19:47:31.5653993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_argmin_cpu_float32' 2025-03-04T19:47:31.5655398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_cumprod_cpu_float32' 2025-03-04T19:47:31.5656820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_cumsum_cpu_float32' 2025-03-04T19:47:31.5658191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_fill_cpu_float32' 2025-03-04T19:47:31.5659582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_log_softmax_cpu_float32' 2025-03-04T19:47:31.5660997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_logaddexp_cpu_float32' 2025-03-04T19:47:31.5662531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_logsumexp_cpu_float32' 2025-03-04T19:47:31.5663924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_mean_cpu_float32' 2025-03-04T19:47:31.5665287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_median_cpu_float32' 2025-03-04T19:47:31.5666666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_norm_cpu_float32' 2025-03-04T19:47:31.5668059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_normalize_cpu_float32' 2025-03-04T19:47:31.5669452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_prod_cpu_float32' 2025-03-04T19:47:31.5670846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_scatter_cpu_float32' 2025-03-04T19:47:31.5672406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_select_cpu_float32' 2025-03-04T19:47:31.5673798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_softmax_cpu_float32' 2025-03-04T19:47:31.5675190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_softmin_cpu_float32' 2025-03-04T19:47:31.5676566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_std_cpu_float32' 2025-03-04T19:47:31.5678006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_sum_cpu_float32' 2025-03-04T19:47:31.5679355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_var_cpu_float32' 2025-03-04T19:47:31.5680697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_matmul_cpu_float32' 2025-03-04T19:47:31.5682043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_matrix_exp_cpu_float32' 2025-03-04T19:47:31.5683434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_max_binary_cpu_float32' 2025-03-04T19:47:31.5684885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_max_pool2d_with_indices_backward_cpu_float32' 2025-03-04T19:47:31.5686407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_max_reduction_no_dim_cpu_float32' 2025-03-04T19:47:31.5687854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_max_reduction_with_dim_cpu_float32' 2025-03-04T19:47:31.5689253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_maximum_cpu_float32' 2025-03-04T19:47:31.5690586Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mean_cpu_float32' 2025-03-04T19:47:31.5691934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_median_cpu_float32' 2025-03-04T19:47:31.5693338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_meshgrid_list_of_tensors_cpu_float32' 2025-03-04T19:47:31.5694817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_meshgrid_variadic_tensors_cpu_float32' 2025-03-04T19:47:31.5696240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_min_binary_cpu_float32' 2025-03-04T19:47:31.5697448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_float64' 2025-03-04T19:47:31.5698699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_min_reduction_no_dim_cpu_float32' 2025-03-04T19:47:31.5700155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_min_reduction_with_dim_cpu_float32' 2025-03-04T19:47:31.5701673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_minimum_cpu_float32' 2025-03-04T19:47:31.5703006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mm_cpu_float32' 2025-03-04T19:47:31.5704323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mode_cpu_float32' 2025-03-04T19:47:31.5705656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_movedim_cpu_float32' 2025-03-04T19:47:31.5707028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_msort_cpu_float32' 2025-03-04T19:47:31.5708358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mul_cpu_float32' 2025-03-04T19:47:31.5709712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_multinomial_cpu_float32' 2025-03-04T19:47:31.5711054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mv_cpu_float32' 2025-03-04T19:47:31.5712453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mvlgamma_mvlgamma_p_1_cpu_float32' 2025-03-04T19:47:31.5713911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mvlgamma_mvlgamma_p_3_cpu_float32' 2025-03-04T19:47:31.5715387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mvlgamma_mvlgamma_p_5_cpu_float32' 2025-03-04T19:47:31.5716798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nan_to_num_cpu_float32' 2025-03-04T19:47:31.5718149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nanmean_cpu_float32' 2025-03-04T19:47:31.5719507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nanmedian_cpu_float32' 2025-03-04T19:47:31.5720919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nanquantile_cpu_float32' 2025-03-04T19:47:31.5722271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nansum_cpu_float32' 2025-03-04T19:47:31.5723624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_narrow_copy_cpu_float32' 2025-03-04T19:47:31.5724962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_narrow_cpu_float32' 2025-03-04T19:47:31.5726348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_native_batch_norm_cpu_float32' 2025-03-04T19:47:31.5727796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_native_dropout_backward_cpu_float32' 2025-03-04T19:47:31.5729245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_native_layer_norm_cpu_float32' 2025-03-04T19:47:31.5730609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ne_cpu_float32' 2025-03-04T19:47:31.5731916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_neg_cpu_float32' 2025-03-04T19:47:31.5733246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_new_empty_cpu_float32' 2025-03-04T19:47:31.5734627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_new_empty_strided_cpu_float32' 2025-03-04T19:47:31.5736041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_new_full_cpu_float32' 2025-03-04T19:47:31.5737382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_new_ones_cpu_float32' 2025-03-04T19:47:31.5738716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_new_zeros_cpu_float32' 2025-03-04T19:47:31.5740073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nextafter_cpu_float32' 2025-03-04T19:47:31.5741606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_adaptive_avg_pool1d_cpu_float32' 2025-03-04T19:47:31.5743158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_adaptive_avg_pool2d_cpu_float32' 2025-03-04T19:47:31.5744722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_adaptive_avg_pool3d_cpu_float32' 2025-03-04T19:47:31.5746263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_adaptive_max_pool1d_cpu_float32' 2025-03-04T19:47:31.5747802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_adaptive_max_pool2d_cpu_float32' 2025-03-04T19:47:31.5749346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_adaptive_max_pool3d_cpu_float32' 2025-03-04T19:47:31.5750914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_alpha_dropout_cpu_float32' 2025-03-04T19:47:31.5752405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_avg_pool1d_cpu_float32' 2025-03-04T19:47:31.5753864Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_avg_pool2d_cpu_float32' 2025-03-04T19:47:31.5755332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_avg_pool3d_cpu_float32' 2025-03-04T19:47:31.5756809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_batch_norm_cpu_float32' 2025-03-04T19:47:31.5758272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_bilinear_cpu_float32' 2025-03-04T19:47:31.5759772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_binary_cross_entropy_cpu_float32' 2025-03-04T19:47:31.5761363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32' 2025-03-04T19:47:31.5762888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_celu_cpu_float32' 2025-03-04T19:47:31.5764361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_conv1d_cpu_float32' 2025-03-04T19:47:31.5765801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_conv2d_cpu_float32' 2025-03-04T19:47:31.5767240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_conv3d_cpu_float32' 2025-03-04T19:47:31.5768711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_conv_transpose1d_cpu_float32' 2025-03-04T19:47:31.5770231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_conv_transpose2d_cpu_float32' 2025-03-04T19:47:31.5771959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_conv_transpose3d_cpu_float32' 2025-03-04T19:47:31.5773547Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_cosine_embedding_loss_cpu_float32' 2025-03-04T19:47:31.5775092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_cosine_similarity_cpu_float32' 2025-03-04T19:47:31.5776608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_cross_entropy_cpu_float32' 2025-03-04T19:47:31.5778086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_ctc_loss_cpu_float32' 2025-03-04T19:47:31.5779594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_dropout2d_cpu_float32' 2025-03-04T19:47:31.5781062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_dropout3d_cpu_float32' 2025-03-04T19:47:31.5782717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_dropout_cpu_float32' 2025-03-04T19:47:31.5784161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_elu_cpu_float32' 2025-03-04T19:47:31.5785610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_embedding_bag_cpu_float32' 2025-03-04T19:47:31.5787098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_embedding_cpu_float32' 2025-03-04T19:47:31.5788649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32' 2025-03-04T19:47:31.5790299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32' 2025-03-04T19:47:31.5791904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_fractional_max_pool2d_cpu_float32' 2025-03-04T19:47:31.5793719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_fractional_max_pool3d_cpu_float32' 2025-03-04T19:47:31.5795342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_gaussian_nll_loss_cpu_float32' 2025-03-04T19:47:31.5796821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_gelu_cpu_float32' 2025-03-04T19:47:31.5798254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_glu_cpu_float32' 2025-03-04T19:47:31.5799704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_grid_sample_cpu_float32' 2025-03-04T19:47:31.5801211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_group_norm_cpu_float32' 2025-03-04T19:47:31.5802706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_hardshrink_cpu_float32' 2025-03-04T19:47:31.5804183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_hardsigmoid_cpu_float32' 2025-03-04T19:47:31.5805657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_hardswish_cpu_float32' 2025-03-04T19:47:31.5807121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_hardtanh_cpu_float32' 2025-03-04T19:47:31.5808653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_hinge_embedding_loss_cpu_float32' 2025-03-04T19:47:31.5810163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_huber_loss_cpu_float32' 2025-03-04T19:47:31.5811644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_instance_norm_cpu_float32' 2025-03-04T19:47:31.5813152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_area_cpu_float32' 2025-03-04T19:47:31.5814690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_bicubic_cpu_float32' 2025-03-04T19:47:31.5816241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_bilinear_cpu_float32' 2025-03-04T19:47:31.5817778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_linear_cpu_float32' 2025-03-04T19:47:31.5819350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_nearest-exact_cpu_float32' 2025-03-04T19:47:31.5820912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_nearest_cpu_float32' 2025-03-04T19:47:31.5822537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_trilinear_cpu_float32' 2025-03-04T19:47:31.5824080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_kl_div_cpu_float32' 2025-03-04T19:47:31.5825521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_l1_loss_cpu_float32' 2025-03-04T19:47:31.5826981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_layer_norm_cpu_float32' 2025-03-04T19:47:31.5828451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_leaky_relu_cpu_float32' 2025-03-04T19:47:31.5829945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_linear_cpu_float32' 2025-03-04T19:47:31.5831443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_local_response_norm_cpu_float32' 2025-03-04T19:47:31.5832982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_logsigmoid_cpu_float32' 2025-03-04T19:47:31.5834475Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_margin_ranking_loss_cpu_float32' 2025-03-04T19:47:31.5835978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_pool1d_cpu_float32' 2025-03-04T19:47:31.5837454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_pool2d_cpu_float32' 2025-03-04T19:47:31.5838966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_pool3d_cpu_float32' 2025-03-04T19:47:31.5840444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_unpool1d_cpu_float32' 2025-03-04T19:47:31.5841961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_unpool1d_grad_cpu_float32' 2025-03-04T19:47:31.5843471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_unpool2d_cpu_float32' 2025-03-04T19:47:31.5844997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_unpool2d_grad_cpu_float32' 2025-03-04T19:47:31.5846512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_unpool3d_cpu_float32' 2025-03-04T19:47:31.5848020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_unpool3d_grad_cpu_float32' 2025-03-04T19:47:31.5849490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_mish_cpu_float32' 2025-03-04T19:47:31.5850938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_mse_loss_cpu_float32' 2025-03-04T19:47:31.5852476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_multi_head_attention_forward_cpu_float32' 2025-03-04T19:47:31.5854085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_multi_margin_loss_cpu_float32' 2025-03-04T19:47:31.5855630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_multilabel_margin_loss_cpu_float32' 2025-03-04T19:47:31.5857219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_multilabel_soft_margin_loss_cpu_float32' 2025-03-04T19:47:31.5858773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_nll_loss_cpu_float32' 2025-03-04T19:47:31.5860244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_normalize_cpu_float32' 2025-03-04T19:47:31.5861876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pad_circular_cpu_float32' 2025-03-04T19:47:31.5863366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pad_constant_cpu_float32' 2025-03-04T19:47:31.5864848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pad_reflect_cpu_float32' 2025-03-04T19:47:31.5866328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pad_replicate_cpu_float32' 2025-03-04T19:47:31.5867895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pad_replicate_negative_cpu_float32' 2025-03-04T19:47:31.5869441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pairwise_distance_cpu_float32' 2025-03-04T19:47:31.5870919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pdist_cpu_float32' 2025-03-04T19:47:31.5872567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pixel_shuffle_cpu_float32' 2025-03-04T19:47:31.5874069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pixel_unshuffle_cpu_float32' 2025-03-04T19:47:31.5875591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_poisson_nll_loss_cpu_float32' 2025-03-04T19:47:31.5877079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_prelu_cpu_float32' 2025-03-04T19:47:31.5878511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_relu6_cpu_float32' 2025-03-04T19:47:31.5879940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_relu_cpu_float32' 2025-03-04T19:47:31.5881366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_rrelu_cpu_float32' 2025-03-04T19:47:31.5882956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_scaled_dot_product_attention_cpu_float32' 2025-03-04T19:47:31.5884474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_selu_cpu_float32' 2025-03-04T19:47:31.5885904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_silu_cpu_float32' 2025-03-04T19:47:31.5887369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_smooth_l1_loss_cpu_float32' 2025-03-04T19:47:31.5888916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_soft_margin_loss_cpu_float32' 2025-03-04T19:47:31.5890440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_softmin_cpu_float32' 2025-03-04T19:47:31.5891935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_softmin_with_dtype_cpu_float32' 2025-03-04T19:47:31.5893524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_softplus_cpu_float32' 2025-03-04T19:47:31.5895002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_softshrink_cpu_float32' 2025-03-04T19:47:31.5896474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_softsign_cpu_float32' 2025-03-04T19:47:31.5897973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_tanhshrink_cpu_float32' 2025-03-04T19:47:31.5899447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_threshold_cpu_float32' 2025-03-04T19:47:31.5900956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_triplet_margin_loss_cpu_float32' 2025-03-04T19:47:31.5902617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32' 2025-03-04T19:47:31.5904178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_unfold_cpu_float32' 2025-03-04T19:47:31.5905671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_upsample_bilinear_cpu_float32' 2025-03-04T19:47:31.5907199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_upsample_nearest_cpu_float32' 2025-03-04T19:47:31.5908629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nonzero_cpu_float32' 2025-03-04T19:47:31.5909991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nonzero_static_cpu_float32' 2025-03-04T19:47:31.5911341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_norm_cpu_float32' 2025-03-04T19:47:31.5912700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_norm_fro_cpu_float32' 2025-03-04T19:47:31.5914043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_norm_inf_cpu_float32' 2025-03-04T19:47:31.5915381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_norm_nuc_cpu_float32' 2025-03-04T19:47:31.5916714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_normal_cpu_float32' 2025-03-04T19:47:31.5918103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_normal_in_place_cpu_float32' 2025-03-04T19:47:31.5919513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_normal_number_mean_cpu_float32' 2025-03-04T19:47:31.5920907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ones_cpu_float32' 2025-03-04T19:47:31.5922240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ones_like_cpu_float32' 2025-03-04T19:47:31.5923573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ormqr_cpu_float32' 2025-03-04T19:47:31.5924880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_outer_cpu_float32' 2025-03-04T19:47:31.5926245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_pca_lowrank_cpu_float32' 2025-03-04T19:47:31.5927596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_permute_cpu_float32' 2025-03-04T19:47:31.5928944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_pinverse_cpu_float32' 2025-03-04T19:47:31.5930278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_polar_cpu_float32' 2025-03-04T19:47:31.5931665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_polygamma_polygamma_n_0_cpu_float32' 2025-03-04T19:47:31.5933137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_polygamma_polygamma_n_1_cpu_float32' 2025-03-04T19:47:31.5934596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_polygamma_polygamma_n_2_cpu_float32' 2025-03-04T19:47:31.5936055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_polygamma_polygamma_n_3_cpu_float32' 2025-03-04T19:47:31.5937518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_polygamma_polygamma_n_4_cpu_float32' 2025-03-04T19:47:31.5938904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_positive_cpu_float32' 2025-03-04T19:47:31.5940267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_pow_cpu_float32' 2025-03-04T19:47:31.5941650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_prod_cpu_float32' 2025-03-04T19:47:31.5942965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_put_cpu_float32' 2025-03-04T19:47:31.5944280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_qr_cpu_float32' 2025-03-04T19:47:31.5945603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_quantile_cpu_float32' 2025-03-04T19:47:31.5946979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_rad2deg_cpu_float32' 2025-03-04T19:47:31.5948328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_rand_like_cpu_float32' 2025-03-04T19:47:31.5949702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_randint_cpu_float32' 2025-03-04T19:47:31.5951042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_randint_like_cpu_float32' 2025-03-04T19:47:31.5952387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_randn_cpu_float32' 2025-03-04T19:47:31.5953732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_randn_like_cpu_float32' 2025-03-04T19:47:31.5955209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ravel_cpu_float32' 2025-03-04T19:47:31.5956529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_real_cpu_float32' 2025-03-04T19:47:31.5957864Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_reciprocal_cpu_float32' 2025-03-04T19:47:31.5959237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_remainder_cpu_float32' 2025-03-04T19:47:31.5960644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_renorm_cpu_float32' 2025-03-04T19:47:31.5961981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_repeat_cpu_float32' 2025-03-04T19:47:31.5963345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_repeat_interleave_cpu_float32' 2025-03-04T19:47:31.5964741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_reshape_as_cpu_float32' 2025-03-04T19:47:31.5966278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_reshape_cpu_float32' 2025-03-04T19:47:31.5967621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_resize__cpu_float32' 2025-03-04T19:47:31.5968976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_resize_as__cpu_float32' 2025-03-04T19:47:31.5970409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_resolve_conj_cpu_float32' 2025-03-04T19:47:31.5971940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_resolve_neg_cpu_float32' 2025-03-04T19:47:31.5973287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_roll_cpu_float32' 2025-03-04T19:47:31.5974606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_rot90_cpu_float32' 2025-03-04T19:47:31.5976010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_round_cpu_float32' 2025-03-04T19:47:31.5977386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_round_decimals_0_cpu_float32' 2025-03-04T19:47:31.5978828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_round_decimals_3_cpu_float32' 2025-03-04T19:47:31.5980261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_round_decimals_neg_3_cpu_float32' 2025-03-04T19:47:31.5981704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_rsqrt_cpu_float32' 2025-03-04T19:47:31.5983026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_rsub_cpu_float32' 2025-03-04T19:47:31.5984423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scalar_tensor_cpu_float32' 2025-03-04T19:47:31.5985806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_add_cpu_float32' 2025-03-04T19:47:31.5987159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_cpu_float32' 2025-03-04T19:47:31.5988541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_reduce_amax_cpu_float32' 2025-03-04T19:47:31.5989955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_reduce_amin_cpu_float32' 2025-03-04T19:47:31.5991381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_reduce_mean_cpu_float32' 2025-03-04T19:47:31.5992815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_reduce_prod_cpu_float32' 2025-03-04T19:47:31.5994246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_reduce_sum_cpu_float32' 2025-03-04T19:47:31.5995642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_searchsorted_cpu_float32' 2025-03-04T19:47:31.5996990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_select_cpu_float32' 2025-03-04T19:47:31.5998347Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_select_scatter_cpu_float32' 2025-03-04T19:47:31.5999801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sgn_cpu_float32' 2025-03-04T19:47:31.6001116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_short_cpu_float32' 2025-03-04T19:47:31.6002434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sigmoid_cpu_float32' 2025-03-04T19:47:31.6003760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sign_cpu_float32' 2025-03-04T19:47:31.6005179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_bartlett_cpu_float32' 2025-03-04T19:47:31.6006740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_blackman_cpu_float32' 2025-03-04T19:47:31.6008226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_cosine_cpu_float32' 2025-03-04T19:47:31.6009701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_exponential_cpu_float32' 2025-03-04T19:47:31.6011177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_gaussian_cpu_float32' 2025-03-04T19:47:31.6012671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_general_cosine_cpu_float32' 2025-03-04T19:47:31.6014219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_general_hamming_cpu_float32' 2025-03-04T19:47:31.6015709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_hamming_cpu_float32' 2025-03-04T19:47:31.6017306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_hann_cpu_float32' 2025-03-04T19:47:31.6018750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_kaiser_cpu_float32' 2025-03-04T19:47:31.6020206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_nuttall_cpu_float32' 2025-03-04T19:47:31.6021670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signbit_cpu_float32' 2025-03-04T19:47:31.6023006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sin_cpu_float32' 2025-03-04T19:47:31.6024324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sinc_cpu_float32' 2025-03-04T19:47:31.6025642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sinh_cpu_float32' 2025-03-04T19:47:31.6026964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_slice_cpu_float32' 2025-03-04T19:47:31.6028362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_slice_scatter_cpu_float32' 2025-03-04T19:47:31.6029721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_softmax_cpu_float32' 2025-03-04T19:47:31.6031085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_softmax_with_dtype_cpu_float32' 2025-03-04T19:47:31.6032454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sort_cpu_float32' 2025-03-04T19:47:31.6033816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sparse_mm_reduce_cpu_float32' 2025-03-04T19:47:31.6035268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sparse_sampled_addmm_cpu_float32' 2025-03-04T19:47:31.6036715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_airy_ai_cpu_float32' 2025-03-04T19:47:31.6038117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_bessel_j0_cpu_float32' 2025-03-04T19:47:31.6039524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_bessel_j1_cpu_float32' 2025-03-04T19:47:31.6040933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_bessel_y0_cpu_float32' 2025-03-04T19:47:31.6042352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_bessel_y1_cpu_float32' 2025-03-04T19:47:31.6043835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_chebyshev_polynomial_t_cpu_float32' 2025-03-04T19:47:31.6045360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_chebyshev_polynomial_u_cpu_float32' 2025-03-04T19:47:31.6046877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_chebyshev_polynomial_v_cpu_float32' 2025-03-04T19:47:31.6048397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_chebyshev_polynomial_w_cpu_float32' 2025-03-04T19:47:31.6049843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_entr_cpu_float32' 2025-03-04T19:47:31.6051224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_erfcx_cpu_float32' 2025-03-04T19:47:31.6052666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_hermite_polynomial_h_cpu_float32' 2025-03-04T19:47:31.6054169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_hermite_polynomial_he_cpu_float32' 2025-03-04T19:47:31.6055613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_i0e_cpu_float32' 2025-03-04T19:47:31.6056975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_i1_cpu_float32' 2025-03-04T19:47:31.6058366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_i1e_cpu_float32' 2025-03-04T19:47:31.6059798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_laguerre_polynomial_l_cpu_float32' 2025-03-04T19:47:31.6061398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_legendre_polynomial_p_cpu_float32' 2025-03-04T19:47:31.6062930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_log_ndtr_cpu_float32' 2025-03-04T19:47:31.6064411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_modified_bessel_i0_cpu_float32' 2025-03-04T19:47:31.6065927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_modified_bessel_i1_cpu_float32' 2025-03-04T19:47:31.6067414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_modified_bessel_k0_cpu_float32' 2025-03-04T19:47:31.6068898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_modified_bessel_k1_cpu_float32' 2025-03-04T19:47:31.6070332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_ndtr_cpu_float32' 2025-03-04T19:47:31.6071719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_ndtri_cpu_float32' 2025-03-04T19:47:31.6073415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_polygamma_special_polygamma_n_0_cpu_float32' 2025-03-04T19:47:31.6074979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_scaled_modified_bessel_k0_cpu_float32' 2025-03-04T19:47:31.6076526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_scaled_modified_bessel_k1_cpu_float32' 2025-03-04T19:47:31.6078085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_shifted_chebyshev_polynomial_t_cpu_float32' 2025-03-04T19:47:31.6079670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_shifted_chebyshev_polynomial_u_cpu_float32' 2025-03-04T19:47:31.6081245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_shifted_chebyshev_polynomial_v_cpu_float32' 2025-03-04T19:47:31.6082812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_shifted_chebyshev_polynomial_w_cpu_float32' 2025-03-04T19:47:31.6084352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_spherical_bessel_j0_cpu_float32' 2025-03-04T19:47:31.6085805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_xlog1py_cpu_float32' 2025-03-04T19:47:31.6087263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_zeta_cpu_float32' 2025-03-04T19:47:31.6088623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_split_cpu_float32' 2025-03-04T19:47:31.6089978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_split_list_args_cpu_float32' 2025-03-04T19:47:31.6091380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_split_with_sizes_cpu_float32' 2025-03-04T19:47:31.6092748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sqrt_cpu_float32' 2025-03-04T19:47:31.6094109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_square_cpu_float32' 2025-03-04T19:47:31.6095472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_squeeze_cpu_float32' 2025-03-04T19:47:31.6096847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_squeeze_multiple_cpu_float32' 2025-03-04T19:47:31.6098208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_stack_cpu_float32' 2025-03-04T19:47:31.6099534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_std_cpu_float32' 2025-03-04T19:47:31.6100862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_std_mean_cpu_float32' 2025-03-04T19:47:31.6102346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_std_mean_unbiased_cpu_float32' 2025-03-04T19:47:31.6103733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_std_unbiased_cpu_float32' 2025-03-04T19:47:31.6105091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_stft_cpu_float32' 2025-03-04T19:47:31.6106405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sub_cpu_float32' 2025-03-04T19:47:31.6107723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sum_cpu_float32' 2025-03-04T19:47:31.6109065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sum_to_size_cpu_float32' 2025-03-04T19:47:31.6110400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_svd_cpu_float32' 2025-03-04T19:47:31.6111735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_svd_lowrank_cpu_float32' 2025-03-04T19:47:31.6113110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_take_along_dim_cpu_float32' 2025-03-04T19:47:31.6114461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_take_cpu_float32' 2025-03-04T19:47:31.6115795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_tan_cpu_float32' 2025-03-04T19:47:31.6117106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_tanh_cpu_float32' 2025-03-04T19:47:31.6118451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_tensor_split_cpu_float32' 2025-03-04T19:47:31.6119815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_tensordot_cpu_float32' 2025-03-04T19:47:31.6121148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_tile_cpu_float32' 2025-03-04T19:47:31.6122488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_to_cpu_float32' 2025-03-04T19:47:31.6123853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_to_sparse_cpu_float32' 2025-03-04T19:47:31.6125190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_topk_cpu_float32' 2025-03-04T19:47:31.6126504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_trace_cpu_float32' 2025-03-04T19:47:31.6127833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_transpose_cpu_float32' 2025-03-04T19:47:31.6129194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_trapezoid_cpu_float32' 2025-03-04T19:47:31.6130568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_trapz_cpu_float32' 2025-03-04T19:47:31.6131936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_triangular_solve_cpu_float32' 2025-03-04T19:47:31.6133299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_tril_cpu_float32' 2025-03-04T19:47:31.6134478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_float32' 2025-03-04T19:47:31.6135656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_triu_cpu_float32' 2025-03-04T19:47:31.6136996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_true_divide_cpu_float32' 2025-03-04T19:47:31.6138348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_trunc_cpu_float32' 2025-03-04T19:47:31.6139659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unbind_cpu_float32' 2025-03-04T19:47:31.6141004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unflatten_cpu_float32' 2025-03-04T19:47:31.6142440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unfold_copy_cpu_float32' 2025-03-04T19:47:31.6143794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unfold_cpu_float32' 2025-03-04T19:47:31.6145166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_uniform_cpu_float32' 2025-03-04T19:47:31.6146564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unique_consecutive_cpu_float32' 2025-03-04T19:47:31.6147946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unique_cpu_float32' 2025-03-04T19:47:31.6149308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unsafe_chunk_cpu_float32' 2025-03-04T19:47:31.6150709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unsafe_split_cpu_float32' 2025-03-04T19:47:31.6152070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unsqueeze_cpu_float32' 2025-03-04T19:47:31.6153421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_var_cpu_float32' 2025-03-04T19:47:31.6154745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_var_mean_cpu_float32' 2025-03-04T19:47:31.6156123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_var_mean_unbiased_cpu_float32' 2025-03-04T19:47:31.6157514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_var_unbiased_cpu_float32' 2025-03-04T19:47:31.6158884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_vdot_cpu_float32' 2025-03-04T19:47:31.6160243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_view_as_complex_cpu_float32' 2025-03-04T19:47:31.6161606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_view_as_cpu_float32' 2025-03-04T19:47:31.6162948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_view_copy_cpu_float32' 2025-03-04T19:47:31.6164270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_view_cpu_float32' 2025-03-04T19:47:31.6165594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_vsplit_cpu_float32' 2025-03-04T19:47:31.6166926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_vstack_cpu_float32' 2025-03-04T19:47:31.6168246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_where_cpu_float32' 2025-03-04T19:47:31.6169560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_xlogy_cpu_float32' 2025-03-04T19:47:31.6170879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_zero__cpu_float32' 2025-03-04T19:47:31.6172362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_zeros_cpu_float32' 2025-03-04T19:47:31.6173754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_zeros_like_cpu_float32' 2025-03-04T19:47:31.6175090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_outer_cpu_float32' 2025-03-04T19:47:31.6176391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_pca_lowrank_cpu_float32' 2025-03-04T19:47:31.6177720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_permute_cpu_float32' 2025-03-04T19:47:31.6179038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_pinverse_cpu_float32' 2025-03-04T19:47:31.6180379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_polar_cpu_float32' 2025-03-04T19:47:31.6181862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32' 2025-03-04T19:47:31.6183305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32' 2025-03-04T19:47:31.6184739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32' 2025-03-04T19:47:31.6186173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32' 2025-03-04T19:47:31.6187612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32' 2025-03-04T19:47:31.6189047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_positive_cpu_float32' 2025-03-04T19:47:31.6190340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_pow_cpu_float32' 2025-03-04T19:47:31.6191633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_prod_cpu_float32' 2025-03-04T19:47:31.6192928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_put_cpu_float32' 2025-03-04T19:47:31.6194210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_qr_cpu_float32' 2025-03-04T19:47:31.6195505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_quantile_cpu_float32' 2025-03-04T19:47:31.6196818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_rad2deg_cpu_float32' 2025-03-04T19:47:31.6198134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_rand_like_cpu_float32' 2025-03-04T19:47:31.6199444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_randint_cpu_float32' 2025-03-04T19:47:31.6200768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_randint_like_cpu_float32' 2025-03-04T19:47:31.6202073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_randn_cpu_float32' 2025-03-04T19:47:31.6203412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_randn_like_cpu_float32' 2025-03-04T19:47:31.6204738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ravel_cpu_float32' 2025-03-04T19:47:31.6206039Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_real_cpu_float32' 2025-03-04T19:47:31.6207359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32' 2025-03-04T19:47:31.6208724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_remainder_cpu_float32' 2025-03-04T19:47:31.6210051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_renorm_cpu_float32' 2025-03-04T19:47:31.6211383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_repeat_cpu_float32' 2025-03-04T19:47:31.6212736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_repeat_interleave_cpu_float32' 2025-03-04T19:47:31.6214087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_reshape_as_cpu_float32' 2025-03-04T19:47:31.6215416Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_reshape_cpu_float32' 2025-03-04T19:47:31.6216733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_resize__cpu_float32' 2025-03-04T19:47:31.6218080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_resize_as__cpu_float32' 2025-03-04T19:47:31.6219417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32' 2025-03-04T19:47:31.6220759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32' 2025-03-04T19:47:31.6222151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_roll_cpu_float32' 2025-03-04T19:47:31.6223452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_rot90_cpu_float32' 2025-03-04T19:47:31.6224756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_round_cpu_float32' 2025-03-04T19:47:31.6226085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_round_decimals_0_cpu_float32' 2025-03-04T19:47:31.6227466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_round_decimals_3_cpu_float32' 2025-03-04T19:47:31.6228852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_round_decimals_neg_3_cpu_float32' 2025-03-04T19:47:31.6230207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32' 2025-03-04T19:47:31.6231531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_rsub_cpu_float32' 2025-03-04T19:47:31.6232849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scalar_tensor_cpu_float32' 2025-03-04T19:47:31.6234193Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_add_cpu_float32' 2025-03-04T19:47:31.6235516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_cpu_float32' 2025-03-04T19:47:31.6236865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_reduce_amax_cpu_float32' 2025-03-04T19:47:31.6238277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_reduce_amin_cpu_float32' 2025-03-04T19:47:31.6239705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_reduce_mean_cpu_float32' 2025-03-04T19:47:31.6241106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_reduce_prod_cpu_float32' 2025-03-04T19:47:31.6242498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_reduce_sum_cpu_float32' 2025-03-04T19:47:31.6243864Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_searchsorted_cpu_float32' 2025-03-04T19:47:31.6245193Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_select_cpu_float32' 2025-03-04T19:47:31.6246559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_select_scatter_cpu_float32' 2025-03-04T19:47:31.6247889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sgn_cpu_float32' 2025-03-04T19:47:31.6249180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_short_cpu_float32' 2025-03-04T19:47:31.6250476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32' 2025-03-04T19:47:31.6251781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sign_cpu_float32' 2025-03-04T19:47:31.6253151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_bartlett_cpu_float32' 2025-03-04T19:47:31.6254589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_blackman_cpu_float32' 2025-03-04T19:47:31.6256012Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_cosine_cpu_float32' 2025-03-04T19:47:31.6257453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_exponential_cpu_float32' 2025-03-04T19:47:31.6258902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_gaussian_cpu_float32' 2025-03-04T19:47:31.6260384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_general_cosine_cpu_float32' 2025-03-04T19:47:31.6261944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_general_hamming_cpu_float32' 2025-03-04T19:47:31.6263403Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_hamming_cpu_float32' 2025-03-04T19:47:31.6264810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_hann_cpu_float32' 2025-03-04T19:47:31.6266222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_kaiser_cpu_float32' 2025-03-04T19:47:31.6267688Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_nuttall_cpu_float32' 2025-03-04T19:47:31.6269084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signbit_cpu_float32' 2025-03-04T19:47:31.6270383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sin_cpu_float32' 2025-03-04T19:47:31.6271666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sinc_cpu_float32' 2025-03-04T19:47:31.6273106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sinh_cpu_float32' 2025-03-04T19:47:31.6274409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_slice_cpu_float32' 2025-03-04T19:47:31.6275801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_slice_scatter_cpu_float32' 2025-03-04T19:47:31.6277125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_softmax_cpu_float32' 2025-03-04T19:47:31.6278482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32' 2025-03-04T19:47:31.6279824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sort_cpu_float32' 2025-03-04T19:47:31.6281158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sparse_mm_reduce_cpu_float32' 2025-03-04T19:47:31.6282556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32' 2025-03-04T19:47:31.6283943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_airy_ai_cpu_float32' 2025-03-04T19:47:31.6285317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32' 2025-03-04T19:47:31.6286696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32' 2025-03-04T19:47:31.6288075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_bessel_y0_cpu_float32' 2025-03-04T19:47:31.6289486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_bessel_y1_cpu_float32' 2025-03-04T19:47:31.6290928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32' 2025-03-04T19:47:31.6292411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32' 2025-03-04T19:47:31.6293993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_v_cpu_float32' 2025-03-04T19:47:31.6295487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_w_cpu_float32' 2025-03-04T19:47:31.6296955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_entr_cpu_float32' 2025-03-04T19:47:31.6298450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_erfcx_cpu_float32' 2025-03-04T19:47:31.6299873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32' 2025-03-04T19:47:31.6301354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32' 2025-03-04T19:47:31.6302844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32' 2025-03-04T19:47:31.6304185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_i1_cpu_float32' 2025-03-04T19:47:31.6305559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32' 2025-03-04T19:47:31.6306974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32' 2025-03-04T19:47:31.6308462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_legendre_polynomial_p_cpu_float32' 2025-03-04T19:47:31.6309897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_log_ndtr_cpu_float32' 2025-03-04T19:47:31.6311316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32' 2025-03-04T19:47:31.6312785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32' 2025-03-04T19:47:31.6314239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32' 2025-03-04T19:47:31.6314910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32' 2025-03-04T19:47:31.6315542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32' 2025-03-04T19:47:31.6316163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_ndtri_cpu_float32' 2025-03-04T19:47:31.6316943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32' 2025-03-04T19:47:31.6317645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k0_cpu_float32' 2025-03-04T19:47:31.6318356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k1_cpu_float32' 2025-03-04T19:47:31.6319074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32' 2025-03-04T19:47:31.6319833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32' 2025-03-04T19:47:31.6320584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32' 2025-03-04T19:47:31.6321316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32' 2025-03-04T19:47:31.6321992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32' 2025-03-04T19:47:31.6322636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_xlog1py_cpu_float32' 2025-03-04T19:47:31.6323281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32' 2025-03-04T19:47:31.6323896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_split_cpu_float32' 2025-03-04T19:47:31.6324525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_split_list_args_cpu_float32' 2025-03-04T19:47:31.6325154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_split_with_sizes_cpu_float32' 2025-03-04T19:47:31.6325756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sqrt_cpu_float32' 2025-03-04T19:47:31.6326355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_square_cpu_float32' 2025-03-04T19:47:31.6326973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_squeeze_cpu_float32' 2025-03-04T19:47:31.6327606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_squeeze_multiple_cpu_float32' 2025-03-04T19:47:31.6328211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_stack_cpu_float32' 2025-03-04T19:47:31.6328802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_std_cpu_float32' 2025-03-04T19:47:31.6329420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_std_mean_cpu_float32' 2025-03-04T19:47:31.6330088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_std_mean_unbiased_cpu_float32' 2025-03-04T19:47:31.6330718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_std_unbiased_cpu_float32' 2025-03-04T19:47:31.6331308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_stft_cpu_float32' 2025-03-04T19:47:31.6331904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sub_cpu_float32' 2025-03-04T19:47:31.6332491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sum_cpu_float32' 2025-03-04T19:47:31.6333139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sum_to_size_cpu_float32' 2025-03-04T19:47:31.6333751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_svd_cpu_float32' 2025-03-04T19:47:31.6334379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_svd_lowrank_cpu_float32' 2025-03-04T19:47:31.6335009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_take_along_dim_cpu_float32' 2025-03-04T19:47:31.6335612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_take_cpu_float32' 2025-03-04T19:47:31.6336203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_tanh_cpu_float32' 2025-03-04T19:47:31.6336851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_tensor_split_cpu_float32' 2025-03-04T19:47:31.6337474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_tensordot_cpu_float32' 2025-03-04T19:47:31.6338067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_tile_cpu_float32' 2025-03-04T19:47:31.6338665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_to_cpu_float32' 2025-03-04T19:47:31.6339273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_to_sparse_cpu_float32' 2025-03-04T19:47:31.6339879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_topk_cpu_float32' 2025-03-04T19:47:31.6340477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_trace_cpu_float32' 2025-03-04T19:47:31.6341097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_transpose_cpu_float32' 2025-03-04T19:47:31.6341769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_trapezoid_cpu_float32' 2025-03-04T19:47:31.6342379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_trapz_cpu_float32' 2025-03-04T19:47:31.6343013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_triangular_solve_cpu_float32' 2025-03-04T19:47:31.6343651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_tril_cpu_float32' 2025-03-04T19:47:31.6344238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_triu_cpu_float32' 2025-03-04T19:47:31.6344863Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_true_divide_cpu_float32' 2025-03-04T19:47:31.6345455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_trunc_cpu_float32' 2025-03-04T19:47:31.6346066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unbind_cpu_float32' 2025-03-04T19:47:31.6346697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unflatten_cpu_float32' 2025-03-04T19:47:31.6347392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unfold_copy_cpu_float32' 2025-03-04T19:47:31.6347985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unfold_cpu_float32' 2025-03-04T19:47:31.6348583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_uniform_cpu_float32' 2025-03-04T19:47:31.6349236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unique_consecutive_cpu_float32' 2025-03-04T19:47:31.6349833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unique_cpu_float32' 2025-03-04T19:47:31.6350494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unsafe_chunk_cpu_float32' 2025-03-04T19:47:31.6351116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unsafe_split_cpu_float32' 2025-03-04T19:47:31.6351734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32' 2025-03-04T19:47:31.6352323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_var_cpu_float32' 2025-03-04T19:47:31.6352937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_var_mean_cpu_float32' 2025-03-04T19:47:31.6353583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_var_mean_unbiased_cpu_float32' 2025-03-04T19:47:31.6354217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_var_unbiased_cpu_float32' 2025-03-04T19:47:31.6354810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_vdot_cpu_float32' 2025-03-04T19:47:31.6355451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_view_as_complex_cpu_float32' 2025-03-04T19:47:31.6356056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_view_as_cpu_float32' 2025-03-04T19:47:31.6356672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_view_copy_cpu_float32' 2025-03-04T19:47:31.6357291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_view_cpu_float32' 2025-03-04T19:47:31.6357895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_vsplit_cpu_float32' 2025-03-04T19:47:31.6358486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_vstack_cpu_float32' 2025-03-04T19:47:31.6359090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_where_cpu_float32' 2025-03-04T19:47:31.6359684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_xlogy_cpu_float32' 2025-03-04T19:47:31.6360315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_zero__cpu_float32' 2025-03-04T19:47:31.6360941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_zeros_cpu_float32' 2025-03-04T19:47:31.6361548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32' 2025-03-04T19:47:31.6361970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestPythonAutograd.test_backwards1' 2025-03-04T19:47:31.6362414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestPythonBindings.test_cu_create_function' 2025-03-04T19:47:31.6362885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestPythonBuiltinOP.test_stepped_tuple_slicing' 2025-03-04T19:47:31.6363292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestPythonDispatch.test_list_ret' 2025-03-04T19:47:31.6363757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestPythonRegistration.test_fallback' 2025-03-04T19:47:31.6364210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestPythonRegistration.test_fallback_keyset' 2025-03-04T19:47:31.6364699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestQuantizedEmbeddingOps.test_embedding_bag_byte' 2025-03-04T19:47:31.6365149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestRecursiveScript.test_inner_traced_module' 2025-03-04T19:47:31.6365624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestReductionsCPU.test_all_any_vs_numpy_cpu_bool' 2025-03-04T19:47:31.6366094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestReductionsCPU.test_all_any_vs_numpy_cpu_uint8' 2025-03-04T19:47:31.6366547Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestReductionsCPU.test_histogram_cpu_float32' 2025-03-04T19:47:31.6367019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestReductionsCPU.test_histogramdd_cpu_float32' 2025-03-04T19:47:31.6367539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestReductionsCPU.test_logcumsumexp_complex_cpu_complex128' 2025-03-04T19:47:31.6368065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestReductionsCPU.test_logcumsumexp_complex_cpu_complex64' 2025-03-04T19:47:31.6368663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestReductionsCPU.test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cpu' 2025-03-04T19:47:31.6369158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestReductionsCPU.test_tensor_compare_ops_empty_cpu' 2025-03-04T19:47:31.6369668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestReductionsCPU.test_tensor_reduce_ops_empty_cpu' 2025-03-04T19:47:31.6370215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestRepackage.test_repackage_import_indirectly_via_parent_module' 2025-03-04T19:47:31.6370699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSWAUtils.test_averaged_model_all_devices_ema_True' 2025-03-04T19:47:31.6371316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSWAUtils.test_averaged_model_exponential_use_multi_avg_fn_True_use_buffers_False' 2025-03-04T19:47:31.6372108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSWAUtils.test_averaged_model_exponential_use_multi_avg_fn_True_use_buffers_True' 2025-03-04T19:47:31.6372712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSaveLoadForOpVersion.test_versioned_div_tensor_inplace' 2025-03-04T19:47:31.6373219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSaveLoadForOpVersion.test_versioned_div_tensor_out' 2025-03-04T19:47:31.6373858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_H_operation0' 2025-03-04T19:47:31.6374444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_H_operation1' 2025-03-04T19:47:31.6375031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_I_operation0' 2025-03-04T19:47:31.6375635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_I_operation1' 2025-03-04T19:47:31.6376226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_L_operation0' 2025-03-04T19:47:31.6376939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_L_operation1' 2025-03-04T19:47:31.6377529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_P_operation0' 2025-03-04T19:47:31.6378132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_P_operation1' 2025-03-04T19:47:31.6378724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_Q_operation0' 2025-03-04T19:47:31.6379330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_Q_operation1' 2025-03-04T19:47:31.6379795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScript.test_function_overloading_isinstance' 2025-03-04T19:47:31.6380216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScript.test_function_overloads' 2025-03-04T19:47:31.6380613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScript.test_ignored_as_value' 2025-03-04T19:47:31.6381034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScript.test_namedtuple_python' 2025-03-04T19:47:31.6381542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScript.test_no_self_arg_ignore_function' 2025-03-04T19:47:31.6381987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScript.test_python_call_non_tensor_wrong' 2025-03-04T19:47:31.6382411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScript.test_python_op_builtins' 2025-03-04T19:47:31.6382870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScript.test_type_annotation_module' 2025-03-04T19:47:31.6383282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScript.test_unused_decorator' 2025-03-04T19:47:31.6383680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScript.test_wrong_return_type' 2025-03-04T19:47:31.6384082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScriptProfile.test_script' 2025-03-04T19:47:31.6384472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestScriptProfile.test_section' 2025-03-04T19:47:31.6384930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSerializeCustomClass.test_custom_class' 2025-03-04T19:47:31.6385388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSetOps.test_in1d_table_timedelta_fails' 2025-03-04T19:47:31.6385813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSetOps.test_in1d_timedelta_kind0' 2025-03-04T19:47:31.6386259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSetOps.test_in1d_timedelta_kind_sort' 2025-03-04T19:47:31.6386624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSetOps.test_setdiff1d' 2025-03-04T19:47:31.6387013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSlice.test_tuple_slicing' 2025-03-04T19:47:31.6387562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseAnyCPU.test_check_sparse_tensor_invariants_SparseBSC_cpu' 2025-03-04T19:47:31.6388119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseAnyCPU.test_check_sparse_tensor_invariants_SparseBSR_cpu' 2025-03-04T19:47:31.6388664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseAnyCPU.test_check_sparse_tensor_invariants_SparseCOO_cpu' 2025-03-04T19:47:31.6389246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseAnyCPU.test_check_sparse_tensor_invariants_SparseCSC_cpu' 2025-03-04T19:47:31.6389794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseAnyCPU.test_check_sparse_tensor_invariants_SparseCSR_cpu' 2025-03-04T19:47:31.6390311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseAnyCPU.test_constructor_autograd_SparseBSC_cpu' 2025-03-04T19:47:31.6390817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseAnyCPU.test_constructor_autograd_SparseBSR_cpu' 2025-03-04T19:47:31.6391330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseAnyCPU.test_constructor_autograd_SparseCOO_cpu' 2025-03-04T19:47:31.6391837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseAnyCPU.test_constructor_autograd_SparseCSC_cpu' 2025-03-04T19:47:31.6392355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseAnyCPU.test_constructor_autograd_SparseCSR_cpu' 2025-03-04T19:47:31.6392922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_masked_fast_cpu_complex128' 2025-03-04T19:47:31.6393489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_masked_fast_cpu_float64' 2025-03-04T19:47:31.6394057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_masked_slow_cpu_complex128' 2025-03-04T19:47:31.6394705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_masked_slow_cpu_float64' 2025-03-04T19:47:31.6395284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_sparse_fast_cpu_complex128' 2025-03-04T19:47:31.6395893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_sparse_fast_cpu_float64' 2025-03-04T19:47:31.6396472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_sparse_slow_cpu_complex128' 2025-03-04T19:47:31.6397026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_sparse_slow_cpu_float64' 2025-03-04T19:47:31.6397554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_add_dense_sparse_mismatch_cpu_complex128' 2025-03-04T19:47:31.6398055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_add_dense_sparse_mismatch_cpu_float64' 2025-03-04T19:47:31.6398539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_add_zeros_cpu_complex128' 2025-03-04T19:47:31.6398994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_add_zeros_cpu_float64' 2025-03-04T19:47:31.6399379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_any_cpu' 2025-03-04T19:47:31.6399877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_float32' 2025-03-04T19:47:31.6400324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_float64' 2025-03-04T19:47:31.6400750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_int16' 2025-03-04T19:47:31.6401177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_int32' 2025-03-04T19:47:31.6401616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_int64' 2025-03-04T19:47:31.6402071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_int8' 2025-03-04T19:47:31.6402512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_uint8' 2025-03-04T19:47:31.6402929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_assign_cpu_float64' 2025-03-04T19:47:31.6403363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_basic_cpu_complex128' 2025-03-04T19:47:31.6403774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_basic_cpu_float64' 2025-03-04T19:47:31.6404209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_basic_ops_cpu_float64' 2025-03-04T19:47:31.6404617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_bmm_cpu_float64' 2025-03-04T19:47:31.6405050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_cat_cpu_complex128' 2025-03-04T19:47:31.6405455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_cat_cpu_float64' 2025-03-04T19:47:31.6405960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_change_tensor_metadata_cpu_complex128' 2025-03-04T19:47:31.6406462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_change_tensor_metadata_cpu_float64' 2025-03-04T19:47:31.6406887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_clone_cpu_complex128' 2025-03-04T19:47:31.6407313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_clone_cpu_float64' 2025-03-04T19:47:31.6407842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_coalesce_transpose_mm_cpu_float64' 2025-03-04T19:47:31.6408281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_contig_cpu_complex128' 2025-03-04T19:47:31.6408697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_contig_cpu_float64' 2025-03-04T19:47:31.6409172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_contig_hybrid_cpu_complex128' 2025-03-04T19:47:31.6409679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_contig_hybrid_cpu_float64' 2025-03-04T19:47:31.6410224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_ctor_is_coalesced_with_gradcheck_cpu_float64' 2025-03-04T19:47:31.6410728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_div_rounding_mode_cpu_float32' 2025-03-04T19:47:31.6411215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_div_rounding_mode_cpu_float64' 2025-03-04T19:47:31.6411640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_dsmm_cpu_float64' 2025-03-04T19:47:31.6412085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_empty_like_cpu_complex128' 2025-03-04T19:47:31.6412530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_empty_like_cpu_float64' 2025-03-04T19:47:31.6412940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_factory_copy_cpu' 2025-03-04T19:47:31.6413383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_factory_cpu_complex128' 2025-03-04T19:47:31.6413822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_factory_cpu_complex64' 2025-03-04T19:47:31.6414283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_factory_cpu_float16' 2025-03-04T19:47:31.6414701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_factory_cpu_float32' 2025-03-04T19:47:31.6415133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_factory_cpu_float64' 2025-03-04T19:47:31.6415634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_factory_type_inference_cpu_complex128' 2025-03-04T19:47:31.6416132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_factory_type_inference_cpu_complex64' 2025-03-04T19:47:31.6416635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_factory_type_inference_cpu_float16' 2025-03-04T19:47:31.6417127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_factory_type_inference_cpu_float32' 2025-03-04T19:47:31.6417625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_factory_type_inference_cpu_float64' 2025-03-04T19:47:31.6418106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_factory_type_inference_cpu_int64' 2025-03-04T19:47:31.6418531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_hsmm_cpu_float64' 2025-03-04T19:47:31.6419001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_index_select_cpu_complex128' 2025-03-04T19:47:31.6419458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_index_select_cpu_float64' 2025-03-04T19:47:31.6420076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_index_select_empty_and_non_contiguous_index_cpu_complex128' 2025-03-04T19:47:31.6420662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_index_select_empty_and_non_contiguous_index_cpu_float64' 2025-03-04T19:47:31.6421218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_index_select_exhaustive_index_large_cpu_complex128' 2025-03-04T19:47:31.6421841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_index_select_exhaustive_index_large_cpu_float64' 2025-03-04T19:47:31.6422398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_index_select_exhaustive_index_small_cpu_complex128' 2025-03-04T19:47:31.6422982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_index_select_exhaustive_index_small_cpu_float64' 2025-03-04T19:47:31.6423520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_index_select_parallelization_cpu_complex128' 2025-03-04T19:47:31.6424063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_index_select_parallelization_cpu_float64' 2025-03-04T19:47:31.6424486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_is_nonzero_cpu' 2025-03-04T19:47:31.6424866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_isnan_cpu' 2025-03-04T19:47:31.6425285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_legacy_new_cpu' 2025-03-04T19:47:31.6425713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_legacy_new_device_cpu' 2025-03-04T19:47:31.6426142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_log1p_cpu_float32' 2025-03-04T19:47:31.6426581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_log1p_cpu_float64' 2025-03-04T19:47:31.6427004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_log1p_cpu_int16' 2025-03-04T19:47:31.6427414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_log1p_cpu_int32' 2025-03-04T19:47:31.6427831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_log1p_cpu_int64' 2025-03-04T19:47:31.6428234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_log1p_cpu_int8' 2025-03-04T19:47:31.6428638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_log1p_cpu_uint8' 2025-03-04T19:47:31.6429068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_mm_cpu_complex128' 2025-03-04T19:47:31.6429472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_mm_cpu_float64' 2025-03-04T19:47:31.6429892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_mv_cpu_float64' 2025-03-04T19:47:31.6430349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_neg_negative_cpu_complex128' 2025-03-04T19:47:31.6430809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_neg_negative_cpu_float64' 2025-03-04T19:47:31.6431229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_new_cpu_complex128' 2025-03-04T19:47:31.6431653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_new_cpu_float64' 2025-03-04T19:47:31.6432075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_norm_cpu_complex128' 2025-03-04T19:47:31.6432523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_norm_cpu_float64' 2025-03-04T19:47:31.6432987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_permute_masked_cpu_complex128' 2025-03-04T19:47:31.6433434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_permute_masked_cpu_float64' 2025-03-04T19:47:31.6433909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_permute_sparse_cpu_complex128' 2025-03-04T19:47:31.6434359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_permute_sparse_cpu_float64' 2025-03-04T19:47:31.6434789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_pickle_cpu_float64' 2025-03-04T19:47:31.6435270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_print_coalesced_cpu_float64' 2025-03-04T19:47:31.6435779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_print_uncoalesced_cpu_float64' 2025-03-04T19:47:31.6436212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_resize_cpu_complex128' 2025-03-04T19:47:31.6436644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_resize_cpu_float64' 2025-03-04T19:47:31.6437073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_saddmm_cpu_complex128' 2025-03-04T19:47:31.6437501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_saddmm_cpu_float64' 2025-03-04T19:47:31.6437928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_select_cpu_complex128' 2025-03-04T19:47:31.6438344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_select_cpu_float64' 2025-03-04T19:47:31.6438875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_select_no_type_promotion_cpu_int16' 2025-03-04T19:47:31.6439362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_select_no_type_promotion_cpu_int32' 2025-03-04T19:47:31.6439858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_select_no_type_promotion_cpu_int64' 2025-03-04T19:47:31.6440336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_select_no_type_promotion_cpu_int8' 2025-03-04T19:47:31.6440836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_select_no_type_promotion_cpu_uint8' 2025-03-04T19:47:31.6441266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_shared_cpu_complex128' 2025-03-04T19:47:31.6441693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_shared_cpu_float64' 2025-03-04T19:47:31.6442131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_small_nnz_coalesced_cpu' 2025-03-04T19:47:31.6442555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_spadd_cpu_float64' 2025-03-04T19:47:31.6443043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_add_coalesce_cpu_complex128' 2025-03-04T19:47:31.6443537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_add_coalesce_cpu_complex64' 2025-03-04T19:47:31.6444010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_add_coalesce_cpu_float32' 2025-03-04T19:47:31.6444514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_add_coalesce_cpu_float64' 2025-03-04T19:47:31.6445019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_add_out_bfloat16_cpu_float32' 2025-03-04T19:47:31.6445463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_addmm_cpu_bfloat16' 2025-03-04T19:47:31.6445933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_addmm_cpu_complex128' 2025-03-04T19:47:31.6446374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_addmm_cpu_float64' 2025-03-04T19:47:31.6446875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_broadcast_to_cpu_complex128' 2025-03-04T19:47:31.6447371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_broadcast_to_cpu_float64' 2025-03-04T19:47:31.6447834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_bool' 2025-03-04T19:47:31.6448332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_complex128' 2025-03-04T19:47:31.6448814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_complex64' 2025-03-04T19:47:31.6449273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_float32' 2025-03-04T19:47:31.6449730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_float64' 2025-03-04T19:47:31.6450190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_int16' 2025-03-04T19:47:31.6450646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_int32' 2025-03-04T19:47:31.6451144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_int64' 2025-03-04T19:47:31.6451590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_int8' 2025-03-04T19:47:31.6452052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_uint8' 2025-03-04T19:47:31.6452502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_mask_cpu_complex128' 2025-03-04T19:47:31.6452952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_mask_cpu_float64' 2025-03-04T19:47:31.6453437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_mask_hybrid_cpu_complex128' 2025-03-04T19:47:31.6453918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_mask_hybrid_cpu_float64' 2025-03-04T19:47:31.6454350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_mm_cpu_float64' 2025-03-04T19:47:31.6454843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_complex128' 2025-03-04T19:47:31.6455314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_complex64' 2025-03-04T19:47:31.6455751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_bool' 2025-03-04T19:47:31.6456227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_complex128' 2025-03-04T19:47:31.6456716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_complex64' 2025-03-04T19:47:31.6457179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_float32' 2025-03-04T19:47:31.6457627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_float64' 2025-03-04T19:47:31.6458081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_int16' 2025-03-04T19:47:31.6458527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_int32' 2025-03-04T19:47:31.6458983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_int64' 2025-03-04T19:47:31.6459447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_int8' 2025-03-04T19:47:31.6459910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_uint8' 2025-03-04T19:47:31.6460369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_sum_cpu_float64' 2025-03-04T19:47:31.6460793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sparse_to_numpy_cpu' 2025-03-04T19:47:31.6461204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sum_cpu_bool' 2025-03-04T19:47:31.6461727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sum_cpu_complex128' 2025-03-04T19:47:31.6462161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sum_cpu_complex64' 2025-03-04T19:47:31.6462571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sum_cpu_float32' 2025-03-04T19:47:31.6463026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sum_cpu_float64' 2025-03-04T19:47:31.6463431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sum_cpu_int16' 2025-03-04T19:47:31.6463843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sum_cpu_int32' 2025-03-04T19:47:31.6464244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sum_cpu_int64' 2025-03-04T19:47:31.6464650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sum_cpu_int8' 2025-03-04T19:47:31.6465047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_sum_cpu_uint8' 2025-03-04T19:47:31.6465552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_to_dense_hybrid_masked_cpu_complex128' 2025-03-04T19:47:31.6466055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_to_dense_hybrid_masked_cpu_float64' 2025-03-04T19:47:31.6466556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_to_dense_hybrid_sparse_cpu_complex128' 2025-03-04T19:47:31.6467051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_to_dense_hybrid_sparse_cpu_float64' 2025-03-04T19:47:31.6467574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_masked_cpu_bfloat16' 2025-03-04T19:47:31.6468115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_masked_cpu_complex128' 2025-03-04T19:47:31.6468642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_masked_cpu_complex64' 2025-03-04T19:47:31.6469200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_masked_cpu_float16' 2025-03-04T19:47:31.6469722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_masked_cpu_float32' 2025-03-04T19:47:31.6470252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_masked_cpu_float64' 2025-03-04T19:47:31.6470773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_sparse_cpu_bfloat16' 2025-03-04T19:47:31.6471311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_sparse_cpu_complex128' 2025-03-04T19:47:31.6472056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_sparse_cpu_complex64' 2025-03-04T19:47:31.6472602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_sparse_cpu_float16' 2025-03-04T19:47:31.6473153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_sparse_cpu_float32' 2025-03-04T19:47:31.6473674Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_sparse_cpu_float64' 2025-03-04T19:47:31.6474137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_transpose_cpu_complex128' 2025-03-04T19:47:31.6474566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_transpose_cpu_float64' 2025-03-04T19:47:31.6475025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_unsqueeze_cpu_complex128' 2025-03-04T19:47:31.6475459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_unsqueeze_cpu_float64' 2025-03-04T19:47:31.6475934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_zeros_cpu_complex128' 2025-03-04T19:47:31.6476349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_zeros_cpu_float64' 2025-03-04T19:47:31.6476810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_zeros_like_cpu_complex128' 2025-03-04T19:47:31.6477240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCPU.test_zeros_like_cpu_float64' 2025-03-04T19:47:31.6477706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_addmm_errors_cpu_float32' 2025-03-04T19:47:31.6478381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex128' 2025-03-04T19:47:31.6479053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex64' 2025-03-04T19:47:31.6486010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float32' 2025-03-04T19:47:31.6486763Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float64' 2025-03-04T19:47:31.6487451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex128' 2025-03-04T19:47:31.6488123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex64' 2025-03-04T19:47:31.6488906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float32' 2025-03-04T19:47:31.6489560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float64' 2025-03-04T19:47:31.6490241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex128' 2025-03-04T19:47:31.6490906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex64' 2025-03-04T19:47:31.6491589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float32' 2025-03-04T19:47:31.6492263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float64' 2025-03-04T19:47:31.6492963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex128' 2025-03-04T19:47:31.6493632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex64' 2025-03-04T19:47:31.6494279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float32' 2025-03-04T19:47:31.6494947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float64' 2025-03-04T19:47:31.6495650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex128' 2025-03-04T19:47:31.6496329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex64' 2025-03-04T19:47:31.6496986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float32' 2025-03-04T19:47:31.6497655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float64' 2025-03-04T19:47:31.6498317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex128' 2025-03-04T19:47:31.6498991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex64' 2025-03-04T19:47:31.6499645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float32' 2025-03-04T19:47:31.6500327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float64' 2025-03-04T19:47:31.6501084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex128' 2025-03-04T19:47:31.6501837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex64' 2025-03-04T19:47:31.6502529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float32' 2025-03-04T19:47:31.6503196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float64' 2025-03-04T19:47:31.6503860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex128' 2025-03-04T19:47:31.6504533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex64' 2025-03-04T19:47:31.6505214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float32' 2025-03-04T19:47:31.6505883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float64' 2025-03-04T19:47:31.6506475Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_csr_to_block_csr_blocksize_2_cpu_float64_int32' 2025-03-04T19:47:31.6507040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_csr_to_block_csr_blocksize_2_cpu_float64_int64' 2025-03-04T19:47:31.6507583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_csr_to_block_csr_blocksize_4_cpu_float64_int32' 2025-03-04T19:47:31.6508131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_csr_to_block_csr_blocksize_4_cpu_float64_int64' 2025-03-04T19:47:31.6508790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseBSC_Batched_NonHybrid_cpu' 2025-03-04T19:47:31.6509426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_NonHybrid_cpu' 2025-03-04T19:47:31.6510049Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseBSR_Batched_NonHybrid_cpu' 2025-03-04T19:47:31.6510673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_NonHybrid_cpu' 2025-03-04T19:47:31.6511297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseCSC_Batched_NonHybrid_cpu' 2025-03-04T19:47:31.6511929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_NonHybrid_cpu' 2025-03-04T19:47:31.6512559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseCSR_Batched_NonHybrid_cpu' 2025-03-04T19:47:31.6513181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_NonHybrid_cpu' 2025-03-04T19:47:31.6513644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_mm_errors_cpu_float32' 2025-03-04T19:47:31.6514136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_bfloat16' 2025-03-04T19:47:31.6514622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_bool' 2025-03-04T19:47:31.6515152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_complex128' 2025-03-04T19:47:31.6515663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_complex64' 2025-03-04T19:47:31.6516149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_float16' 2025-03-04T19:47:31.6516645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_float32' 2025-03-04T19:47:31.6517130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_float64' 2025-03-04T19:47:31.6517605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_int16' 2025-03-04T19:47:31.6518120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_int32' 2025-03-04T19:47:31.6518627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_int64' 2025-03-04T19:47:31.6519110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_int8' 2025-03-04T19:47:31.6519583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_uint8' 2025-03-04T19:47:31.6520090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_bfloat16' 2025-03-04T19:47:31.6520559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_bool' 2025-03-04T19:47:31.6521073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_complex128' 2025-03-04T19:47:31.6521593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_complex64' 2025-03-04T19:47:31.6522092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_float16' 2025-03-04T19:47:31.6522577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_float32' 2025-03-04T19:47:31.6523074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_float64' 2025-03-04T19:47:31.6523550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_int16' 2025-03-04T19:47:31.6524028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_int32' 2025-03-04T19:47:31.6524519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_int64' 2025-03-04T19:47:31.6524987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_int8' 2025-03-04T19:47:31.6525473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_uint8' 2025-03-04T19:47:31.6526041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_bfloat16' 2025-03-04T19:47:31.6526605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_bool' 2025-03-04T19:47:31.6527181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_complex128' 2025-03-04T19:47:31.6527792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_complex64' 2025-03-04T19:47:31.6528354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_float16' 2025-03-04T19:47:31.6528926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_float32' 2025-03-04T19:47:31.6529491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_float64' 2025-03-04T19:47:31.6530050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_int16' 2025-03-04T19:47:31.6530627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_int32' 2025-03-04T19:47:31.6531196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_int64' 2025-03-04T19:47:31.6531768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_int8' 2025-03-04T19:47:31.6532318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_uint8' 2025-03-04T19:47:31.6532895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_bfloat16' 2025-03-04T19:47:31.6533442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_bool' 2025-03-04T19:47:31.6534033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_complex128' 2025-03-04T19:47:31.6534909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_complex64' 2025-03-04T19:47:31.6535489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_float16' 2025-03-04T19:47:31.6536057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_float32' 2025-03-04T19:47:31.6536633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_float64' 2025-03-04T19:47:31.6537188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_int16' 2025-03-04T19:47:31.6537755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_int32' 2025-03-04T19:47:31.6538312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_int64' 2025-03-04T19:47:31.6538877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_int8' 2025-03-04T19:47:31.6539430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_uint8' 2025-03-04T19:47:31.6540011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_bfloat16' 2025-03-04T19:47:31.6540560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_bool' 2025-03-04T19:47:31.6541171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_complex128' 2025-03-04T19:47:31.6541833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_complex64' 2025-03-04T19:47:31.6542399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_float16' 2025-03-04T19:47:31.6542970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_float32' 2025-03-04T19:47:31.6543530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_float64' 2025-03-04T19:47:31.6544124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_int16' 2025-03-04T19:47:31.6544680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_int32' 2025-03-04T19:47:31.6545268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_int64' 2025-03-04T19:47:31.6545814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_int8' 2025-03-04T19:47:31.6546375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_uint8' 2025-03-04T19:47:31.6546938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_bfloat16' 2025-03-04T19:47:31.6547497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_bool' 2025-03-04T19:47:31.6548098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_complex128' 2025-03-04T19:47:31.6548679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_complex64' 2025-03-04T19:47:31.6549239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_float16' 2025-03-04T19:47:31.6549812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_float32' 2025-03-04T19:47:31.6550371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_float64' 2025-03-04T19:47:31.6550928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_int16' 2025-03-04T19:47:31.6551496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_int32' 2025-03-04T19:47:31.6552044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_int64' 2025-03-04T19:47:31.6552601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_int8' 2025-03-04T19:47:31.6553148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_uint8' 2025-03-04T19:47:31.6553725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_bfloat16' 2025-03-04T19:47:31.6554274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_bool' 2025-03-04T19:47:31.6554886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_complex128' 2025-03-04T19:47:31.6555457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_complex64' 2025-03-04T19:47:31.6556028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_float16' 2025-03-04T19:47:31.6556585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_float32' 2025-03-04T19:47:31.6557154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_float64' 2025-03-04T19:47:31.6557741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_int16' 2025-03-04T19:47:31.6558328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_int32' 2025-03-04T19:47:31.6558880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_int64' 2025-03-04T19:47:31.6559425Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_int8' 2025-03-04T19:47:31.6559984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_uint8' 2025-03-04T19:47:31.6560552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_bfloat16' 2025-03-04T19:47:31.6561133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_bool' 2025-03-04T19:47:31.6561711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_complex128' 2025-03-04T19:47:31.6562290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_complex64' 2025-03-04T19:47:31.6562848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_float16' 2025-03-04T19:47:31.6563421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_float32' 2025-03-04T19:47:31.6563979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_float64' 2025-03-04T19:47:31.6564544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_int16' 2025-03-04T19:47:31.6565096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_int32' 2025-03-04T19:47:31.6565653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_int64' 2025-03-04T19:47:31.6566200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_int8' 2025-03-04T19:47:31.6566757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_uint8' 2025-03-04T19:47:31.6567323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_bfloat16' 2025-03-04T19:47:31.6567908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_bool' 2025-03-04T19:47:31.6568481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_complex128' 2025-03-04T19:47:31.6569044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_complex64' 2025-03-04T19:47:31.6569615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_float16' 2025-03-04T19:47:31.6570172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_float32' 2025-03-04T19:47:31.6570765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_float64' 2025-03-04T19:47:31.6571343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_int16' 2025-03-04T19:47:31.6572105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_int32' 2025-03-04T19:47:31.6572664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_int64' 2025-03-04T19:47:31.6573220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_int8' 2025-03-04T19:47:31.6573771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_uint8' 2025-03-04T19:47:31.6574405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_bfloat16' 2025-03-04T19:47:31.6574954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_bool' 2025-03-04T19:47:31.6575538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_complex128' 2025-03-04T19:47:31.6576109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_complex64' 2025-03-04T19:47:31.6576676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_float16' 2025-03-04T19:47:31.6577238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_float32' 2025-03-04T19:47:31.6577816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_float64' 2025-03-04T19:47:31.6578371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_int16' 2025-03-04T19:47:31.6578925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_int32' 2025-03-04T19:47:31.6579489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_int64' 2025-03-04T19:47:31.6580041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_int8' 2025-03-04T19:47:31.6580608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_uint8' 2025-03-04T19:47:31.6581018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSparseMeta.test_basic' 2025-03-04T19:47:31.6581410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSqueeze.test_squeeze_type' 2025-03-04T19:47:31.6581896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSubscripting.test_test_zero_rank' 2025-03-04T19:47:31.6582398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSymbolicShapeAnalysis.test_convolution_backward' 2025-03-04T19:47:31.6582838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestSymbolicTracing.test_cpu_scalar_cuda' 2025-03-04T19:47:31.6583239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTEFuserDynamic.test_matmul' 2025-03-04T19:47:31.6583683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTEFuserDynamic.test_unary_ops' 2025-03-04T19:47:31.6584122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTEFuserStatic.test_skip_grad_in_check' 2025-03-04T19:47:31.6584642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTEFuserStatic.test_unary_ops' 2025-03-04T19:47:31.6585108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTensorBuiltins.test_scalar_to_num_conversions' 2025-03-04T19:47:31.6585620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTensorExprPyBind.test_kernel_with_custom_lowering' 2025-03-04T19:47:31.6586037Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchTidyProfiler.test_optimizer' 2025-03-04T19:47:31.6586540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchTidyProfiler.test_optimizer_parameters_adam' 2025-03-04T19:47:31.6587030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchTidyProfiler.test_optimizer_parameters_sgd' 2025-03-04T19:47:31.6587462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_default_args' 2025-03-04T19:47:31.6587897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_lambda_as_constructor' 2025-03-04T19:47:31.6588322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_profiler_custom_op' 2025-03-04T19:47:31.6588715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_staticmethod' 2025-03-04T19:47:31.6589087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind' 2025-03-04T19:47:31.6589544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_attr_exception' 2025-03-04T19:47:31.6590008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_class_attr_recursive' 2025-03-04T19:47:31.6590469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_class_attribute' 2025-03-04T19:47:31.6590885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_deepcopy' 2025-03-04T19:47:31.6591391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_def_property_getter_setter' 2025-03-04T19:47:31.6591874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_def_property_just_getter' 2025-03-04T19:47:31.6592362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_def_property_readwrite' 2025-03-04T19:47:31.6592776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_getattr' 2025-03-04T19:47:31.6593229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_getstate' 2025-03-04T19:47:31.6593719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_instantiate_missing_class' 2025-03-04T19:47:31.6594163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_lambda_method' 2025-03-04T19:47:31.6594571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_no_init' 2025-03-04T19:47:31.6595048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_optional_explicit_attr' 2025-03-04T19:47:31.6595507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_pass_wrong_type' 2025-03-04T19:47:31.6596000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_pickle_serialization' 2025-03-04T19:47:31.6596486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_python_deepcopy' 2025-03-04T19:47:31.6596932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_return_instance' 2025-03-04T19:47:31.6597443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_return_instance_from_method' 2025-03-04T19:47:31.6597872Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_return_tuple' 2025-03-04T19:47:31.6598300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_save_load' 2025-03-04T19:47:31.6598724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_take_as_arg' 2025-03-04T19:47:31.6599257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_take_instance_as_method_arg' 2025-03-04T19:47:31.6599664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_tracing' 2025-03-04T19:47:31.6600105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTorchbind.test_torchbind_tracing_nested' 2025-03-04T19:47:31.6600647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTransformersCPU.test_decoder_padding_and_src_mask_bool_cpu' 2025-03-04T19:47:31.6601079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTypesAndAnnotation.test_pep585_type' 2025-03-04T19:47:31.6601497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestTyping.test_optional_conversion' 2025-03-04T19:47:31.6601931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestUnaryUfuncsCPU.test_sinc_cpu_float64' 2025-03-04T19:47:31.6602460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestUnaryUfuncsCPU.test_special_i0_i1_vs_scipy_cpu_bfloat16' 2025-03-04T19:47:31.6602971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestUnaryUfuncsCPU.test_special_i0_i1_vs_scipy_cpu_float32' 2025-03-04T19:47:31.6603488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestUnaryUfuncsCPU.test_special_i0_i1_vs_scipy_cpu_float64' 2025-03-04T19:47:31.6603923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestVerifyCorrectness.test_example_inputs' 2025-03-04T19:47:31.6604316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestVmapOperators.test_conv2d' 2025-03-04T19:47:31.6604679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestVstack.test_generator' 2025-03-04T19:47:31.6605349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_cat_cpu_float32' 2025-03-04T19:47:31.6606045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyCatCustomOp_cpu_float32' 2025-03-04T19:47:31.6606741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyCubeCustomOp_cpu_float32' 2025-03-04T19:47:31.6607441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyMulCustomOp_cpu_float32' 2025-03-04T19:47:31.6608131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyNMSCustomOp_cpu_float32' 2025-03-04T19:47:31.6608881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyNonzeroCustomOp_cpu_float32' 2025-03-04T19:47:31.6609608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpySortCustomOp_cpu_float32' 2025-03-04T19:47:31.6610338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpySplitCopyCustomOp_cpu_float32' 2025-03-04T19:47:31.6611088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpySplitCopyWithIntCustomOp_cpu_float32' 2025-03-04T19:47:31.6611800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyTakeCustomOp_cpu_float32' 2025-03-04T19:47:31.6612544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyViewCopyCustomOp_cpu_float32' 2025-03-04T19:47:31.6613169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_mul_cpu_float32' 2025-03-04T19:47:31.6613837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_native_batch_norm_cpu_float32' 2025-03-04T19:47:31.6614463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_split_cpu_float32' 2025-03-04T19:47:31.6615124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_split_list_args_cpu_float32' 2025-03-04T19:47:31.6615756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_view_cpu_float32' 2025-03-04T19:47:31.6616215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips/TraceRuleTests.test_torch_name_rule_map_updated' 2025-03-04T19:47:31.6616518Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/dynamo_skips' 2025-03-04T19:47:31.6616796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/CMakeLists.txt' 2025-03-04T19:47:31.6617064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/Evalue.h' 2025-03-04T19:47:31.6617336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/custom_ops.cpp' 2025-03-04T19:47:31.6617615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/custom_ops.yaml' 2025-03-04T19:47:31.6617896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/event_tracer.h' 2025-03-04T19:47:31.6618224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/event_tracer_hooks.h' 2025-03-04T19:47:31.6618562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/kernel_runtime_context.h' 2025-03-04T19:47:31.6618871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/operator_registry.cpp' 2025-03-04T19:47:31.6619178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/operator_registry.h' 2025-03-04T19:47:31.6619490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/selected_operators.yaml' 2025-03-04T19:47:31.6619804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/templates/Functions.h' 2025-03-04T19:47:31.6620144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/templates/NativeFunctions.h' 2025-03-04T19:47:31.6620579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/templates/RegisterCodegenUnboxedKernels.cpp' 2025-03-04T19:47:31.6621042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/templates/RegisterDispatchKeyCustomOps.cpp' 2025-03-04T19:47:31.6621409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/templates/RegisterKernels.h' 2025-03-04T19:47:31.6621846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/templates/RegisterSchema.cpp' 2025-03-04T19:47:31.6622146Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/templates' 2025-03-04T19:47:31.6622422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/test_main.cpp' 2025-03-04T19:47:31.6622771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge/test_operator_registration.cpp' 2025-03-04T19:47:31.6623034Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/edge' 2025-03-04T19:47:31.6623336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/error_messages/storage.py' 2025-03-04T19:47:31.6623639Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/error_messages' 2025-03-04T19:47:31.6624115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/HasDecompTest.test_aten_core_operators.expect' 2025-03-04T19:47:31.6624552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/HasDecompTest.test_has_decomposition.expect' 2025-03-04T19:47:31.6624994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestAutograd.test_function-x_grad_desc.expect' 2025-03-04T19:47:31.6625423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestAutograd.test_function-y_grad_desc.expect' 2025-03-04T19:47:31.6626117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestFXAPIBackwardCompatibility.test_class_member_back_compat-fx_backcompat_class_members.expect' 2025-03-04T19:47:31.6626813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestFXAPIBackwardCompatibility.test_function_back_compat-fx_backcompat_function_signatures.expect' 2025-03-04T19:47:31.6627218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestJit.test_cu_escaped_number.expect' 2025-03-04T19:47:31.6627594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestJit.test_import_method.expect' 2025-03-04T19:47:31.6627988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestJit.test_non_ascii_string.expect' 2025-03-04T19:47:31.6628460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestJit.test_pretty_printer-empty_float_list_test.expect' 2025-03-04T19:47:31.6628924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestJit.test_pretty_printer-empty_int_list_test.expect' 2025-03-04T19:47:31.6629341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestJit.test_pretty_printer-if_one.expect' 2025-03-04T19:47:31.6629757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestJit.test_pretty_printer-if_test.expect' 2025-03-04T19:47:31.6630233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestJit.test_pretty_printer-loop_use_test.expect' 2025-03-04T19:47:31.6630691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestJit.test_pretty_printer-print_weird_test.expect' 2025-03-04T19:47:31.6631161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestJit.test_pretty_printer-python_op_name_test.expect' 2025-03-04T19:47:31.6631601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestJit.test_pretty_printer-while_if_test.expect' 2025-03-04T19:47:31.6632035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestJit.test_pretty_printer-while_test.expect' 2025-03-04T19:47:31.6632489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestPytorchExportModes.test_aten_fallback.expect' 2025-03-04T19:47:31.6632962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestPytorchExportModes.test_onnx_aten.expect' 2025-03-04T19:47:31.6633399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_annot_ast_mypy_fn.expect' 2025-03-04T19:47:31.6633823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_annot_ast_mypy_method.expect' 2025-03-04T19:47:31.6634233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_annot_ast_py3_fn.expect' 2025-03-04T19:47:31.6634654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_annot_ast_py3_method.expect' 2025-03-04T19:47:31.6635080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_annot_string_mypy_fn.expect' 2025-03-04T19:47:31.6635518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_annot_string_mypy_method.expect' 2025-03-04T19:47:31.6635940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_annot_string_py3_fn.expect' 2025-03-04T19:47:31.6636402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_annot_string_py3_method.expect' 2025-03-04T19:47:31.6636822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_annotated_script_fn.expect' 2025-03-04T19:47:31.6637260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_annotated_script_method.expect' 2025-03-04T19:47:31.6637662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_format-stdout.expect' 2025-03-04T19:47:31.6638090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_listconstruct_erasure.expect' 2025-03-04T19:47:31.6638526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_parser_type_annotations.expect' 2025-03-04T19:47:31.6639004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_parser_type_annotations_comment.expect' 2025-03-04T19:47:31.6639396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_print-stdout.expect' 2025-03-04T19:47:31.6639803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_python_frontend.expect' 2025-03-04T19:47:31.6640216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_python_frontend_py2.expect' 2025-03-04T19:47:31.6640636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_python_frontend_py3.expect' 2025-03-04T19:47:31.6641053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_string_print-stdout.expect' 2025-03-04T19:47:31.6641508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestScript.test_torch_dot_tensor_annotation.expect' 2025-03-04T19:47:31.6642003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestSparseCPU.test_print_coalesced_cpu_float64.expect' 2025-03-04T19:47:31.6642493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestSparseCPU.test_print_uncoalesced_cpu_float64.expect' 2025-03-04T19:47:31.6642972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestSparseCUDA.test_print_coalesced_cuda_float64.expect' 2025-03-04T19:47:31.6643517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestSparseCUDA.test_print_uncoalesced_cuda_float64.expect' 2025-03-04T19:47:31.6644122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestSparseCompressedCPU.test_print_SparseBSC_cpu.expect' 2025-03-04T19:47:31.6644613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestSparseCompressedCPU.test_print_SparseBSR_cpu.expect' 2025-03-04T19:47:31.6645143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestSparseCompressedCPU.test_print_SparseCSC_cpu.expect' 2025-03-04T19:47:31.6645639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestSparseCompressedCPU.test_print_SparseCSR_cpu.expect' 2025-03-04T19:47:31.6646180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestSparseCompressedCUDA.test_print_SparseBSC_cuda.expect' 2025-03-04T19:47:31.6646680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestSparseCompressedCUDA.test_print_SparseBSR_cuda.expect' 2025-03-04T19:47:31.6647187Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestSparseCompressedCUDA.test_print_SparseCSC_cuda.expect' 2025-03-04T19:47:31.6647688Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestSparseCompressedCUDA.test_print_SparseCSR_cuda.expect' 2025-03-04T19:47:31.6648174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestSparseMeta.test_print_meta_SparseBSC_float64.expect' 2025-03-04T19:47:31.6648658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestSparseMeta.test_print_meta_SparseBSR_float64.expect' 2025-03-04T19:47:31.6649185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestSparseMeta.test_print_meta_SparseCOO_float64.expect' 2025-03-04T19:47:31.6649667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestSparseMeta.test_print_meta_SparseCSC_float64.expect' 2025-03-04T19:47:31.6650142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestSparseMeta.test_print_meta_SparseCSR_float64.expect' 2025-03-04T19:47:31.6650532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_audio.expect' 2025-03-04T19:47:31.6650993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_caffe2_simple_cnnmodel.expect' 2025-03-04T19:47:31.6651447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_caffe2_simple_model.expect' 2025-03-04T19:47:31.6651873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_histogram_auto.expect' 2025-03-04T19:47:31.6652309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_histogram_doane.expect' 2025-03-04T19:47:31.6652719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_histogram_fd.expect' 2025-03-04T19:47:31.6653134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_hparams_bool.expect' 2025-03-04T19:47:31.6653556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_hparams_number.expect' 2025-03-04T19:47:31.6653980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_hparams_string.expect' 2025-03-04T19:47:31.6654465Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_image_with_3_channel_batched.expect' 2025-03-04T19:47:31.6654925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_image_with_boxes.expect' 2025-03-04T19:47:31.6655389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_image_with_one_channel.expect' 2025-03-04T19:47:31.6655888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_image_with_one_channel_batched.expect' 2025-03-04T19:47:31.6656353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_image_without_channel.expect' 2025-03-04T19:47:31.6656728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_mesh.expect' 2025-03-04T19:47:31.6657178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_nested_nn_squential.expect' 2025-03-04T19:47:31.6657596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_pr_curve.expect' 2025-03-04T19:47:31.6658017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_pr_curve_raw.expect' 2025-03-04T19:47:31.6658460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_pytorch_graph.expect' 2025-03-04T19:47:31.6658894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_scalar_new_style.expect' 2025-03-04T19:47:31.6659270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_text.expect' 2025-03-04T19:47:31.6659650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTensorBoard.test_video.expect' 2025-03-04T19:47:31.6660058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTorch.test_is_nonzero-empty.expect' 2025-03-04T19:47:31.6660476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTorch.test_is_nonzero-multiple.expect' 2025-03-04T19:47:31.6660929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/TestTorch.test_print-non_contiguous.expect' 2025-03-04T19:47:31.6661207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect/__init__.py' 2025-03-04T19:47:31.6661546Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/expect' 2025-03-04T19:47:31.6661820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/__init__.py' 2025-03-04T19:47:31.6662123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/opinfo_schema.py' 2025-03-04T19:47:31.6662402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/random_dag.py' 2025-03-04T19:47:31.6662696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_converter.py' 2025-03-04T19:47:31.6663009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_cpp_serdes.py' 2025-03-04T19:47:31.6663279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_db.py' 2025-03-04T19:47:31.6663600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_draft_export.py' 2025-03-04T19:47:31.6663910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_experimental.py' 2025-03-04T19:47:31.6664216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_export.py' 2025-03-04T19:47:31.6664532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_export_legacy.py' 2025-03-04T19:47:31.6664880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_export_nonstrict.py' 2025-03-04T19:47:31.6665283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_export_training_ir_to_run_decomp.py' 2025-03-04T19:47:31.6665660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_functionalized_assertions.py' 2025-03-04T19:47:31.6665980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_hop.py' 2025-03-04T19:47:31.6666293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_lift_unlift.py' 2025-03-04T19:47:31.6666610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_pass_infra.py' 2025-03-04T19:47:31.6666897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_passes.py' 2025-03-04T19:47:31.6667237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_retraceability.py' 2025-03-04T19:47:31.6667522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_schema.py' 2025-03-04T19:47:31.6667808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_serdes.py' 2025-03-04T19:47:31.6668121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_serialize.py' 2025-03-04T19:47:31.6668431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_sparse.py' 2025-03-04T19:47:31.6668724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_swap.py' 2025-03-04T19:47:31.6669029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_tools.py' 2025-03-04T19:47:31.6669343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_torchbind.py' 2025-03-04T19:47:31.6669645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_tree_utils.py' 2025-03-04T19:47:31.6669959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_unflatten.py' 2025-03-04T19:47:31.6670315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_unflatten_training_ir.py' 2025-03-04T19:47:31.6670612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/test_verifier.py' 2025-03-04T19:47:31.6670894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export/testing.py' 2025-03-04T19:47:31.6671168Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/export' 2025-03-04T19:47:31.6671714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/forward_backward_compatibility/check_forward_backward_compatibility.py' 2025-03-04T19:47:31.6672337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/forward_backward_compatibility/dump_all_function_schemas.py' 2025-03-04T19:47:31.6672724Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/forward_backward_compatibility' 2025-03-04T19:47:31.6673007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/attn_ft.py' 2025-03-04T19:47:31.6673341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/attn_positional.py' 2025-03-04T19:47:31.6673646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/common_utils.py' 2025-03-04T19:47:31.6673982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/discover_coverage.py' 2025-03-04T19:47:31.6674373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/functorch_additional_op_db.py' 2025-03-04T19:47:31.6674660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/test_ac.py' 2025-03-04T19:47:31.6674999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/test_ac_knapsack.py' 2025-03-04T19:47:31.6675317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/test_ac_logging.py' 2025-03-04T19:47:31.6675653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/test_aotdispatch.py' 2025-03-04T19:47:31.6675977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/test_control_flow.py' 2025-03-04T19:47:31.6676282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/test_dims.py' 2025-03-04T19:47:31.6676631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/test_eager_transforms.py' 2025-03-04T19:47:31.6677006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/test_logging.py' 2025-03-04T19:47:31.6677402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/test_memory_efficient_fusion.py' 2025-03-04T19:47:31.6677711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/test_minifier.py' 2025-03-04T19:47:31.6678011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/test_ops.py' 2025-03-04T19:47:31.6678315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/test_parsing.py' 2025-03-04T19:47:31.6678640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/test_rearrange.py' 2025-03-04T19:47:31.6678931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/test_vmap.py' 2025-03-04T19:47:31.6679304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/test_vmap_registrations.py' 2025-03-04T19:47:31.6679653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch/xfail_suggester.py' 2025-03-04T19:47:31.6679965Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/functorch' 2025-03-04T19:47:31.6680235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/named_tup.py' 2025-03-04T19:47:31.6680510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/quantization.py' 2025-03-04T19:47:31.6680825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_common_passes.py' 2025-03-04T19:47:31.6681098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_cse_pass.py' 2025-03-04T19:47:31.6681382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_dce_pass.py' 2025-03-04T19:47:31.6681656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_dynamism.py' 2025-03-04T19:47:31.6681938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_future.py' 2025-03-04T19:47:31.6682241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_fx_const_fold.py' 2025-03-04T19:47:31.6682569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_fx_node_hook.py' 2025-03-04T19:47:31.6682949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_fx_param_shape_control_flow.py' 2025-03-04T19:47:31.6683227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_fx_split.py' 2025-03-04T19:47:31.6683533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_fx_traceback.py' 2025-03-04T19:47:31.6683848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_fx_xform_observer.py' 2025-03-04T19:47:31.6684154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_gradual_type.py' 2025-03-04T19:47:31.6684458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_graph_pickler.py' 2025-03-04T19:47:31.6684779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_lazy_graph_module.py' 2025-03-04T19:47:31.6685096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_matcher_utils.py' 2025-03-04T19:47:31.6685415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_partitioner_order.py' 2025-03-04T19:47:31.6685714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_pass_infra.py' 2025-03-04T19:47:31.6686027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_shape_inference.py' 2025-03-04T19:47:31.6686375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_source_matcher_utils.py' 2025-03-04T19:47:31.6686690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_subgraph_rewriter.py' 2025-03-04T19:47:31.6687016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx/test_z3_gradual_types.py' 2025-03-04T19:47:31.6687272Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/fx' 2025-03-04T19:47:31.6687528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/hi.py' 2025-03-04T19:47:31.6687905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/higher_order_ops/test_invoke_quant.py' 2025-03-04T19:47:31.6688279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/higher_order_ops/test_invoke_subgraph.py' 2025-03-04T19:47:31.6688646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/higher_order_ops/test_with_effects.py' 2025-03-04T19:47:31.6688951Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/higher_order_ops' 2025-03-04T19:47:31.6689263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/CMakeLists.txt' 2025-03-04T19:47:31.6689543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/__init__.py' 2025-03-04T19:47:31.6689849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/cpp/.gitignore' 2025-03-04T19:47:31.6690189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/cpp/CMakeLists.txt' 2025-03-04T19:47:31.6690510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/cpp/test.sh' 2025-03-04T19:47:31.6690860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/cpp/test_cpp_prefix.cpp' 2025-03-04T19:47:31.6691153Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/cpp' 2025-03-04T19:47:31.6691457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/custom_ops.cpp' 2025-03-04T19:47:31.6691928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/extension_backends/cpp/extension_codegen_backend.py' 2025-03-04T19:47:31.6692375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/extension_backends/cpp/extension_device.cpp' 2025-03-04T19:47:31.6692750Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/extension_backends/cpp' 2025-03-04T19:47:31.6693235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/extension_backends/triton/device_interface.py' 2025-03-04T19:47:31.6693715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/extension_backends/triton/extension_codegen_backend.py' 2025-03-04T19:47:31.6694102Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/extension_backends/triton' 2025-03-04T19:47:31.6694467Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/extension_backends' 2025-03-04T19:47:31.6694815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/indirect_assert_helper.py' 2025-03-04T19:47:31.6695139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/minifier_smoke.py' 2025-03-04T19:47:31.6695449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/opinfo_harness.py' 2025-03-04T19:47:31.6695765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/s429861_repro.py' 2025-03-04T19:47:31.6696087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_aot_inductor.py' 2025-03-04T19:47:31.6696466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_aot_inductor_arrayref.py' 2025-03-04T19:47:31.6696838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_aot_inductor_custom_ops.py' 2025-03-04T19:47:31.6697209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_aot_inductor_package.py' 2025-03-04T19:47:31.6697558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_aot_inductor_utils.py' 2025-03-04T19:47:31.6697886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_async_compile.py' 2025-03-04T19:47:31.6698251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_auto_functionalize.py' 2025-03-04T19:47:31.6698611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_autoheuristic.py' 2025-03-04T19:47:31.6698925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_b2b_gemm.py' 2025-03-04T19:47:31.6699266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_benchmark_fusion.py' 2025-03-04T19:47:31.6699598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_benchmarking.py' 2025-03-04T19:47:31.6699930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_binary_folding.py' 2025-03-04T19:47:31.6700271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_block_analysis.py' 2025-03-04T19:47:31.6700577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_ck_backend.py' 2025-03-04T19:47:31.6700885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_codecache.py' 2025-03-04T19:47:31.6701257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_codegen_triton.py' 2025-03-04T19:47:31.6701764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_combo_kernels.py' 2025-03-04T19:47:31.6702138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_compile_subprocess.py' 2025-03-04T19:47:31.6702472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_compile_worker.py' 2025-03-04T19:47:31.6702831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_compiled_autograd.py' 2025-03-04T19:47:31.6703191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_compiled_optimizers.py' 2025-03-04T19:47:31.6703498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_config.py' 2025-03-04T19:47:31.6703820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_control_flow.py' 2025-03-04T19:47:31.6704197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_cooperative_reductions.py' 2025-03-04T19:47:31.6704620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_coordinate_descent_tuner.py' 2025-03-04T19:47:31.6704977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_cpp_wrapper_hipify.py' 2025-03-04T19:47:31.6705327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_cpu_cpp_wrapper.py' 2025-03-04T19:47:31.6705634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_cpu_repro.py' 2025-03-04T19:47:31.6706005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_cpu_select_algorithm.py' 2025-03-04T19:47:31.6706314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_cuda_repro.py' 2025-03-04T19:47:31.6706654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_cudacodecache.py' 2025-03-04T19:47:31.6706998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_cudagraph_trees.py' 2025-03-04T19:47:31.6707434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_cudagraph_trees_expandable_segments.py' 2025-03-04T19:47:31.6707782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_custom_lowering.py' 2025-03-04T19:47:31.6708155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_custom_post_grad_passes.py' 2025-03-04T19:47:31.6708500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_cutlass_backend.py' 2025-03-04T19:47:31.6708815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_debug_trace.py' 2025-03-04T19:47:31.6709197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_decompose_mem_bound_mm.py' 2025-03-04T19:47:31.6709524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_dependencies.py' 2025-03-04T19:47:31.6709926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_distributed_patterns.py' 2025-03-04T19:47:31.6710297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_efficient_conv_bn_eval.py' 2025-03-04T19:47:31.6710644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_extension_backend.py' 2025-03-04T19:47:31.6711010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_external_callables.py' 2025-03-04T19:47:31.6711343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_flex_attention.py' 2025-03-04T19:47:31.6711684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_flex_decoding.py' 2025-03-04T19:47:31.6711983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_foreach.py' 2025-03-04T19:47:31.6712299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_fp8.py' 2025-03-04T19:47:31.6712642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_fused_attention.py' 2025-03-04T19:47:31.6712977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_fuzzer.py' 2025-03-04T19:47:31.6713284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_fx_fusion.py' 2025-03-04T19:47:31.6713622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_gpu_cpp_wrapper.py' 2025-03-04T19:47:31.6714011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_graph_transform_observer.py' 2025-03-04T19:47:31.6714361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_group_batch_fusion.py' 2025-03-04T19:47:31.6714675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_halide.py' 2025-03-04T19:47:31.6714981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_indexing.py' 2025-03-04T19:47:31.6715358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_inductor_annotations.py' 2025-03-04T19:47:31.6715732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_inductor_freezing.py' 2025-03-04T19:47:31.6716079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_inductor_utils.py' 2025-03-04T19:47:31.6716417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_inplace_padding.py' 2025-03-04T19:47:31.6716753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_inplacing_pass.py' 2025-03-04T19:47:31.6717110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_kernel_benchmark.py' 2025-03-04T19:47:31.6717430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_layout_optim.py' 2025-03-04T19:47:31.6717774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_loop_ordering.py' 2025-03-04T19:47:31.6718095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_max_autotune.py' 2025-03-04T19:47:31.6718408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_memory.py' 2025-03-04T19:47:31.6718745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_memory_planning.py' 2025-03-04T19:47:31.6719059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_metrics.py' 2025-03-04T19:47:31.6719362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_minifier.py' 2025-03-04T19:47:31.6719702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_minifier_isolate.py' 2025-03-04T19:47:31.6720045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_minifier_utils.py' 2025-03-04T19:47:31.6720417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_mkldnn_pattern_matcher.py' 2025-03-04T19:47:31.6720762Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_mmdecomp.py' 2025-03-04T19:47:31.6721147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_move_constructors_to_cuda.py' 2025-03-04T19:47:31.6721470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_mps_basic.py' 2025-03-04T19:47:31.6721789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_multi_kernel.py' 2025-03-04T19:47:31.6722142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_op_completeness.py' 2025-03-04T19:47:31.6722473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_op_dtype_prop.py' 2025-03-04T19:47:31.6722786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_ordered_set.py' 2025-03-04T19:47:31.6723093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_pad_mm.py' 2025-03-04T19:47:31.6723421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_padding.py' 2025-03-04T19:47:31.6723797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_pattern_matcher.py' 2025-03-04T19:47:31.6724084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_perf.py' 2025-03-04T19:47:31.6724400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_profiler.py' 2025-03-04T19:47:31.6724753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_provenance_tracing.py' 2025-03-04T19:47:31.6725127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_scatter_optimization.py' 2025-03-04T19:47:31.6725470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_select_algorithm.py' 2025-03-04T19:47:31.6725766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_smoke.py' 2025-03-04T19:47:31.6726111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_snode_runtime.py' 2025-03-04T19:47:31.6726513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_split_cat_fx_aten_passes.py' 2025-03-04T19:47:31.6726881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_split_cat_fx_passes.py' 2025-03-04T19:47:31.6727233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_standalone_compile.py' 2025-03-04T19:47:31.6727558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_torchbind.py' 2025-03-04T19:47:31.6727889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_torchinductor.py' 2025-03-04T19:47:31.6728347Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_torchinductor_codegen_config_overrides.py' 2025-03-04T19:47:31.6728784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_torchinductor_codegen_dynamic_shapes.py' 2025-03-04T19:47:31.6729187Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_torchinductor_dynamic_shapes.py' 2025-03-04T19:47:31.6729563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_torchinductor_opinfo.py' 2025-03-04T19:47:31.6729963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_torchinductor_strided_blocks.py' 2025-03-04T19:47:31.6730332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_triton_cpu_backend.py' 2025-03-04T19:47:31.6730712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_triton_extension_backend.py' 2025-03-04T19:47:31.6731074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_triton_heuristics.py' 2025-03-04T19:47:31.6731407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_triton_kernels.py' 2025-03-04T19:47:31.6731776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_triton_syntax.py' 2025-03-04T19:47:31.6732113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_triton_wrapper.py' 2025-03-04T19:47:31.6732459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_unbacked_symints.py' 2025-03-04T19:47:31.6732766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_utils.py' 2025-03-04T19:47:31.6733075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor/test_xpu_basic.py' 2025-03-04T19:47:31.6733369Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor' 2025-03-04T19:47:31.6733921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestCommonCPU.test_out_linalg_matrix_rank_cpu_float32' 2025-03-04T19:47:31.6734573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestCommonCPU.test_out_linalg_matrix_rank_hermitian_cpu_float32' 2025-03-04T19:47:31.6735134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestCommonCUDA.test_out_linalg_matrix_rank_cuda_float32' 2025-03-04T19:47:31.6735773Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestCommonCUDA.test_out_linalg_matrix_rank_hermitian_cuda_float32' 2025-03-04T19:47:31.6736305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_add_cpu_complex64' 2025-03-04T19:47:31.6736867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_addbmm_cpu_complex64' 2025-03-04T19:47:31.6737413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_addcdiv_cpu_complex64' 2025-03-04T19:47:31.6737969Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_addcmul_cpu_complex64' 2025-03-04T19:47:31.6738524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_addmm_cpu_complex64' 2025-03-04T19:47:31.6739118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_addmm_decomposed_cpu_complex64' 2025-03-04T19:47:31.6739665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_addmv_cpu_complex64' 2025-03-04T19:47:31.6740195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_addr_cpu_complex64' 2025-03-04T19:47:31.6740751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_baddbmm_cpu_complex64' 2025-03-04T19:47:31.6741355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_div_no_rounding_mode_cpu_complex64' 2025-03-04T19:47:31.6742010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_index_add_cpu_complex64' 2025-03-04T19:47:31.6742566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_index_copy_cpu_complex64' 2025-03-04T19:47:31.6743135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_index_fill_cpu_complex64' 2025-03-04T19:47:31.6743687Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_index_put_cpu_complex64' 2025-03-04T19:47:31.6744231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_lerp_cpu_complex64' 2025-03-04T19:47:31.6744826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_masked_fill_cpu_complex64' 2025-03-04T19:47:31.6745417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_masked_scatter_cpu_complex64' 2025-03-04T19:47:31.6745940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_mul_cpu_complex64' 2025-03-04T19:47:31.6746482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_pow_cpu_complex64' 2025-03-04T19:47:31.6747004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_put_cpu_complex64' 2025-03-04T19:47:31.6747605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_scatter_add_cpu_complex64' 2025-03-04T19:47:31.6748154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_scatter_cpu_complex64' 2025-03-04T19:47:31.6748702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_sub_cpu_complex64' 2025-03-04T19:47:31.6749274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_true_divide_cpu_complex64' 2025-03-04T19:47:31.6749824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_add_cpu_complex128' 2025-03-04T19:47:31.6750395Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_addbmm_cpu_complex128' 2025-03-04T19:47:31.6750964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_addcdiv_cpu_complex128' 2025-03-04T19:47:31.6751564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_addcmul_cpu_complex128' 2025-03-04T19:47:31.6752121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_addmm_cpu_complex128' 2025-03-04T19:47:31.6752734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_addmm_decomposed_cpu_complex128' 2025-03-04T19:47:31.6753293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_addmv_cpu_complex128' 2025-03-04T19:47:31.6753856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_addr_cpu_complex128' 2025-03-04T19:47:31.6754423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_baddbmm_cpu_complex128' 2025-03-04T19:47:31.6755057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_div_no_rounding_mode_cpu_complex128' 2025-03-04T19:47:31.6755647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_float_power_cpu_complex128' 2025-03-04T19:47:31.6756237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_index_add_cpu_complex128' 2025-03-04T19:47:31.6756817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_index_copy_cpu_complex128' 2025-03-04T19:47:31.6757385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_lerp_cpu_complex128' 2025-03-04T19:47:31.6758007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_masked_scatter_cpu_complex128' 2025-03-04T19:47:31.6758564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_mul_cpu_complex128' 2025-03-04T19:47:31.6759127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_pow_cpu_complex128' 2025-03-04T19:47:31.6759677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_put_cpu_complex128' 2025-03-04T19:47:31.6760272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_scatter_add_cpu_complex128' 2025-03-04T19:47:31.6760859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_scatter_cpu_complex128' 2025-03-04T19:47:31.6761446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_sub_cpu_complex128' 2025-03-04T19:47:31.6762033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_true_divide_cpu_complex128' 2025-03-04T19:47:31.6762554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_abs_cpu_float64' 2025-03-04T19:47:31.6763070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_acos_cpu_float64' 2025-03-04T19:47:31.6763598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_acosh_cpu_float64' 2025-03-04T19:47:31.6764111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_add_cpu_float64' 2025-03-04T19:47:31.6764675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_addbmm_cpu_float64' 2025-03-04T19:47:31.6765203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_addcdiv_cpu_float64' 2025-03-04T19:47:31.6765743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_addcmul_cpu_float64' 2025-03-04T19:47:31.6766261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_addmm_cpu_float64' 2025-03-04T19:47:31.6766830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_addmm_decomposed_cpu_float64' 2025-03-04T19:47:31.6767361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_addmv_cpu_float64' 2025-03-04T19:47:31.6767877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_addr_cpu_float64' 2025-03-04T19:47:31.6768399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_asin_cpu_float64' 2025-03-04T19:47:31.6768920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_asinh_cpu_float64' 2025-03-04T19:47:31.6769449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_atan2_cpu_float64' 2025-03-04T19:47:31.6769961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_atan_cpu_float64' 2025-03-04T19:47:31.6770517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_atanh_cpu_float64' 2025-03-04T19:47:31.6771051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_baddbmm_cpu_float64' 2025-03-04T19:47:31.6771576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_ceil_cpu_float64' 2025-03-04T19:47:31.6772270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_clamp_cpu_float64' 2025-03-04T19:47:31.6772825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_clamp_max_cpu_float64' 2025-03-04T19:47:31.6773363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_clamp_min_cpu_float64' 2025-03-04T19:47:31.6774052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_conj_physical_cpu_float64' 2025-03-04T19:47:31.6774621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_copysign_cpu_float64' 2025-03-04T19:47:31.6775129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_cos_cpu_float64' 2025-03-04T19:47:31.6775661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_cosh_cpu_float64' 2025-03-04T19:47:31.6776189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_cumprod_cpu_float64' 2025-03-04T19:47:31.6776728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_cumsum_cpu_float64' 2025-03-04T19:47:31.6777291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_deg2rad_cpu_float64' 2025-03-04T19:47:31.6777829Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_digamma_cpu_float64' 2025-03-04T19:47:31.6778407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_div_floor_rounding_cpu_float64' 2025-03-04T19:47:31.6779004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_div_no_rounding_mode_cpu_float64' 2025-03-04T19:47:31.6779580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_div_trunc_rounding_cpu_float64' 2025-03-04T19:47:31.6780102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_erf_cpu_float64' 2025-03-04T19:47:31.6780619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_erfc_cpu_float64' 2025-03-04T19:47:31.6781155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_erfinv_cpu_float64' 2025-03-04T19:47:31.6781735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_exp2_cpu_float64' 2025-03-04T19:47:31.6782259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_exp_cpu_float64' 2025-03-04T19:47:31.6782778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_expm1_cpu_float64' 2025-03-04T19:47:31.6783293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_fill_cpu_float64' 2025-03-04T19:47:31.6783902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_float_power_cpu_float64' 2025-03-04T19:47:31.6784426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_floor_cpu_float64' 2025-03-04T19:47:31.6784985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_floor_divide_cpu_float64' 2025-03-04T19:47:31.6785500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_fmod_cpu_float64' 2025-03-04T19:47:31.6786029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_frac_cpu_float64' 2025-03-04T19:47:31.6786593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_heaviside_cpu_float64' 2025-03-04T19:47:31.6787137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_hypot_cpu_float64' 2025-03-04T19:47:31.6787672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_i0_cpu_float64' 2025-03-04T19:47:31.6788212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_igamma_cpu_float64' 2025-03-04T19:47:31.6788744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_igammac_cpu_float64' 2025-03-04T19:47:31.6789291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_index_add_cpu_float64' 2025-03-04T19:47:31.6789839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_index_copy_cpu_float64' 2025-03-04T19:47:31.6790540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_index_fill_cpu_float64' 2025-03-04T19:47:31.6791122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_index_reduce_amax_cpu_float64' 2025-03-04T19:47:31.6791700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_index_reduce_amin_cpu_float64' 2025-03-04T19:47:31.6792288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_index_reduce_mean_cpu_float64' 2025-03-04T19:47:31.6792864Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_index_reduce_prod_cpu_float64' 2025-03-04T19:47:31.6793395Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_lerp_cpu_float64' 2025-03-04T19:47:31.6793923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_lgamma_cpu_float64' 2025-03-04T19:47:31.6794452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_log10_cpu_float64' 2025-03-04T19:47:31.6794972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_log1p_cpu_float64' 2025-03-04T19:47:31.6795496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_log2_cpu_float64' 2025-03-04T19:47:31.6796004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_log_cpu_float64' 2025-03-04T19:47:31.6796534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_logit_cpu_float64' 2025-03-04T19:47:31.6797110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_masked_fill_cpu_float64' 2025-03-04T19:47:31.6797683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_masked_scatter_cpu_float64' 2025-03-04T19:47:31.6798194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_mul_cpu_float64' 2025-03-04T19:47:31.6798866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64' 2025-03-04T19:47:31.6799455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64' 2025-03-04T19:47:31.6800072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64' 2025-03-04T19:47:31.6800650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nan_to_num_cpu_float64' 2025-03-04T19:47:31.6801343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_neg_cpu_float64' 2025-03-04T19:47:31.6801901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nextafter_cpu_float64' 2025-03-04T19:47:31.6802510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_alpha_dropout_cpu_float64' 2025-03-04T19:47:31.6803110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_celu_cpu_float64' 2025-03-04T19:47:31.6803742Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_dropout2d_cpu_float64' 2025-03-04T19:47:31.6804356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_dropout3d_cpu_float64' 2025-03-04T19:47:31.6804947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_dropout_cpu_float64' 2025-03-04T19:47:31.6805535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_elu_cpu_float64' 2025-03-04T19:47:31.6806221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64' 2025-03-04T19:47:31.6806939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64' 2025-03-04T19:47:31.6807545Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_hardsigmoid_cpu_float64' 2025-03-04T19:47:31.6808158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_leaky_relu_cpu_float64' 2025-03-04T19:47:31.6808737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_mish_cpu_float64' 2025-03-04T19:47:31.6809333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_rrelu_cpu_float64' 2025-03-04T19:47:31.6809909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_selu_cpu_float64' 2025-03-04T19:47:31.6810530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_silu_cpu_float64' 2025-03-04T19:47:31.6811125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_threshold_cpu_float64' 2025-03-04T19:47:31.6811735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_polygamma_polygamma_n_0_cpu_float64' 2025-03-04T19:47:31.6812331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_polygamma_polygamma_n_1_cpu_float64' 2025-03-04T19:47:31.6812951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_polygamma_polygamma_n_2_cpu_float64' 2025-03-04T19:47:31.6813562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_polygamma_polygamma_n_3_cpu_float64' 2025-03-04T19:47:31.6814186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_polygamma_polygamma_n_4_cpu_float64' 2025-03-04T19:47:31.6814706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_pow_cpu_float64' 2025-03-04T19:47:31.6815217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_put_cpu_float64' 2025-03-04T19:47:31.6815756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_rad2deg_cpu_float64' 2025-03-04T19:47:31.6816300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_reciprocal_cpu_float64' 2025-03-04T19:47:31.6816875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_remainder_cpu_float64' 2025-03-04T19:47:31.6817410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_renorm_cpu_float64' 2025-03-04T19:47:31.6817963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_resize_as__cpu_float64' 2025-03-04T19:47:31.6818484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_round_cpu_float64' 2025-03-04T19:47:31.6819070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_round_decimals_0_cpu_float64' 2025-03-04T19:47:31.6819595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_rsqrt_cpu_float64' 2025-03-04T19:47:31.6820163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_scatter_add_cpu_float64' 2025-03-04T19:47:31.6820693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_scatter_cpu_float64' 2025-03-04T19:47:31.6821278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_scatter_reduce_amax_cpu_float64' 2025-03-04T19:47:31.6821948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_scatter_reduce_amin_cpu_float64' 2025-03-04T19:47:31.6822531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_scatter_reduce_mean_cpu_float64' 2025-03-04T19:47:31.6823162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_scatter_reduce_prod_cpu_float64' 2025-03-04T19:47:31.6823745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_scatter_reduce_sum_cpu_float64' 2025-03-04T19:47:31.6824273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_sgn_cpu_float64' 2025-03-04T19:47:31.6824806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_sigmoid_cpu_float64' 2025-03-04T19:47:31.6825335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_sign_cpu_float64' 2025-03-04T19:47:31.6825850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_sin_cpu_float64' 2025-03-04T19:47:31.6826405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_sinc_cpu_float64' 2025-03-04T19:47:31.6826944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_sinh_cpu_float64' 2025-03-04T19:47:31.6827469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_sqrt_cpu_float64' 2025-03-04T19:47:31.6827996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_square_cpu_float64' 2025-03-04T19:47:31.6828541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_squeeze_cpu_float64' 2025-03-04T19:47:31.6829111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_squeeze_multiple_cpu_float64' 2025-03-04T19:47:31.6829665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_sub_cpu_float64' 2025-03-04T19:47:31.6830184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_t_cpu_float64' 2025-03-04T19:47:31.6830694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_tan_cpu_float64' 2025-03-04T19:47:31.6831221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_tanh_cpu_float64' 2025-03-04T19:47:31.6831767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_transpose_cpu_float64' 2025-03-04T19:47:31.6832295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_tril_cpu_float64' 2025-03-04T19:47:31.6832818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_triu_cpu_float64' 2025-03-04T19:47:31.6833383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_true_divide_cpu_float64' 2025-03-04T19:47:31.6833904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_trunc_cpu_float64' 2025-03-04T19:47:31.6834453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_unsqueeze_cpu_float64' 2025-03-04T19:47:31.6834974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_xlogy_cpu_float64' 2025-03-04T19:47:31.6835509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_zero__cpu_float64' 2025-03-04T19:47:31.6836072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_add_cuda_complex64' 2025-03-04T19:47:31.6836635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_addbmm_cuda_complex64' 2025-03-04T19:47:31.6837189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_addcdiv_cuda_complex64' 2025-03-04T19:47:31.6837746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_addcmul_cuda_complex64' 2025-03-04T19:47:31.6838304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_addmm_cuda_complex64' 2025-03-04T19:47:31.6838918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_addmm_decomposed_cuda_complex64' 2025-03-04T19:47:31.6839475Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_addmv_cuda_complex64' 2025-03-04T19:47:31.6840052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_addr_cuda_complex64' 2025-03-04T19:47:31.6840612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_baddbmm_cuda_complex64' 2025-03-04T19:47:31.6841220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_div_no_rounding_mode_cuda_complex64' 2025-03-04T19:47:31.6841799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_index_add_cuda_complex64' 2025-03-04T19:47:31.6842364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_index_copy_cuda_complex64' 2025-03-04T19:47:31.6842972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_index_fill_cuda_complex64' 2025-03-04T19:47:31.6843532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_index_put_cuda_complex64' 2025-03-04T19:47:31.6844083Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_lerp_cuda_complex64' 2025-03-04T19:47:31.6844648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_masked_fill_cuda_complex64' 2025-03-04T19:47:31.6845246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_masked_scatter_cuda_complex64' 2025-03-04T19:47:31.6845782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_mul_cuda_complex64' 2025-03-04T19:47:31.6846327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_pow_cuda_complex64' 2025-03-04T19:47:31.6846857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_put_cuda_complex64' 2025-03-04T19:47:31.6847428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_scatter_add_cuda_complex64' 2025-03-04T19:47:31.6847991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_scatter_cuda_complex64' 2025-03-04T19:47:31.6848524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_sub_cuda_complex64' 2025-03-04T19:47:31.6849135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_true_divide_cuda_complex64' 2025-03-04T19:47:31.6849698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_add_cuda_complex128' 2025-03-04T19:47:31.6850279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_addbmm_cuda_complex128' 2025-03-04T19:47:31.6850852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_addcdiv_cuda_complex128' 2025-03-04T19:47:31.6851439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_addcmul_cuda_complex128' 2025-03-04T19:47:31.6852033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_addmm_cuda_complex128' 2025-03-04T19:47:31.6852662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_addmm_decomposed_cuda_complex128' 2025-03-04T19:47:31.6853257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_addmv_cuda_complex128' 2025-03-04T19:47:31.6853834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_addr_cuda_complex128' 2025-03-04T19:47:31.6854414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_baddbmm_cuda_complex128' 2025-03-04T19:47:31.6855053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_div_no_rounding_mode_cuda_complex128' 2025-03-04T19:47:31.6855672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_float_power_cuda_complex128' 2025-03-04T19:47:31.6856274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_index_add_cuda_complex128' 2025-03-04T19:47:31.6856865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_index_copy_cuda_complex128' 2025-03-04T19:47:31.6857431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_lerp_cuda_complex128' 2025-03-04T19:47:31.6858041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_masked_scatter_cuda_complex128' 2025-03-04T19:47:31.6858604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_mul_cuda_complex128' 2025-03-04T19:47:31.6859179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_pow_cuda_complex128' 2025-03-04T19:47:31.6859739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_put_cuda_complex128' 2025-03-04T19:47:31.6860344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_scatter_add_cuda_complex128' 2025-03-04T19:47:31.6860921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_scatter_cuda_complex128' 2025-03-04T19:47:31.6861565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_sub_cuda_complex128' 2025-03-04T19:47:31.6862194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_true_divide_cuda_complex128' 2025-03-04T19:47:31.6862733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_abs_cuda_float64' 2025-03-04T19:47:31.6863259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_acos_cuda_float64' 2025-03-04T19:47:31.6863801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_acosh_cuda_float64' 2025-03-04T19:47:31.6864319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_add_cuda_float64' 2025-03-04T19:47:31.6864866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_addbmm_cuda_float64' 2025-03-04T19:47:31.6865431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_addcdiv_cuda_float64' 2025-03-04T19:47:31.6866010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_addcmul_cuda_float64' 2025-03-04T19:47:31.6866541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_addmm_cuda_float64' 2025-03-04T19:47:31.6867125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_addmm_decomposed_cuda_float64' 2025-03-04T19:47:31.6867663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_addmv_cuda_float64' 2025-03-04T19:47:31.6868187Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_addr_cuda_float64' 2025-03-04T19:47:31.6868752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_asin_cuda_float64' 2025-03-04T19:47:31.6869286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_asinh_cuda_float64' 2025-03-04T19:47:31.6869825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_atan2_cuda_float64' 2025-03-04T19:47:31.6870350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_atan_cuda_float64' 2025-03-04T19:47:31.6870888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_atanh_cuda_float64' 2025-03-04T19:47:31.6871422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_baddbmm_cuda_float64' 2025-03-04T19:47:31.6872154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_ceil_cuda_float64' 2025-03-04T19:47:31.6872693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_clamp_cuda_float64' 2025-03-04T19:47:31.6873257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_clamp_max_cuda_float64' 2025-03-04T19:47:31.6873807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_clamp_min_cuda_float64' 2025-03-04T19:47:31.6874389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_conj_physical_cuda_float64' 2025-03-04T19:47:31.6874936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_copysign_cuda_float64' 2025-03-04T19:47:31.6875526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_cos_cuda_float64' 2025-03-04T19:47:31.6876065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_cosh_cuda_float64' 2025-03-04T19:47:31.6876603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_cumprod_cuda_float64' 2025-03-04T19:47:31.6877150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_cumsum_cuda_float64' 2025-03-04T19:47:31.6877686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_deg2rad_cuda_float64' 2025-03-04T19:47:31.6878279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_digamma_cuda_float64' 2025-03-04T19:47:31.6878874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_div_floor_rounding_cuda_float64' 2025-03-04T19:47:31.6879528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_div_no_rounding_mode_cuda_float64' 2025-03-04T19:47:31.6880114Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_div_trunc_rounding_cuda_float64' 2025-03-04T19:47:31.6880643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_erf_cuda_float64' 2025-03-04T19:47:31.6881166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_erfc_cuda_float64' 2025-03-04T19:47:31.6881715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_erfinv_cuda_float64' 2025-03-04T19:47:31.6882271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_exp2_cuda_float64' 2025-03-04T19:47:31.6882804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_exp_cuda_float64' 2025-03-04T19:47:31.6883332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_expm1_cuda_float64' 2025-03-04T19:47:31.6883854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_fill_cuda_float64' 2025-03-04T19:47:31.6884427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_float_power_cuda_float64' 2025-03-04T19:47:31.6884959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_floor_cuda_float64' 2025-03-04T19:47:31.6885535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_floor_divide_cuda_float64' 2025-03-04T19:47:31.6886055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_fmod_cuda_float64' 2025-03-04T19:47:31.6886587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_frac_cuda_float64' 2025-03-04T19:47:31.6887133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_heaviside_cuda_float64' 2025-03-04T19:47:31.6887671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_hypot_cuda_float64' 2025-03-04T19:47:31.6888215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_i0_cuda_float64' 2025-03-04T19:47:31.6888760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_igamma_cuda_float64' 2025-03-04T19:47:31.6889297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_igammac_cuda_float64' 2025-03-04T19:47:31.6889853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_index_add_cuda_float64' 2025-03-04T19:47:31.6890407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_index_copy_cuda_float64' 2025-03-04T19:47:31.6890995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_index_fill_cuda_float64' 2025-03-04T19:47:31.6891583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_index_reduce_amax_cuda_float64' 2025-03-04T19:47:31.6892204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_index_reduce_amin_cuda_float64' 2025-03-04T19:47:31.6892785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_index_reduce_mean_cuda_float64' 2025-03-04T19:47:31.6893369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_index_reduce_prod_cuda_float64' 2025-03-04T19:47:31.6893910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_lerp_cuda_float64' 2025-03-04T19:47:31.6894444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_lgamma_cuda_float64' 2025-03-04T19:47:31.6895013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_log10_cuda_float64' 2025-03-04T19:47:31.6895544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_log1p_cuda_float64' 2025-03-04T19:47:31.6896079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_log2_cuda_float64' 2025-03-04T19:47:31.6896600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_log_cuda_float64' 2025-03-04T19:47:31.6897140Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_logit_cuda_float64' 2025-03-04T19:47:31.6897698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_masked_fill_cuda_float64' 2025-03-04T19:47:31.6898290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_masked_scatter_cuda_float64' 2025-03-04T19:47:31.6898814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_mul_cuda_float64' 2025-03-04T19:47:31.6899511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_mvlgamma_mvlgamma_p_1_cuda_float64' 2025-03-04T19:47:31.6900115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_mvlgamma_mvlgamma_p_3_cuda_float64' 2025-03-04T19:47:31.6900725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_mvlgamma_mvlgamma_p_5_cuda_float64' 2025-03-04T19:47:31.6901314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nan_to_num_cuda_float64' 2025-03-04T19:47:31.6901913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_neg_cuda_float64' 2025-03-04T19:47:31.6902481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nextafter_cuda_float64' 2025-03-04T19:47:31.6903105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_alpha_dropout_cuda_float64' 2025-03-04T19:47:31.6903714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_celu_cuda_float64' 2025-03-04T19:47:31.6904350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_dropout2d_cuda_float64' 2025-03-04T19:47:31.6904976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_dropout3d_cuda_float64' 2025-03-04T19:47:31.6905589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_elu_cuda_float64' 2025-03-04T19:47:31.6906300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_feature_alpha_dropout_with_train_cuda_float64' 2025-03-04T19:47:31.6907003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_feature_alpha_dropout_without_train_cuda_float64' 2025-03-04T19:47:31.6907634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_hardsigmoid_cuda_float64' 2025-03-04T19:47:31.6908267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_leaky_relu_cuda_float64' 2025-03-04T19:47:31.6908876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_mish_cuda_float64' 2025-03-04T19:47:31.6909467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_rrelu_cuda_float64' 2025-03-04T19:47:31.6910062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_selu_cuda_float64' 2025-03-04T19:47:31.6910646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_silu_cuda_float64' 2025-03-04T19:47:31.6911268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_threshold_cuda_float64' 2025-03-04T19:47:31.6911873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_polygamma_polygamma_n_0_cuda_float64' 2025-03-04T19:47:31.6912492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_polygamma_polygamma_n_1_cuda_float64' 2025-03-04T19:47:31.6913095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_polygamma_polygamma_n_2_cuda_float64' 2025-03-04T19:47:31.6913708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_polygamma_polygamma_n_3_cuda_float64' 2025-03-04T19:47:31.6914310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_polygamma_polygamma_n_4_cuda_float64' 2025-03-04T19:47:31.6914865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_pow_cuda_float64' 2025-03-04T19:47:31.6915401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_put_cuda_float64' 2025-03-04T19:47:31.6915945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_rad2deg_cuda_float64' 2025-03-04T19:47:31.6916513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_reciprocal_cuda_float64' 2025-03-04T19:47:31.6917063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_remainder_cuda_float64' 2025-03-04T19:47:31.6917635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_renorm_cuda_float64' 2025-03-04T19:47:31.6918221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_resize_as__cuda_float64' 2025-03-04T19:47:31.6918765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_round_cuda_float64' 2025-03-04T19:47:31.6919343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_round_decimals_0_cuda_float64' 2025-03-04T19:47:31.6919886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_rsqrt_cuda_float64' 2025-03-04T19:47:31.6920441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_scatter_add_cuda_float64' 2025-03-04T19:47:31.6920997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_scatter_cuda_float64' 2025-03-04T19:47:31.6921618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_scatter_reduce_amax_cuda_float64' 2025-03-04T19:47:31.6922226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_scatter_reduce_amin_cuda_float64' 2025-03-04T19:47:31.6922813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_scatter_reduce_mean_cuda_float64' 2025-03-04T19:47:31.6923421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_scatter_reduce_prod_cuda_float64' 2025-03-04T19:47:31.6924010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_scatter_reduce_sum_cuda_float64' 2025-03-04T19:47:31.6924534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_sgn_cuda_float64' 2025-03-04T19:47:31.6925088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_sigmoid_cuda_float64' 2025-03-04T19:47:31.6925611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_sign_cuda_float64' 2025-03-04T19:47:31.6926146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_sin_cuda_float64' 2025-03-04T19:47:31.6926669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_sinc_cuda_float64' 2025-03-04T19:47:31.6927209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_sinh_cuda_float64' 2025-03-04T19:47:31.6927761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_sqrt_cuda_float64' 2025-03-04T19:47:31.6928313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_square_cuda_float64' 2025-03-04T19:47:31.6928852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_squeeze_cuda_float64' 2025-03-04T19:47:31.6929447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_squeeze_multiple_cuda_float64' 2025-03-04T19:47:31.6929966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_sub_cuda_float64' 2025-03-04T19:47:31.6930534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_t_cuda_float64' 2025-03-04T19:47:31.6931060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_tan_cuda_float64' 2025-03-04T19:47:31.6931622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_tanh_cuda_float64' 2025-03-04T19:47:31.6932173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_transpose_cuda_float64' 2025-03-04T19:47:31.6932692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_tril_cuda_float64' 2025-03-04T19:47:31.6933229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_triu_cuda_float64' 2025-03-04T19:47:31.6933792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_true_divide_cuda_float64' 2025-03-04T19:47:31.6934363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_trunc_cuda_float64' 2025-03-04T19:47:31.6934912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_unsqueeze_cuda_float64' 2025-03-04T19:47:31.6935451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_xlogy_cuda_float64' 2025-03-04T19:47:31.6935978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_zero__cuda_float64' 2025-03-04T19:47:31.6936607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestModuleCPU.test_to_nn_Embedding_swap_True_set_grad_True_cpu_float32' 2025-03-04T19:47:31.6937206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestModuleCPU.test_to_nn_PReLU_swap_True_set_grad_True_cpu_float32' 2025-03-04T19:47:31.6937819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestModuleCPU.test_to_nn_RMSNorm_swap_True_set_grad_True_cpu_float32' 2025-03-04T19:47:31.6938440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestModuleCUDA.test_to_nn_Embedding_swap_True_set_grad_True_cuda_float32' 2025-03-04T19:47:31.6939050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestModuleCUDA.test_to_nn_PReLU_swap_True_set_grad_True_cuda_float32' 2025-03-04T19:47:31.6939656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures/TestModuleCUDA.test_to_nn_RMSNorm_swap_True_set_grad_True_cuda_float32' 2025-03-04T19:47:31.6940023Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_expected_failures' 2025-03-04T19:47:31.6940349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_skips/.gitkeep' 2025-03-04T19:47:31.6940916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_skips/TestMathBitsCUDA.test_neg_view_jiterator_2inputs_2outputs_cuda_float64' 2025-03-04T19:47:31.6941582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_skips/TestMathBitsCUDA.test_neg_view_jiterator_4inputs_with_extra_args_cuda_float64' 2025-03-04T19:47:31.6942114Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_skips/TestMathBitsCUDA.test_neg_view_jiterator_binary_cuda_float64' 2025-03-04T19:47:31.6942708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_skips/TestMathBitsCUDA.test_neg_view_jiterator_binary_return_by_ref_cuda_float64' 2025-03-04T19:47:31.6943260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_skips/TestMathBitsCUDA.test_neg_view_jiterator_unary_cuda_float64' 2025-03-04T19:47:31.6943581Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/inductor_skips' 2025-03-04T19:47:31.6943873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/__init__.py' 2025-03-04T19:47:31.6944237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/_imported_class_test/__init__.py' 2025-03-04T19:47:31.6944567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/_imported_class_test/bar.py' 2025-03-04T19:47:31.6944906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/_imported_class_test/foo.py' 2025-03-04T19:47:31.6945276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/_imported_class_test/very/__init__.py' 2025-03-04T19:47:31.6945668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/_imported_class_test/very/very/__init__.py' 2025-03-04T19:47:31.6946066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/_imported_class_test/very/very/nested.py' 2025-03-04T19:47:31.6946474Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/_imported_class_test/very/very' 2025-03-04T19:47:31.6946847Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/_imported_class_test/very' 2025-03-04T19:47:31.6947185Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/_imported_class_test' 2025-03-04T19:47:31.6947607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/_test_serialization_subcmul_v2.pt' 2025-03-04T19:47:31.6948026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_div_scalar_float_v3.pt' 2025-03-04T19:47:31.6948494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_div_scalar_inplace_float_v3.pt' 2025-03-04T19:47:31.6948942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_div_scalar_inplace_int_v3.pt' 2025-03-04T19:47:31.6949371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_div_scalar_int_v3.pt' 2025-03-04T19:47:31.6949835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_div_scalar_reciprocal_float_v3.pt' 2025-03-04T19:47:31.6950293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_div_scalar_reciprocal_int_v3.pt' 2025-03-04T19:47:31.6950732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_div_scalar_scalar_v3.pt' 2025-03-04T19:47:31.6951159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_div_tensor_example_v7.ptl' 2025-03-04T19:47:31.6951597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_div_tensor_inplace_v3.pt' 2025-03-04T19:47:31.6952109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_div_tensor_out_v3.pt' 2025-03-04T19:47:31.6952548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_div_tensor_v3.pt' 2025-03-04T19:47:31.6952980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_full_integer_value_v4.pt' 2025-03-04T19:47:31.6953407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_full_preserved_v4.pt' 2025-03-04T19:47:31.6953790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_gelu_out_v9.ptl' 2025-03-04T19:47:31.6954173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_gelu_v9.ptl' 2025-03-04T19:47:31.6954578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_linspace_out_v7.ptl' 2025-03-04T19:47:31.6954988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_linspace_v7.ptl' 2025-03-04T19:47:31.6955413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_logspace_out_v8.ptl' 2025-03-04T19:47:31.6955825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_logspace_v8.ptl' 2025-03-04T19:47:31.6956243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_random_func_v10.ptl' 2025-03-04T19:47:31.6956644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_random_out_v10.ptl' 2025-03-04T19:47:31.6957038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures/test_versioned_random_v10.ptl' 2025-03-04T19:47:31.6957330Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures' 2025-03-04T19:47:31.6957663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures_srcs/__init__.py' 2025-03-04T19:47:31.6958007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures_srcs/fixtures_src.py' 2025-03-04T19:47:31.6958388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures_srcs/generate_models.py' 2025-03-04T19:47:31.6958830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures_srcs/test_upgrader_models_generation.py' 2025-03-04T19:47:31.6959139Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/fixtures_srcs' 2025-03-04T19:47:31.6959430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/mydecorator.py' 2025-03-04T19:47:31.6959706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/myexception.py' 2025-03-04T19:47:31.6959996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/myfunction_a.py' 2025-03-04T19:47:31.6960340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/myfunction_b.py' 2025-03-04T19:47:31.6960663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_alias_analysis.py' 2025-03-04T19:47:31.6960935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_async.py' 2025-03-04T19:47:31.6961218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_aten_pow.py' 2025-03-04T19:47:31.6961492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_attr.py' 2025-03-04T19:47:31.6961775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_autodiff.py' 2025-03-04T19:47:31.6962145Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_autodiff_subgraph_slicing.py' 2025-03-04T19:47:31.6962496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_await.py' 2025-03-04T19:47:31.6962895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_backend_nnapi.py' 2025-03-04T19:47:31.6963175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_backends.py' 2025-03-04T19:47:31.6963502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_batch_mm.py' 2025-03-04T19:47:31.6963787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_builtins.py' 2025-03-04T19:47:31.6964077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_class_type.py' 2025-03-04T19:47:31.6964365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_complex.py' 2025-03-04T19:47:31.6964658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_complexity.py' 2025-03-04T19:47:31.6964997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_convert_activation.py' 2025-03-04T19:47:31.6965259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_cuda.py' 2025-03-04T19:47:31.6965584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_custom_operators.py' 2025-03-04T19:47:31.6965912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_data_parallel.py' 2025-03-04T19:47:31.6966223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_dataclasses.py' 2025-03-04T19:47:31.6966512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_dce.py' 2025-03-04T19:47:31.6966799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_decorator.py' 2025-03-04T19:47:31.6967120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_device_analysis.py' 2025-03-04T19:47:31.6967429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_dtype_analysis.py' 2025-03-04T19:47:31.6967703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_enum.py' 2025-03-04T19:47:31.6967989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_exception.py' 2025-03-04T19:47:31.6968280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_freezing.py' 2025-03-04T19:47:31.6968605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_functional_blocks.py' 2025-03-04T19:47:31.6968932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_fuser_common.py' 2025-03-04T19:47:31.6969232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_generator.py' 2025-03-04T19:47:31.6969567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_graph_rewrite_passes.py' 2025-03-04T19:47:31.6969841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_hash.py' 2025-03-04T19:47:31.6970110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_hooks.py' 2025-03-04T19:47:31.6970426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_hooks_modules.py' 2025-03-04T19:47:31.6970731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_ignorable_args.py' 2025-03-04T19:47:31.6971088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_ignore_context_manager.py' 2025-03-04T19:47:31.6971385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_isinstance.py' 2025-03-04T19:47:31.6971670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_jit_utils.py' 2025-03-04T19:47:31.6972133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_list_dict.py' 2025-03-04T19:47:31.6972411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_logging.py' 2025-03-04T19:47:31.6972687Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_misc.py' 2025-03-04T19:47:31.6972960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_models.py' 2025-03-04T19:47:31.6973301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_module_apis.py' 2025-03-04T19:47:31.6973738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_module_containers.py' 2025-03-04T19:47:31.6974220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_module_interface.py' 2025-03-04T19:47:31.6974498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_modules.py' 2025-03-04T19:47:31.6974825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_op_decompositions.py' 2025-03-04T19:47:31.6975258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_optimize_for_mobile_preserve_debug_info.py' 2025-03-04T19:47:31.6975571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_parametrization.py' 2025-03-04T19:47:31.6975844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_pdt.py' 2025-03-04T19:47:31.6976124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_peephole.py' 2025-03-04T19:47:31.6976415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_profiler.py' 2025-03-04T19:47:31.6976756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_python_bindings.py' 2025-03-04T19:47:31.6977074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_python_builtins.py' 2025-03-04T19:47:31.6977401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_python_ir.py' 2025-03-04T19:47:31.6977718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_recursive_script.py' 2025-03-04T19:47:31.6978037Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_remove_mutation.py' 2025-03-04T19:47:31.6978320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_save_load.py' 2025-03-04T19:47:31.6978683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_save_load_for_op_version.py' 2025-03-04T19:47:31.6978988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_script_profile.py' 2025-03-04T19:47:31.6979304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_scriptmod_ann.py' 2025-03-04T19:47:31.6979573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_slice.py' 2025-03-04T19:47:31.6979885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_sparse.py' 2025-03-04T19:47:31.6980217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_string_formatting.py' 2025-03-04T19:47:31.6980566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_symbolic_shape_analysis.py' 2025-03-04T19:47:31.6980908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_tensor_creation_ops.py' 2025-03-04T19:47:31.6981216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_tensor_methods.py' 2025-03-04T19:47:31.6981579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_torchbind.py' 2025-03-04T19:47:31.6981853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_tracer.py' 2025-03-04T19:47:31.6982171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_type_sharing.py' 2025-03-04T19:47:31.6982440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_types.py' 2025-03-04T19:47:31.6982713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_typing.py' 2025-03-04T19:47:31.6982993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_union.py' 2025-03-04T19:47:31.6983291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_union_pep604.py' 2025-03-04T19:47:31.6983613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_unsupported_ops.py' 2025-03-04T19:47:31.6983899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_upgraders.py' 2025-03-04T19:47:31.6984174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_warn.py' 2025-03-04T19:47:31.6984436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/test_with.py' 2025-03-04T19:47:31.6984839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/xnnpack/test_xnnpack_delegate.py' 2025-03-04T19:47:31.6985127Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit/xnnpack' 2025-03-04T19:47:31.6985382Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit' 2025-03-04T19:47:31.6985694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit_hooks/CMakeLists.txt' 2025-03-04T19:47:31.6985964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit_hooks/model.py' 2025-03-04T19:47:31.6986297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit_hooks/test_jit_hooks.cpp' 2025-03-04T19:47:31.6986575Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/jit_hooks' 2025-03-04T19:47:31.6986849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/lazy/__init__.py' 2025-03-04T19:47:31.6987157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/lazy/test_bindings.py' 2025-03-04T19:47:31.6987455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/lazy/test_debug_util.py' 2025-03-04T19:47:31.6987848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/lazy/test_extract_compiled_graph.py' 2025-03-04T19:47:31.6988181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/lazy/test_functionalization.py' 2025-03-04T19:47:31.6988491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/lazy/test_generator.py' 2025-03-04T19:47:31.6988788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/lazy/test_meta_kernel.py' 2025-03-04T19:47:31.6989087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/lazy/test_reuse_ir.py' 2025-03-04T19:47:31.6989396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/lazy/test_step_closures.py' 2025-03-04T19:47:31.6989706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/lazy/test_ts_opinfo.py' 2025-03-04T19:47:31.6989972Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/lazy' 2025-03-04T19:47:31.6990245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/linear.py' 2025-03-04T19:47:31.6990565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/load_torchscript_model.py' 2025-03-04T19:47:31.6990892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/minioptest_failures_dict.json' 2025-03-04T19:47:31.6991170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mkl_verbose.py' 2025-03-04T19:47:31.6991440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mkldnn_verbose.py' 2025-03-04T19:47:31.6991803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/custom_build/CMakeLists.txt' 2025-03-04T19:47:31.6992117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/custom_build/build.sh' 2025-03-04T19:47:31.6992505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/custom_build/expected_output.txt' 2025-03-04T19:47:31.6992856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/custom_build/predictor.cpp' 2025-03-04T19:47:31.6993218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/custom_build/prepare_model.py' 2025-03-04T19:47:31.6993551Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/custom_build' 2025-03-04T19:47:31.6993944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/lightweight_dispatch/CMakeLists.txt' 2025-03-04T19:47:31.6994315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/lightweight_dispatch/build.sh' 2025-03-04T19:47:31.6994776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/lightweight_dispatch/lightweight_dispatch_ops.yaml' 2025-03-04T19:47:31.6995233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/lightweight_dispatch/test_codegen_unboxing.cpp' 2025-03-04T19:47:31.6995723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/lightweight_dispatch/test_lightweight_dispatch.cpp' 2025-03-04T19:47:31.6996127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/lightweight_dispatch/tests_setup.py' 2025-03-04T19:47:31.6996481Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/lightweight_dispatch' 2025-03-04T19:47:31.6996793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/model_test/README.md' 2025-03-04T19:47:31.6997177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/model_test/android_api_module.py' 2025-03-04T19:47:31.6997516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/model_test/builtin_ops.py' 2025-03-04T19:47:31.6997866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/model_test/coverage.yaml' 2025-03-04T19:47:31.6998240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/model_test/gen_test_model.py' 2025-03-04T19:47:31.6998581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/model_test/math_ops.py' 2025-03-04T19:47:31.6998944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/model_test/model_ops.yaml' 2025-03-04T19:47:31.6999272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/model_test/nn_ops.py' 2025-03-04T19:47:31.6999631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/model_test/quantization_ops.py' 2025-03-04T19:47:31.6999972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/model_test/sampling_ops.py' 2025-03-04T19:47:31.7000318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/model_test/tensor_ops.py' 2025-03-04T19:47:31.7000688Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/model_test/torchvision_models.py' 2025-03-04T19:47:31.7001081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/model_test/update_production_ops.py' 2025-03-04T19:47:31.7001415Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/model_test' 2025-03-04T19:47:31.7001739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/nnc/CMakeLists.txt' 2025-03-04T19:47:31.7002052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/nnc/aot_test_model.py' 2025-03-04T19:47:31.7002392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/nnc/test_aot_compile.sh' 2025-03-04T19:47:31.7002699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/nnc/test_context.cpp' 2025-03-04T19:47:31.7003033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/nnc/test_nnc_backend.cpp' 2025-03-04T19:47:31.7003358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/nnc/test_registry.cpp' 2025-03-04T19:47:31.7003641Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/nnc' 2025-03-04T19:47:31.7003947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/test_bytecode.py' 2025-03-04T19:47:31.7004290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/test_lite_script_module.py' 2025-03-04T19:47:31.7004631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/test_lite_script_type.py' 2025-03-04T19:47:31.7005031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/test_quantize_fx_lite_script_module.py' 2025-03-04T19:47:31.7005449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/test_upgrader_bytecode_table_example.cpp' 2025-03-04T19:47:31.7005787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/test_upgrader_codegen.py' 2025-03-04T19:47:31.7006094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile/test_upgraders.py' 2025-03-04T19:47:31.7006377Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/mobile' 2025-03-04T19:47:31.7006699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/nn/test_convolution.py' 2025-03-04T19:47:31.7006996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/nn/test_dropout.py' 2025-03-04T19:47:31.7007281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/nn/test_embedding.py' 2025-03-04T19:47:31.7007562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/nn/test_init.py' 2025-03-04T19:47:31.7007859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/nn/test_lazy_modules.py' 2025-03-04T19:47:31.7008179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/nn/test_load_state_dict.py' 2025-03-04T19:47:31.7008476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/nn/test_module_hooks.py' 2025-03-04T19:47:31.7008808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/nn/test_multihead_attention.py' 2025-03-04T19:47:31.7009160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/nn/test_packed_sequence.py' 2025-03-04T19:47:31.7009477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/nn/test_parametrization.py' 2025-03-04T19:47:31.7009789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/nn/test_pooling.py' 2025-03-04T19:47:31.7010065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/nn/test_pruning.py' 2025-03-04T19:47:31.7010334Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/nn' 2025-03-04T19:47:31.7010694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/assets/grace_hopper_517x606.jpg' 2025-03-04T19:47:31.7011022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/assets/rgb_pytorch.png' 2025-03-04T19:47:31.7011308Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/assets' 2025-03-04T19:47:31.7011607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/autograd_helper.py' 2025-03-04T19:47:31.7012088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/dynamo/test_dynamo_with_onnxruntime_backend.py' 2025-03-04T19:47:31.7012375Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/dynamo' 2025-03-04T19:47:31.7012970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/expect/TestFindMismatch_ONNX.test_pretty_print_tree_visualizes_mismatch.expect' 2025-03-04T19:47:31.7013649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/expect/TestFindMismatch_ONNX_RUNTIME_CPU.test_find_mismatch_prints_correct_info_when_no_mismatch.expect' 2025-03-04T19:47:31.7014289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/expect/TestFindMismatch_ONNX_RUNTIME_CPU.test_pretty_print_tree_visualizes_mismatch.expect' 2025-03-04T19:47:31.7014575Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/expect' 2025-03-04T19:47:31.7014883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/exporter/README.md' 2025-03-04T19:47:31.7015190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/exporter/test_api.py' 2025-03-04T19:47:31.7015536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/exporter/test_building.py' 2025-03-04T19:47:31.7015918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/exporter/test_capture_strategies.py' 2025-03-04T19:47:31.7016227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/exporter/test_core.py' 2025-03-04T19:47:31.7016596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/exporter/test_dynamic_shapes.py' 2025-03-04T19:47:31.7016946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/exporter/test_hf_models_e2e.py' 2025-03-04T19:47:31.7017297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/exporter/test_ir_passes.py' 2025-03-04T19:47:31.7017667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/exporter/test_small_models_e2e.py' 2025-03-04T19:47:31.7018030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/exporter/test_tensors.py' 2025-03-04T19:47:31.7018327Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/exporter' 2025-03-04T19:47:31.7018684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/internal/test_diagnostics.py' 2025-03-04T19:47:31.7019027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/internal/test_registraion.py' 2025-03-04T19:47:31.7019321Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/internal' 2025-03-04T19:47:31.7019643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/model_defs/__init__.py' 2025-03-04T19:47:31.7019941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/model_defs/dcgan.py' 2025-03-04T19:47:31.7020284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/model_defs/emb_seq.py' 2025-03-04T19:47:31.7020663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/model_defs/lstm_flattening_result.py' 2025-03-04T19:47:31.7020996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/model_defs/mnist.py' 2025-03-04T19:47:31.7021298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/model_defs/op_test.py' 2025-03-04T19:47:31.7021804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/model_defs/rnn_model_with_packed_sequence.py' 2025-03-04T19:47:31.7022128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/model_defs/squeezenet.py' 2025-03-04T19:47:31.7022435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/model_defs/srresnet.py' 2025-03-04T19:47:31.7022801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/model_defs/super_resolution.py' 2025-03-04T19:47:31.7023169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/model_defs/word_language_model.py' 2025-03-04T19:47:31.7023517Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/model_defs' 2025-03-04T19:47:31.7023818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/onnx_test_common.py' 2025-03-04T19:47:31.7024141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/pytorch_test_common.py' 2025-03-04T19:47:31.7024443Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_autograd_funs.py' 2025-03-04T19:47:31.7024749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_custom_ops.py' 2025-03-04T19:47:31.7025038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_fx_passes.py' 2025-03-04T19:47:31.7025365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_fx_type_promotion.py' 2025-03-04T19:47:31.7025675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_lazy_import.py' 2025-03-04T19:47:31.7025951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_models.py' 2025-03-04T19:47:31.7026300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_models_onnxruntime.py' 2025-03-04T19:47:31.7026675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_models_quantized_onnxruntime.py' 2025-03-04T19:47:31.7026980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_onnx_opset.py' 2025-03-04T19:47:31.7027324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_onnxscript_no_runtime.py' 2025-03-04T19:47:31.7027669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_onnxscript_runtime.py' 2025-03-04T19:47:31.7027980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_op_consistency.py' 2025-03-04T19:47:31.7028303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_pytorch_jit_onnx.py' 2025-03-04T19:47:31.7028692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_pytorch_onnx_no_runtime.py' 2025-03-04T19:47:31.7029057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_pytorch_onnx_onnxruntime.py' 2025-03-04T19:47:31.7029449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_pytorch_onnx_onnxruntime_cuda.py' 2025-03-04T19:47:31.7029827Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_pytorch_onnx_shape_inference.py' 2025-03-04T19:47:31.7030154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_symbolic_helper.py' 2025-03-04T19:47:31.7030455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_utility_funs.py' 2025-03-04T19:47:31.7030769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/test_verification.py' 2025-03-04T19:47:31.7031087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/torchlib/README.md' 2025-03-04T19:47:31.7031447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/torchlib/error_reproduction.py' 2025-03-04T19:47:31.7031825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/torchlib/ops_test_common.py' 2025-03-04T19:47:31.7032151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/torchlib/ops_test_data.py' 2025-03-04T19:47:31.7032463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/torchlib/test_ops.py' 2025-03-04T19:47:31.7032755Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/torchlib' 2025-03-04T19:47:31.7033028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx/verify.py' 2025-03-04T19:47:31.7033287Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/onnx' 2025-03-04T19:47:31.7033590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/optim/test_lrscheduler.py' 2025-03-04T19:47:31.7033880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/optim/test_optim.py' 2025-03-04T19:47:31.7034198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/optim/test_swa_utils.py' 2025-03-04T19:47:31.7034476Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/optim' 2025-03-04T19:47:31.7034751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/__init__.py' 2025-03-04T19:47:31.7035033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/common.py' 2025-03-04T19:47:31.7035366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/generate_bc_packages.py' 2025-03-04T19:47:31.7035654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/module_a.py' 2025-03-04T19:47:31.7035996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/module_a_remapped_path.py' 2025-03-04T19:47:31.7036318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_a/__init__.py' 2025-03-04T19:47:31.7036689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_a/fake_interface.py' 2025-03-04T19:47:31.7037061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_a/fake_script_class.py' 2025-03-04T19:47:31.7037402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_a/long_name.py' 2025-03-04T19:47:31.7037780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_a/std_sys_module_hacks.py' 2025-03-04T19:47:31.7038196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_a/std_sys_module_hacks_3_13.py' 2025-03-04T19:47:31.7038537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_a/subpackage.py' 2025-03-04T19:47:31.7038965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_a/test_all_leaf_modules_tracer.py' 2025-03-04T19:47:31.7039307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_a/test_module.py' 2025-03-04T19:47:31.7039685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_a/test_nn_module.py' 2025-03-04T19:47:31.7040072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_a/use_dunder_package.py' 2025-03-04T19:47:31.7040485Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_a/use_torch_package_importer.py' 2025-03-04T19:47:31.7040813Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_a' 2025-03-04T19:47:31.7041134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_b/__init__.py' 2025-03-04T19:47:31.7041530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_b/subpackage_0/__init__.py' 2025-03-04T19:47:31.7042007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_b/subpackage_0/subsubpackage_0/__init__.py' 2025-03-04T19:47:31.7042477Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_b/subpackage_0/subsubpackage_0' 2025-03-04T19:47:31.7042876Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_b/subpackage_0' 2025-03-04T19:47:31.7043233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_b/subpackage_1.py' 2025-03-04T19:47:31.7043576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_b/subpackage_2.py' 2025-03-04T19:47:31.7043886Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_b' 2025-03-04T19:47:31.7044251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_bc/test_fx_module.pt' 2025-03-04T19:47:31.7044604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_bc/test_nn_module.pt' 2025-03-04T19:47:31.7045020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_bc/test_torchscript_module.pt' 2025-03-04T19:47:31.7045362Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_bc' 2025-03-04T19:47:31.7045701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_c/__init__.py' 2025-03-04T19:47:31.7046039Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_c/test_module.py' 2025-03-04T19:47:31.7046360Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_c' 2025-03-04T19:47:31.7046682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_d/__init__.py' 2025-03-04T19:47:31.7047044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_d/imports_directly.py' 2025-03-04T19:47:31.7047429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_d/imports_indirectly.py' 2025-03-04T19:47:31.7047815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_d/subpackage_0/__init__.py' 2025-03-04T19:47:31.7048287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_d/subpackage_0/subsubpackage_0/__init__.py' 2025-03-04T19:47:31.7048740Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_d/subpackage_0/subsubpackage_0' 2025-03-04T19:47:31.7049129Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_d/subpackage_0' 2025-03-04T19:47:31.7049440Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_d' 2025-03-04T19:47:31.7049806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_e/test_nn_module.pt' 2025-03-04T19:47:31.7050118Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/package_e' 2025-03-04T19:47:31.7050419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/test_analyze.py' 2025-03-04T19:47:31.7050792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/test_dependency_api.py' 2025-03-04T19:47:31.7051134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/test_dependency_hooks.py' 2025-03-04T19:47:31.7051447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/test_digraph.py' 2025-03-04T19:47:31.7051787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/test_directory_reader.py' 2025-03-04T19:47:31.7052111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/test_glob_group.py' 2025-03-04T19:47:31.7052413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/test_importer.py' 2025-03-04T19:47:31.7052767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/test_load_bc_packages.py' 2025-03-04T19:47:31.7053068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/test_mangling.py' 2025-03-04T19:47:31.7053376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/test_misc.py' 2025-03-04T19:47:31.7053713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/test_model.py' 2025-03-04T19:47:31.7054022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/test_package_fx.py' 2025-03-04T19:47:31.7054370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/test_package_script.py' 2025-03-04T19:47:31.7054677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/test_repackage.py' 2025-03-04T19:47:31.7054995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/test_resources.py' 2025-03-04T19:47:31.7055298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/test_save_load.py' 2025-03-04T19:47:31.7055658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/test_trace_dep/__init__.py' 2025-03-04T19:47:31.7055994Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package/test_trace_dep' 2025-03-04T19:47:31.7056295Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/package' 2025-03-04T19:47:31.7056687Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/profiler/profiler_utils_mock_events.json' 2025-03-04T19:47:31.7057005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/profiler/test_cpp_thread.cpp' 2025-03-04T19:47:31.7057326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/profiler/test_cpp_thread.py' 2025-03-04T19:47:31.7057662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/profiler/test_cpp_thread_lib.pyi' 2025-03-04T19:47:31.7058014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/profiler/test_execution_trace.py' 2025-03-04T19:47:31.7058313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/profiler/test_kineto.py' 2025-03-04T19:47:31.7058669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/profiler/test_memory_profiler.py' 2025-03-04T19:47:31.7058980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/profiler/test_profiler.py' 2025-03-04T19:47:31.7059308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/profiler/test_profiler_tree.py' 2025-03-04T19:47:31.7059650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/profiler/test_record_function.py' 2025-03-04T19:47:31.7059958Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/profiler/test_torch_tidy.py' 2025-03-04T19:47:31.7060243Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/profiler' 2025-03-04T19:47:31.7060534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/pytest_shard_custom.py' 2025-03-04T19:47:31.7060922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/__init__.py' 2025-03-04T19:47:31.7061284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/ao_migration/__init__.py' 2025-03-04T19:47:31.7061786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/ao_migration/common.py' 2025-03-04T19:47:31.7062193Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/ao_migration/test_ao_migration.py' 2025-03-04T19:47:31.7062603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/ao_migration/test_quantization.py' 2025-03-04T19:47:31.7063030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/ao_migration/test_quantization_fx.py' 2025-03-04T19:47:31.7063377Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/ao_migration' 2025-03-04T19:47:31.7063700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/bc/__init__.py' 2025-03-04T19:47:31.7064111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/bc/test_backward_compatibility.py' 2025-03-04T19:47:31.7064461Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/bc' 2025-03-04T19:47:31.7064784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/__init__.py' 2025-03-04T19:47:31.7065281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/experimental/apot_fx_graph_mode_ptq.py' 2025-03-04T19:47:31.7065737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/experimental/apot_fx_graph_mode_qat.py' 2025-03-04T19:47:31.7066171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/experimental/quantization_util.py' 2025-03-04T19:47:31.7066627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/experimental/test_adaround_eager.py' 2025-03-04T19:47:31.7067022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/experimental/test_bits.py' 2025-03-04T19:47:31.7067473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/experimental/test_fake_quantize.py' 2025-03-04T19:47:31.7067909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/experimental/test_float8.py' 2025-03-04T19:47:31.7068329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/experimental/test_linear.py' 2025-03-04T19:47:31.7068798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/experimental/test_nonuniform_observer.py' 2025-03-04T19:47:31.7069265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/experimental/test_quantized_tensor.py' 2025-03-04T19:47:31.7069688Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/experimental/test_quantizer.py' 2025-03-04T19:47:31.7070075Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/experimental' 2025-03-04T19:47:31.7070455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/test_backend_config.py' 2025-03-04T19:47:31.7070793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/test_docs.py' 2025-03-04T19:47:31.7071217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/test_quantized_functional.py' 2025-03-04T19:47:31.7071603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/test_quantized_module.py' 2025-03-04T19:47:31.7072136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/test_quantized_op.py' 2025-03-04T19:47:31.7072530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/test_quantized_tensor.py' 2025-03-04T19:47:31.7072923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/test_top_level_apis.py' 2025-03-04T19:47:31.7073261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/test_utils.py' 2025-03-04T19:47:31.7073717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/test_workflow_module.py' 2025-03-04T19:47:31.7074097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core/test_workflow_ops.py' 2025-03-04T19:47:31.7074412Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/core' 2025-03-04T19:47:31.7074755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/eager/__init__.py' 2025-03-04T19:47:31.7075171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/eager/test_bias_correction_eager.py' 2025-03-04T19:47:31.7075565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/eager/test_equalize_eager.py' 2025-03-04T19:47:31.7075928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/eager/test_fuse_eager.py' 2025-03-04T19:47:31.7076355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/eager/test_model_numerics.py' 2025-03-04T19:47:31.7076769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/eager/test_numeric_suite_eager.py' 2025-03-04T19:47:31.7077215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/eager/test_quantize_eager_ptq.py' 2025-03-04T19:47:31.7077613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/eager/test_quantize_eager_qat.py' 2025-03-04T19:47:31.7077943Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/eager' 2025-03-04T19:47:31.7078254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/fx/__init__.py' 2025-03-04T19:47:31.7078605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/fx/test_equalize_fx.py' 2025-03-04T19:47:31.7078988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/fx/test_model_report_fx.py' 2025-03-04T19:47:31.7079366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/fx/test_numeric_suite_fx.py' 2025-03-04T19:47:31.7079764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/fx/test_quantize_fx.py' 2025-03-04T19:47:31.7080152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/fx/test_subgraph_rewriter.py' 2025-03-04T19:47:31.7080470Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/fx' 2025-03-04T19:47:31.7080785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/jit/__init__.py' 2025-03-04T19:47:31.7081195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/jit/test_deprecated_jit_quant.py' 2025-03-04T19:47:31.7081568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/jit/test_fusion_passes.py' 2025-03-04T19:47:31.7081982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/jit/test_ondevice_quantization.py' 2025-03-04T19:47:31.7082357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/jit/test_quantize_jit.py' 2025-03-04T19:47:31.7082667Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/jit' 2025-03-04T19:47:31.7083050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/pt2e/test_duplicate_dq.py' 2025-03-04T19:47:31.7083412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/pt2e/test_graph_utils.py' 2025-03-04T19:47:31.7083813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/pt2e/test_metadata_porting.py' 2025-03-04T19:47:31.7084201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/pt2e/test_numeric_debugger.py' 2025-03-04T19:47:31.7084590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/pt2e/test_quantize_pt2e.py' 2025-03-04T19:47:31.7084984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/pt2e/test_quantize_pt2e_qat.py' 2025-03-04T19:47:31.7085394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/pt2e/test_representation.py' 2025-03-04T19:47:31.7085821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/pt2e/test_x86inductor_quantizer.py' 2025-03-04T19:47:31.7086214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/pt2e/test_xnnpack_quantizer.py' 2025-03-04T19:47:31.7086536Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/pt2e' 2025-03-04T19:47:31.7087047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d.expected.pt' 2025-03-04T19:47:31.7087590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d.input.pt' 2025-03-04T19:47:31.7088152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d.scripted.pt' 2025-03-04T19:47:31.7088687Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d.state_dict.pt' 2025-03-04T19:47:31.7089212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d.traced.pt' 2025-03-04T19:47:31.7089758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_graph.expected.pt' 2025-03-04T19:47:31.7090283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_graph.input.pt' 2025-03-04T19:47:31.7090832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_graph.scripted.pt' 2025-03-04T19:47:31.7091361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_graph.traced.pt' 2025-03-04T19:47:31.7091953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_graph_v2.expected.pt' 2025-03-04T19:47:31.7092489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_graph_v2.input.pt' 2025-03-04T19:47:31.7093055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_graph_v2.scripted.pt' 2025-03-04T19:47:31.7093595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_graph_v2.traced.pt' 2025-03-04T19:47:31.7094204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_graph_v3.expected.pt' 2025-03-04T19:47:31.7094748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_graph_v3.input.pt' 2025-03-04T19:47:31.7095313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_graph_v3.scripted.pt' 2025-03-04T19:47:31.7095854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_graph_v3.traced.pt' 2025-03-04T19:47:31.7096409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_nobias.expected.pt' 2025-03-04T19:47:31.7096958Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_nobias.input.pt' 2025-03-04T19:47:31.7097516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_nobias.scripted.pt' 2025-03-04T19:47:31.7098069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_nobias.state_dict.pt' 2025-03-04T19:47:31.7098629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_nobias.traced.pt' 2025-03-04T19:47:31.7099216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph.expected.pt' 2025-03-04T19:47:31.7099778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph.input.pt' 2025-03-04T19:47:31.7100362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph.scripted.pt' 2025-03-04T19:47:31.7100943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph.traced.pt' 2025-03-04T19:47:31.7101649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v2.expected.pt' 2025-03-04T19:47:31.7102227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v2.input.pt' 2025-03-04T19:47:31.7102849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v2.scripted.pt' 2025-03-04T19:47:31.7103418Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v2.traced.pt' 2025-03-04T19:47:31.7104014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v3.expected.pt' 2025-03-04T19:47:31.7104582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v3.input.pt' 2025-03-04T19:47:31.7105182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v3.scripted.pt' 2025-03-04T19:47:31.7105786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v3.traced.pt' 2025-03-04T19:47:31.7106334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_relu.expected.pt' 2025-03-04T19:47:31.7106850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_relu.input.pt' 2025-03-04T19:47:31.7107383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_relu.scripted.pt' 2025-03-04T19:47:31.7107932Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_relu.state_dict.pt' 2025-03-04T19:47:31.7108455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv2d_relu.traced.pt' 2025-03-04T19:47:31.7108978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv3d.expected.pt' 2025-03-04T19:47:31.7109469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv3d.input.pt' 2025-03-04T19:47:31.7109986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv3d.scripted.pt' 2025-03-04T19:47:31.7110503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv3d.state_dict.pt' 2025-03-04T19:47:31.7111015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv3d.traced.pt' 2025-03-04T19:47:31.7111567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv3d_relu.expected.pt' 2025-03-04T19:47:31.7112127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv3d_relu.input.pt' 2025-03-04T19:47:31.7112668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv3d_relu.scripted.pt' 2025-03-04T19:47:31.7113260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv3d_relu.state_dict.pt' 2025-03-04T19:47:31.7113786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_conv3d_relu.traced.pt' 2025-03-04T19:47:31.7114366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_default_qat_qconfig.expected.pt' 2025-03-04T19:47:31.7114944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_default_qat_qconfig.input.pt' 2025-03-04T19:47:31.7115558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_default_qat_qconfig.state_dict.pt' 2025-03-04T19:47:31.7116123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear.expected.pt' 2025-03-04T19:47:31.7116636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear.input.pt' 2025-03-04T19:47:31.7117158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear.scripted.pt' 2025-03-04T19:47:31.7117677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear.state_dict.pt' 2025-03-04T19:47:31.7118184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear.traced.pt' 2025-03-04T19:47:31.7118780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_dynamic_float16.expected.pt' 2025-03-04T19:47:31.7119394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_dynamic_float16.input.pt' 2025-03-04T19:47:31.7119989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_dynamic_float16.scripted.pt' 2025-03-04T19:47:31.7120602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_dynamic_float16.state_dict.pt' 2025-03-04T19:47:31.7121185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_dynamic_float16.traced.pt' 2025-03-04T19:47:31.7121771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_dynamic_qint8.expected.pt' 2025-03-04T19:47:31.7122339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_dynamic_qint8.input.pt' 2025-03-04T19:47:31.7122916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_dynamic_qint8.scripted.pt' 2025-03-04T19:47:31.7123515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_dynamic_qint8.state_dict.pt' 2025-03-04T19:47:31.7124095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_dynamic_qint8.traced.pt' 2025-03-04T19:47:31.7124642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_relu.expected.pt' 2025-03-04T19:47:31.7125160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_relu.input.pt' 2025-03-04T19:47:31.7125736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_relu.scripted.pt' 2025-03-04T19:47:31.7126277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_relu.state_dict.pt' 2025-03-04T19:47:31.7126807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_relu.traced.pt' 2025-03-04T19:47:31.7127509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_relu_package_quantization_transforms.expected.pt' 2025-03-04T19:47:31.7128227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_relu_package_quantization_transforms.get_attr_targets.pt' 2025-03-04T19:47:31.7128928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_relu_package_quantization_transforms.input.pt' 2025-03-04T19:47:31.7129624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_linear_relu_package_quantization_transforms.package.pt' 2025-03-04T19:47:31.7130147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_lstm.expected.pt' 2025-03-04T19:47:31.7130641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_lstm.input.pt' 2025-03-04T19:47:31.7131134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_lstm.scripted.pt' 2025-03-04T19:47:31.7131666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_lstm.state_dict.pt' 2025-03-04T19:47:31.7132153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_lstm.traced.pt' 2025-03-04T19:47:31.7132761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_per_channel_observer.expected.pt' 2025-03-04T19:47:31.7133335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_per_channel_observer.input.pt' 2025-03-04T19:47:31.7133917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_per_channel_observer.state_dict.pt' 2025-03-04T19:47:31.7134506Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_per_tensor_observer.expected.pt' 2025-03-04T19:47:31.7135070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_per_tensor_observer.input.pt' 2025-03-04T19:47:31.7135663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized/TestSerialization.test_per_tensor_observer.state_dict.pt' 2025-03-04T19:47:31.7136005Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization/serialized' 2025-03-04T19:47:31.7136310Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/quantization' 2025-03-04T19:47:31.7136578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/run_doctests.sh' 2025-03-04T19:47:31.7136837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/run_test.py' 2025-03-04T19:47:31.7137170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/scripts/cuda_memcheck_common.py' 2025-03-04T19:47:31.7137487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/scripts/run_cuda_memcheck.py' 2025-03-04T19:47:31.7137768Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/scripts' 2025-03-04T19:47:31.7138060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/simulate_nccl_errors.py' 2025-03-04T19:47:31.7138359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/slow_tests.json' 2025-03-04T19:47:31.7138808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/strobelight/examples/cli_function_profiler_example.py' 2025-03-04T19:47:31.7139257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/strobelight/examples/compile_time_profile_example.py' 2025-03-04T19:47:31.7139584Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/strobelight/examples' 2025-03-04T19:47:31.7139881Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/strobelight' 2025-03-04T19:47:31.7140157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_accelerator.py' 2025-03-04T19:47:31.7140431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_ao_sparsity.py' 2025-03-04T19:47:31.7140803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_appending_byte_serializer.py' 2025-03-04T19:47:31.7141067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_autocast.py' 2025-03-04T19:47:31.7141387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_autograd.py' 2025-03-04T19:47:31.7141761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_autograd_fallback.py' 2025-03-04T19:47:31.7142039Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_autoload.py' 2025-03-04T19:47:31.7142321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py' 2025-03-04T19:47:31.7142612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_bundled_images.py' 2025-03-04T19:47:31.7142912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_bundled_inputs.py' 2025-03-04T19:47:31.7143223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_ci_sanity_check_fail.py' 2025-03-04T19:47:31.7143538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_comparison_utils.py' 2025-03-04T19:47:31.7143892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_compile_benchmark_util.py' 2025-03-04T19:47:31.7144169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_complex.py' 2025-03-04T19:47:31.7144450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_content_store.py' 2025-03-04T19:47:31.7144752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_cpp_api_parity.py' 2025-03-04T19:47:31.7145059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_cpp_extensions_aot.py' 2025-03-04T19:47:31.7145366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_cpp_extensions_jit.py' 2025-03-04T19:47:31.7145722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_cpp_extensions_mtia_backend.py' 2025-03-04T19:47:31.7146128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_cpp_extensions_open_device_registration.py' 2025-03-04T19:47:31.7146511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_cpp_extensions_stream_and_event.py' 2025-03-04T19:47:31.7146765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_cuda.py' 2025-03-04T19:47:31.7147112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_cuda_expandable_segments.py' 2025-03-04T19:47:31.7147395Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_cuda_multigpu.py' 2025-03-04T19:47:31.7147721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_cuda_nvml_based_avail.py' 2025-03-04T19:47:31.7148017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_cuda_primary_ctx.py' 2025-03-04T19:47:31.7148307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_cuda_sanitizer.py' 2025-03-04T19:47:31.7148588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_cuda_trace.py' 2025-03-04T19:47:31.7148900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_custom_ops.py' 2025-03-04T19:47:31.7149183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_dataloader.py' 2025-03-04T19:47:31.7149451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_datapipe.py' 2025-03-04T19:47:31.7149718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_decomp.py' 2025-03-04T19:47:31.7149976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_deploy.py' 2025-03-04T19:47:31.7150274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_determination.py' 2025-03-04T19:47:31.7150536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_dispatch.py' 2025-03-04T19:47:31.7150791Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_dlpack.py' 2025-03-04T19:47:31.7151092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_dynamic_shapes.py' 2025-03-04T19:47:31.7151420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_expanded_weights.py' 2025-03-04T19:47:31.7151726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_extension_utils.py' 2025-03-04T19:47:31.7152027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_fake_tensor.py' 2025-03-04T19:47:31.7152307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_file_check.py' 2025-03-04T19:47:31.7152587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_flop_counter.py' 2025-03-04T19:47:31.7152845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_foreach.py' 2025-03-04T19:47:31.7153150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_function_schema.py' 2025-03-04T19:47:31.7153508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_functional_autograd_benchmark.py' 2025-03-04T19:47:31.7153819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_functional_optim.py' 2025-03-04T19:47:31.7154128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_functionalization.py' 2025-03-04T19:47:31.7154588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_functionalization_of_rng_ops.py' 2025-03-04T19:47:31.7154850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_futures.py' 2025-03-04T19:47:31.7155111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_fx.py' 2025-03-04T19:47:31.7155408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_fx_experimental.py' 2025-03-04T19:47:31.7155676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_fx_passes.py' 2025-03-04T19:47:31.7155994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_fx_reinplace_pass.py' 2025-03-04T19:47:31.7156263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_hop_infra.py' 2025-03-04T19:47:31.7156527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_hub.py' 2025-03-04T19:47:31.7156807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_img/p1.jpg' 2025-03-04T19:47:31.7157095Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_img' 2025-03-04T19:47:31.7157372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_import_stats.py' 2025-03-04T19:47:31.7157648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_indexing.py' 2025-03-04T19:47:31.7157896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_itt.py' 2025-03-04T19:47:31.7158139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_jit.py' 2025-03-04T19:47:31.7158430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_jit_autocast.py' 2025-03-04T19:47:31.7158708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_jit_disabled.py' 2025-03-04T19:47:31.7158989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_jit_fuser.py' 2025-03-04T19:47:31.7159311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_jit_fuser_legacy.py' 2025-03-04T19:47:31.7159601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_jit_fuser_te.py' 2025-03-04T19:47:31.7159868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_jit_legacy.py' 2025-03-04T19:47:31.7160156Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_jit_llga_fuser.py' 2025-03-04T19:47:31.7160450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_jit_profiling.py' 2025-03-04T19:47:31.7160719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_jit_simple.py' 2025-03-04T19:47:31.7160997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_jit_string.py' 2025-03-04T19:47:31.7161263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_jiterator.py' 2025-03-04T19:47:31.7161610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_kernel_launch_checks.py' 2025-03-04T19:47:31.7161887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_legacy_vmap.py' 2025-03-04T19:47:31.7162184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_license.py' 2025-03-04T19:47:31.7162441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_linalg.py' 2025-03-04T19:47:31.7162697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_logging.py' 2025-03-04T19:47:31.7162966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_masked.py' 2025-03-04T19:47:31.7163247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_maskedtensor.py' 2025-03-04T19:47:31.7163530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_matmul_cuda.py' 2025-03-04T19:47:31.7163779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_meta.py' 2025-03-04T19:47:31.7164053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_metal.py' 2025-03-04T19:47:31.7164438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_mkl_verbose.py' 2025-03-04T19:47:31.7164697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_mkldnn.py' 2025-03-04T19:47:31.7164990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_mkldnn_fusion.py' 2025-03-04T19:47:31.7165278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_mkldnn_verbose.py' 2025-03-04T19:47:31.7165588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_mobile_optimizer.py' 2025-03-04T19:47:31.7165929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_model_exports_to_core_aten.py' 2025-03-04T19:47:31.7166229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_module_tracker.py' 2025-03-04T19:47:31.7166491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_modules.py' 2025-03-04T19:47:31.7166768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_monitor.py' 2025-03-04T19:47:31.7167020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_mps.py' 2025-03-04T19:47:31.7167320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_multiprocessing.py' 2025-03-04T19:47:31.7167650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_multiprocessing_spawn.py' 2025-03-04T19:47:31.7167948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_namedtensor.py' 2025-03-04T19:47:31.7168314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_namedtuple_return_api.py' 2025-03-04T19:47:31.7168612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_native_functions.py' 2025-03-04T19:47:31.7168893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_native_mha.py' 2025-03-04T19:47:31.7169176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_nestedtensor.py' 2025-03-04T19:47:31.7169464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_nn.py' 2025-03-04T19:47:31.7169724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_nnapi.py' 2025-03-04T19:47:31.7170028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_numba_integration.py' 2025-03-04T19:47:31.7170327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_numpy_interop.py' 2025-03-04T19:47:31.7170586Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_openmp.py' 2025-03-04T19:47:31.7170847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_ops.py' 2025-03-04T19:47:31.7171149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_ops_fwd_gradients.py' 2025-03-04T19:47:31.7171445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_ops_gradients.py' 2025-03-04T19:47:31.7171727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_ops_jit.py' 2025-03-04T19:47:31.7172138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_optim.py' 2025-03-04T19:47:31.7172497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_out_dtype_op.py' 2025-03-04T19:47:31.7172766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_overrides.py' 2025-03-04T19:47:31.7173042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_package.py' 2025-03-04T19:47:31.7173341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_per_overload_api.py' 2025-03-04T19:47:31.7173612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_prims.py' 2025-03-04T19:47:31.7173891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_proxy_tensor.py' 2025-03-04T19:47:31.7174177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_pruning_op.py' 2025-03-04T19:47:31.7174473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_public_bindings.py' 2025-03-04T19:47:31.7174849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_python_dispatch.py' 2025-03-04T19:47:31.7175225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_pytree.py' 2025-03-04T19:47:31.7175508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_quantization.py' 2025-03-04T19:47:31.7175795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_reductions.py' 2025-03-04T19:47:31.7176103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_scatter_gather_ops.py' 2025-03-04T19:47:31.7176394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_schema_check.py' 2025-03-04T19:47:31.7176702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_segment_reductions.py' 2025-03-04T19:47:31.7176991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_serialization.py' 2025-03-04T19:47:31.7182419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_set_default_mobile_cpu_allocator.py' 2025-03-04T19:47:31.7182824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_shape_ops.py' 2025-03-04T19:47:31.7183111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_show_pickle.py' 2025-03-04T19:47:31.7183417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_sort_and_select.py' 2025-03-04T19:47:31.7183681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_sparse.py' 2025-03-04T19:47:31.7183961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_sparse_csr.py' 2025-03-04T19:47:31.7184290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_sparse_semi_structured.py' 2025-03-04T19:47:31.7184570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_spectral_ops.py' 2025-03-04T19:47:31.7184845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_stateless.py' 2025-03-04T19:47:31.7185240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_static_runtime.py' 2025-03-04T19:47:31.7185524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_subclass.py' 2025-03-04T19:47:31.7185797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_sympy_utils.py' 2025-03-04T19:47:31.7186113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_tensor_creation_ops.py' 2025-03-04T19:47:31.7186389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_tensorboard.py' 2025-03-04T19:47:31.7186662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_tensorexpr.py' 2025-03-04T19:47:31.7186974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_tensorexpr_pybind.py' 2025-03-04T19:47:31.7187235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_testing.py' 2025-03-04T19:47:31.7187598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_throughput_benchmark.py' 2025-03-04T19:47:31.7187859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_torch.py' 2025-03-04T19:47:31.7188177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_transformers.py' 2025-03-04T19:47:31.7188514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_transformers_privateuse1.py' 2025-03-04T19:47:31.7188795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_type_hints.py' 2025-03-04T19:47:31.7189058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_type_info.py' 2025-03-04T19:47:31.7189348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_type_promotion.py' 2025-03-04T19:47:31.7189616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_typing.py' 2025-03-04T19:47:31.7189893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_unary_ufuncs.py' 2025-03-04T19:47:31.7190158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_utils.py' 2025-03-04T19:47:31.7190511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_utils_config_module.py' 2025-03-04T19:47:31.7190808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_utils_filelock.py' 2025-03-04T19:47:31.7191071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_view_ops.py' 2025-03-04T19:47:31.7191328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_vulkan.py' 2025-03-04T19:47:31.7191580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_weak.py' 2025-03-04T19:47:31.7191894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_xnnpack_integration.py' 2025-03-04T19:47:31.7192150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/test_xpu.py' 2025-03-04T19:47:31.7192427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/__init__.py' 2025-03-04T19:47:31.7192767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/check_tests_conform.py' 2025-03-04T19:47:31.7193047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/conftest.py' 2025-03-04T19:47:31.7193422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/core/test_dlpack.py' 2025-03-04T19:47:31.7193787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/core/test_dtype.py' 2025-03-04T19:47:31.7194154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/core/test_einsum.py' 2025-03-04T19:47:31.7194536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/core/test_getlimits.py' 2025-03-04T19:47:31.7194909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/core/test_indexing.py' 2025-03-04T19:47:31.7195305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/core/test_multiarray.py' 2025-03-04T19:47:31.7195702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/core/test_numeric.py' 2025-03-04T19:47:31.7196107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/core/test_numerictypes.py' 2025-03-04T19:47:31.7196495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/core/test_scalar_ctors.py' 2025-03-04T19:47:31.7196905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/core/test_scalar_methods.py' 2025-03-04T19:47:31.7197303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/core/test_scalarinherit.py' 2025-03-04T19:47:31.7197693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/core/test_scalarmath.py' 2025-03-04T19:47:31.7198072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/core/test_shape_base.py' 2025-03-04T19:47:31.7198445Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/core' 2025-03-04T19:47:31.7198840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/fft/test_helper.py' 2025-03-04T19:47:31.7199214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/fft/test_pocketfft.py' 2025-03-04T19:47:31.7199560Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/fft' 2025-03-04T19:47:31.7199935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/lib/test_arraypad.py' 2025-03-04T19:47:31.7200329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/lib/test_arraysetops.py' 2025-03-04T19:47:31.7200717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/lib/test_function_base.py' 2025-03-04T19:47:31.7201102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/lib/test_histograms.py' 2025-03-04T19:47:31.7201508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/lib/test_index_tricks.py' 2025-03-04T19:47:31.7201889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/lib/test_shape_base_.py' 2025-03-04T19:47:31.7202271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/lib/test_twodim_base.py' 2025-03-04T19:47:31.7202646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/lib/test_type_check.py' 2025-03-04T19:47:31.7202987Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/lib' 2025-03-04T19:47:31.7203354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/linalg/test_linalg.py' 2025-03-04T19:47:31.7203708Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests/linalg' 2025-03-04T19:47:31.7204029Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/numpy_tests' 2025-03-04T19:47:31.7204365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/test_basic.py' 2025-03-04T19:47:31.7204710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/test_binary_ufuncs.py' 2025-03-04T19:47:31.7205006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/test_dtype.py' 2025-03-04T19:47:31.7205327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/test_function_base.py' 2025-03-04T19:47:31.7205664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/test_ndarray_methods.py' 2025-03-04T19:47:31.7206031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/test_nep50_examples.py' 2025-03-04T19:47:31.7206353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/test_random.py' 2025-03-04T19:47:31.7206699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/test_reductions.py' 2025-03-04T19:47:31.7207067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/test_scalars_0D_arrays.py' 2025-03-04T19:47:31.7207392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/test_ufuncs_basic.py' 2025-03-04T19:47:31.7207705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np/test_unary_ufuncs.py' 2025-03-04T19:47:31.7207987Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/torch_np' 2025-03-04T19:47:31.7208308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/fail/arithmetic_ops.py' 2025-03-04T19:47:31.7208620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/fail/creation_ops.py' 2025-03-04T19:47:31.7208968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/fail/disabled_bitwise_ops.py' 2025-03-04T19:47:31.7209289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/fail/random.py' 2025-03-04T19:47:31.7209592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/fail/torch_size.py' 2025-03-04T19:47:31.7209901Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/fail' 2025-03-04T19:47:31.7210238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/pass/arithmetic_ops.py' 2025-03-04T19:47:31.7210548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/pass/creation_ops.py' 2025-03-04T19:47:31.7210859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/pass/cuda_steam.py' 2025-03-04T19:47:31.7211166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/pass/disabled_jit.py' 2025-03-04T19:47:31.7211490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/pass/distributions.py' 2025-03-04T19:47:31.7211819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/pass/math_ops.py' 2025-03-04T19:47:31.7212157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/pass/torch_size.py' 2025-03-04T19:47:31.7212447Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/pass' 2025-03-04T19:47:31.7212759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/reveal/module_list.py' 2025-03-04T19:47:31.7213076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/reveal/namedtuple.py' 2025-03-04T19:47:31.7213376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/reveal/opt_size.py' 2025-03-04T19:47:31.7213664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/reveal/size.py' 2025-03-04T19:47:31.7214019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/reveal/tensor_constructors.py' 2025-03-04T19:47:31.7214341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/reveal/tensor_copy.py' 2025-03-04T19:47:31.7214680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/reveal/tensor_sampling.py' 2025-03-04T19:47:31.7215002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/reveal/torch_optim.py' 2025-03-04T19:47:31.7215291Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing/reveal' 2025-03-04T19:47:31.7215548Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/typing' 2025-03-04T19:47:31.7215821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/xpu/test_conv.py' 2025-03-04T19:47:31.7216075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/xpu/test_gemm.py' 2025-03-04T19:47:31.7216352Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test/xpu' 2025-03-04T19:47:31.7216589Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test' 2025-03-04T19:47:31.7216859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/BUCK.oss' 2025-03-04T19:47:31.7217134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/BUILD' 2025-03-04T19:47:31.7217395Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16/.git' 2025-03-04T19:47:31.7217693Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16' 2025-03-04T19:47:31.7217956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv/.git' 2025-03-04T19:47:31.7218256Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv' 2025-03-04T19:47:31.7218580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/LICENSES_BUNDLED.txt' 2025-03-04T19:47:31.7218864Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/METADATA.bzl' 2025-03-04T19:47:31.7219132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK/.git' 2025-03-04T19:47:31.7219464Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK' 2025-03-04T19:47:31.7219729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NVTX/.git' 2025-03-04T19:47:31.7220038Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NVTX' 2025-03-04T19:47:31.7220327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/README.md' 2025-03-04T19:47:31.7220669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator/.git' 2025-03-04T19:47:31.7221038Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator' 2025-03-04T19:47:31.7221315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK/.git' 2025-03-04T19:47:31.7221704Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK' 2025-03-04T19:47:31.7221993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark/.git' 2025-03-04T19:47:31.7222306Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark' 2025-03-04T19:47:31.7222637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/build_bundled.py' 2025-03-04T19:47:31.7222956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel/.git' 2025-03-04T19:47:31.7223307Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel' 2025-03-04T19:47:31.7223603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib/.git' 2025-03-04T19:47:31.7223934Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib' 2025-03-04T19:47:31.7224233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib.BUILD' 2025-03-04T19:47:31.7224521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo/.git' 2025-03-04T19:47:31.7224815Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo' 2025-03-04T19:47:31.7225093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cuda.BUILD' 2025-03-04T19:47:31.7225363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn.BUILD' 2025-03-04T19:47:31.7225664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend/.git' 2025-03-04T19:47:31.7225999Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend' 2025-03-04T19:47:31.7226303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend.BUILD' 2025-03-04T19:47:31.7226584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass/.git' 2025-03-04T19:47:31.7226876Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass' 2025-03-04T19:47:31.7227163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass.BUILD' 2025-03-04T19:47:31.7227455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen/.git' 2025-03-04T19:47:31.7227742Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen' 2025-03-04T19:47:31.7228026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen.BUILD' 2025-03-04T19:47:31.7228291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/.git' 2025-03-04T19:47:31.7228592Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm' 2025-03-04T19:47:31.7228901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/.git' 2025-03-04T19:47:31.7229246Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flash-attention' 2025-03-04T19:47:31.7229534Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers/.git' 2025-03-04T19:47:31.7229879Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers' 2025-03-04T19:47:31.7230138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt/.git' 2025-03-04T19:47:31.7230452Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt' 2025-03-04T19:47:31.7230722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt.BUILD' 2025-03-04T19:47:31.7231035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp/.git' 2025-03-04T19:47:31.7231382Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp' 2025-03-04T19:47:31.7231676Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp' 2025-03-04T19:47:31.7232057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/generate-cpuinfo-wrappers.py' 2025-03-04T19:47:31.7232414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/generate-xnnpack-wrappers.py' 2025-03-04T19:47:31.7232702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/glog.buck.bzl' 2025-03-04T19:47:31.7232989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo/.git' 2025-03-04T19:47:31.7233271Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo' 2025-03-04T19:47:31.7233543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo.BUILD' 2025-03-04T19:47:31.7233848Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest' 2025-03-04T19:47:31.7234143Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep' 2025-03-04T19:47:31.7234414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep.BUILD' 2025-03-04T19:47:31.7234711Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi' 2025-03-04T19:47:31.7235006Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto' 2025-03-04T19:47:31.7235291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto.BUILD' 2025-03-04T19:47:31.7235583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto.buck.bzl' 2025-03-04T19:47:31.7235878Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kleidiai' 2025-03-04T19:47:31.7236184Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/mimalloc' 2025-03-04T19:47:31.7236505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/miniz-3.0.2/BUILD.bazel' 2025-03-04T19:47:31.7236838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/miniz-3.0.2/ChangeLog.md' 2025-03-04T19:47:31.7237140Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/miniz-3.0.2/LICENSE' 2025-03-04T19:47:31.7237510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/miniz-3.0.2/examples/example1.c' 2025-03-04T19:47:31.7237898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/miniz-3.0.2/examples/example2.c' 2025-03-04T19:47:31.7238265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/miniz-3.0.2/examples/example3.c' 2025-03-04T19:47:31.7238618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/miniz-3.0.2/examples/example4.c' 2025-03-04T19:47:31.7238976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/miniz-3.0.2/examples/example5.c' 2025-03-04T19:47:31.7239340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/miniz-3.0.2/examples/example6.c' 2025-03-04T19:47:31.7239688Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/miniz-3.0.2/examples' 2025-03-04T19:47:31.7239998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/miniz-3.0.2/miniz.c' 2025-03-04T19:47:31.7240327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/miniz-3.0.2/miniz.h' 2025-03-04T19:47:31.7240646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/miniz-3.0.2/readme.md' 2025-03-04T19:47:31.7240989Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/miniz-3.0.2' 2025-03-04T19:47:31.7241276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/mkl-dnn.BUILD' 2025-03-04T19:47:31.7241537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/mkl.BUILD' 2025-03-04T19:47:31.7241836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/mkl_headers.BUILD' 2025-03-04T19:47:31.7242135Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann' 2025-03-04T19:47:31.7242419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann.BUILD' 2025-03-04T19:47:31.7242710Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx' 2025-03-04T19:47:31.7242980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx.BUILD' 2025-03-04T19:47:31.7243359Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp' 2025-03-04T19:47:31.7243690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp.BUILD' 2025-03-04T19:47:31.7243999Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft' 2025-03-04T19:47:31.7244294Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf' 2025-03-04T19:47:31.7244581Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd' 2025-03-04T19:47:31.7244900Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool' 2025-03-04T19:47:31.7245202Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11' 2025-03-04T19:47:31.7245538Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy' 2025-03-04T19:47:31.7245823Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef' 2025-03-04T19:47:31.7246102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef.BUILD' 2025-03-04T19:47:31.7246361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef.bzl' 2025-03-04T19:47:31.7246652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/substitution.bzl' 2025-03-04T19:47:31.7247083Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorflow_cuda_bazel_build/cuda/build_defs.bzl' 2025-03-04T19:47:31.7247486Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorflow_cuda_bazel_build/cuda' 2025-03-04T19:47:31.7247886Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorflow_cuda_bazel_build' 2025-03-04T19:47:31.7248200Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe' 2025-03-04T19:47:31.7248530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe.BUILD' 2025-03-04T19:47:31.7248868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/valgrind-headers/README.md' 2025-03-04T19:47:31.7249221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/valgrind-headers/callgrind.h' 2025-03-04T19:47:31.7249559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/valgrind-headers/valgrind.h' 2025-03-04T19:47:31.7249903Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/valgrind-headers' 2025-03-04T19:47:31.7250198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/xnnpack.buck.bzl' 2025-03-04T19:47:31.7250508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/xnnpack_buck_shim.bzl' 2025-03-04T19:47:31.7250842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/xnnpack_src_defs.bzl' 2025-03-04T19:47:31.7251176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/xnnpack_wrapper_defs.bzl' 2025-03-04T19:47:31.7251469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/xpu.txt' 2025-03-04T19:47:31.7251736Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party' 2025-03-04T19:47:31.7251979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/BUCK.bzl' 2025-03-04T19:47:31.7252218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/BUCK.oss' 2025-03-04T19:47:31.7252465Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/README.md' 2025-03-04T19:47:31.7252715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/__init__.py' 2025-03-04T19:47:31.7252988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/alerts/__init__.py' 2025-03-04T19:47:31.7253300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/alerts/create_alerts.py' 2025-03-04T19:47:31.7253592Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/alerts' 2025-03-04T19:47:31.7253891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/amd_build/build_amd.py' 2025-03-04T19:47:31.7254171Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/amd_build' 2025-03-04T19:47:31.7254461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/BUILD.bazel' 2025-03-04T19:47:31.7254732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/README.md' 2025-03-04T19:47:31.7255013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/__init__.py' 2025-03-04T19:47:31.7255289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/build.bzl' 2025-03-04T19:47:31.7255566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/context.py' 2025-03-04T19:47:31.7255877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/deprecated.yaml' 2025-03-04T19:47:31.7256188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/derivatives.yaml' 2025-03-04T19:47:31.7256535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/gen_annotated_fn_args.py' 2025-03-04T19:47:31.7256837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/gen_autograd.py' 2025-03-04T19:47:31.7257186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/gen_autograd_functions.py' 2025-03-04T19:47:31.7257545Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/gen_inplace_or_view_type.py' 2025-03-04T19:47:31.7257885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/gen_python_functions.py' 2025-03-04T19:47:31.7258196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/gen_trace_type.py' 2025-03-04T19:47:31.7258572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/gen_variable_factories.py' 2025-03-04T19:47:31.7258911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/gen_variable_type.py' 2025-03-04T19:47:31.7259218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/gen_view_funcs.py' 2025-03-04T19:47:31.7259540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/load_derivatives.py' 2025-03-04T19:47:31.7259940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/ADInplaceOrViewType.cpp' 2025-03-04T19:47:31.7260286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/Functions.cpp' 2025-03-04T19:47:31.7260618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/Functions.h' 2025-03-04T19:47:31.7260961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/TraceType.cpp' 2025-03-04T19:47:31.7261351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/VariableType.cpp' 2025-03-04T19:47:31.7261799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/VariableType.h' 2025-03-04T19:47:31.7262153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/ViewFuncs.cpp' 2025-03-04T19:47:31.7262489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/ViewFuncs.h' 2025-03-04T19:47:31.7262887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/annotated_fn_args.py.in' 2025-03-04T19:47:31.7263259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/python_enum_tag.cpp' 2025-03-04T19:47:31.7263665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/python_fft_functions.cpp' 2025-03-04T19:47:31.7264065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/python_functions.cpp' 2025-03-04T19:47:31.7264467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/python_functions.h' 2025-03-04T19:47:31.7264891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/python_linalg_functions.cpp' 2025-03-04T19:47:31.7265304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/python_nested_functions.cpp' 2025-03-04T19:47:31.7265698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/python_nn_functions.cpp' 2025-03-04T19:47:31.7266085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/python_return_types.cpp' 2025-03-04T19:47:31.7266466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/python_return_types.h' 2025-03-04T19:47:31.7266877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/python_sparse_functions.cpp' 2025-03-04T19:47:31.7267303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/python_special_functions.cpp' 2025-03-04T19:47:31.7267714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/python_torch_functions.cpp' 2025-03-04T19:47:31.7268120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/python_variable_methods.cpp' 2025-03-04T19:47:31.7268514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates/variable_factories.h' 2025-03-04T19:47:31.7268923Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd/templates' 2025-03-04T19:47:31.7269212Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/autograd' 2025-03-04T19:47:31.7269457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/bazel.bzl' 2025-03-04T19:47:31.7269765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/bazel_tools/BUILD.bazel' 2025-03-04T19:47:31.7270093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/bazel_tools/shellwrap.sh' 2025-03-04T19:47:31.7270396Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/bazel_tools' 2025-03-04T19:47:31.7270707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build/bazel/requirements.in' 2025-03-04T19:47:31.7271026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build/bazel/requirements.txt' 2025-03-04T19:47:31.7271324Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build/bazel' 2025-03-04T19:47:31.7271587Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build' 2025-03-04T19:47:31.7272125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs/android/build_mode_defs.bzl' 2025-03-04T19:47:31.7272441Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs/android' 2025-03-04T19:47:31.7272880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs/apple/build_mode_defs.bzl' 2025-03-04T19:47:31.7273224Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs/apple' 2025-03-04T19:47:31.7273546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs/buck_helpers.bzl' 2025-03-04T19:47:31.7273900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs/default_platform_defs.bzl' 2025-03-04T19:47:31.7274194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs/expect.bzl' 2025-03-04T19:47:31.7274539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs/fb_native_wrapper.bzl' 2025-03-04T19:47:31.7274888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs/fb_xplat_cxx_library.bzl' 2025-03-04T19:47:31.7275230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs/fb_xplat_cxx_test.bzl' 2025-03-04T19:47:31.7275565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs/fb_xplat_genrule.bzl' 2025-03-04T19:47:31.7275927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs/fbsource_utils.bzl' 2025-03-04T19:47:31.7276226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs/glob_defs.bzl' 2025-03-04T19:47:31.7276548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs/platform_defs.bzl' 2025-03-04T19:47:31.7276837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs/select.bzl' 2025-03-04T19:47:31.7277134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs/type_defs.bzl' 2025-03-04T19:47:31.7277508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs/windows/windows_flag_map.bzl' 2025-03-04T19:47:31.7277824Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs/windows' 2025-03-04T19:47:31.7278116Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_defs' 2025-03-04T19:47:31.7278388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_libtorch.py' 2025-03-04T19:47:31.7278690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_pytorch_libs.py' 2025-03-04T19:47:31.7278977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/build_with_debinfo.py' 2025-03-04T19:47:31.7279383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_analyzer/gen_op_registration_allowlist.py' 2025-03-04T19:47:31.7279734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_analyzer/gen_operators_yaml.py' 2025-03-04T19:47:31.7280043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_analyzer/gen_oplist.py' 2025-03-04T19:47:31.7280370Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_analyzer' 2025-03-04T19:47:31.7280666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/README.md' 2025-03-04T19:47:31.7281032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/oss_coverage.py' 2025-03-04T19:47:31.7281374Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/__init__.py' 2025-03-04T19:47:31.7281744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/oss/__init__.py' 2025-03-04T19:47:31.7282103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/oss/cov_json.py' 2025-03-04T19:47:31.7282462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/oss/init.py' 2025-03-04T19:47:31.7282801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/oss/run.py' 2025-03-04T19:47:31.7283143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/oss/utils.py' 2025-03-04T19:47:31.7283521Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/oss' 2025-03-04T19:47:31.7283891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/tool/__init__.py' 2025-03-04T19:47:31.7284319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/tool/clang_coverage.py' 2025-03-04T19:47:31.7284698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/tool/gcc_coverage.py' 2025-03-04T19:47:31.7285098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/tool/parser/__init__.py' 2025-03-04T19:47:31.7285523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/tool/parser/coverage_record.py' 2025-03-04T19:47:31.7285977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/tool/parser/gcov_coverage_parser.py' 2025-03-04T19:47:31.7286425Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/tool/parser/llvm_coverage_parser.py' 2025-03-04T19:47:31.7286915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/tool/parser/llvm_coverage_segment.py' 2025-03-04T19:47:31.7287298Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/tool/parser' 2025-03-04T19:47:31.7287673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/tool/print_report.py' 2025-03-04T19:47:31.7288076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/tool/summarize_jsons.py' 2025-03-04T19:47:31.7288423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/tool/utils.py' 2025-03-04T19:47:31.7288778Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/tool' 2025-03-04T19:47:31.7289142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/util/__init__.py' 2025-03-04T19:47:31.7289514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/util/setting.py' 2025-03-04T19:47:31.7289860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/util/utils.py' 2025-03-04T19:47:31.7290238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/util/utils_init.py' 2025-03-04T19:47:31.7290585Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package/util' 2025-03-04T19:47:31.7290912Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage/package' 2025-03-04T19:47:31.7291215Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/code_coverage' 2025-03-04T19:47:31.7291470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/config/BUILD' 2025-03-04T19:47:31.7291738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/config/defs.bzl' 2025-03-04T19:47:31.7292027Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/config' 2025-03-04T19:47:31.7292419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/coverage_plugins_package/README.md' 2025-03-04T19:47:31.7292794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/coverage_plugins_package/pyproject.toml' 2025-03-04T19:47:31.7293151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/coverage_plugins_package/setup.py' 2025-03-04T19:47:31.7293596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/coverage_plugins_package/src/coverage_plugins/__init__.py' 2025-03-04T19:47:31.7294053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/coverage_plugins_package/src/coverage_plugins/jit_plugin.py' 2025-03-04T19:47:31.7294507Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/coverage_plugins_package/src/coverage_plugins' 2025-03-04T19:47:31.7294897Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/coverage_plugins_package/src' 2025-03-04T19:47:31.7295280Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/coverage_plugins_package' 2025-03-04T19:47:31.7295554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/download_mnist.py' 2025-03-04T19:47:31.7295868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/dynamo/verify_dynamo.py' 2025-03-04T19:47:31.7296136Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/dynamo' 2025-03-04T19:47:31.7296423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/extract_scripts.py' 2025-03-04T19:47:31.7296789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/flight_recorder/components/builder.py' 2025-03-04T19:47:31.7297190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/flight_recorder/components/config_manager.py' 2025-03-04T19:47:31.7297574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/flight_recorder/components/fr_logger.py' 2025-03-04T19:47:31.7297960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/flight_recorder/components/loader.py' 2025-03-04T19:47:31.7298326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/flight_recorder/components/types.py' 2025-03-04T19:47:31.7298680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/flight_recorder/components/utils.py' 2025-03-04T19:47:31.7299044Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/flight_recorder/components' 2025-03-04T19:47:31.7299361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/flight_recorder/fr_trace.py' 2025-03-04T19:47:31.7299677Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/flight_recorder' 2025-03-04T19:47:31.7299960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/gdb/pytorch-gdb.py' 2025-03-04T19:47:31.7300224Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/gdb' 2025-03-04T19:47:31.7300510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/gen_flatbuffers.sh' 2025-03-04T19:47:31.7300783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/gen_vulkan_spv.py' 2025-03-04T19:47:31.7301101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/generate_torch_version.py' 2025-03-04T19:47:31.7301376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/generated_dirs.txt' 2025-03-04T19:47:31.7301851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/git_add_generated_dirs.sh' 2025-03-04T19:47:31.7302167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/git_reset_generated_dirs.sh' 2025-03-04T19:47:31.7302454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/github/__init__.py' 2025-03-04T19:47:31.7302755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/github/github_utils.py' 2025-03-04T19:47:31.7303061Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/github' 2025-03-04T19:47:31.7303329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/iwyu/all.imp' 2025-03-04T19:47:31.7303587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/iwyu/aten.imp' 2025-03-04T19:47:31.7303850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/iwyu/c10.imp' 2025-03-04T19:47:31.7304106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/iwyu/fixup.py' 2025-03-04T19:47:31.7304372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/iwyu/gtest.imp' 2025-03-04T19:47:31.7304619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/iwyu/run.sh' 2025-03-04T19:47:31.7304890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/iwyu/system.imp' 2025-03-04T19:47:31.7305149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/iwyu/torch.imp' 2025-03-04T19:47:31.7305435Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/iwyu' 2025-03-04T19:47:31.7305735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/jit/__init__.py' 2025-03-04T19:47:31.7306012Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/jit/gen_unboxing.py' 2025-03-04T19:47:31.7306464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/jit/templates/aten_schema_declarations.cpp' 2025-03-04T19:47:31.7306908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/jit/templates/external_functions_codegen_template.cpp' 2025-03-04T19:47:31.7307219Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/jit/templates' 2025-03-04T19:47:31.7307501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/jit/test/__init__.py' 2025-03-04T19:47:31.7307826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/jit/test/test_gen_unboxing.py' 2025-03-04T19:47:31.7308115Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/jit/test' 2025-03-04T19:47:31.7308396Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/jit' 2025-03-04T19:47:31.7308685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/__init__.py' 2025-03-04T19:47:31.7308988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/README.md' 2025-03-04T19:47:31.7309314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/_linter.py' 2025-03-04T19:47:31.7309672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/actionlint_linter.py' 2025-03-04T19:47:31.7310024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/bazel_linter.py' 2025-03-04T19:47:31.7310360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/black_linter.py' 2025-03-04T19:47:31.7310732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/clangformat_linter.py' 2025-03-04T19:47:31.7311100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/clangtidy_linter.py' 2025-03-04T19:47:31.7311439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/cmake_linter.py' 2025-03-04T19:47:31.7311809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/docstring_linter.py' 2025-03-04T19:47:31.7312144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/exec_linter.py' 2025-03-04T19:47:31.7312494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/flake8_linter.py' 2025-03-04T19:47:31.7312825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/gha_linter.py' 2025-03-04T19:47:31.7313170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/grep_linter.py' 2025-03-04T19:47:31.7313513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/import_linter.py' 2025-03-04T19:47:31.7313961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-04T19:47:31.7314309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/mypy_linter.py' 2025-03-04T19:47:31.7314697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/nativefunctions_linter.py' 2025-03-04T19:47:31.7315053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/newlines_linter.py' 2025-03-04T19:47:31.7315463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/no_merge_conflict_csv_linter.py' 2025-03-04T19:47:31.7315855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/no_workflows_on_fork.py' 2025-03-04T19:47:31.7316173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/pip_init.py' 2025-03-04T19:47:31.7316545Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/pyfmt_linter.py' 2025-03-04T19:47:31.7316907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/ruff_linter.py' 2025-03-04T19:47:31.7317227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/s3_init.py' 2025-03-04T19:47:31.7317579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/s3_init_config.json' 2025-03-04T19:47:31.7317906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/set_linter.py' 2025-03-04T19:47:31.7318275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/shellcheck_linter.py' 2025-03-04T19:47:31.7318653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/test_has_main_linter.py' 2025-03-04T19:47:31.7319024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/testowners_linter.py' 2025-03-04T19:47:31.7319354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/update_s3.py' 2025-03-04T19:47:31.7319804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters/workflow_consistency_linter.py' 2025-03-04T19:47:31.7320114Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/adapters' 2025-03-04T19:47:31.7320451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/clang_tidy/__init__.py' 2025-03-04T19:47:31.7320833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/clang_tidy/generate_build_files.py' 2025-03-04T19:47:31.7321149Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter/clang_tidy' 2025-03-04T19:47:31.7321426Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/linter' 2025-03-04T19:47:31.7321750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/lite_interpreter/__init__.py' 2025-03-04T19:47:31.7322186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/lite_interpreter/gen_selected_mobile_ops_header.py' 2025-03-04T19:47:31.7322500Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/lite_interpreter' 2025-03-04T19:47:31.7322810Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/lldb/deploy_debugger.py' 2025-03-04T19:47:31.7323100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/lldb/pytorch_lldb.py' 2025-03-04T19:47:31.7323371Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/lldb' 2025-03-04T19:47:31.7323625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/nightly.py' 2025-03-04T19:47:31.7323910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/nightly_hotpatch.py' 2025-03-04T19:47:31.7324192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/nvcc_fix_deps.py' 2025-03-04T19:47:31.7324520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/onnx/gen_diagnostics.py' 2025-03-04T19:47:31.7324827Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/onnx/gen_diagnostics.sh' 2025-03-04T19:47:31.7325167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/onnx/sarif/code-gen-hints.json' 2025-03-04T19:47:31.7325470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/onnx/sarif/gen_sarif.sh' 2025-03-04T19:47:31.7325752Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/onnx/sarif' 2025-03-04T19:47:31.7326058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/onnx/templates/rules.h.in' 2025-03-04T19:47:31.7326379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/onnx/templates/rules.py.in' 2025-03-04T19:47:31.7326676Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/onnx/templates' 2025-03-04T19:47:31.7327068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/onnx/update_default_opset_version.py' 2025-03-04T19:47:31.7327335Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/onnx' 2025-03-04T19:47:31.7327735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/packaging/build_wheel.py' 2025-03-04T19:47:31.7328037Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/packaging/split_wheel.py' 2025-03-04T19:47:31.7328330Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/packaging' 2025-03-04T19:47:31.7328590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/pyi/__init__.py' 2025-03-04T19:47:31.7328849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/pyi/gen_pyi.py' 2025-03-04T19:47:31.7329120Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/pyi' 2025-03-04T19:47:31.7329384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/render_junit.py' 2025-03-04T19:47:31.7329651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/rules/BUILD' 2025-03-04T19:47:31.7329948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/rules/METADATA.bzl' 2025-03-04T19:47:31.7330217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/rules/cu.bzl' 2025-03-04T19:47:31.7330493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/rules/workspace.bzl' 2025-03-04T19:47:31.7330756Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/rules' 2025-03-04T19:47:31.7331080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/rules_cc/cuda_support.patch' 2025-03-04T19:47:31.7331354Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/rules_cc' 2025-03-04T19:47:31.7331668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/setup_helpers/BUILD.bazel' 2025-03-04T19:47:31.7331971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/setup_helpers/__init__.py' 2025-03-04T19:47:31.7332281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/setup_helpers/build.bzl' 2025-03-04T19:47:31.7332578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/setup_helpers/cmake.py' 2025-03-04T19:47:31.7332909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/setup_helpers/cmake_utils.py' 2025-03-04T19:47:31.7333191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/setup_helpers/env.py' 2025-03-04T19:47:31.7333473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/setup_helpers/gen.py' 2025-03-04T19:47:31.7333804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/setup_helpers/gen_unboxing.py' 2025-03-04T19:47:31.7334157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/setup_helpers/gen_version_header.py' 2025-03-04T19:47:31.7334495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/setup_helpers/generate_code.py' 2025-03-04T19:47:31.7334868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/setup_helpers/generate_linker_script.py' 2025-03-04T19:47:31.7335201Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/setup_helpers' 2025-03-04T19:47:31.7335477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/shared/__init__.py' 2025-03-04T19:47:31.7335781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/shared/logging_utils.py' 2025-03-04T19:47:31.7336077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/shared/module_loader.py' 2025-03-04T19:47:31.7336347Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/shared' 2025-03-04T19:47:31.7336613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/README.md' 2025-03-04T19:47:31.7336884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/__init__.py' 2025-03-04T19:47:31.7337217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/check_disabled_tests.py' 2025-03-04T19:47:31.7337648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/export_test_times.py' 2025-03-04T19:47:31.7337994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/import_test_stats.py' 2025-03-04T19:47:31.7338261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/monitor.py' 2025-03-04T19:47:31.7338659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/sccache_stats_to_benchmark_format.py' 2025-03-04T19:47:31.7338961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/test_dashboard.py' 2025-03-04T19:47:31.7339269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/upload_artifacts.py' 2025-03-04T19:47:31.7339623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/upload_dynamo_perf_stats.py' 2025-03-04T19:47:31.7339989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/upload_external_contrib_stats.py' 2025-03-04T19:47:31.7340304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/upload_metrics.py' 2025-03-04T19:47:31.7340659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/upload_sccache_stats.py' 2025-03-04T19:47:31.7340980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/upload_stats_lib.py' 2025-03-04T19:47:31.7341291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/upload_test_stats.py' 2025-03-04T19:47:31.7341743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/upload_test_stats_intermediate.py' 2025-03-04T19:47:31.7342118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/upload_test_stats_running_jobs.py' 2025-03-04T19:47:31.7342598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/upload_utilization_stats/test_upload_utilization_stats.py' 2025-03-04T19:47:31.7343074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/upload_utilization_stats/upload_utilization_stats.py' 2025-03-04T19:47:31.7343448Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/upload_utilization_stats' 2025-03-04T19:47:31.7343792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/utilization_stats_lib.py' 2025-03-04T19:47:31.7344057Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats' 2025-03-04T19:47:31.7344328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/substitute.py' 2025-03-04T19:47:31.7344749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/docstring_linter_testdata/python_code.py.txt' 2025-03-04T19:47:31.7345200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/docstring_linter_testdata/python_code.py.txt.json' 2025-03-04T19:47:31.7345667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/docstring_linter_testdata/python_code.py.txt.lintrunner' 2025-03-04T19:47:31.7346065Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/docstring_linter_testdata' 2025-03-04T19:47:31.7346413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/gen_operators_yaml_test.py' 2025-03-04T19:47:31.7346708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/gen_oplist_test.py' 2025-03-04T19:47:31.7347036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/heuristics/__init__.py' 2025-03-04T19:47:31.7347383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/heuristics/test_heuristics.py' 2025-03-04T19:47:31.7347741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/heuristics/test_interface.py' 2025-03-04T19:47:31.7348068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/heuristics/test_utils.py' 2025-03-04T19:47:31.7348384Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/heuristics' 2025-03-04T19:47:31.7348710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/linter_test_case.py' 2025-03-04T19:47:31.7349112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/set_linter_testdata/includes.py.txt' 2025-03-04T19:47:31.7349520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/set_linter_testdata/includes.py.txt.json' 2025-03-04T19:47:31.7349942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/set_linter_testdata/includes.py.txt.lintrunner' 2025-03-04T19:47:31.7350361Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/set_linter_testdata/includes.py.txt.python' 2025-03-04T19:47:31.7350792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/set_linter_testdata/includes_doesnt_change.py.txt' 2025-03-04T19:47:31.7351253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/set_linter_testdata/includes_doesnt_change.py.txt.json' 2025-03-04T19:47:31.7351735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/set_linter_testdata/includes_doesnt_change.py.txt.lintrunner' 2025-03-04T19:47:31.7352248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/set_linter_testdata/includes_doesnt_change.py.txt.python' 2025-03-04T19:47:31.7352636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/set_linter_testdata/python_code.py.txt' 2025-03-04T19:47:31.7353059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/set_linter_testdata/python_code.py.txt.json' 2025-03-04T19:47:31.7353493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/set_linter_testdata/python_code.py.txt.lintrunner' 2025-03-04T19:47:31.7353924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/set_linter_testdata/python_code.py.txt.python' 2025-03-04T19:47:31.7354268Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/set_linter_testdata' 2025-03-04T19:47:31.7354546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_cmake.py' 2025-03-04T19:47:31.7354842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_codegen.py' 2025-03-04T19:47:31.7355150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_codegen_model.py' 2025-03-04T19:47:31.7355470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_create_alerts.py' 2025-03-04T19:47:31.7355798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_docstring_linter.py' 2025-03-04T19:47:31.7356156Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_executorch_custom_ops.py' 2025-03-04T19:47:31.7356468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_executorch_gen.py' 2025-03-04T19:47:31.7356828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_executorch_signatures.py' 2025-03-04T19:47:31.7357159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_executorch_types.py' 2025-03-04T19:47:31.7357528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_executorch_unboxing.py' 2025-03-04T19:47:31.7357871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_gen_backend_stubs.py' 2025-03-04T19:47:31.7358190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_selective_build.py' 2025-03-04T19:47:31.7358497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_set_linter.py' 2025-03-04T19:47:31.7358787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_test_run.py' 2025-03-04T19:47:31.7359117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_test_selections.py' 2025-03-04T19:47:31.7359440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_upload_stats_lib.py' 2025-03-04T19:47:31.7359793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_upload_test_stats.py' 2025-03-04T19:47:31.7360088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_utils.py' 2025-03-04T19:47:31.7360423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test/test_vulkan_codegen.py' 2025-03-04T19:47:31.7360692Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/test' 2025-03-04T19:47:31.7360972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/__init__.py' 2025-03-04T19:47:31.7361277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/clickhouse.py' 2025-03-04T19:47:31.7361588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/discover_tests.py' 2025-03-04T19:47:31.7361978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/do_target_determination_for_s3.py' 2025-03-04T19:47:31.7362300Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/explicit_ci_jobs.py' 2025-03-04T19:47:31.7362666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/modulefinder_determinator.py' 2025-03-04T19:47:31.7363102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/target_determination/determinator.py' 2025-03-04T19:47:31.7363502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/target_determination/gen_artifact.py' 2025-03-04T19:47:31.7363941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/target_determination/heuristics/__init__.py' 2025-03-04T19:47:31.7364494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/target_determination/heuristics/correlated_with_historical_failures.py' 2025-03-04T19:47:31.7364947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/target_determination/heuristics/edited_by_pr.py' 2025-03-04T19:47:31.7365380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/target_determination/heuristics/filepath.py' 2025-03-04T19:47:31.7365948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/target_determination/heuristics/historical_class_failure_correlation.py' 2025-03-04T19:47:31.7366448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/target_determination/heuristics/historical_edited_files.py' 2025-03-04T19:47:31.7366894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/target_determination/heuristics/interface.py' 2025-03-04T19:47:31.7367302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/target_determination/heuristics/llm.py' 2025-03-04T19:47:31.7367764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/target_determination/heuristics/mentioned_in_pr.py' 2025-03-04T19:47:31.7368260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/target_determination/heuristics/previously_failed_in_pr.py' 2025-03-04T19:47:31.7368715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/target_determination/heuristics/profiling.py' 2025-03-04T19:47:31.7369189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/target_determination/heuristics/public_bindings.py' 2025-03-04T19:47:31.7369603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/target_determination/heuristics/utils.py' 2025-03-04T19:47:31.7370029Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/target_determination/heuristics' 2025-03-04T19:47:31.7370387Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/target_determination' 2025-03-04T19:47:31.7370677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/test_run.py' 2025-03-04T19:47:31.7370988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/test_selections.py' 2025-03-04T19:47:31.7371345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/update_slow_tests.py' 2025-03-04T19:47:31.7371665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing/upload_artifacts.py' 2025-03-04T19:47:31.7372135Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/testing' 2025-03-04T19:47:31.7372441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/update_masked_docs.py' 2025-03-04T19:47:31.7372713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/vscode_settings.py' 2025-03-04T19:47:31.7372970Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools' 2025-03-04T19:47:31.7373231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/CMakeLists.txt' 2025-03-04T19:47:31.7373493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/README.txt' 2025-03-04T19:47:31.7373818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_VariableFunctions.pyi.in' 2025-03-04T19:47:31.7374106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/__init__.pyi.in' 2025-03-04T19:47:31.7374417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_aoti.pyi' 2025-03-04T19:47:31.7374685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_autograd.pyi' 2025-03-04T19:47:31.7374948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_cpu.pyi' 2025-03-04T19:47:31.7375204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_cudnn.pyi' 2025-03-04T19:47:31.7375493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_cusparselt.pyi' 2025-03-04T19:47:31.7375805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_distributed_autograd.pyi' 2025-03-04T19:47:31.7376116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_distributed_c10d.pyi' 2025-03-04T19:47:31.7376413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_distributed_rpc.pyi' 2025-03-04T19:47:31.7376750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_distributed_rpc_testing.pyi' 2025-03-04T19:47:31.7377061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_dynamo/__init__.pyi' 2025-03-04T19:47:31.7377394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_dynamo/compiled_autograd.pyi' 2025-03-04T19:47:31.7377708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_dynamo/eval_frame.pyi' 2025-03-04T19:47:31.7377995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_dynamo/guards.pyi' 2025-03-04T19:47:31.7378288Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_dynamo' 2025-03-04T19:47:31.7378549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_export.pyi' 2025-03-04T19:47:31.7378830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_functions.pyi' 2025-03-04T19:47:31.7379098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_functorch.pyi' 2025-03-04T19:47:31.7379445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_instruction_counter.pyi' 2025-03-04T19:47:31.7379712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_itt.pyi' 2025-03-04T19:47:31.7379963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_lazy.pyi' 2025-03-04T19:47:31.7380270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_lazy_ts_backend.pyi' 2025-03-04T19:47:31.7380530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_monitor.pyi' 2025-03-04T19:47:31.7380799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_nn.pyi.in' 2025-03-04T19:47:31.7381049Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_nvtx.pyi' 2025-03-04T19:47:31.7381302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_onnx.pyi' 2025-03-04T19:47:31.7381686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_profiler.pyi' 2025-03-04T19:47:31.7381956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/_verbose.pyi' 2025-03-04T19:47:31.7382262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/build.bzl' 2025-03-04T19:47:31.7382558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C/return_types.pyi.in' 2025-03-04T19:47:31.7382824Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C' 2025-03-04T19:47:31.7383133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C_flatbuffer/__init__.pyi' 2025-03-04T19:47:31.7383447Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_C_flatbuffer' 2025-03-04T19:47:31.7383678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_VF.py' 2025-03-04T19:47:31.7383935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/__config__.py' 2025-03-04T19:47:31.7384202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/__future__.py' 2025-03-04T19:47:31.7384454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/__init__.py' 2025-03-04T19:47:31.7384745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_appdirs.py' 2025-03-04T19:47:31.7385025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_awaits/__init__.py' 2025-03-04T19:47:31.7385307Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_awaits' 2025-03-04T19:47:31.7385555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_classes.py' 2025-03-04T19:47:31.7385805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_compile.py' 2025-03-04T19:47:31.7386107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_custom_op/__init__.py' 2025-03-04T19:47:31.7386400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_custom_op/autograd.py' 2025-03-04T19:47:31.7386684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_custom_op/impl.py' 2025-03-04T19:47:31.7386970Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_custom_op' 2025-03-04T19:47:31.7387247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_custom_ops.py' 2025-03-04T19:47:31.7387520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_decomp/__init__.py' 2025-03-04T19:47:31.7387841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_decomp/decompositions.py' 2025-03-04T19:47:31.7388183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_decomp/decompositions_for_jvp.py' 2025-03-04T19:47:31.7388522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_decomp/decompositions_for_rng.py' 2025-03-04T19:47:31.7388800Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_decomp' 2025-03-04T19:47:31.7389048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_deploy.py' 2025-03-04T19:47:31.7389345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dispatch/__init__.py' 2025-03-04T19:47:31.7389652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dispatch/python.py' 2025-03-04T19:47:31.7389944Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dispatch' 2025-03-04T19:47:31.7390214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/__init__.py' 2025-03-04T19:47:31.7390601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/_trace_wrapped_higher_order_op.py' 2025-03-04T19:47:31.7390912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/backends/__init__.py' 2025-03-04T19:47:31.7391218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/backends/common.py' 2025-03-04T19:47:31.7391555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/backends/cudagraphs.py' 2025-03-04T19:47:31.7391909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/backends/debugging.py' 2025-03-04T19:47:31.7392261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/backends/distributed.py' 2025-03-04T19:47:31.7392618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/backends/inductor.py' 2025-03-04T19:47:31.7392934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/backends/onnxrt.py' 2025-03-04T19:47:31.7393247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/backends/registry.py' 2025-03-04T19:47:31.7393574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/backends/tensorrt.py' 2025-03-04T19:47:31.7393884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/backends/torchxla.py' 2025-03-04T19:47:31.7394182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/backends/tvm.py' 2025-03-04T19:47:31.7394499Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/backends' 2025-03-04T19:47:31.7394815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/bytecode_analysis.py' 2025-03-04T19:47:31.7395203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/bytecode_transformation.py' 2025-03-04T19:47:31.7395490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/cache_size.py' 2025-03-04T19:47:31.7395780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/callback.py' 2025-03-04T19:47:31.7396072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/code_context.py' 2025-03-04T19:47:31.7396358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/codegen.py' 2025-03-04T19:47:31.7396677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/compiled_autograd.py' 2025-03-04T19:47:31.7396953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/comptime.py' 2025-03-04T19:47:31.7397236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/config.py' 2025-03-04T19:47:31.7397536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/convert_frame.py' 2025-03-04T19:47:31.7397882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/create_parameter_op.py' 2025-03-04T19:47:31.7398189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/current_scope_id.py' 2025-03-04T19:47:31.7398494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/debug_utils.py' 2025-03-04T19:47:31.7398778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/decorators.py' 2025-03-04T19:47:31.7399090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/device_interface.py' 2025-03-04T19:47:31.7399393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/distributed.py' 2025-03-04T19:47:31.7399679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/eval_frame.py' 2025-03-04T19:47:31.7399976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/exc.py' 2025-03-04T19:47:31.7400280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/external_utils.py' 2025-03-04T19:47:31.7400593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/funcname_cache.py' 2025-03-04T19:47:31.7400907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/graph_break_hints.py' 2025-03-04T19:47:31.7401250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/graph_deduplication.py' 2025-03-04T19:47:31.7401582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/graph_region_tracker.py' 2025-03-04T19:47:31.7401853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/guards.py' 2025-03-04T19:47:31.7402142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/hooks.py' 2025-03-04T19:47:31.7402525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/logging.py' 2025-03-04T19:47:31.7402873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/metrics_context.py' 2025-03-04T19:47:31.7403174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/mutation_guard.py' 2025-03-04T19:47:31.7403485Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/output_graph.py' 2025-03-04T19:47:31.7403755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/pgo.py' 2025-03-04T19:47:31.7404089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/polyfills/__init__.py' 2025-03-04T19:47:31.7404412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/polyfills/builtins.py' 2025-03-04T19:47:31.7404741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/polyfills/functools.py' 2025-03-04T19:47:31.7405047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/polyfills/fx.py' 2025-03-04T19:47:31.7405400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/polyfills/itertools.py' 2025-03-04T19:47:31.7405724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/polyfills/loader.py' 2025-03-04T19:47:31.7406045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/polyfills/operator.py' 2025-03-04T19:47:31.7406351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/polyfills/os.py' 2025-03-04T19:47:31.7406661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/polyfills/pytree.py' 2025-03-04T19:47:31.7406971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/polyfills/sys.py' 2025-03-04T19:47:31.7407277Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/polyfills' 2025-03-04T19:47:31.7407557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/profiler.py' 2025-03-04T19:47:31.7407866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/replay_record.py' 2025-03-04T19:47:31.7408170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/repro/__init__.py' 2025-03-04T19:47:31.7408487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/repro/after_aot.py' 2025-03-04T19:47:31.7408817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/repro/after_dynamo.py' 2025-03-04T19:47:31.7409117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/repro/aoti.py' 2025-03-04T19:47:31.7409413Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/repro' 2025-03-04T19:47:31.7409738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/resume_execution.py' 2025-03-04T19:47:31.7410032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/side_effects.py' 2025-03-04T19:47:31.7410331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/source.py' 2025-03-04T19:47:31.7410661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/symbolic_convert.py' 2025-03-04T19:47:31.7410975Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/tensor_version_op.py' 2025-03-04T19:47:31.7411273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/test_case.py' 2025-03-04T19:47:31.7411605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/test_minifier_common.py' 2025-03-04T19:47:31.7411894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/testing.py' 2025-03-04T19:47:31.7412184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/trace_rules.py' 2025-03-04T19:47:31.7412455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/types.py' 2025-03-04T19:47:31.7412758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/utils.py' 2025-03-04T19:47:31.7413085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/__init__.py' 2025-03-04T19:47:31.7413429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/base.py' 2025-03-04T19:47:31.7413748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/builder.py' 2025-03-04T19:47:31.7414078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/builtin.py' 2025-03-04T19:47:31.7414400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/constant.py' 2025-03-04T19:47:31.7414753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/ctx_manager.py' 2025-03-04T19:47:31.7415059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/dicts.py' 2025-03-04T19:47:31.7415403Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/distributed.py' 2025-03-04T19:47:31.7415771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/functions.py' 2025-03-04T19:47:31.7416136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/higher_order_ops.py' 2025-03-04T19:47:31.7416459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/iter.py' 2025-03-04T19:47:31.7416761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/lazy.py' 2025-03-04T19:47:31.7417085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/lists.py' 2025-03-04T19:47:31.7417391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/misc.py' 2025-03-04T19:47:31.7417735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/nn_module.py' 2025-03-04T19:47:31.7418065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/optimizer.py' 2025-03-04T19:47:31.7418418Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/script_object.py' 2025-03-04T19:47:31.7418740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/sdpa.py' 2025-03-04T19:47:31.7419055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/tensor.py' 2025-03-04T19:47:31.7419383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/torch.py' 2025-03-04T19:47:31.7419739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/torch_function.py' 2025-03-04T19:47:31.7420098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables/user_defined.py' 2025-03-04T19:47:31.7420413Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo/variables' 2025-03-04T19:47:31.7420699Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_dynamo' 2025-03-04T19:47:31.7420995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_environment.py' 2025-03-04T19:47:31.7421280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/__init__.py' 2025-03-04T19:47:31.7421646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/converter.py' 2025-03-04T19:47:31.7421943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/__init__.py' 2025-03-04T19:47:31.7422237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/case.py' 2025-03-04T19:47:31.7422571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/__init__.py' 2025-03-04T19:47:31.7422984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/assume_constant_result.py' 2025-03-04T19:47:31.7423359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/autograd_function.py' 2025-03-04T19:47:31.7423753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/class_method.py' 2025-03-04T19:47:31.7424184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/cond_branch_class_method.py' 2025-03-04T19:47:31.7424598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/cond_branch_nested_function.py' 2025-03-04T19:47:31.7425036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2025-03-04T19:47:31.7425438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/cond_closed_over_variable.py' 2025-03-04T19:47:31.7425807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/cond_operands.py' 2025-03-04T19:47:31.7426166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/cond_predicate.py' 2025-03-04T19:47:31.7426587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/constrain_as_size_example.py' 2025-03-04T19:47:31.7427022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/constrain_as_value_example.py' 2025-03-04T19:47:31.7427377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/decorator.py' 2025-03-04T19:47:31.7427720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/dictionary.py' 2025-03-04T19:47:31.7428116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/dynamic_shape_assert.py' 2025-03-04T19:47:31.7428520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/dynamic_shape_constructor.py' 2025-03-04T19:47:31.7428912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/dynamic_shape_if_guard.py' 2025-03-04T19:47:31.7429302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/dynamic_shape_map.py' 2025-03-04T19:47:31.7429683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/dynamic_shape_round.py' 2025-03-04T19:47:31.7430085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/dynamic_shape_slicing.py' 2025-03-04T19:47:31.7430461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/dynamic_shape_view.py' 2025-03-04T19:47:31.7430830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/fn_with_kwargs.py' 2025-03-04T19:47:31.7431183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/list_contains.py' 2025-03-04T19:47:31.7431542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/list_unpack.py' 2025-03-04T19:47:31.7431922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/model_attr_mutation.py' 2025-03-04T19:47:31.7432317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/nested_function.py' 2025-03-04T19:47:31.7432719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/null_context_manager.py' 2025-03-04T19:47:31.7433080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/optional_input.py' 2025-03-04T19:47:31.7433454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/pytree_flatten.py' 2025-03-04T19:47:31.7433805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/scalar_output.py' 2025-03-04T19:47:31.7434206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/specialized_attribute.py' 2025-03-04T19:47:31.7434565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/static_for_loop.py' 2025-03-04T19:47:31.7434949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/static_if.py' 2025-03-04T19:47:31.7435315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/tensor_setattr.py' 2025-03-04T19:47:31.7435747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/type_reflection_method.py' 2025-03-04T19:47:31.7436134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/unsupported_operator.py' 2025-03-04T19:47:31.7436508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples/user_input_mutation.py' 2025-03-04T19:47:31.7436843Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/examples' 2025-03-04T19:47:31.7437148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/gen_example.py' 2025-03-04T19:47:31.7437449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db/logging.py' 2025-03-04T19:47:31.7437737Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/db' 2025-03-04T19:47:31.7438043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/error.py' 2025-03-04T19:47:31.7438363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/non_strict_utils.py' 2025-03-04T19:47:31.7438664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/pass_base.py' 2025-03-04T19:47:31.7438991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/pass_infra/__init__.py' 2025-03-04T19:47:31.7439340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/pass_infra/node_metadata.py' 2025-03-04T19:47:31.7439694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/pass_infra/proxy_value.py' 2025-03-04T19:47:31.7440009Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/pass_infra' 2025-03-04T19:47:31.7440330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/passes/__init__.py' 2025-03-04T19:47:31.7440693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/passes/_node_metadata_hook.py' 2025-03-04T19:47:31.7441167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2025-03-04T19:47:31.7441554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/passes/collect_tracepoints_pass.py' 2025-03-04T19:47:31.7441912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/passes/constant_folding.py' 2025-03-04T19:47:31.7442454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2025-03-04T19:47:31.7442833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/passes/insert_custom_op_guards.py' 2025-03-04T19:47:31.7443208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/passes/lift_constants_pass.py' 2025-03-04T19:47:31.7443624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/passes/remove_runtime_assertions.py' 2025-03-04T19:47:31.7444043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/passes/replace_autocast_with_hop_pass.py' 2025-03-04T19:47:31.7444510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2025-03-04T19:47:31.7444925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/passes/replace_set_grad_with_hop_pass.py' 2025-03-04T19:47:31.7445372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2025-03-04T19:47:31.7445791Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/passes/replace_with_hop_pass_util.py' 2025-03-04T19:47:31.7446094Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/passes' 2025-03-04T19:47:31.7446434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/serde/__init__.py' 2025-03-04T19:47:31.7446779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/serde/aoti_schema.py' 2025-03-04T19:47:31.7447111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/serde/dynamic_shapes.py' 2025-03-04T19:47:31.7447466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/serde/export_schema.thrift' 2025-03-04T19:47:31.7447870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/serde/gen-cpp2/export_schema_constants.h' 2025-03-04T19:47:31.7448264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/serde/gen-cpp2/export_schema_types.h' 2025-03-04T19:47:31.7448715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/serde/gen-cpp2/export_schema_types_custom_protocol.h' 2025-03-04T19:47:31.7449062Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/serde/gen-cpp2' 2025-03-04T19:47:31.7449388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/serde/schema.py' 2025-03-04T19:47:31.7449708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/serde/schema.yaml' 2025-03-04T19:47:31.7450034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/serde/schema_check.py' 2025-03-04T19:47:31.7450341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/serde/serialize.py' 2025-03-04T19:47:31.7450662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/serde/union.py' 2025-03-04T19:47:31.7450956Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/serde' 2025-03-04T19:47:31.7451234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/tools.py' 2025-03-04T19:47:31.7451501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/utils.py' 2025-03-04T19:47:31.7451794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/verifier.py' 2025-03-04T19:47:31.7452076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export/wrappers.py' 2025-03-04T19:47:31.7452349Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_export' 2025-03-04T19:47:31.7452652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/__init__.py' 2025-03-04T19:47:31.7453058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_activation_checkpointing/__init__.py' 2025-03-04T19:47:31.7453504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_activation_checkpointing/ac_logging_utils.py' 2025-03-04T19:47:31.7453953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_activation_checkpointing/graph_info_provider.py' 2025-03-04T19:47:31.7454377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_activation_checkpointing/knapsack.py' 2025-03-04T19:47:31.7454852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_activation_checkpointing/knapsack_evaluator.py' 2025-03-04T19:47:31.7455261Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_activation_checkpointing' 2025-03-04T19:47:31.7455615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_aot_autograd/__init__.py' 2025-03-04T19:47:31.7456010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_aot_autograd/autograd_cache.py' 2025-03-04T19:47:31.7456432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2025-03-04T19:47:31.7456855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2025-03-04T19:47:31.7457276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_aot_autograd/functional_utils.py' 2025-03-04T19:47:31.7457693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_aot_autograd/input_output_analysis.py' 2025-03-04T19:47:31.7458165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2025-03-04T19:47:31.7458539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_aot_autograd/logging_utils.py' 2025-03-04T19:47:31.7458940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_aot_autograd/runtime_wrappers.py' 2025-03-04T19:47:31.7459286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_aot_autograd/schemas.py' 2025-03-04T19:47:31.7459723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_aot_autograd/subclass_parametrization.py' 2025-03-04T19:47:31.7460101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_aot_autograd/subclass_utils.py' 2025-03-04T19:47:31.7460564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_aot_autograd/traced_function_transforms.py' 2025-03-04T19:47:31.7460907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_aot_autograd/utils.py' 2025-03-04T19:47:31.7461249Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/_aot_autograd' 2025-03-04T19:47:31.7461644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/aot_autograd.py' 2025-03-04T19:47:31.7461919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/apis.py' 2025-03-04T19:47:31.7462268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/autograd_function.py' 2025-03-04T19:47:31.7462620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/batch_norm_replacement.py' 2025-03-04T19:47:31.7462963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/benchmark_utils.py' 2025-03-04T19:47:31.7463281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/compile_utils.py' 2025-03-04T19:47:31.7463597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/compilers.py' 2025-03-04T19:47:31.7463879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/config.py' 2025-03-04T19:47:31.7464180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/deprecated.py' 2025-03-04T19:47:31.7464523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/eager_transforms.py' 2025-03-04T19:47:31.7464845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/functional_call.py' 2025-03-04T19:47:31.7465165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/fx_minifier.py' 2025-03-04T19:47:31.7465514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/make_functional.py' 2025-03-04T19:47:31.7465870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/partitioners.py' 2025-03-04T19:47:31.7466181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/pyfunctorch.py' 2025-03-04T19:47:31.7466490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/python_key.py' 2025-03-04T19:47:31.7466798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/pytree_hacks.py' 2025-03-04T19:47:31.7467175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/top_operators_github_usage.py' 2025-03-04T19:47:31.7467468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/utils.py' 2025-03-04T19:47:31.7467745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch/vmap.py' 2025-03-04T19:47:31.7468046Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_functorch' 2025-03-04T19:47:31.7468323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_guards.py' 2025-03-04T19:47:31.7468664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/__init__.py' 2025-03-04T19:47:31.7469037Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/_invoke_quant.py' 2025-03-04T19:47:31.7469421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/aoti_call_delegate.py' 2025-03-04T19:47:31.7469782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/associative_scan.py' 2025-03-04T19:47:31.7470152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/auto_functionalize.py' 2025-03-04T19:47:31.7470491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/base_hop.py' 2025-03-04T19:47:31.7470798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/cond.py' 2025-03-04T19:47:31.7471134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/effects.py' 2025-03-04T19:47:31.7471554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/executorch_call_delegate.py' 2025-03-04T19:47:31.7472056Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/flat_apply.py' 2025-03-04T19:47:31.7472412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/flex_attention.py' 2025-03-04T19:47:31.7472762Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/foreach_map.py' 2025-03-04T19:47:31.7473094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/hints_wrap.py' 2025-03-04T19:47:31.7473448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/invoke_subgraph.py' 2025-03-04T19:47:31.7473761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/map.py' 2025-03-04T19:47:31.7474099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/out_dtype.py' 2025-03-04T19:47:31.7474475Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/run_const_graph.py' 2025-03-04T19:47:31.7474783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/scan.py' 2025-03-04T19:47:31.7475134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/strict_mode.py' 2025-03-04T19:47:31.7475464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/torchbind.py' 2025-03-04T19:47:31.7475845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/triton_kernel_wrap.py' 2025-03-04T19:47:31.7476154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/utils.py' 2025-03-04T19:47:31.7476487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/while_loop.py' 2025-03-04T19:47:31.7476875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops/wrap.py' 2025-03-04T19:47:31.7477192Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_higher_order_ops' 2025-03-04T19:47:31.7477494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/__init__.py' 2025-03-04T19:47:31.7477870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/analyze_preserves_zero_mask.py' 2025-03-04T19:47:31.7478179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/aoti_eager.py' 2025-03-04T19:47:31.7478497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/async_compile.py' 2025-03-04T19:47:31.7478864Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/autoheuristic/__init__.py' 2025-03-04T19:47:31.7479313Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2025-03-04T19:47:31.7479738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2025-03-04T19:47:31.7480195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2025-03-04T19:47:31.7480611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2025-03-04T19:47:31.7481031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2025-03-04T19:47:31.7481427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/autoheuristic/artifacts/__init__.py' 2025-03-04T19:47:31.7481823Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/autoheuristic/artifacts' 2025-03-04T19:47:31.7482199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/autoheuristic/autoheuristic.py' 2025-03-04T19:47:31.7482613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/autoheuristic/autoheuristic_utils.py' 2025-03-04T19:47:31.7483084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2025-03-04T19:47:31.7483532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2025-03-04T19:47:31.7483872Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/autoheuristic' 2025-03-04T19:47:31.7484202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/autotune_process.py' 2025-03-04T19:47:31.7484496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/bounds.py' 2025-03-04T19:47:31.7484782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/choices.py' 2025-03-04T19:47:31.7485087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codecache.py' 2025-03-04T19:47:31.7485413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/__init__.py' 2025-03-04T19:47:31.7485789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/aoti_hipify_utils.py' 2025-03-04T19:47:31.7486178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/aoti_runtime/interface.cpp' 2025-03-04T19:47:31.7486558Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/aoti_runtime' 2025-03-04T19:47:31.7486908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/block_analysis.py' 2025-03-04T19:47:31.7487223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/common.py' 2025-03-04T19:47:31.7487536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cpp.py' 2025-03-04T19:47:31.7487904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cpp_bmm_template.py' 2025-03-04T19:47:31.7488348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cpp_flex_attention_template.py' 2025-03-04T19:47:31.7488722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cpp_gemm_template.py' 2025-03-04T19:47:31.7489128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cpp_grouped_gemm_template.py' 2025-03-04T19:47:31.7489480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cpp_micro_gemm.py' 2025-03-04T19:47:31.7489837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cpp_prefix.h' 2025-03-04T19:47:31.7490184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cpp_template.py' 2025-03-04T19:47:31.7490552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cpp_template_kernel.py' 2025-03-04T19:47:31.7490926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cpp_utils.py' 2025-03-04T19:47:31.7491307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cpp_wrapper_cpu.py' 2025-03-04T19:47:31.7491715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py' 2025-03-04T19:47:31.7492067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cpp_wrapper_gpu.py' 2025-03-04T19:47:31.7492468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cpu_device_op_overrides.py' 2025-03-04T19:47:31.7492812Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cuda/__init__.py' 2025-03-04T19:47:31.7493220Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2025-03-04T19:47:31.7493563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cuda/cuda_env.py' 2025-03-04T19:47:31.7493956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cuda/cuda_kernel.py' 2025-03-04T19:47:31.7494327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cuda/cuda_template.py' 2025-03-04T19:47:31.7494772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2025-03-04T19:47:31.7495308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2025-03-04T19:47:31.7495741Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cuda/cutlass_lib_extensions' 2025-03-04T19:47:31.7496123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cuda/cutlass_utils.py' 2025-03-04T19:47:31.7496517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cuda/device_op_overrides.py' 2025-03-04T19:47:31.7496900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cuda/gemm_template.py' 2025-03-04T19:47:31.7497236Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cuda' 2025-03-04T19:47:31.7497641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/cuda_combined_scheduling.py' 2025-03-04T19:47:31.7497977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/debug_utils.py' 2025-03-04T19:47:31.7498291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/halide.py' 2025-03-04T19:47:31.7498653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/memory_planning.py' 2025-03-04T19:47:31.7498954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/mps.py' 2025-03-04T19:47:31.7499382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/mps_device_op_overrides.py' 2025-03-04T19:47:31.7499733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/multi_kernel.py' 2025-03-04T19:47:31.7500085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/rocm/__init__.py' 2025-03-04T19:47:31.7500461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/rocm/ck_conv_template.py' 2025-03-04T19:47:31.7500851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/rocm/ck_template.py' 2025-03-04T19:47:31.7501270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2025-03-04T19:47:31.7501732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/rocm/compile_command.py' 2025-03-04T19:47:31.7502223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2025-03-04T19:47:31.7502622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2025-03-04T19:47:31.7503024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/rocm/rocm_kernel.py' 2025-03-04T19:47:31.7503396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/rocm/rocm_template.py' 2025-03-04T19:47:31.7503807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2025-03-04T19:47:31.7504146Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/rocm' 2025-03-04T19:47:31.7504480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/simd.py' 2025-03-04T19:47:31.7505149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/simd_kernel_features.py' 2025-03-04T19:47:31.7505625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/triton.py' 2025-03-04T19:47:31.7506039Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/triton_combo_kernel.py' 2025-03-04T19:47:31.7506403Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/triton_split_scan.py' 2025-03-04T19:47:31.7506760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/triton_utils.py' 2025-03-04T19:47:31.7507081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/wrapper.py' 2025-03-04T19:47:31.7507432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/xpu/__init__.py' 2025-03-04T19:47:31.7507823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/xpu/device_op_overrides.py' 2025-03-04T19:47:31.7508167Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen/xpu' 2025-03-04T19:47:31.7508481Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/codegen' 2025-03-04T19:47:31.7508804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/comm_analysis.py' 2025-03-04T19:47:31.7509112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/comm_lowering.py' 2025-03-04T19:47:31.7509390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/comms.py' 2025-03-04T19:47:31.7509725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/compile_fx.py' 2025-03-04T19:47:31.7510033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/compile_fx_ext.py' 2025-03-04T19:47:31.7510382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/compile_fx_subproc.py' 2025-03-04T19:47:31.7510733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/compile_worker/__init__.py' 2025-03-04T19:47:31.7511122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/compile_worker/__main__.py' 2025-03-04T19:47:31.7511522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/compile_worker/subproc_pool.py' 2025-03-04T19:47:31.7511885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/compile_worker/watchdog.py' 2025-03-04T19:47:31.7512226Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/compile_worker' 2025-03-04T19:47:31.7512553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/compiler_bisector.py' 2025-03-04T19:47:31.7512845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/config.py' 2025-03-04T19:47:31.7513171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/constant_folding.py' 2025-03-04T19:47:31.7513483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/cpp_builder.py' 2025-03-04T19:47:31.7513809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/cpu_vec_isa.py' 2025-03-04T19:47:31.7514165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/cudagraph_trees.py' 2025-03-04T19:47:31.7514482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/cudagraph_utils.py' 2025-03-04T19:47:31.7514824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/custom_graph_pass.py' 2025-03-04T19:47:31.7515100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/debug.py' 2025-03-04T19:47:31.7515411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/decomposition.py' 2025-03-04T19:47:31.7515732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/dependencies.py' 2025-03-04T19:47:31.7516062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/dtype_propagation.py' 2025-03-04T19:47:31.7516343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/exc.py' 2025-03-04T19:47:31.7516734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/extern_node_serializer.py' 2025-03-04T19:47:31.7517043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/freezing.py' 2025-03-04T19:47:31.7517355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/freezing_utils.py' 2025-03-04T19:47:31.7517648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fuzzer.py' 2025-03-04T19:47:31.7517971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/README.md' 2025-03-04T19:47:31.7518299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/__init__.py' 2025-03-04T19:47:31.7518659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/b2b_gemm.py' 2025-03-04T19:47:31.7519018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/binary_folding.py' 2025-03-04T19:47:31.7519376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/ddp_fusion.py' 2025-03-04T19:47:31.7519770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2025-03-04T19:47:31.7520177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/dedupe_symint_uses.py' 2025-03-04T19:47:31.7520569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2025-03-04T19:47:31.7520946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/freezing_patterns.py' 2025-03-04T19:47:31.7521308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/fuse_attention.py' 2025-03-04T19:47:31.7521691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/group_batch_fusion.py' 2025-03-04T19:47:31.7522076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/joint_graph.py' 2025-03-04T19:47:31.7522456Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/micro_pipeline_tp.py' 2025-03-04T19:47:31.7522825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/misc_patterns.py' 2025-03-04T19:47:31.7523180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/mkldnn_fusion.py' 2025-03-04T19:47:31.7523547Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/numeric_utils.py' 2025-03-04T19:47:31.7523875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/pad_mm.py' 2025-03-04T19:47:31.7524230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/post_grad.py' 2025-03-04T19:47:31.7524594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/pre_grad.py' 2025-03-04T19:47:31.7524971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/quantization.py' 2025-03-04T19:47:31.7525339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/reinplace.py' 2025-03-04T19:47:31.7525700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/replace_random.py' 2025-03-04T19:47:31.7526133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2025-03-04T19:47:31.7526580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2025-03-04T19:47:31.7527041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2025-03-04T19:47:31.7527495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2025-03-04T19:47:31.7527981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2025-03-04T19:47:31.7528428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2025-03-04T19:47:31.7528882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2025-03-04T19:47:31.7529329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2025-03-04T19:47:31.7529784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2025-03-04T19:47:31.7530225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2025-03-04T19:47:31.7530676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2025-03-04T19:47:31.7531131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2025-03-04T19:47:31.7531575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2025-03-04T19:47:31.7532034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2025-03-04T19:47:31.7532474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2025-03-04T19:47:31.7532931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2025-03-04T19:47:31.7533378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2025-03-04T19:47:31.7533861Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2025-03-04T19:47:31.7534305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2025-03-04T19:47:31.7534761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2025-03-04T19:47:31.7535198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2025-03-04T19:47:31.7535630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2025-03-04T19:47:31.7536070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2025-03-04T19:47:31.7536508Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/serialized_patterns' 2025-03-04T19:47:31.7536868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes/split_cat.py' 2025-03-04T19:47:31.7537215Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_passes' 2025-03-04T19:47:31.7537521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/fx_utils.py' 2025-03-04T19:47:31.7537799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/graph.py' 2025-03-04T19:47:31.7538087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/hooks.py' 2025-03-04T19:47:31.7538423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/index_propagation.py' 2025-03-04T19:47:31.7538739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/inductor_prims.py' 2025-03-04T19:47:31.7539021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/ir.py' 2025-03-04T19:47:31.7539376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/jagged_lowerings.py' 2025-03-04T19:47:31.7539712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/kernel/__init__.py' 2025-03-04T19:47:31.7540009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/kernel/bmm.py' 2025-03-04T19:47:31.7540327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/kernel/conv.py' 2025-03-04T19:47:31.7540678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/kernel/flex_attention.py' 2025-03-04T19:47:31.7541032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/kernel/flex_decoding.py' 2025-03-04T19:47:31.7541328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/kernel/mm.py' 2025-03-04T19:47:31.7541738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/kernel/mm_common.py' 2025-03-04T19:47:31.7542088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/kernel/mm_plus_mm.py' 2025-03-04T19:47:31.7542417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/kernel/mm_scaled.py' 2025-03-04T19:47:31.7542742Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/kernel' 2025-03-04T19:47:31.7543036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/loop_body.py' 2025-03-04T19:47:31.7543342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/lowering.py' 2025-03-04T19:47:31.7543623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/memory.py' 2025-03-04T19:47:31.7543924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/metrics.py' 2025-03-04T19:47:31.7544215Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/mkldnn_ir.py' 2025-03-04T19:47:31.7544573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/mkldnn_lowerings.py' 2025-03-04T19:47:31.7544891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/mock_cache.py' 2025-03-04T19:47:31.7545194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/ops_handler.py' 2025-03-04T19:47:31.7545541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/optimize_indexing.py' 2025-03-04T19:47:31.7545841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/output_code.py' 2025-03-04T19:47:31.7546177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/package/__init__.py' 2025-03-04T19:47:31.7546525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/package/build_package.py' 2025-03-04T19:47:31.7546856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/package/package.py' 2025-03-04T19:47:31.7547263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/package/pt2_archive_constants.py' 2025-03-04T19:47:31.7547584Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/package' 2025-03-04T19:47:31.7547940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/pattern_matcher.py' 2025-03-04T19:47:31.7548278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/quantized_lowerings.py' 2025-03-04T19:47:31.7548595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/remote_cache.py' 2025-03-04T19:47:31.7548904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/runtime/README.md' 2025-03-04T19:47:31.7549238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/runtime/__init__.py' 2025-03-04T19:47:31.7549589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/runtime/autotune_cache.py' 2025-03-04T19:47:31.7549943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/runtime/benchmarking.py' 2025-03-04T19:47:31.7550322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/runtime/cache_dir_utils.py' 2025-03-04T19:47:31.7550671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/runtime/compile_tasks.py' 2025-03-04T19:47:31.7551075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/runtime/coordinate_descent_tuner.py' 2025-03-04T19:47:31.7551430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/runtime/halide_helpers.py' 2025-03-04T19:47:31.7551752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/runtime/hints.py' 2025-03-04T19:47:31.7552098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/runtime/runtime_utils.py' 2025-03-04T19:47:31.7552461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/runtime/triton_compat.py' 2025-03-04T19:47:31.7552814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/runtime/triton_helpers.py' 2025-03-04T19:47:31.7553195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/runtime/triton_heuristics.py' 2025-03-04T19:47:31.7553507Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/runtime' 2025-03-04T19:47:31.7553806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/scheduler.py' 2025-03-04T19:47:31.7554102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/script.ld' 2025-03-04T19:47:31.7554428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/select_algorithm.py' 2025-03-04T19:47:31.7554731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/sizevars.py' 2025-03-04T19:47:31.7555066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/subgraph_lowering.py' 2025-03-04T19:47:31.7555401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/test_case.py' 2025-03-04T19:47:31.7555717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/test_operators.py' 2025-03-04T19:47:31.7556047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/triton_bundler.py' 2025-03-04T19:47:31.7556324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/utils.py' 2025-03-04T19:47:31.7556627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/virtualized.py' 2025-03-04T19:47:31.7556968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor/wrapper_benchmark.py' 2025-03-04T19:47:31.7557249Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_inductor' 2025-03-04T19:47:31.7557530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_jit_internal.py' 2025-03-04T19:47:31.7557828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_lazy/__init__.py' 2025-03-04T19:47:31.7558111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_lazy/closure.py' 2025-03-04T19:47:31.7558441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_lazy/computation.py' 2025-03-04T19:47:31.7558717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_lazy/config.py' 2025-03-04T19:47:31.7558978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_lazy/debug.py' 2025-03-04T19:47:31.7559278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_lazy/device_context.py' 2025-03-04T19:47:31.7559624Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_lazy/extract_compiled_graph.py' 2025-03-04T19:47:31.7559896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_lazy/ir_cache.py' 2025-03-04T19:47:31.7560174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_lazy/metrics.py' 2025-03-04T19:47:31.7560519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_lazy/tensor_factory_functions.py' 2025-03-04T19:47:31.7560842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_lazy/ts_backend.py' 2025-03-04T19:47:31.7561112Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_lazy' 2025-03-04T19:47:31.7561398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_library/__init__.py' 2025-03-04T19:47:31.7561698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_library/autograd.py' 2025-03-04T19:47:31.7561991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_library/custom_ops.py' 2025-03-04T19:47:31.7562338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_library/fake_class_registry.py' 2025-03-04T19:47:31.7562629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_library/fake_impl.py' 2025-03-04T19:47:31.7562942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_library/infer_schema.py' 2025-03-04T19:47:31.7563263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_library/simple_registry.py' 2025-03-04T19:47:31.7563556Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_library/triton.py' 2025-03-04T19:47:31.7563829Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_library/utils.py' 2025-03-04T19:47:31.7564106Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_library' 2025-03-04T19:47:31.7564385Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_linalg_utils.py' 2025-03-04T19:47:31.7564633Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_lobpcg.py' 2025-03-04T19:47:31.7564930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_logging/__init__.py' 2025-03-04T19:47:31.7565221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_logging/_internal.py' 2025-03-04T19:47:31.7565544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_logging/_registrations.py' 2025-03-04T19:47:31.7565847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_logging/scribe.py' 2025-03-04T19:47:31.7566156Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_logging/structured.py' 2025-03-04T19:47:31.7566433Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_logging' 2025-03-04T19:47:31.7566685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_lowrank.py' 2025-03-04T19:47:31.7566993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_meta_registrations.py' 2025-03-04T19:47:31.7567299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_namedtensor_internals.py' 2025-03-04T19:47:31.7567580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/README.md' 2025-03-04T19:47:31.7567852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/__init__.py' 2025-03-04T19:47:31.7568218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/_binary_ufuncs_impl.py' 2025-03-04T19:47:31.7568523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/_casting_dicts.py' 2025-03-04T19:47:31.7568821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/_dtypes.py' 2025-03-04T19:47:31.7569126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/_dtypes_impl.py' 2025-03-04T19:47:31.7569392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/_funcs.py' 2025-03-04T19:47:31.7569694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/_funcs_impl.py' 2025-03-04T19:47:31.7569977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/_getlimits.py' 2025-03-04T19:47:31.7570262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/_ndarray.py' 2025-03-04T19:47:31.7570572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/_normalizations.py' 2025-03-04T19:47:31.7570897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/_reductions_impl.py' 2025-03-04T19:47:31.7571194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/_ufuncs.py' 2025-03-04T19:47:31.7571511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/_unary_ufuncs_impl.py' 2025-03-04T19:47:31.7571936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/_util.py' 2025-03-04T19:47:31.7572198Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/fft.py' 2025-03-04T19:47:31.7572480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/linalg.py' 2025-03-04T19:47:31.7572747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/random.py' 2025-03-04T19:47:31.7573064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/testing/__init__.py' 2025-03-04T19:47:31.7573366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/testing/utils.py' 2025-03-04T19:47:31.7573677Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy/testing' 2025-03-04T19:47:31.7573950Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_numpy' 2025-03-04T19:47:31.7574188Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_ops.py' 2025-03-04T19:47:31.7574474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_prims/__init__.py' 2025-03-04T19:47:31.7574747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_prims/context.py' 2025-03-04T19:47:31.7575050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_prims/debug_prims.py' 2025-03-04T19:47:31.7575324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_prims/executor.py' 2025-03-04T19:47:31.7575613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_prims/rng_prims.py' 2025-03-04T19:47:31.7575881Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_prims' 2025-03-04T19:47:31.7576244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_prims_common/__init__.py' 2025-03-04T19:47:31.7576568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_prims_common/wrappers.py' 2025-03-04T19:47:31.7576864Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_prims_common' 2025-03-04T19:47:31.7577172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_python_dispatcher.py' 2025-03-04T19:47:31.7577442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_refs/__init__.py' 2025-03-04T19:47:31.7577745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_refs/_conversions.py' 2025-03-04T19:47:31.7578001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_refs/fft.py' 2025-03-04T19:47:31.7578318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_refs/linalg/__init__.py' 2025-03-04T19:47:31.7578644Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_refs/linalg' 2025-03-04T19:47:31.7578930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_refs/nn/__init__.py' 2025-03-04T19:47:31.7579312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_refs/nn/functional/__init__.py' 2025-03-04T19:47:31.7579632Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_refs/nn/functional' 2025-03-04T19:47:31.7579921Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_refs/nn' 2025-03-04T19:47:31.7580224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_refs/special/__init__.py' 2025-03-04T19:47:31.7580535Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_refs/special' 2025-03-04T19:47:31.7580800Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_refs' 2025-03-04T19:47:31.7581075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_size_docs.py' 2025-03-04T19:47:31.7581331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_sources.py' 2025-03-04T19:47:31.7581705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_storage_docs.py' 2025-03-04T19:47:31.7581988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_streambase.py' 2025-03-04T19:47:31.7582290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_strobelight/__init__.py' 2025-03-04T19:47:31.7582666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_strobelight/cli_function_profiler.py' 2025-03-04T19:47:31.7583031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_strobelight/compile_time_profiler.py' 2025-03-04T19:47:31.7583345Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_strobelight' 2025-03-04T19:47:31.7583644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_subclasses/__init__.py' 2025-03-04T19:47:31.7583994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_subclasses/_fake_tensor_utils.py' 2025-03-04T19:47:31.7584316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_subclasses/fake_impls.py' 2025-03-04T19:47:31.7584628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_subclasses/fake_tensor.py' 2025-03-04T19:47:31.7584948Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_subclasses/fake_utils.py' 2025-03-04T19:47:31.7585290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_subclasses/functional_tensor.py' 2025-03-04T19:47:31.7585611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_subclasses/meta_utils.py' 2025-03-04T19:47:31.7585950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_subclasses/schema_check_mode.py' 2025-03-04T19:47:31.7586255Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_subclasses' 2025-03-04T19:47:31.7586507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_tensor.py' 2025-03-04T19:47:31.7586806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_tensor_docs.py' 2025-03-04T19:47:31.7587086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_tensor_str.py' 2025-03-04T19:47:31.7587370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_thread_safe_fork.py' 2025-03-04T19:47:31.7587645Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_torch_docs.py' 2025-03-04T19:47:31.7587891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_utils.py' 2025-03-04T19:47:31.7588181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_utils_internal.py' 2025-03-04T19:47:31.7588451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_vendor/README.md' 2025-03-04T19:47:31.7588743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_vendor/__init__.py' 2025-03-04T19:47:31.7589079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_vendor/packaging/LICENSE' 2025-03-04T19:47:31.7589433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_vendor/packaging/LICENSE.APACHE' 2025-03-04T19:47:31.7589799Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_vendor/packaging/LICENSE.BSD' 2025-03-04T19:47:31.7590129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_vendor/packaging/__init__.py' 2025-03-04T19:47:31.7590484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_vendor/packaging/_structures.py' 2025-03-04T19:47:31.7590805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_vendor/packaging/version.py' 2025-03-04T19:47:31.7591133Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_vendor/packaging' 2025-03-04T19:47:31.7591406Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_vendor' 2025-03-04T19:47:31.7591699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_vmap_internals.py' 2025-03-04T19:47:31.7592040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/_weights_only_unpickler.py' 2025-03-04T19:47:31.7592307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/abi-check.cpp' 2025-03-04T19:47:31.7592622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/accelerator/__init__.py' 2025-03-04T19:47:31.7592919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/accelerator/_utils.py' 2025-03-04T19:47:31.7593222Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/accelerator' 2025-03-04T19:47:31.7593488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/amp/__init__.py' 2025-03-04T19:47:31.7593788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/amp/autocast_mode.py' 2025-03-04T19:47:31.7594066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/amp/grad_scaler.py' 2025-03-04T19:47:31.7594330Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/amp' 2025-03-04T19:47:31.7594607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/__init__.py' 2025-03-04T19:47:31.7594885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/__init__.py' 2025-03-04T19:47:31.7595217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/__init__.py' 2025-03-04T19:47:31.7595573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/modules/__init__.py' 2025-03-04T19:47:31.7595929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/modules/fused.py' 2025-03-04T19:47:31.7596267Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/modules' 2025-03-04T19:47:31.7596618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/qat/__init__.py' 2025-03-04T19:47:31.7597000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/qat/modules/__init__.py' 2025-03-04T19:47:31.7597414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2025-03-04T19:47:31.7597820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2025-03-04T19:47:31.7598211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2025-03-04T19:47:31.7598575Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/qat/modules' 2025-03-04T19:47:31.7598896Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/qat' 2025-03-04T19:47:31.7599278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/quantized/__init__.py' 2025-03-04T19:47:31.7599680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2025-03-04T19:47:31.7600184Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-03-04T19:47:31.7600670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-03-04T19:47:31.7601108Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/quantized/dynamic/modules' 2025-03-04T19:47:31.7601494Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/quantized/dynamic' 2025-03-04T19:47:31.7601898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2025-03-04T19:47:31.7602305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2025-03-04T19:47:31.7602713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2025-03-04T19:47:31.7603144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2025-03-04T19:47:31.7603595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2025-03-04T19:47:31.7603988Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/quantized/modules' 2025-03-04T19:47:31.7604339Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic/quantized' 2025-03-04T19:47:31.7604655Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/intrinsic' 2025-03-04T19:47:31.7604946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/qat/__init__.py' 2025-03-04T19:47:31.7605271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/qat/dynamic/__init__.py' 2025-03-04T19:47:31.7605651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/qat/dynamic/modules/__init__.py' 2025-03-04T19:47:31.7606011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/qat/dynamic/modules/linear.py' 2025-03-04T19:47:31.7606370Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/qat/dynamic/modules' 2025-03-04T19:47:31.7606681Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/qat/dynamic' 2025-03-04T19:47:31.7607021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/qat/modules/__init__.py' 2025-03-04T19:47:31.7607325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/qat/modules/conv.py' 2025-03-04T19:47:31.7607691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/qat/modules/embedding_ops.py' 2025-03-04T19:47:31.7608006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/qat/modules/linear.py' 2025-03-04T19:47:31.7608315Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/qat/modules' 2025-03-04T19:47:31.7608634Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/qat' 2025-03-04T19:47:31.7608967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantizable/__init__.py' 2025-03-04T19:47:31.7609350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantizable/modules/__init__.py' 2025-03-04T19:47:31.7609729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantizable/modules/activation.py' 2025-03-04T19:47:31.7610082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantizable/modules/rnn.py' 2025-03-04T19:47:31.7610431Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantizable/modules' 2025-03-04T19:47:31.7610759Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantizable' 2025-03-04T19:47:31.7611093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/__init__.py' 2025-03-04T19:47:31.7611456Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/dynamic/__init__.py' 2025-03-04T19:47:31.7611889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/dynamic/modules/__init__.py' 2025-03-04T19:47:31.7612268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/dynamic/modules/conv.py' 2025-03-04T19:47:31.7612666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/dynamic/modules/linear.py' 2025-03-04T19:47:31.7613040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/dynamic/modules/rnn.py' 2025-03-04T19:47:31.7613431Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/dynamic/modules' 2025-03-04T19:47:31.7613768Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/dynamic' 2025-03-04T19:47:31.7614115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/functional.py' 2025-03-04T19:47:31.7614493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/modules/__init__.py' 2025-03-04T19:47:31.7614878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/modules/activation.py' 2025-03-04T19:47:31.7615238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/modules/batchnorm.py' 2025-03-04T19:47:31.7615578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/modules/conv.py' 2025-03-04T19:47:31.7615942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/modules/dropout.py' 2025-03-04T19:47:31.7616321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/modules/embedding_ops.py' 2025-03-04T19:47:31.7616741Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/modules/functional_modules.py' 2025-03-04T19:47:31.7617089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/modules/linear.py' 2025-03-04T19:47:31.7617488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/modules/normalization.py' 2025-03-04T19:47:31.7617820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/modules/rnn.py' 2025-03-04T19:47:31.7618173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/modules/utils.py' 2025-03-04T19:47:31.7618513Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/modules' 2025-03-04T19:47:31.7618880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/reference/__init__.py' 2025-03-04T19:47:31.7619297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/reference/modules/__init__.py' 2025-03-04T19:47:31.7619686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/reference/modules/conv.py' 2025-03-04T19:47:31.7620123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/reference/modules/linear.py' 2025-03-04T19:47:31.7620503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/reference/modules/rnn.py' 2025-03-04T19:47:31.7620910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/reference/modules/sparse.py' 2025-03-04T19:47:31.7621295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/reference/modules/utils.py' 2025-03-04T19:47:31.7621765Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/reference/modules' 2025-03-04T19:47:31.7622116Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized/reference' 2025-03-04T19:47:31.7622424Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/quantized' 2025-03-04T19:47:31.7622779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/sparse/__init__.py' 2025-03-04T19:47:31.7623163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/sparse/quantized/__init__.py' 2025-03-04T19:47:31.7623571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2025-03-04T19:47:31.7623959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/sparse/quantized/dynamic/linear.py' 2025-03-04T19:47:31.7624350Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/sparse/quantized/dynamic' 2025-03-04T19:47:31.7624697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/sparse/quantized/linear.py' 2025-03-04T19:47:31.7625050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/sparse/quantized/utils.py' 2025-03-04T19:47:31.7625390Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/sparse/quantized' 2025-03-04T19:47:31.7625689Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn/sparse' 2025-03-04T19:47:31.7625999Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/nn' 2025-03-04T19:47:31.7626275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/ns/__init__.py' 2025-03-04T19:47:31.7626589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/ns/_numeric_suite.py' 2025-03-04T19:47:31.7626901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/ns/_numeric_suite_fx.py' 2025-03-04T19:47:31.7627201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/ns/fx/__init__.py' 2025-03-04T19:47:31.7627511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/ns/fx/graph_matcher.py' 2025-03-04T19:47:31.7627835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/ns/fx/graph_passes.py' 2025-03-04T19:47:31.7628128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/ns/fx/mappings.py' 2025-03-04T19:47:31.7628445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/ns/fx/n_shadows_utils.py' 2025-03-04T19:47:31.7628747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/ns/fx/ns_types.py' 2025-03-04T19:47:31.7629058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/ns/fx/pattern_utils.py' 2025-03-04T19:47:31.7629412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/ns/fx/qconfig_multi_mapping.py' 2025-03-04T19:47:31.7629682Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/ns/fx/utils.py' 2025-03-04T19:47:31.7629993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/ns/fx/weight_utils.py' 2025-03-04T19:47:31.7630273Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/ns/fx' 2025-03-04T19:47:31.7630554Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/ns' 2025-03-04T19:47:31.7630883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/__init__.py' 2025-03-04T19:47:31.7631248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/__init__.py' 2025-03-04T19:47:31.7631713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/activation_sparsifier/README.md' 2025-03-04T19:47:31.7632171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2025-03-04T19:47:31.7632703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2025-03-04T19:47:31.7633155Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/activation_sparsifier' 2025-03-04T19:47:31.7633615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_scheduler/README.md' 2025-03-04T19:47:31.7634044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2025-03-04T19:47:31.7634554Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2025-03-04T19:47:31.7634969Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_scheduler' 2025-03-04T19:47:31.7635400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/README.md' 2025-03-04T19:47:31.7635832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2025-03-04T19:47:31.7636315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2025-03-04T19:47:31.7636795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/benchmarks/README.md' 2025-03-04T19:47:31.7637312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/benchmarks/dlrm_utils.py' 2025-03-04T19:47:31.7637866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/benchmarks/evaluate_disk_savings.py' 2025-03-04T19:47:31.7638404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/benchmarks/evaluate_forward_time.py' 2025-03-04T19:47:31.7638954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/benchmarks/evaluate_model_metrics.py' 2025-03-04T19:47:31.7639466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/benchmarks/images/accuracy.png' 2025-03-04T19:47:31.7640012Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/benchmarks/images/disk_savings.png' 2025-03-04T19:47:31.7640543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/benchmarks/images/forward_time.png' 2025-03-04T19:47:31.7641053Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/benchmarks/images' 2025-03-04T19:47:31.7641526Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/benchmarks' 2025-03-04T19:47:31.7642019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2025-03-04T19:47:31.7642492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2025-03-04T19:47:31.7643003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/README.md' 2025-03-04T19:47:31.7643571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2025-03-04T19:47:31.7644155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2025-03-04T19:47:31.7644706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2025-03-04T19:47:31.7645213Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks' 2025-03-04T19:47:31.7645749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/lightning/tests/test_callbacks.py' 2025-03-04T19:47:31.7646264Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/lightning/tests' 2025-03-04T19:47:31.7646749Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/lightning' 2025-03-04T19:47:31.7647249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2025-03-04T19:47:31.7647680Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/data_sparsifier' 2025-03-04T19:47:31.7648092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2025-03-04T19:47:31.7648491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/pruner/README.md' 2025-03-04T19:47:31.7648883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/pruner/__init__.py' 2025-03-04T19:47:31.7649353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2025-03-04T19:47:31.7649821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/pruner/images/prune_1.png' 2025-03-04T19:47:31.7650280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/pruner/images/prune_2.png' 2025-03-04T19:47:31.7650768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/pruner/images/prune_3.png' 2025-03-04T19:47:31.7651189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/pruner/images/prune_4.png' 2025-03-04T19:47:31.7651622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/pruner/images/prune_5.png' 2025-03-04T19:47:31.7652046Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/pruner/images/prune_6.png' 2025-03-04T19:47:31.7652474Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/pruner/images' 2025-03-04T19:47:31.7652926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2025-03-04T19:47:31.7653348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/pruner/match_utils.py' 2025-03-04T19:47:31.7653777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/pruner/parametrization.py' 2025-03-04T19:47:31.7654203Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/pruner/prune_functions.py' 2025-03-04T19:47:31.7654666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2025-03-04T19:47:31.7655050Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental/pruner' 2025-03-04T19:47:31.7655411Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_experimental' 2025-03-04T19:47:31.7655754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/_mappings.py' 2025-03-04T19:47:31.7656111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/scheduler/__init__.py' 2025-03-04T19:47:31.7656492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/scheduler/base_scheduler.py' 2025-03-04T19:47:31.7656883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/scheduler/cubic_scheduler.py' 2025-03-04T19:47:31.7657264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/scheduler/lambda_scheduler.py' 2025-03-04T19:47:31.7657605Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/scheduler' 2025-03-04T19:47:31.7658094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/sparsifier/__init__.py' 2025-03-04T19:47:31.7658764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/sparsifier/base_sparsifier.py' 2025-03-04T19:47:31.7659246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2025-03-04T19:47:31.7659587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/sparsifier/utils.py' 2025-03-04T19:47:31.7660020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2025-03-04T19:47:31.7660357Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning/sparsifier' 2025-03-04T19:47:31.7660658Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/pruning' 2025-03-04T19:47:31.7660976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/__init__.py' 2025-03-04T19:47:31.7661335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/_correct_bias.py' 2025-03-04T19:47:31.7661757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/_equalize.py' 2025-03-04T19:47:31.7662182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/_learnable_fake_quantize.py' 2025-03-04T19:47:31.7662574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/backend_config/README.md' 2025-03-04T19:47:31.7662961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/backend_config/__init__.py' 2025-03-04T19:47:31.7663463Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2025-03-04T19:47:31.7663884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2025-03-04T19:47:31.7664315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/backend_config/backend_config.py' 2025-03-04T19:47:31.7664720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/backend_config/executorch.py' 2025-03-04T19:47:31.7665115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/backend_config/fbgemm.py' 2025-03-04T19:47:31.7665494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/backend_config/native.py' 2025-03-04T19:47:31.7665925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/backend_config/observation_type.py' 2025-03-04T19:47:31.7666314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/backend_config/onednn.py' 2025-03-04T19:47:31.7666699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/backend_config/qnnpack.py' 2025-03-04T19:47:31.7667102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/backend_config/tensorrt.py' 2025-03-04T19:47:31.7667480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/backend_config/utils.py' 2025-03-04T19:47:31.7667888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/backend_config/x86.py' 2025-03-04T19:47:31.7668263Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/backend_config' 2025-03-04T19:47:31.7668670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/experimental/APoT_tensor.py' 2025-03-04T19:47:31.7669123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/experimental/adaround_fake_quantize.py' 2025-03-04T19:47:31.7669549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/experimental/adaround_loss.py' 2025-03-04T19:47:31.7670000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/experimental/adaround_optimization.py' 2025-03-04T19:47:31.7670421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/experimental/apot_utils.py' 2025-03-04T19:47:31.7670848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/experimental/fake_quantize.py' 2025-03-04T19:47:31.7671326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/experimental/fake_quantize_function.py' 2025-03-04T19:47:31.7671709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/experimental/linear.py' 2025-03-04T19:47:31.7672254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/experimental/observer.py' 2025-03-04T19:47:31.7672648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/experimental/qconfig.py' 2025-03-04T19:47:31.7673036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/experimental/quantizer.py' 2025-03-04T19:47:31.7673415Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/experimental' 2025-03-04T19:47:31.7673758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fake_quantize.py' 2025-03-04T19:47:31.7674166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fuse_modules.py' 2025-03-04T19:47:31.7674550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fuser_method_mappings.py' 2025-03-04T19:47:31.7674870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/README.md' 2025-03-04T19:47:31.7675217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/__init__.py' 2025-03-04T19:47:31.7675563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/_decomposed.py' 2025-03-04T19:47:31.7675913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/_equalize.py' 2025-03-04T19:47:31.7676322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/_lower_to_native_backend.py' 2025-03-04T19:47:31.7676720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/_model_report/README.md' 2025-03-04T19:47:31.7677117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/_model_report/__init__.py' 2025-03-04T19:47:31.7677529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/_model_report/detector.py' 2025-03-04T19:47:31.7677946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/_model_report/model_report.py' 2025-03-04T19:47:31.7678404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/_model_report/model_report_observer.py' 2025-03-04T19:47:31.7678879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2025-03-04T19:47:31.7679260Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/_model_report' 2025-03-04T19:47:31.7679692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/convert.py' 2025-03-04T19:47:31.7680049Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/custom_config.py' 2025-03-04T19:47:31.7680373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/fuse.py' 2025-03-04T19:47:31.7680723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/fuse_handler.py' 2025-03-04T19:47:31.7681086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/graph_module.py' 2025-03-04T19:47:31.7681454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/lower_to_fbgemm.py' 2025-03-04T19:47:31.7681823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/lower_to_qnnpack.py' 2025-03-04T19:47:31.7682204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/lstm_utils.py' 2025-03-04T19:47:31.7682557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/match_utils.py' 2025-03-04T19:47:31.7682959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/pattern_utils.py' 2025-03-04T19:47:31.7683298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/prepare.py' 2025-03-04T19:47:31.7683705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/qconfig_mapping_utils.py' 2025-03-04T19:47:31.7684078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/quantize_handler.py' 2025-03-04T19:47:31.7684408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/tracer.py' 2025-03-04T19:47:31.7684724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx/utils.py' 2025-03-04T19:47:31.7685044Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/fx' 2025-03-04T19:47:31.7685406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/observer.py' 2025-03-04T19:47:31.7685720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/pattern.md' 2025-03-04T19:47:31.7686074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/pt2e/__init__.py' 2025-03-04T19:47:31.7686474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/pt2e/_affine_quantization.py' 2025-03-04T19:47:31.7686868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/pt2e/_numeric_debugger.py' 2025-03-04T19:47:31.7687253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2025-03-04T19:47:31.7687623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/pt2e/export_utils.py' 2025-03-04T19:47:31.7687980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/pt2e/graph_utils.py' 2025-03-04T19:47:31.7688386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/pt2e/port_metadata_pass.py' 2025-03-04T19:47:31.7688726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/pt2e/prepare.py' 2025-03-04T19:47:31.7689070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/pt2e/qat_utils.py' 2025-03-04T19:47:31.7689498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/pt2e/representation/__init__.py' 2025-03-04T19:47:31.7689912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/pt2e/representation/rewrite.py' 2025-03-04T19:47:31.7690320Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/pt2e/representation' 2025-03-04T19:47:31.7690660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/pt2e/utils.py' 2025-03-04T19:47:31.7691028Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/pt2e' 2025-03-04T19:47:31.7691343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/qconfig.py' 2025-03-04T19:47:31.7691707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/qconfig_mapping.py' 2025-03-04T19:47:31.7692038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/quant_type.py' 2025-03-04T19:47:31.7692424Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/quantization_mappings.py' 2025-03-04T19:47:31.7692757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/quantize.py' 2025-03-04T19:47:31.7693091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/quantize_fx.py' 2025-03-04T19:47:31.7693465Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/quantize_jit.py' 2025-03-04T19:47:31.7693813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/quantize_pt2e.py' 2025-03-04T19:47:31.7694222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/quantizer/__init__.py' 2025-03-04T19:47:31.7694656Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/quantizer/composable_quantizer.py' 2025-03-04T19:47:31.7695091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/quantizer/embedding_quantizer.py' 2025-03-04T19:47:31.7695469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/quantizer/quantizer.py' 2025-03-04T19:47:31.7695817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/quantizer/utils.py' 2025-03-04T19:47:31.7696267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2025-03-04T19:47:31.7696707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2025-03-04T19:47:31.7697163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2025-03-04T19:47:31.7697595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/quantizer/xpu_inductor_quantizer.py' 2025-03-04T19:47:31.7697955Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/quantizer' 2025-03-04T19:47:31.7698259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/stubs.py' 2025-03-04T19:47:31.7698572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization/utils.py' 2025-03-04T19:47:31.7698879Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao/quantization' 2025-03-04T19:47:31.7699146Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/ao' 2025-03-04T19:47:31.7699432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/autograd/__init__.py' 2025-03-04T19:47:31.7699767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/autograd/_functions/__init__.py' 2025-03-04T19:47:31.7700111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/autograd/_functions/replace.vim' 2025-03-04T19:47:31.7700437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/autograd/_functions/tensor.py' 2025-03-04T19:47:31.7700764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/autograd/_functions/utils.py' 2025-03-04T19:47:31.7701080Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/autograd/_functions' 2025-03-04T19:47:31.7701393Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/autograd/anomaly_mode.py' 2025-03-04T19:47:31.7701768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/autograd/forward_ad.py' 2025-03-04T19:47:31.7702082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/autograd/function.py' 2025-03-04T19:47:31.7702401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/autograd/functional.py' 2025-03-04T19:47:31.7702693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/autograd/grad_mode.py' 2025-03-04T19:47:31.7702997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/autograd/gradcheck.py' 2025-03-04T19:47:31.7703272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/autograd/graph.py' 2025-03-04T19:47:31.7703570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/autograd/profiler.py' 2025-03-04T19:47:31.7703886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/autograd/profiler_legacy.py' 2025-03-04T19:47:31.7704210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/autograd/profiler_util.py' 2025-03-04T19:47:31.7704522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/autograd/variable.py' 2025-03-04T19:47:31.7704804Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/autograd' 2025-03-04T19:47:31.7705126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/__init__.py' 2025-03-04T19:47:31.7705441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/_coreml/__init__.py' 2025-03-04T19:47:31.7705786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/_coreml/preprocess.py' 2025-03-04T19:47:31.7706091Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/_coreml' 2025-03-04T19:47:31.7706412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/_nnapi/__init__.py' 2025-03-04T19:47:31.7706722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/_nnapi/prepare.py' 2025-03-04T19:47:31.7707064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/_nnapi/serializer.py' 2025-03-04T19:47:31.7707396Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/_nnapi' 2025-03-04T19:47:31.7707700Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/cpu/__init__.py' 2025-03-04T19:47:31.7708005Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/cpu' 2025-03-04T19:47:31.7708309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/cuda/__init__.py' 2025-03-04T19:47:31.7708618Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/cuda' 2025-03-04T19:47:31.7708929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/cudnn/__init__.py' 2025-03-04T19:47:31.7709233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/cudnn/rnn.py' 2025-03-04T19:47:31.7709535Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/cudnn' 2025-03-04T19:47:31.7709889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/cusparselt/__init__.py' 2025-03-04T19:47:31.7710213Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/cusparselt' 2025-03-04T19:47:31.7710541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/kleidiai/__init__.py' 2025-03-04T19:47:31.7710867Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/kleidiai' 2025-03-04T19:47:31.7711168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/mha/__init__.py' 2025-03-04T19:47:31.7711472Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/mha' 2025-03-04T19:47:31.7711772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/mkl/__init__.py' 2025-03-04T19:47:31.7712075Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/mkl' 2025-03-04T19:47:31.7712417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/mkldnn/__init__.py' 2025-03-04T19:47:31.7712735Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/mkldnn' 2025-03-04T19:47:31.7713043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/mps/__init__.py' 2025-03-04T19:47:31.7713338Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/mps' 2025-03-04T19:47:31.7713661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/nnpack/__init__.py' 2025-03-04T19:47:31.7713967Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/nnpack' 2025-03-04T19:47:31.7714288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/openmp/__init__.py' 2025-03-04T19:47:31.7721170Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/openmp' 2025-03-04T19:47:31.7721956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/opt_einsum/__init__.py' 2025-03-04T19:47:31.7722313Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/opt_einsum' 2025-03-04T19:47:31.7722686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/quantized/__init__.py' 2025-03-04T19:47:31.7723014Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/quantized' 2025-03-04T19:47:31.7723346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/xeon/__init__.py' 2025-03-04T19:47:31.7723708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/xeon/run_cpu.py' 2025-03-04T19:47:31.7724006Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/xeon' 2025-03-04T19:47:31.7724334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/xnnpack/__init__.py' 2025-03-04T19:47:31.7724643Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends/xnnpack' 2025-03-04T19:47:31.7724924Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/backends' 2025-03-04T19:47:31.7725246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/compiler/__init__.py' 2025-03-04T19:47:31.7725524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/compiler/_cache.py' 2025-03-04T19:47:31.7725817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/compiler/config.py' 2025-03-04T19:47:31.7726093Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/compiler' 2025-03-04T19:47:31.7726376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/contrib/__init__.py' 2025-03-04T19:47:31.7726690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/contrib/_tensorboard_vis.py' 2025-03-04T19:47:31.7726966Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/contrib' 2025-03-04T19:47:31.7727266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cpu/__init__.py' 2025-03-04T19:47:31.7727582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cpu/amp/__init__.py' 2025-03-04T19:47:31.7727898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cpu/amp/autocast_mode.py' 2025-03-04T19:47:31.7728199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cpu/amp/grad_scaler.py' 2025-03-04T19:47:31.7728485Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cpu/amp' 2025-03-04T19:47:31.7728743Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cpu' 2025-03-04T19:47:31.7729041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/CudaIPCTypes.cpp' 2025-03-04T19:47:31.7729325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/CudaIPCTypes.h' 2025-03-04T19:47:31.7729608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/DataLoader.cpp' 2025-03-04T19:47:31.7729915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/DataLoader.h' 2025-03-04T19:47:31.7730178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Device.cpp' 2025-03-04T19:47:31.7730448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Device.h' 2025-03-04T19:47:31.7730764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/DeviceAccelerator.cpp' 2025-03-04T19:47:31.7731080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/DeviceAccelerator.h' 2025-03-04T19:47:31.7731341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Dtype.cpp' 2025-03-04T19:47:31.7731601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Dtype.h' 2025-03-04T19:47:31.7731896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/DynamicTypes.cpp' 2025-03-04T19:47:31.7732173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/DynamicTypes.h' 2025-03-04T19:47:31.7732470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Event.cpp' 2025-03-04T19:47:31.7732768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Event.h' 2025-03-04T19:47:31.7733054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Exceptions.cpp' 2025-03-04T19:47:31.7733326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Exceptions.h' 2025-03-04T19:47:31.7733591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Export.h' 2025-03-04T19:47:31.7733869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Generator.cpp' 2025-03-04T19:47:31.7734144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Generator.h' 2025-03-04T19:47:31.7734409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Layout.cpp' 2025-03-04T19:47:31.7734665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Layout.h' 2025-03-04T19:47:31.7734978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/MemoryFormat.cpp' 2025-03-04T19:47:31.7735290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/MemoryFormat.h' 2025-03-04T19:47:31.7735561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Module.cpp' 2025-03-04T19:47:31.7735820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Module.h' 2025-03-04T19:47:31.7736132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/PyInterpreter.cpp' 2025-03-04T19:47:31.7736422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/PyInterpreter.h' 2025-03-04T19:47:31.7736686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/QScheme.cpp' 2025-03-04T19:47:31.7736952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/QScheme.h' 2025-03-04T19:47:31.7737207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/README.md' 2025-03-04T19:47:31.7737483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Size.cpp' 2025-03-04T19:47:31.7737737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Size.h' 2025-03-04T19:47:31.7738014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Storage.cpp' 2025-03-04T19:47:31.7738276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Storage.h' 2025-03-04T19:47:31.7738588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/StorageMethods.cpp' 2025-03-04T19:47:31.7738880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/StorageMethods.h' 2025-03-04T19:47:31.7739180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/StorageSharing.cpp' 2025-03-04T19:47:31.7739483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/StorageSharing.h' 2025-03-04T19:47:31.7739745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Stream.cpp' 2025-03-04T19:47:31.7740041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Stream.h' 2025-03-04T19:47:31.7740302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/THConcat.h' 2025-03-04T19:47:31.7740559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/THP.h' 2025-03-04T19:47:31.7740830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/TypeInfo.cpp' 2025-03-04T19:47:31.7741085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/TypeInfo.h' 2025-03-04T19:47:31.7741349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/Types.h' 2025-03-04T19:47:31.7741748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/all.h' 2025-03-04T19:47:31.7742074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/arg.h' 2025-03-04T19:47:31.7742444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/autograd.h' 2025-03-04T19:47:31.7742784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/cuda.h' 2025-03-04T19:47:31.7743137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data.h' 2025-03-04T19:47:31.7743521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/dataloader.h' 2025-03-04T19:47:31.7743921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/dataloader/base.h' 2025-03-04T19:47:31.7744341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2025-03-04T19:47:31.7744779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2025-03-04T19:47:31.7745182Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/dataloader' 2025-03-04T19:47:31.7745610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/dataloader_options.h' 2025-03-04T19:47:31.7746003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/datasets.h' 2025-03-04T19:47:31.7746404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/datasets/base.h' 2025-03-04T19:47:31.7746800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/datasets/chunk.h' 2025-03-04T19:47:31.7747190Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/datasets/map.h' 2025-03-04T19:47:31.7747583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/datasets/mnist.h' 2025-03-04T19:47:31.7747984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/datasets/shared.h' 2025-03-04T19:47:31.7748397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/datasets/stateful.h' 2025-03-04T19:47:31.7748801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/datasets/tensor.h' 2025-03-04T19:47:31.7749209Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/datasets' 2025-03-04T19:47:31.7749628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2025-03-04T19:47:31.7750020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/detail/queue.h' 2025-03-04T19:47:31.7750435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/detail/sequencers.h' 2025-03-04T19:47:31.7750829Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/detail' 2025-03-04T19:47:31.7751196Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/example.h' 2025-03-04T19:47:31.7751596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/iterator.h' 2025-03-04T19:47:31.7751971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/samplers.h' 2025-03-04T19:47:31.7752369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/samplers/base.h' 2025-03-04T19:47:31.7752840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2025-03-04T19:47:31.7753271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/samplers/distributed.h' 2025-03-04T19:47:31.7753683Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/samplers/random.h' 2025-03-04T19:47:31.7754135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/samplers/sequential.h' 2025-03-04T19:47:31.7754564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/samplers/serialize.h' 2025-03-04T19:47:31.7754993Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/samplers/stream.h' 2025-03-04T19:47:31.7755392Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/samplers' 2025-03-04T19:47:31.7755770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/transforms.h' 2025-03-04T19:47:31.7756175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/transforms/base.h' 2025-03-04T19:47:31.7756592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/transforms/collate.h' 2025-03-04T19:47:31.7757010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/transforms/lambda.h' 2025-03-04T19:47:31.7757451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/transforms/stack.h' 2025-03-04T19:47:31.7757868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/transforms/tensor.h' 2025-03-04T19:47:31.7758282Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/transforms' 2025-03-04T19:47:31.7758691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data/worker_exception.h' 2025-03-04T19:47:31.7759054Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/data' 2025-03-04T19:47:31.7759498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2025-03-04T19:47:31.7759873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/detail/static.h' 2025-03-04T19:47:31.7760240Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/detail' 2025-03-04T19:47:31.7760575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/enum.h' 2025-03-04T19:47:31.7760953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/expanding_array.h' 2025-03-04T19:47:31.7761274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/fft.h' 2025-03-04T19:47:31.7761616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/imethod.h' 2025-03-04T19:47:31.7761937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/jit.h' 2025-03-04T19:47:31.7762257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/mps.h' 2025-03-04T19:47:31.7762591Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nested.h' 2025-03-04T19:47:31.7762939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn.h' 2025-03-04T19:47:31.7763304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/cloneable.h' 2025-03-04T19:47:31.7763676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/functional.h' 2025-03-04T19:47:31.7764100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/functional/activation.h' 2025-03-04T19:47:31.7764517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2025-03-04T19:47:31.7764907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/functional/conv.h' 2025-03-04T19:47:31.7765321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/functional/distance.h' 2025-03-04T19:47:31.7765763Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/functional/dropout.h' 2025-03-04T19:47:31.7766211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/functional/embedding.h' 2025-03-04T19:47:31.7766612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/functional/fold.h' 2025-03-04T19:47:31.7767045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2025-03-04T19:47:31.7767453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/functional/linear.h' 2025-03-04T19:47:31.7767843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/functional/loss.h' 2025-03-04T19:47:31.7768295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/functional/normalization.h' 2025-03-04T19:47:31.7768707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/functional/padding.h' 2025-03-04T19:47:31.7769171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2025-03-04T19:47:31.7769586Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/functional/pooling.h' 2025-03-04T19:47:31.7770009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2025-03-04T19:47:31.7770417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/functional/vision.h' 2025-03-04T19:47:31.7770808Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/functional' 2025-03-04T19:47:31.7771154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/init.h' 2025-03-04T19:47:31.7771498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/module.h' 2025-03-04T19:47:31.7772048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules.h' 2025-03-04T19:47:31.7772460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/_functions.h' 2025-03-04T19:47:31.7772870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/activation.h' 2025-03-04T19:47:31.7773277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2025-03-04T19:47:31.7773681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2025-03-04T19:47:31.7774073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/common.h' 2025-03-04T19:47:31.7774494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/container/any.h' 2025-03-04T19:47:31.7775057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2025-03-04T19:47:31.7775507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2025-03-04T19:47:31.7775977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2025-03-04T19:47:31.7776431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2025-03-04T19:47:31.7776894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2025-03-04T19:47:31.7777339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2025-03-04T19:47:31.7777866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2025-03-04T19:47:31.7778375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2025-03-04T19:47:31.7778831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2025-03-04T19:47:31.7779268Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/container' 2025-03-04T19:47:31.7779642Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/conv.h' 2025-03-04T19:47:31.7780049Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/distance.h' 2025-03-04T19:47:31.7780437Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/dropout.h' 2025-03-04T19:47:31.7780853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/embedding.h' 2025-03-04T19:47:31.7781257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/fold.h' 2025-03-04T19:47:31.7781754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2025-03-04T19:47:31.7782136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/linear.h' 2025-03-04T19:47:31.7782508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/loss.h' 2025-03-04T19:47:31.7782940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/normalization.h' 2025-03-04T19:47:31.7783328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/padding.h' 2025-03-04T19:47:31.7783760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2025-03-04T19:47:31.7784154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/pooling.h' 2025-03-04T19:47:31.7784541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/rnn.h' 2025-03-04T19:47:31.7784955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/transformer.h' 2025-03-04T19:47:31.7785409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2025-03-04T19:47:31.7785849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2025-03-04T19:47:31.7786267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2025-03-04T19:47:31.7786646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules/utils.h' 2025-03-04T19:47:31.7787054Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/modules' 2025-03-04T19:47:31.7787420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options.h' 2025-03-04T19:47:31.7787824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/activation.h' 2025-03-04T19:47:31.7788234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/adaptive.h' 2025-03-04T19:47:31.7788635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2025-03-04T19:47:31.7789020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/conv.h' 2025-03-04T19:47:31.7789439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/distance.h' 2025-03-04T19:47:31.7789843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/dropout.h' 2025-03-04T19:47:31.7790270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/embedding.h' 2025-03-04T19:47:31.7790655Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/fold.h' 2025-03-04T19:47:31.7791074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2025-03-04T19:47:31.7791460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/linear.h' 2025-03-04T19:47:31.7791844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/loss.h' 2025-03-04T19:47:31.7792265Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/normalization.h' 2025-03-04T19:47:31.7792676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/padding.h' 2025-03-04T19:47:31.7793116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2025-03-04T19:47:31.7793515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/pooling.h' 2025-03-04T19:47:31.7793888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/rnn.h' 2025-03-04T19:47:31.7794309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/transformer.h' 2025-03-04T19:47:31.7794752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2025-03-04T19:47:31.7795193Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2025-03-04T19:47:31.7795622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/upsampling.h' 2025-03-04T19:47:31.7796008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options/vision.h' 2025-03-04T19:47:31.7796402Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/options' 2025-03-04T19:47:31.7796828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2025-03-04T19:47:31.7797221Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/parallel' 2025-03-04T19:47:31.7797586Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2025-03-04T19:47:31.7797938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/pimpl.h' 2025-03-04T19:47:31.7798287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/utils.h' 2025-03-04T19:47:31.7798711Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2025-03-04T19:47:31.7799154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2025-03-04T19:47:31.7799511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/utils/rnn.h' 2025-03-04T19:47:31.7799893Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn/utils' 2025-03-04T19:47:31.7800286Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/nn' 2025-03-04T19:47:31.7800637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/optim.h' 2025-03-04T19:47:31.7801026Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/optim/adagrad.h' 2025-03-04T19:47:31.7801388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/optim/adam.h' 2025-03-04T19:47:31.7801772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/optim/adamw.h' 2025-03-04T19:47:31.7802131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/optim/lbfgs.h' 2025-03-04T19:47:31.7802510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/optim/optimizer.h' 2025-03-04T19:47:31.7802874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/optim/rmsprop.h' 2025-03-04T19:47:31.7803343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2025-03-04T19:47:31.7803874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2025-03-04T19:47:31.7804304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2025-03-04T19:47:31.7804743Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/optim/schedulers' 2025-03-04T19:47:31.7805134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/optim/serialize.h' 2025-03-04T19:47:31.7805477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/optim/sgd.h' 2025-03-04T19:47:31.7805841Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/optim' 2025-03-04T19:47:31.7806200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/ordered_dict.h' 2025-03-04T19:47:31.7806546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/python.h' 2025-03-04T19:47:31.7806982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/python/init.h' 2025-03-04T19:47:31.7807353Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/python' 2025-03-04T19:47:31.7807707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/serialize.h' 2025-03-04T19:47:31.7808090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/serialize/archive.h' 2025-03-04T19:47:31.7808524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/serialize/input-archive.h' 2025-03-04T19:47:31.7809034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/serialize/output-archive.h' 2025-03-04T19:47:31.7809423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/serialize/tensor.h' 2025-03-04T19:47:31.7809800Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/serialize' 2025-03-04T19:47:31.7810175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/sparse.h' 2025-03-04T19:47:31.7810516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/special.h' 2025-03-04T19:47:31.7810845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/torch.h' 2025-03-04T19:47:31.7811182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/types.h' 2025-03-04T19:47:31.7811507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/utils.h' 2025-03-04T19:47:31.7811867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/version.h.in' 2025-03-04T19:47:31.7812183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch/xpu.h' 2025-03-04T19:47:31.7812548Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include/torch' 2025-03-04T19:47:31.7812855Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/include' 2025-03-04T19:47:31.7813182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/cuda.cpp' 2025-03-04T19:47:31.7813535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/data/datasets/mnist.cpp' 2025-03-04T19:47:31.7813878Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/data/datasets' 2025-03-04T19:47:31.7814270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/data/samplers/distributed.cpp' 2025-03-04T19:47:31.7814630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/data/samplers/random.cpp' 2025-03-04T19:47:31.7815020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/data/samplers/sequential.cpp' 2025-03-04T19:47:31.7815384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/data/samplers/stream.cpp' 2025-03-04T19:47:31.7815767Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/data/samplers' 2025-03-04T19:47:31.7816077Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/data' 2025-03-04T19:47:31.7816370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/enum.cpp' 2025-03-04T19:47:31.7816669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/imethod.cpp' 2025-03-04T19:47:31.7816947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/jit.cpp' 2025-03-04T19:47:31.7817236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/mps.cpp' 2025-03-04T19:47:31.7817530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/init.cpp' 2025-03-04T19:47:31.7817843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/module.cpp' 2025-03-04T19:47:31.7818216Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/_functions.cpp' 2025-03-04T19:47:31.7818599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/activation.cpp' 2025-03-04T19:47:31.7818955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/adaptive.cpp' 2025-03-04T19:47:31.7819332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/batchnorm.cpp' 2025-03-04T19:47:31.7819750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/container/functional.cpp' 2025-03-04T19:47:31.7820138Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/container' 2025-03-04T19:47:31.7820474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/conv.cpp' 2025-03-04T19:47:31.7820829Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/distance.cpp' 2025-03-04T19:47:31.7821228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/dropout.cpp' 2025-03-04T19:47:31.7821658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/embedding.cpp' 2025-03-04T19:47:31.7822009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/fold.cpp' 2025-03-04T19:47:31.7822388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/instancenorm.cpp' 2025-03-04T19:47:31.7822744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/linear.cpp' 2025-03-04T19:47:31.7823080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/loss.cpp' 2025-03-04T19:47:31.7823476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/normalization.cpp' 2025-03-04T19:47:31.7823857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/padding.cpp' 2025-03-04T19:47:31.7824263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/pixelshuffle.cpp' 2025-03-04T19:47:31.7824626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/pooling.cpp' 2025-03-04T19:47:31.7824956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/rnn.cpp' 2025-03-04T19:47:31.7825340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/transformer.cpp' 2025-03-04T19:47:31.7825709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules/upsampling.cpp' 2025-03-04T19:47:31.7826057Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/modules' 2025-03-04T19:47:31.7826425Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/options/activation.cpp' 2025-03-04T19:47:31.7826820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/options/adaptive.cpp' 2025-03-04T19:47:31.7827186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/options/batchnorm.cpp' 2025-03-04T19:47:31.7827523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/options/conv.cpp' 2025-03-04T19:47:31.7827882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/options/dropout.cpp' 2025-03-04T19:47:31.7828246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/options/embedding.cpp' 2025-03-04T19:47:31.7828634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/options/instancenorm.cpp' 2025-03-04T19:47:31.7828977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/options/linear.cpp' 2025-03-04T19:47:31.7829371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/options/normalization.cpp' 2025-03-04T19:47:31.7829725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/options/padding.cpp' 2025-03-04T19:47:31.7830089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/options/pooling.cpp' 2025-03-04T19:47:31.7830417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/options/rnn.cpp' 2025-03-04T19:47:31.7830792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/options/transformer.cpp' 2025-03-04T19:47:31.7831143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/options/vision.cpp' 2025-03-04T19:47:31.7831475Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn/options' 2025-03-04T19:47:31.7831785Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/nn' 2025-03-04T19:47:31.7832142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/optim/adagrad.cpp' 2025-03-04T19:47:31.7832465Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/optim/adam.cpp' 2025-03-04T19:47:31.7832778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/optim/adamw.cpp' 2025-03-04T19:47:31.7833100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/optim/lbfgs.cpp' 2025-03-04T19:47:31.7833438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/optim/optimizer.cpp' 2025-03-04T19:47:31.7833764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/optim/rmsprop.cpp' 2025-03-04T19:47:31.7834180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp' 2025-03-04T19:47:31.7834687Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/optim/schedulers/reduce_on_plateau_scheduler.cpp' 2025-03-04T19:47:31.7835078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/optim/schedulers/step_lr.cpp' 2025-03-04T19:47:31.7835469Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/optim/schedulers' 2025-03-04T19:47:31.7835822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/optim/serialize.cpp' 2025-03-04T19:47:31.7836126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/optim/sgd.cpp' 2025-03-04T19:47:31.7836451Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/optim' 2025-03-04T19:47:31.7836766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/python/init.cpp' 2025-03-04T19:47:31.7837090Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/python' 2025-03-04T19:47:31.7837392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/serialize.cpp' 2025-03-04T19:47:31.7837800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/serialize/input-archive.cpp' 2025-03-04T19:47:31.7838199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/serialize/output-archive.cpp' 2025-03-04T19:47:31.7838529Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/serialize' 2025-03-04T19:47:31.7838822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src/xpu.cpp' 2025-03-04T19:47:31.7839116Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api/src' 2025-03-04T19:47:31.7839398Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/api' 2025-03-04T19:47:31.7839746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/FunctionsManual.cpp' 2025-03-04T19:47:31.7840093Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/FunctionsManual.h' 2025-03-04T19:47:31.7840423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/InferenceMode.h' 2025-03-04T19:47:31.7840722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/README.md' 2025-03-04T19:47:31.7841079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/TraceTypeManual.cpp' 2025-03-04T19:47:31.7841444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/VariableTypeManual.cpp' 2025-03-04T19:47:31.7841797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/VariableTypeUtils.h' 2025-03-04T19:47:31.7842136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/anomaly_mode.cpp' 2025-03-04T19:47:31.7842458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/anomaly_mode.h' 2025-03-04T19:47:31.7842768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/autograd.cpp' 2025-03-04T19:47:31.7843105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/autograd.h' 2025-03-04T19:47:31.7843442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/autograd_meta.cpp' 2025-03-04T19:47:31.7843877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/autograd_not_implemented_fallback.cpp' 2025-03-04T19:47:31.7844303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2025-03-04T19:47:31.7844612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/cpp_hook.cpp' 2025-03-04T19:47:31.7844920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/cpp_hook.h' 2025-03-04T19:47:31.7845263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/custom_function.cpp' 2025-03-04T19:47:31.7845628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/custom_function.h' 2025-03-04T19:47:31.7845913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/edge.h' 2025-03-04T19:47:31.7846241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/engine.cpp' 2025-03-04T19:47:31.7846527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/engine.h' 2025-03-04T19:47:31.7846856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/forward_grad.cpp' 2025-03-04T19:47:31.7847172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/forward_grad.h' 2025-03-04T19:47:31.7847479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/function.cpp' 2025-03-04T19:47:31.7847781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/function.h' 2025-03-04T19:47:31.7848107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/function_hook.h' 2025-03-04T19:47:31.7848530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/functions/accumulate_grad.cpp' 2025-03-04T19:47:31.7848914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/functions/accumulate_grad.h' 2025-03-04T19:47:31.7849286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/functions/basic_ops.cpp' 2025-03-04T19:47:31.7849644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/functions/basic_ops.h' 2025-03-04T19:47:31.7849984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/functions/comm.cpp' 2025-03-04T19:47:31.7850325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/functions/comm.h' 2025-03-04T19:47:31.7850667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/functions/init.cpp' 2025-03-04T19:47:31.7851019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/functions/pybind.h' 2025-03-04T19:47:31.7851372Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/functions/tensor.cpp' 2025-03-04T19:47:31.7851724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/functions/tensor.h' 2025-03-04T19:47:31.7852068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/functions/utils.cpp' 2025-03-04T19:47:31.7852417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/functions/utils.h' 2025-03-04T19:47:31.7852758Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/functions' 2025-03-04T19:47:31.7853063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/grad_mode.h' 2025-03-04T19:47:31.7853384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/graph_task.h' 2025-03-04T19:47:31.7853681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/init.cpp' 2025-03-04T19:47:31.7854054Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/input_buffer.cpp' 2025-03-04T19:47:31.7854375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/input_buffer.h' 2025-03-04T19:47:31.7854732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/input_metadata.cpp' 2025-03-04T19:47:31.7855066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/input_metadata.h' 2025-03-04T19:47:31.7855448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/jit_decomp_interface.cpp' 2025-03-04T19:47:31.7855807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/jit_decomp_interface.h' 2025-03-04T19:47:31.7856113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/profiler.h' 2025-03-04T19:47:31.7856494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/profiler_kineto.cpp' 2025-03-04T19:47:31.7856838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/profiler_kineto.h' 2025-03-04T19:47:31.7857234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/profiler_legacy.cpp' 2025-03-04T19:47:31.7857572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/profiler_legacy.h' 2025-03-04T19:47:31.7857930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/profiler_python.cpp' 2025-03-04T19:47:31.7858266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/profiler_python.h' 2025-03-04T19:47:31.7858649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_anomaly_mode.cpp' 2025-03-04T19:47:31.7859003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_anomaly_mode.h' 2025-03-04T19:47:31.7859340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_autograd.h' 2025-03-04T19:47:31.7859818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_cpp_function.cpp' 2025-03-04T19:47:31.7860174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_cpp_function.h' 2025-03-04T19:47:31.7860523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_engine.cpp' 2025-03-04T19:47:31.7860853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_engine.h' 2025-03-04T19:47:31.7861206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_enum_tag.h' 2025-03-04T19:47:31.7861634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_fft_functions.h' 2025-03-04T19:47:31.7861992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_function.cpp' 2025-03-04T19:47:31.7862332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_function.h' 2025-03-04T19:47:31.7862668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_hook.cpp' 2025-03-04T19:47:31.7862994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_hook.h' 2025-03-04T19:47:31.7863375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_legacy_variable.cpp' 2025-03-04T19:47:31.7863751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_legacy_variable.h' 2025-03-04T19:47:31.7864126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_linalg_functions.h' 2025-03-04T19:47:31.7864510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_nested_functions.h' 2025-03-04T19:47:31.7864928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_nested_functions_manual.cpp' 2025-03-04T19:47:31.7865322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_nn_functions.h' 2025-03-04T19:47:31.7865723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_saved_variable_hooks.cpp' 2025-03-04T19:47:31.7866112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_saved_variable_hooks.h' 2025-03-04T19:47:31.7866493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_sparse_functions.h' 2025-03-04T19:47:31.7866870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_special_functions.h' 2025-03-04T19:47:31.7867247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_torch_functions.h' 2025-03-04T19:47:31.7867731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_torch_functions_manual.cpp' 2025-03-04T19:47:31.7868117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_variable.cpp' 2025-03-04T19:47:31.7868479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_variable.h' 2025-03-04T19:47:31.7868878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_variable_indexing.cpp' 2025-03-04T19:47:31.7869252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/python_variable_indexing.h' 2025-03-04T19:47:31.7869626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/record_function_ops.cpp' 2025-03-04T19:47:31.7869978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/record_function_ops.h' 2025-03-04T19:47:31.7870319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/saved_variable.cpp' 2025-03-04T19:47:31.7870659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/saved_variable.h' 2025-03-04T19:47:31.7871049Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/saved_variable_hooks.h' 2025-03-04T19:47:31.7871367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/symbolic.h' 2025-03-04T19:47:31.7871725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/utils/error_messages.h' 2025-03-04T19:47:31.7872298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/utils/grad_layout_contract.h' 2025-03-04T19:47:31.7872668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/utils/lambda_post_hook.h' 2025-03-04T19:47:31.7873058Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/utils/python_arg_parsing.h' 2025-03-04T19:47:31.7873398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/utils/warnings.cpp' 2025-03-04T19:47:31.7873736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/utils/warnings.h' 2025-03-04T19:47:31.7874103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/utils/wrap_outputs.h' 2025-03-04T19:47:31.7874515Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/utils' 2025-03-04T19:47:31.7874833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/variable.cpp' 2025-03-04T19:47:31.7875136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/variable.h' 2025-03-04T19:47:31.7875483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/variable_info.cpp' 2025-03-04T19:47:31.7875808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/variable_info.h' 2025-03-04T19:47:31.7876112Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd' 2025-03-04T19:47:31.7876383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/copy_utils.h' 2025-03-04T19:47:31.7876730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cpu/Module.cpp' 2025-03-04T19:47:31.7877008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cpu/Module.h' 2025-03-04T19:47:31.7877287Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cpu' 2025-03-04T19:47:31.7877668Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/CUDAPluggableAllocator.cpp' 2025-03-04T19:47:31.7878024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/CUDAPluggableAllocator.h' 2025-03-04T19:47:31.7878310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/Event.cpp' 2025-03-04T19:47:31.7878578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/Event.h' 2025-03-04T19:47:31.7878881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/GdsFile.cpp' 2025-03-04T19:47:31.7879191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/GdsFile.h' 2025-03-04T19:47:31.7879500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/Graph.cpp' 2025-03-04T19:47:31.7879798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/MemPool.cpp' 2025-03-04T19:47:31.7880083Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/Module.cpp' 2025-03-04T19:47:31.7880365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/Module.h' 2025-03-04T19:47:31.7880648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/Stream.cpp' 2025-03-04T19:47:31.7880930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/Stream.h' 2025-03-04T19:47:31.7881194Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/THCP.h' 2025-03-04T19:47:31.7881479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/Tensor.cpp' 2025-03-04T19:47:31.7881765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/comm.cpp' 2025-03-04T19:47:31.7882063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/comm.h' 2025-03-04T19:47:31.7882368Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/device_set.h' 2025-03-04T19:47:31.7882697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/memory_snapshot.cpp' 2025-03-04T19:47:31.7883018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/memory_snapshot.h' 2025-03-04T19:47:31.7883292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/nccl.cpp' 2025-03-04T19:47:31.7883564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/nccl.h' 2025-03-04T19:47:31.7883874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/python_comm.cpp' 2025-03-04T19:47:31.7884171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/python_comm.h' 2025-03-04T19:47:31.7884489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/python_nccl.cpp' 2025-03-04T19:47:31.7884788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/python_nccl.h' 2025-03-04T19:47:31.7885109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/shared/cudart.cpp' 2025-03-04T19:47:31.7885417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/shared/cudnn.cpp' 2025-03-04T19:47:31.7885762Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/shared/cusparselt.cpp' 2025-03-04T19:47:31.7886068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/shared/nvtx.cpp' 2025-03-04T19:47:31.7886381Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/shared' 2025-03-04T19:47:31.7886659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda/utils.cpp' 2025-03-04T19:47:31.7886963Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/cuda' 2025-03-04T19:47:31.7887271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/deploy/README.md' 2025-03-04T19:47:31.7887555Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/deploy' 2025-03-04T19:47:31.7887940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/autograd.cpp' 2025-03-04T19:47:31.7888298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/autograd.h' 2025-03-04T19:47:31.7888726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/context/container.cpp' 2025-03-04T19:47:31.7889131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/context/container.h' 2025-03-04T19:47:31.7889569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/context/context.cpp' 2025-03-04T19:47:31.7889969Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/context/context.h' 2025-03-04T19:47:31.7890378Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/context' 2025-03-04T19:47:31.7890808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/engine/dist_engine.cpp' 2025-03-04T19:47:31.7891218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/engine/dist_engine.h' 2025-03-04T19:47:31.7891609Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/engine' 2025-03-04T19:47:31.7892077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp' 2025-03-04T19:47:31.7892537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2025-03-04T19:47:31.7893027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp' 2025-03-04T19:47:31.7893487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2025-03-04T19:47:31.7893883Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/functions' 2025-03-04T19:47:31.7894241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/init.cpp' 2025-03-04T19:47:31.7894636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/python_autograd.h' 2025-03-04T19:47:31.7895113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp' 2025-03-04T19:47:31.7895594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2025-03-04T19:47:31.7896131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp' 2025-03-04T19:47:31.7896665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2025-03-04T19:47:31.7897197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp' 2025-03-04T19:47:31.7897727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2025-03-04T19:47:31.7898236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp' 2025-03-04T19:47:31.7898748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2025-03-04T19:47:31.7899290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp' 2025-03-04T19:47:31.7899806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2025-03-04T19:47:31.7900279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp' 2025-03-04T19:47:31.7900753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2025-03-04T19:47:31.7901252Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp' 2025-03-04T19:47:31.7901829Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2025-03-04T19:47:31.7902384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp' 2025-03-04T19:47:31.7902922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2025-03-04T19:47:31.7903406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp' 2025-03-04T19:47:31.7903875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2025-03-04T19:47:31.7904366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp' 2025-03-04T19:47:31.7904834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2025-03-04T19:47:31.7905260Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/rpc_messages' 2025-03-04T19:47:31.7905644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/utils.cpp' 2025-03-04T19:47:31.7906009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd/utils.h' 2025-03-04T19:47:31.7906356Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/autograd' 2025-03-04T19:47:31.7906701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/Backend.cpp' 2025-03-04T19:47:31.7907063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/Backend.hpp' 2025-03-04T19:47:31.7907488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/Backoff.cpp' 2025-03-04T19:47:31.7907852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/Backoff.hpp' 2025-03-04T19:47:31.7908284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h' 2025-03-04T19:47:31.7908707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/CUDASymmetricMemory.cu' 2025-03-04T19:47:31.7909118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2025-03-04T19:47:31.7909548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/CUDASymmetricMemoryOps.cu' 2025-03-04T19:47:31.7909961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/CudaDMAConnectivity.cpp' 2025-03-04T19:47:31.7910351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/DMAConnectivity.cpp' 2025-03-04T19:47:31.7910752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2025-03-04T19:47:31.7911145Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2025-03-04T19:47:31.7911542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/FileStore.cpp' 2025-03-04T19:47:31.7911897Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/FileStore.hpp' 2025-03-04T19:47:31.7912290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/FlightRecorder.cpp' 2025-03-04T19:47:31.7912671Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/FlightRecorder.hpp' 2025-03-04T19:47:31.7913047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/Functional.cpp' 2025-03-04T19:47:31.7913407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/Functional.hpp' 2025-03-04T19:47:31.7913817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp' 2025-03-04T19:47:31.7914246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2025-03-04T19:47:31.7914653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/GroupRegistry.cpp' 2025-03-04T19:47:31.7915046Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2025-03-04T19:47:31.7915401Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/HashStore.cpp' 2025-03-04T19:47:31.7915768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/HashStore.hpp' 2025-03-04T19:47:31.7916119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/NCCLUtils.cpp' 2025-03-04T19:47:31.7916483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2025-03-04T19:47:31.7916830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/NanCheck.cu' 2025-03-04T19:47:31.7917222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/NanCheck.hpp' 2025-03-04T19:47:31.7917558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/Ops.cpp' 2025-03-04T19:47:31.7917945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/ParamCommsUtils.cpp' 2025-03-04T19:47:31.7918351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2025-03-04T19:47:31.7918721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/PrefixStore.cpp' 2025-03-04T19:47:31.7919105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/PrefixStore.hpp' 2025-03-04T19:47:31.7919480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/ProcessGroup.cpp' 2025-03-04T19:47:31.7919871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2025-03-04T19:47:31.7920269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp' 2025-03-04T19:47:31.7920673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2025-03-04T19:47:31.7921060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp' 2025-03-04T19:47:31.7921459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2025-03-04T19:47:31.7921854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp' 2025-03-04T19:47:31.7922248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2025-03-04T19:47:31.7922650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp' 2025-03-04T19:47:31.7923066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2025-03-04T19:47:31.7923494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp' 2025-03-04T19:47:31.7923909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2025-03-04T19:47:31.7924306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2025-03-04T19:47:31.7924661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/RankLocal.hpp' 2025-03-04T19:47:31.7925008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/Store.cpp' 2025-03-04T19:47:31.7925346Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/Store.hpp' 2025-03-04T19:47:31.7925760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/SymmetricMemory.cpp' 2025-03-04T19:47:31.7926193Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2025-03-04T19:47:31.7928648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/TCPStore.cpp' 2025-03-04T19:47:31.7929010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/TCPStore.hpp' 2025-03-04T19:47:31.7929405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/TCPStoreBackend.cpp' 2025-03-04T19:47:31.7929804Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2025-03-04T19:47:31.7930222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/TCPStoreLibUvBackend.cpp' 2025-03-04T19:47:31.7930578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/TraceUtils.h' 2025-03-04T19:47:31.7930969Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/Types.hpp' 2025-03-04T19:47:31.7931333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/UCCTracing.cpp' 2025-03-04T19:47:31.7931732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/UCCTracing.hpp' 2025-03-04T19:47:31.7932091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/UCCUtils.cpp' 2025-03-04T19:47:31.7932440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/UCCUtils.hpp' 2025-03-04T19:47:31.7932832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2025-03-04T19:47:31.7933171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/Utils.cpp' 2025-03-04T19:47:31.7933521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/Utils.hpp' 2025-03-04T19:47:31.7933900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2025-03-04T19:47:31.7934234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/Work.cpp' 2025-03-04T19:47:31.7934583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/Work.hpp' 2025-03-04T19:47:31.7934900Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/c10d.h' 2025-03-04T19:47:31.7935241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/comm.cpp' 2025-03-04T19:47:31.7935572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/comm.hpp' 2025-03-04T19:47:31.7936081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/control_collectives/ControlCollectives.hpp' 2025-03-04T19:47:31.7936572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/control_collectives/StoreCollectives.cpp' 2025-03-04T19:47:31.7937072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/control_collectives/StoreCollectives.hpp' 2025-03-04T19:47:31.7937499Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/control_collectives' 2025-03-04T19:47:31.7937923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/control_plane/Handlers.cpp' 2025-03-04T19:47:31.7938353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/control_plane/Handlers.hpp' 2025-03-04T19:47:31.7938805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/control_plane/PythonHandlers.cpp' 2025-03-04T19:47:31.7939280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/control_plane/WorkerServer.cpp' 2025-03-04T19:47:31.7939723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/control_plane/WorkerServer.hpp' 2025-03-04T19:47:31.7940152Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/control_plane' 2025-03-04T19:47:31.7940584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/cuda/AsyncMM.cu' 2025-03-04T19:47:31.7940961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/cuda/AsyncMM.cuh' 2025-03-04T19:47:31.7941651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/cuda/cutlass/gemm/kernel/persistent_async_input_scheduler.cuh' 2025-03-04T19:47:31.7942115Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/cuda/cutlass/gemm/kernel' 2025-03-04T19:47:31.7942529Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/cuda/cutlass/gemm' 2025-03-04T19:47:31.7942944Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/cuda/cutlass' 2025-03-04T19:47:31.7945003Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/cuda/utils.cpp' 2025-03-04T19:47:31.7945392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/cuda/utils.hpp' 2025-03-04T19:47:31.7945757Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/cuda' 2025-03-04T19:47:31.7946095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/debug.cpp' 2025-03-04T19:47:31.7946434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/debug.h' 2025-03-04T19:47:31.7946833Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/default_comm_hooks.cpp' 2025-03-04T19:47:31.7947229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2025-03-04T19:47:31.7947571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/error.h' 2025-03-04T19:47:31.7947946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/exception.h' 2025-03-04T19:47:31.7948287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/init.cpp' 2025-03-04T19:47:31.7948679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/intra_node_comm.cpp' 2025-03-04T19:47:31.7949059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/intra_node_comm.cu' 2025-03-04T19:47:31.7949454Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2025-03-04T19:47:31.7949852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/logger.cpp' 2025-03-04T19:47:31.7950210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/logger.hpp' 2025-03-04T19:47:31.7950559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/logging.cpp' 2025-03-04T19:47:31.7950902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/logging.h' 2025-03-04T19:47:31.7951301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/python_comm_hook.cpp' 2025-03-04T19:47:31.7951679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/python_comm_hook.h' 2025-03-04T19:47:31.7952131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/quantization/quantization.cpp' 2025-03-04T19:47:31.7952559Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/quantization/quantization.h' 2025-03-04T19:47:31.7953020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/quantization/quantization_gpu.cu' 2025-03-04T19:47:31.7953517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/quantization/quantization_gpu.h' 2025-03-04T19:47:31.7954033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/quantization/quantization_utils.h' 2025-03-04T19:47:31.7954423Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/quantization' 2025-03-04T19:47:31.7954780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/reducer.cpp' 2025-03-04T19:47:31.7955123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/reducer.hpp' 2025-03-04T19:47:31.7955490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/reducer_cuda.cpp' 2025-03-04T19:47:31.7955873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/reducer_timer.hpp' 2025-03-04T19:47:31.7956269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/sequence_num.cpp' 2025-03-04T19:47:31.7956697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/sequence_num.hpp' 2025-03-04T19:47:31.7957040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/socket.cpp' 2025-03-04T19:47:31.7957382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/socket.h' 2025-03-04T19:47:31.7957729Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d/socket_fmt.h' 2025-03-04T19:47:31.7958069Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/c10d' 2025-03-04T19:47:31.7958422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/agent_utils.cpp' 2025-03-04T19:47:31.7958765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/agent_utils.h' 2025-03-04T19:47:31.7959100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/init.cpp' 2025-03-04T19:47:31.7959444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/message.cpp' 2025-03-04T19:47:31.7959788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/message.h' 2025-03-04T19:47:31.7960283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/metrics/RpcMetricsHandler.h' 2025-03-04T19:47:31.7960684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/metrics/registry.cpp' 2025-03-04T19:47:31.7961046Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/metrics' 2025-03-04T19:47:31.7961520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp' 2025-03-04T19:47:31.7961978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.h' 2025-03-04T19:47:31.7962493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp' 2025-03-04T19:47:31.7962984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.h' 2025-03-04T19:47:31.7963358Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/profiler' 2025-03-04T19:47:31.7963706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/py_rref.cpp' 2025-03-04T19:47:31.7964038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/py_rref.h' 2025-03-04T19:47:31.7964408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/python_call.cpp' 2025-03-04T19:47:31.7964761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/python_call.h' 2025-03-04T19:47:31.7965191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/python_functions.cpp' 2025-03-04T19:47:31.7965604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/python_functions.h' 2025-03-04T19:47:31.7966008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/python_remote_call.cpp' 2025-03-04T19:47:31.7966389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/python_remote_call.h' 2025-03-04T19:47:31.7966749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/python_resp.cpp' 2025-03-04T19:47:31.7967107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/python_resp.h' 2025-03-04T19:47:31.7967503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/python_rpc_handler.cpp' 2025-03-04T19:47:31.7967921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/python_rpc_handler.h' 2025-03-04T19:47:31.7968335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/request_callback.cpp' 2025-03-04T19:47:31.7968726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/request_callback.h' 2025-03-04T19:47:31.7969135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/request_callback_impl.cpp' 2025-03-04T19:47:31.7969544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/request_callback_impl.h' 2025-03-04T19:47:31.7969977Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/request_callback_no_python.cpp' 2025-03-04T19:47:31.7970541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/request_callback_no_python.h' 2025-03-04T19:47:31.7970860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/rpc.h' 2025-03-04T19:47:31.7971212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/rpc_agent.cpp' 2025-03-04T19:47:31.7971567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/rpc_agent.h' 2025-03-04T19:47:31.7972101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/rpc_command_base.h' 2025-03-04T19:47:31.7972487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/rref_context.cpp' 2025-03-04T19:47:31.7972840Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/rref_context.h' 2025-03-04T19:47:31.7973204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/rref_impl.cpp' 2025-03-04T19:47:31.7973544Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/rref_impl.h' 2025-03-04T19:47:31.7973920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/rref_proto.cpp' 2025-03-04T19:47:31.7974269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/rref_proto.h' 2025-03-04T19:47:31.7974635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/script_call.cpp' 2025-03-04T19:47:31.7974998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/script_call.h' 2025-03-04T19:47:31.7975392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/script_remote_call.cpp' 2025-03-04T19:47:31.7975790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/script_remote_call.h' 2025-03-04T19:47:31.7976148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/script_resp.cpp' 2025-03-04T19:47:31.7976514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/script_resp.h' 2025-03-04T19:47:31.7976962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/tensorpipe_agent.cpp' 2025-03-04T19:47:31.7977405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2025-03-04T19:47:31.7977788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/tensorpipe_cuda.cpp' 2025-03-04T19:47:31.7978173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/tensorpipe_utils.cpp' 2025-03-04T19:47:31.7978568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2025-03-04T19:47:31.7979028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp' 2025-03-04T19:47:31.7979492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.h' 2025-03-04T19:47:31.7979896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/testing/init.cpp' 2025-03-04T19:47:31.7980317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/testing/testing.h' 2025-03-04T19:47:31.7980678Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/testing' 2025-03-04T19:47:31.7981104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/torchscript_functions.cpp' 2025-03-04T19:47:31.7981565Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/torchscript_functions.h' 2025-03-04T19:47:31.7981915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/types.cpp' 2025-03-04T19:47:31.7982238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/types.h' 2025-03-04T19:47:31.7982654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/unpickled_python_call.cpp' 2025-03-04T19:47:31.7983067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/unpickled_python_call.h' 2025-03-04T19:47:31.7983512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/unpickled_python_remote_call.cpp' 2025-03-04T19:47:31.7983959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2025-03-04T19:47:31.7984296Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/utils.cpp' 2025-03-04T19:47:31.7984630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc/utils.h' 2025-03-04T19:47:31.7984957Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed/rpc' 2025-03-04T19:47:31.7985276Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/distributed' 2025-03-04T19:47:31.7985589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/cache_entry.cpp' 2025-03-04T19:47:31.7985898Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/cache_entry.h' 2025-03-04T19:47:31.7986255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/compiled_autograd.cpp' 2025-03-04T19:47:31.7986601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/compiled_autograd.h' 2025-03-04T19:47:31.7986901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/cpp_shim.cpp' 2025-03-04T19:47:31.7987208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/cpp_shim.h' 2025-03-04T19:47:31.7987515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/cpython_defs.c' 2025-03-04T19:47:31.7987838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/cpython_defs.h' 2025-03-04T19:47:31.7988202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/cpython_includes.h' 2025-03-04T19:47:31.7988524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/debug_macros.h' 2025-03-04T19:47:31.7988858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/eval_frame.c' 2025-03-04T19:47:31.7989171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/eval_frame.h' 2025-03-04T19:47:31.7989502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/eval_frame_cpp.cpp' 2025-03-04T19:47:31.7989824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/eval_frame_cpp.h' 2025-03-04T19:47:31.7990150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/extra_state.cpp' 2025-03-04T19:47:31.7990455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/extra_state.h' 2025-03-04T19:47:31.7990870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/framelocals_mapping.cpp' 2025-03-04T19:47:31.7991222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/framelocals_mapping.h' 2025-03-04T19:47:31.7991560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/guards.cpp' 2025-03-04T19:47:31.7991851Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/guards.h' 2025-03-04T19:47:31.7992142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/init.cpp' 2025-03-04T19:47:31.7992420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/init.h' 2025-03-04T19:47:31.7992800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/python_compiled_autograd.cpp' 2025-03-04T19:47:31.7993187Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/python_compiled_autograd.h' 2025-03-04T19:47:31.7993482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/utils.cpp' 2025-03-04T19:47:31.7993775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo/utils.h' 2025-03-04T19:47:31.7994066Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/dynamo' 2025-03-04T19:47:31.7994339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/empty.c' 2025-03-04T19:47:31.7994635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/export/pybind.cpp' 2025-03-04T19:47:31.7994933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/export/pybind.h' 2025-03-04T19:47:31.7995223Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/export' 2025-03-04T19:47:31.7995522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/functorch/init.cpp' 2025-03-04T19:47:31.7995831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/functorch/init.h' 2025-03-04T19:47:31.7996133Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/functorch' 2025-03-04T19:47:31.7996415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/fx/node.cpp' 2025-03-04T19:47:31.7996677Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/fx/node.h' 2025-03-04T19:47:31.7996966Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/fx' 2025-03-04T19:47:31.7997351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_eager/kernel_holder.cpp' 2025-03-04T19:47:31.7997744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_eager/kernel_holder.h' 2025-03-04T19:47:31.7998145Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_eager/kernel_meta_info.cpp' 2025-03-04T19:47:31.7998535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_eager/kernel_meta_info.h' 2025-03-04T19:47:31.7998893Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_eager' 2025-03-04T19:47:31.7999287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_include/array_ref.h' 2025-03-04T19:47:31.7999678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_include/common.h' 2025-03-04T19:47:31.8000015Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_include/cpu.h' 2025-03-04T19:47:31.8000371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_include/cuda.h' 2025-03-04T19:47:31.8000708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_include/xpu.h' 2025-03-04T19:47:31.8001068Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_include' 2025-03-04T19:47:31.8001498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_package/model_package_loader.cpp' 2025-03-04T19:47:31.8001942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_package/model_package_loader.h' 2025-03-04T19:47:31.8002353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_package/pybind.cpp' 2025-03-04T19:47:31.8002706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_package/pybind.h' 2025-03-04T19:47:31.8003068Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_package' 2025-03-04T19:47:31.8003499Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runner/model_container_runner.cpp' 2025-03-04T19:47:31.8003931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2025-03-04T19:47:31.8004382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.cpp' 2025-03-04T19:47:31.8004837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2025-03-04T19:47:31.8005295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.cpp' 2025-03-04T19:47:31.8005751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2025-03-04T19:47:31.8006199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.cpp' 2025-03-04T19:47:31.8006632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h' 2025-03-04T19:47:31.8007002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runner/pybind.cpp' 2025-03-04T19:47:31.8007349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runner/pybind.h' 2025-03-04T19:47:31.8007714Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runner' 2025-03-04T19:47:31.8008111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2025-03-04T19:47:31.8008504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runtime/device_utils.h' 2025-03-04T19:47:31.8008874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runtime/interface.h' 2025-03-04T19:47:31.8009230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runtime/model.h' 2025-03-04T19:47:31.8009627Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runtime/model_container.h' 2025-03-04T19:47:31.8010032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2025-03-04T19:47:31.8010468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h' 2025-03-04T19:47:31.8010876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runtime/thread_local.h' 2025-03-04T19:47:31.8011264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runtime/utils.h' 2025-03-04T19:47:31.8011637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2025-03-04T19:47:31.8012017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runtime/utils_xpu.h' 2025-03-04T19:47:31.8012367Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_runtime' 2025-03-04T19:47:31.8012722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/c/shim.h' 2025-03-04T19:47:31.8013099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h' 2025-03-04T19:47:31.8013496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/c/shim_xpu.h' 2025-03-04T19:47:31.8013875Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/c' 2025-03-04T19:47:31.8014289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2025-03-04T19:47:31.8014713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2025-03-04T19:47:31.8015122Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h' 2025-03-04T19:47:31.8015520Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/generated' 2025-03-04T19:47:31.8015905Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/mkldnn_tensor.cpp' 2025-03-04T19:47:31.8016294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2025-03-04T19:47:31.8016705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/oss_proxy_executor.cpp' 2025-03-04T19:47:31.8017121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2025-03-04T19:47:31.8017505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2025-03-04T19:47:31.8017881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/shim_common.cpp' 2025-03-04T19:47:31.8018260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/shim_cuda.cpp' 2025-03-04T19:47:31.8018639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/shim_mkldnn.cpp' 2025-03-04T19:47:31.8019019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/shim_xpu.cpp' 2025-03-04T19:47:31.8019426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/tensor_converter.cpp' 2025-03-04T19:47:31.8019832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2025-03-04T19:47:31.8020170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/utils.h' 2025-03-04T19:47:31.8020527Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch' 2025-03-04T19:47:31.8020862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/array_ref_impl.h' 2025-03-04T19:47:31.8021236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/cpp_wrapper/array_ref.h' 2025-03-04T19:47:31.8021658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/cpp_wrapper/common.h' 2025-03-04T19:47:31.8022036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/cpp_wrapper/cpu.h' 2025-03-04T19:47:31.8022392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/cpp_wrapper/cuda.h' 2025-03-04T19:47:31.8023156Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/cpp_wrapper/device_internal/cpu.h' 2025-03-04T19:47:31.8023586Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/cpp_wrapper/device_internal/cuda.h' 2025-03-04T19:47:31.8023997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/cpp_wrapper/device_internal/xpu.h' 2025-03-04T19:47:31.8024435Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/cpp_wrapper/device_internal' 2025-03-04T19:47:31.8024775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/cpp_wrapper/xpu.h' 2025-03-04T19:47:31.8025170Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/cpp_wrapper' 2025-03-04T19:47:31.8025508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/inductor_ops.cpp' 2025-03-04T19:47:31.8025856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/inductor_ops.h' 2025-03-04T19:47:31.8026236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/resize_storage_bytes.cpp' 2025-03-04T19:47:31.8026533Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor' 2025-03-04T19:47:31.8026896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/instruction_counter/Module.cpp' 2025-03-04T19:47:31.8027242Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/instruction_counter/Module.h' 2025-03-04T19:47:31.8027598Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/instruction_counter' 2025-03-04T19:47:31.8027856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/itt.cpp' 2025-03-04T19:47:31.8028160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/itt_wrapper.cpp' 2025-03-04T19:47:31.8028440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/itt_wrapper.h' 2025-03-04T19:47:31.8028754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/JIT-AUTOCAST.md' 2025-03-04T19:47:31.8029044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/OVERVIEW.md' 2025-03-04T19:47:31.8029319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/README.md' 2025-03-04T19:47:31.8029666Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/api/compilation_unit.h' 2025-03-04T19:47:31.8030001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/api/function_impl.cpp' 2025-03-04T19:47:31.8030327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/api/function_impl.h' 2025-03-04T19:47:31.8030623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/api/method.h' 2025-03-04T19:47:31.8030936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/api/module.cpp' 2025-03-04T19:47:31.8031231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/api/module.h' 2025-03-04T19:47:31.8031552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/api/module_save.cpp' 2025-03-04T19:47:31.8031860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/api/object.cpp' 2025-03-04T19:47:31.8032153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/api/object.h' 2025-03-04T19:47:31.8032458Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/api' 2025-03-04T19:47:31.8032770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/backend.h' 2025-03-04T19:47:31.8033173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/backend_debug_handler.cpp' 2025-03-04T19:47:31.8033579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/backend_debug_handler.h' 2025-03-04T19:47:31.8034007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/backend_debug_info.cpp' 2025-03-04T19:47:31.8034377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/backend_debug_info.h' 2025-03-04T19:47:31.8034735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/backend_detail.cpp' 2025-03-04T19:47:31.8035091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/backend_detail.h' 2025-03-04T19:47:31.8035459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/backend_exception.h' 2025-03-04T19:47:31.8035813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/backend_init.cpp' 2025-03-04T19:47:31.8036182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/backend_init.h' 2025-03-04T19:47:31.8036600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/backend_interface.cpp' 2025-03-04T19:47:31.8036966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/backend_interface.h' 2025-03-04T19:47:31.8037350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/backend_preprocess.h' 2025-03-04T19:47:31.8037722Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/backend_resolver.cpp' 2025-03-04T19:47:31.8038081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/backend_resolver.h' 2025-03-04T19:47:31.8038477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/coreml/cpp/backend.cpp' 2025-03-04T19:47:31.8038860Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/coreml/cpp/context.cpp' 2025-03-04T19:47:31.8039239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/coreml/cpp/context.h' 2025-03-04T19:47:31.8039644Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/coreml/cpp/preprocess.cpp' 2025-03-04T19:47:31.8040012Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/coreml/cpp' 2025-03-04T19:47:31.8040441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/coreml/objc/PTMCoreMLBackend.mm' 2025-03-04T19:47:31.8040884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/coreml/objc/PTMCoreMLCompiler.h' 2025-03-04T19:47:31.8041319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/coreml/objc/PTMCoreMLCompiler.mm' 2025-03-04T19:47:31.8041761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.h' 2025-03-04T19:47:31.8042195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.mm' 2025-03-04T19:47:31.8042672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.h' 2025-03-04T19:47:31.8043160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.mm' 2025-03-04T19:47:31.8043617Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/coreml/objc/PTMCoreMLModelWrapper.h' 2025-03-04T19:47:31.8044067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/coreml/objc/PTMCoreMLTensorSpec.h' 2025-03-04T19:47:31.8044438Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/coreml/objc' 2025-03-04T19:47:31.8044795Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/coreml' 2025-03-04T19:47:31.8045289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp' 2025-03-04T19:47:31.8045771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp' 2025-03-04T19:47:31.8046110Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/nnapi' 2025-03-04T19:47:31.8046561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.cpp' 2025-03-04T19:47:31.8046988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.h' 2025-03-04T19:47:31.8047379Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/xnnpack/compiler' 2025-03-04T19:47:31.8047841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/xnnpack/executor/xnn_executor.h' 2025-03-04T19:47:31.8048234Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/xnnpack/executor' 2025-03-04T19:47:31.8048705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/xnnpack/serialization/schema.fbs' 2025-03-04T19:47:31.8049166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/xnnpack/serialization/serializer.cpp' 2025-03-04T19:47:31.8049620Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/xnnpack/serialization/serializer.h' 2025-03-04T19:47:31.8050041Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/xnnpack/serialization' 2025-03-04T19:47:31.8050472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/xnnpack/xnnpack_backend_lib.cpp' 2025-03-04T19:47:31.8050939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/xnnpack/xnnpack_backend_preprocess.cpp' 2025-03-04T19:47:31.8051389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.cpp' 2025-03-04T19:47:31.8051816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.h' 2025-03-04T19:47:31.8052167Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends/xnnpack' 2025-03-04T19:47:31.8052493Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/backends' 2025-03-04T19:47:31.8052831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/cuda/README.md' 2025-03-04T19:47:31.8053197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/cuda/interface.cpp' 2025-03-04T19:47:31.8053543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/cuda/interface.h' 2025-03-04T19:47:31.8053895Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/cuda' 2025-03-04T19:47:31.8054246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/README.md' 2025-03-04T19:47:31.8054610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/arg_spec.h' 2025-03-04T19:47:31.8054962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/codegen.cpp' 2025-03-04T19:47:31.8055306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/codegen.h' 2025-03-04T19:47:31.8055676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/compiler.cpp' 2025-03-04T19:47:31.8056029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/compiler.h' 2025-03-04T19:47:31.8056440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp' 2025-03-04T19:47:31.8056856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.h' 2025-03-04T19:47:31.8057308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/cpu/resource_strings.h' 2025-03-04T19:47:31.8057685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/cpu/temp_file.h' 2025-03-04T19:47:31.8058052Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/cpu' 2025-03-04T19:47:31.8058455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp' 2025-03-04T19:47:31.8058846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h' 2025-03-04T19:47:31.8059274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/cuda/resource_strings.h' 2025-03-04T19:47:31.8059661Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/cuda' 2025-03-04T19:47:31.8060061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/executor.cpp' 2025-03-04T19:47:31.8060412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/executor.h' 2025-03-04T19:47:31.8060796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/fallback.cpp' 2025-03-04T19:47:31.8061207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/fallback.h' 2025-03-04T19:47:31.8061657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/fused_kernel.h' 2025-03-04T19:47:31.8062021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/interface.cpp' 2025-03-04T19:47:31.8062371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/interface.h' 2025-03-04T19:47:31.8062768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/kernel_cache.cpp' 2025-03-04T19:47:31.8063138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/kernel_cache.h' 2025-03-04T19:47:31.8063509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/kernel_spec.h' 2025-03-04T19:47:31.8063888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/partition_desc.h' 2025-03-04T19:47:31.8064259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/tensor_desc.h' 2025-03-04T19:47:31.8064615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser/tensor_info.h' 2025-03-04T19:47:31.8064963Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/fuser' 2025-03-04T19:47:31.8065356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp' 2025-03-04T19:47:31.8065754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.h' 2025-03-04T19:47:31.8066107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/README.md' 2025-03-04T19:47:31.8066496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/decompose_silu.cpp' 2025-03-04T19:47:31.8066886Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/decompose_silu.h' 2025-03-04T19:47:31.8067291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/defer_size_check.cpp' 2025-03-04T19:47:31.8067689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/defer_size_check.h' 2025-03-04T19:47:31.8068067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/graph_fuser.cpp' 2025-03-04T19:47:31.8068479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/graph_fuser.h' 2025-03-04T19:47:31.8068890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/graph_helper.cpp' 2025-03-04T19:47:31.8069276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/graph_helper.h' 2025-03-04T19:47:31.8069662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp' 2025-03-04T19:47:31.8070036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/guard_shape.cpp' 2025-03-04T19:47:31.8070411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/guard_shape.h' 2025-03-04T19:47:31.8070774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/interface.cpp' 2025-03-04T19:47:31.8071160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/interface.h' 2025-03-04T19:47:31.8071514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/kernel.cpp' 2025-03-04T19:47:31.8072098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/kernel.h' 2025-03-04T19:47:31.8072517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/layout_propagation.cpp' 2025-03-04T19:47:31.8072929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/layout_propagation.h' 2025-03-04T19:47:31.8073277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/operator.h' 2025-03-04T19:47:31.8073679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/prepare_binary.cpp' 2025-03-04T19:47:31.8074057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/prepare_binary.h' 2025-03-04T19:47:31.8074468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn/register_interface.cpp' 2025-03-04T19:47:31.8074822Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen/onednn' 2025-03-04T19:47:31.8075129Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/codegen' 2025-03-04T19:47:31.8075426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/cuda/cuda.h' 2025-03-04T19:47:31.8075722Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/cuda' 2025-03-04T19:47:31.8076070Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/docs/serialization.md' 2025-03-04T19:47:31.8076367Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/docs' 2025-03-04T19:47:31.8076758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/builtin_functions.cpp' 2025-03-04T19:47:31.8077128Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/builtin_functions.h' 2025-03-04T19:47:31.8077557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp' 2025-03-04T19:47:31.8077981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2025-03-04T19:47:31.8078370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/concrete_module_type.cpp' 2025-03-04T19:47:31.8078761Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/concrete_module_type.h' 2025-03-04T19:47:31.8079120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/convert_to_ssa.cpp' 2025-03-04T19:47:31.8079483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/convert_to_ssa.h' 2025-03-04T19:47:31.8079839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/edit_distance.cpp' 2025-03-04T19:47:31.8080244Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/edit_distance.h' 2025-03-04T19:47:31.8080628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/error_report.cpp' 2025-03-04T19:47:31.8080966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/error_report.h' 2025-03-04T19:47:31.8081343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/exit_transforms.cpp' 2025-03-04T19:47:31.8081697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/exit_transforms.h' 2025-03-04T19:47:31.8082109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/function_schema_parser.cpp' 2025-03-04T19:47:31.8082497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/function_schema_parser.h' 2025-03-04T19:47:31.8082939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/inline_loop_condition.cpp' 2025-03-04T19:47:31.8083351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/inline_loop_condition.h' 2025-03-04T19:47:31.8083704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/ir_emitter.cpp' 2025-03-04T19:47:31.8084036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/ir_emitter.h' 2025-03-04T19:47:31.8084351Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/lexer.cpp' 2025-03-04T19:47:31.8084669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/lexer.h' 2025-03-04T19:47:31.8085032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/mini_environment.h' 2025-03-04T19:47:31.8085396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/name_mangler.cpp' 2025-03-04T19:47:31.8085738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/name_mangler.h' 2025-03-04T19:47:31.8086132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/parse_string_literal.h' 2025-03-04T19:47:31.8086453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/parser.cpp' 2025-03-04T19:47:31.8086774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/parser.h' 2025-03-04T19:47:31.8087132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/parser_constants.h' 2025-03-04T19:47:31.8087451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/resolver.h' 2025-03-04T19:47:31.8087834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/schema_matching.cpp' 2025-03-04T19:47:31.8088192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/schema_matching.h' 2025-03-04T19:47:31.8088586Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/schema_type_parser.cpp' 2025-03-04T19:47:31.8088964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/schema_type_parser.h' 2025-03-04T19:47:31.8089360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/script_type_parser.cpp' 2025-03-04T19:47:31.8090255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/script_type_parser.h' 2025-03-04T19:47:31.8091084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/source_range.cpp' 2025-03-04T19:47:31.8091889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/source_range.h' 2025-03-04T19:47:31.8092690Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/source_ref.h' 2025-03-04T19:47:31.8093497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/strtod.cpp' 2025-03-04T19:47:31.8094253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/strtod.h' 2025-03-04T19:47:31.8095065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/sugared_value.cpp' 2025-03-04T19:47:31.8095882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/sugared_value.h' 2025-03-04T19:47:31.8096653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/tracer.cpp' 2025-03-04T19:47:31.8097446Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/tracer.h' 2025-03-04T19:47:31.8098193Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/tree.h' 2025-03-04T19:47:31.8098953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/tree_views.cpp' 2025-03-04T19:47:31.8099766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/tree_views.h' 2025-03-04T19:47:31.8100623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/versioned_symbols.cpp' 2025-03-04T19:47:31.8101574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend/versioned_symbols.h' 2025-03-04T19:47:31.8102388Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/frontend' 2025-03-04T19:47:31.8103146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/alias_analysis.cpp' 2025-03-04T19:47:31.8104369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/alias_analysis.h' 2025-03-04T19:47:31.8105288Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/attributes.cpp' 2025-03-04T19:47:31.8106136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/attributes.h' 2025-03-04T19:47:31.8106879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/constants.cpp' 2025-03-04T19:47:31.8107609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/constants.h' 2025-03-04T19:47:31.8108344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/graph_node_list.h' 2025-03-04T19:47:31.8109108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/graph_utils.cpp' 2025-03-04T19:47:31.8109848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/graph_utils.h' 2025-03-04T19:47:31.8110553Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/ir.cpp' 2025-03-04T19:47:31.8111218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/ir.h' 2025-03-04T19:47:31.8111903Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/ir_views.h' 2025-03-04T19:47:31.8112623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/irparser.cpp' 2025-03-04T19:47:31.8113333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/irparser.h' 2025-03-04T19:47:31.8114057Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/named_value.h' 2025-03-04T19:47:31.8114802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/node_hashing.cpp' 2025-03-04T19:47:31.8115546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/node_hashing.h' 2025-03-04T19:47:31.8116358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/scope.cpp' 2025-03-04T19:47:31.8117134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/scope.h' 2025-03-04T19:47:31.8118218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/subgraph_matcher.cpp' 2025-03-04T19:47:31.8119126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/subgraph_matcher.h' 2025-03-04T19:47:31.8119963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/type_hashing.cpp' 2025-03-04T19:47:31.8120712Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir/type_hashing.h' 2025-03-04T19:47:31.8121463Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/ir' 2025-03-04T19:47:31.8122151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/jit_log.cpp' 2025-03-04T19:47:31.8122813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/jit_log.h' 2025-03-04T19:47:31.8123514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/jit_opt_limit.cpp' 2025-03-04T19:47:31.8124235Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/jit_opt_limit.h' 2025-03-04T19:47:31.8124947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/code.h' 2025-03-04T19:47:31.8125776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/compatibility/backport.cpp' 2025-03-04T19:47:31.8126670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/compatibility/backport.h' 2025-03-04T19:47:31.8127634Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/compatibility/backport_manager.cpp' 2025-03-04T19:47:31.8128604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/compatibility/backport_manager.h' 2025-03-04T19:47:31.8129657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp' 2025-03-04T19:47:31.8130858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/compatibility/model_compatibility.h' 2025-03-04T19:47:31.8132021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp' 2025-03-04T19:47:31.8133050Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/compatibility/runtime_compatibility.h' 2025-03-04T19:47:31.8133990Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/compatibility' 2025-03-04T19:47:31.8134815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/debug_info.cpp' 2025-03-04T19:47:31.8135574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/debug_info.h' 2025-03-04T19:47:31.8136337Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/file_format.h' 2025-03-04T19:47:31.8137147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/flatbuffer_loader.cpp' 2025-03-04T19:47:31.8137988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/flatbuffer_loader.h' 2025-03-04T19:47:31.8138756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/frame.h' 2025-03-04T19:47:31.8139498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/function.cpp' 2025-03-04T19:47:31.8140240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/function.h' 2025-03-04T19:47:31.8140978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/import.cpp' 2025-03-04T19:47:31.8141765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/import.h' 2025-03-04T19:47:31.8142525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/import_data.cpp' 2025-03-04T19:47:31.8143306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/import_data.h' 2025-03-04T19:47:31.8144125Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/import_export_common.h' 2025-03-04T19:47:31.8144938Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/interpreter.cpp' 2025-03-04T19:47:31.8145728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/interpreter.h' 2025-03-04T19:47:31.8146513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/method.h' 2025-03-04T19:47:31.8147412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.cpp' 2025-03-04T19:47:31.8148390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.h' 2025-03-04T19:47:31.8149325Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/model_tracer/CMakeLists.txt' 2025-03-04T19:47:31.8150263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.cpp' 2025-03-04T19:47:31.8151212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.h' 2025-03-04T19:47:31.8152202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.cpp' 2025-03-04T19:47:31.8153170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.h' 2025-03-04T19:47:31.8154181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.cpp' 2025-03-04T19:47:31.8155142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.h' 2025-03-04T19:47:31.8156117Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.cpp' 2025-03-04T19:47:31.8157089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.h' 2025-03-04T19:47:31.8158018Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/model_tracer/TensorUtils.cpp' 2025-03-04T19:47:31.8158924Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/model_tracer/TensorUtils.h' 2025-03-04T19:47:31.8159828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/model_tracer/TracerRunner.cpp' 2025-03-04T19:47:31.8160745Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/model_tracer/TracerRunner.h' 2025-03-04T19:47:31.8161626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/model_tracer/tracer.cpp' 2025-03-04T19:47:31.8162478Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/model_tracer' 2025-03-04T19:47:31.8163258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/module.cpp' 2025-03-04T19:47:31.8163971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/module.h' 2025-03-04T19:47:31.8164751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/nnc/aot_compiler.cpp' 2025-03-04T19:47:31.8165577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/nnc/aot_compiler.h' 2025-03-04T19:47:31.8166380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/nnc/backend.cpp' 2025-03-04T19:47:31.8167174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/nnc/context.cpp' 2025-03-04T19:47:31.8167959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/nnc/context.h' 2025-03-04T19:47:31.8168733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/nnc/registry.cpp' 2025-03-04T19:47:31.8169524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/nnc/registry.h' 2025-03-04T19:47:31.8170290Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/nnc' 2025-03-04T19:47:31.8171042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/observer.cpp' 2025-03-04T19:47:31.8172013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/observer.h' 2025-03-04T19:47:31.8172813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/parse_bytecode.cpp' 2025-03-04T19:47:31.8173705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/parse_bytecode.h' 2025-03-04T19:47:31.8174502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/parse_operators.cpp' 2025-03-04T19:47:31.8175316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/parse_operators.h' 2025-03-04T19:47:31.8176154Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/prim_ops_registery.cpp' 2025-03-04T19:47:31.8176999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/prim_ops_registery.h' 2025-03-04T19:47:31.8177816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/profiler_edge.cpp' 2025-03-04T19:47:31.8178651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/profiler_edge.h' 2025-03-04T19:47:31.8179498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/promoted_prim_ops.cpp' 2025-03-04T19:47:31.8180344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/promoted_prim_ops.h' 2025-03-04T19:47:31.8181167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/quantization.cpp' 2025-03-04T19:47:31.8182037Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/quantization.h' 2025-03-04T19:47:31.8182895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/register_ops_common_utils.cpp' 2025-03-04T19:47:31.8183809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/register_ops_common_utils.h' 2025-03-04T19:47:31.8184695Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/train/export_data.cpp' 2025-03-04T19:47:31.8185527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/train/export_data.h' 2025-03-04T19:47:31.8186356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/train/optim/sgd.cpp' 2025-03-04T19:47:31.8187173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/train/optim/sgd.h' 2025-03-04T19:47:31.8187992Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/train/optim' 2025-03-04T19:47:31.8188805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/train/random.cpp' 2025-03-04T19:47:31.8189600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/train/random.h' 2025-03-04T19:47:31.8190396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/train/sequential.cpp' 2025-03-04T19:47:31.8191234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/train/sequential.h' 2025-03-04T19:47:31.8192037Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/train' 2025-03-04T19:47:31.8192828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/type_parser.cpp' 2025-03-04T19:47:31.8193612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/type_parser.h' 2025-03-04T19:47:31.8194410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/upgrader_mobile.cpp' 2025-03-04T19:47:31.8195224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile/upgrader_mobile.h' 2025-03-04T19:47:31.8195975Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/mobile' 2025-03-04T19:47:31.8196759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/operator_upgraders/README.md' 2025-03-04T19:47:31.8197664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/operator_upgraders/upgraders.cpp' 2025-03-04T19:47:31.8198543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/operator_upgraders/upgraders.h' 2025-03-04T19:47:31.8199470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp' 2025-03-04T19:47:31.8200402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/operator_upgraders/upgraders_entry.h' 2025-03-04T19:47:31.8201285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/operator_upgraders/utils.cpp' 2025-03-04T19:47:31.8202108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/operator_upgraders/utils.h' 2025-03-04T19:47:31.8202970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/operator_upgraders/version_map.cpp' 2025-03-04T19:47:31.8203884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/operator_upgraders/version_map.h' 2025-03-04T19:47:31.8204747Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/operator_upgraders' 2025-03-04T19:47:31.8205604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/add_if_then_else.cpp' 2025-03-04T19:47:31.8206434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/add_if_then_else.h' 2025-03-04T19:47:31.8207237Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/annotate_warns.cpp' 2025-03-04T19:47:31.8208044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/annotate_warns.h' 2025-03-04T19:47:31.8208822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/autocast.cpp' 2025-03-04T19:47:31.8209569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/autocast.h' 2025-03-04T19:47:31.8210344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/bailout_graph.cpp' 2025-03-04T19:47:31.8211146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/bailout_graph.h' 2025-03-04T19:47:31.8211920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/batch_mm.cpp' 2025-03-04T19:47:31.8212652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/batch_mm.h' 2025-03-04T19:47:31.8213423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/canonicalize.cpp' 2025-03-04T19:47:31.8214213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/canonicalize.h' 2025-03-04T19:47:31.8215089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp' 2025-03-04T19:47:31.8216038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2025-03-04T19:47:31.8216943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/check_strict_fusion.cpp' 2025-03-04T19:47:31.8217786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/check_strict_fusion.h' 2025-03-04T19:47:31.8218629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/clear_profiling.cpp' 2025-03-04T19:47:31.8219447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/clear_profiling.h' 2025-03-04T19:47:31.8220289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/clear_undefinedness.cpp' 2025-03-04T19:47:31.8221149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/clear_undefinedness.h' 2025-03-04T19:47:31.8222153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/common_subexpression_elimination.cpp' 2025-03-04T19:47:31.8223146Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/common_subexpression_elimination.h' 2025-03-04T19:47:31.8224047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/concat_opt.cpp' 2025-03-04T19:47:31.8224845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/concat_opt.h' 2025-03-04T19:47:31.8225637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/constant_pooling.cpp' 2025-03-04T19:47:31.8226462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/constant_pooling.h' 2025-03-04T19:47:31.8227323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/constant_propagation.cpp' 2025-03-04T19:47:31.8228193Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/constant_propagation.h' 2025-03-04T19:47:31.8229086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp' 2025-03-04T19:47:31.8230017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2025-03-04T19:47:31.8230953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/create_functional_graphs.cpp' 2025-03-04T19:47:31.8231857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/create_functional_graphs.h' 2025-03-04T19:47:31.8232838Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp' 2025-03-04T19:47:31.8233889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.h' 2025-03-04T19:47:31.8234850Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/dbr_quantization' 2025-03-04T19:47:31.8235727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/dead_code_elimination.cpp' 2025-03-04T19:47:31.8236594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/dead_code_elimination.h' 2025-03-04T19:47:31.8237428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/decompose_ops.cpp' 2025-03-04T19:47:31.8238230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/decompose_ops.h' 2025-03-04T19:47:31.8239064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/device_type_analysis.cpp' 2025-03-04T19:47:31.8239928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/device_type_analysis.h' 2025-03-04T19:47:31.8240767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/dtype_analysis.cpp' 2025-03-04T19:47:31.8241562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/dtype_analysis.h' 2025-03-04T19:47:31.8242376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/eliminate_no_ops.cpp' 2025-03-04T19:47:31.8243204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/eliminate_no_ops.h' 2025-03-04T19:47:31.8244042Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/erase_number_types.cpp' 2025-03-04T19:47:31.8244890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/erase_number_types.h' 2025-03-04T19:47:31.8245759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp' 2025-03-04T19:47:31.8246658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2025-03-04T19:47:31.8247494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/fold_conv_bn.cpp' 2025-03-04T19:47:31.8248284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/fold_conv_bn.h' 2025-03-04T19:47:31.8249084Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/fold_linear_bn.cpp' 2025-03-04T19:47:31.8249916Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/fold_linear_bn.h' 2025-03-04T19:47:31.8250744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/freeze_module.cpp' 2025-03-04T19:47:31.8251542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/freeze_module.h' 2025-03-04T19:47:31.8252368Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/frozen_concat_linear.cpp' 2025-03-04T19:47:31.8253233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/frozen_concat_linear.h' 2025-03-04T19:47:31.8254142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp' 2025-03-04T19:47:31.8255065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2025-03-04T19:47:31.8256052Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/frozen_conv_add_relu_fusion_cuda.cpp' 2025-03-04T19:47:31.8257017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/frozen_conv_folding.cpp' 2025-03-04T19:47:31.8257878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/frozen_conv_folding.h' 2025-03-04T19:47:31.8258764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/frozen_graph_optimizations.cpp' 2025-03-04T19:47:31.8259697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2025-03-04T19:47:31.8260598Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/frozen_linear_folding.cpp' 2025-03-04T19:47:31.8261576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/frozen_linear_folding.h' 2025-03-04T19:47:31.8262477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/frozen_linear_transpose.cpp' 2025-03-04T19:47:31.8263375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/frozen_linear_transpose.h' 2025-03-04T19:47:31.8264254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp' 2025-03-04T19:47:31.8265103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2025-03-04T19:47:31.8265928Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/fuse_linear.cpp' 2025-03-04T19:47:31.8266708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/fuse_linear.h' 2025-03-04T19:47:31.8267477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/fuse_relu.cpp' 2025-03-04T19:47:31.8268229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/fuse_relu.h' 2025-03-04T19:47:31.8268994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/graph_fuser.cpp' 2025-03-04T19:47:31.8269783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/graph_fuser.h' 2025-03-04T19:47:31.8270593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/graph_rewrite_helper.cpp' 2025-03-04T19:47:31.8271460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/graph_rewrite_helper.h' 2025-03-04T19:47:31.8272490Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/guard_elimination.cpp' 2025-03-04T19:47:31.8273328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/guard_elimination.h' 2025-03-04T19:47:31.8274197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/hoist_conv_packed_params.cpp' 2025-03-04T19:47:31.8275092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2025-03-04T19:47:31.8276068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp' 2025-03-04T19:47:31.8277019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2025-03-04T19:47:31.8277883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/inline_fork_wait.cpp' 2025-03-04T19:47:31.8278706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/inline_fork_wait.h' 2025-03-04T19:47:31.8279551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/inline_forked_closures.cpp' 2025-03-04T19:47:31.8280420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/inline_forked_closures.h' 2025-03-04T19:47:31.8281224Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/inliner.cpp' 2025-03-04T19:47:31.8282002Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/inliner.h' 2025-03-04T19:47:31.8282879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/inplace_check.cpp' 2025-03-04T19:47:31.8283689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/inplace_check.h' 2025-03-04T19:47:31.8284508Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/insert_guards.cpp' 2025-03-04T19:47:31.8285299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/insert_guards.h' 2025-03-04T19:47:31.8286144Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/integer_value_refinement.cpp' 2025-03-04T19:47:31.8287049Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/integer_value_refinement.h' 2025-03-04T19:47:31.8287892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/lift_closures.cpp' 2025-03-04T19:47:31.8288692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/lift_closures.h' 2025-03-04T19:47:31.8289464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/liveness.cpp' 2025-03-04T19:47:31.8290218Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/liveness.h' 2025-03-04T19:47:31.8290991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/loop_unrolling.cpp' 2025-03-04T19:47:31.8291792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/loop_unrolling.h' 2025-03-04T19:47:31.8292576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/lower_grad_of.cpp' 2025-03-04T19:47:31.8293388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/lower_grad_of.h' 2025-03-04T19:47:31.8294177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/lower_graph.cpp' 2025-03-04T19:47:31.8294960Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/lower_graph.h' 2025-03-04T19:47:31.8295746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/lower_tuples.cpp' 2025-03-04T19:47:31.8296535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/lower_tuples.h' 2025-03-04T19:47:31.8297317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/metal_rewrite.cpp' 2025-03-04T19:47:31.8298109Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/metal_rewrite.h' 2025-03-04T19:47:31.8298910Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/mkldnn_rewrite.cpp' 2025-03-04T19:47:31.8299705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/mkldnn_rewrite.h' 2025-03-04T19:47:31.8300527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/mobile_optimizer_type.h' 2025-03-04T19:47:31.8301394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/normalize_ops.cpp' 2025-03-04T19:47:31.8302297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/normalize_ops.h' 2025-03-04T19:47:31.8303097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onednn_graph_fuser.h' 2025-03-04T19:47:31.8303874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx.cpp' 2025-03-04T19:47:31.8304585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx.h' 2025-03-04T19:47:31.8305319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/README.md' 2025-03-04T19:47:31.8306223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp' 2025-03-04T19:47:31.8307238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.h' 2025-03-04T19:47:31.8308160Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/constant_fold.cpp' 2025-03-04T19:47:31.8309020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/constant_fold.h' 2025-03-04T19:47:31.8309942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/constant_map.cpp' 2025-03-04T19:47:31.8310841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/constant_map.h' 2025-03-04T19:47:31.8311825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/deduplicate_initializers.cpp' 2025-03-04T19:47:31.8312815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/deduplicate_initializers.h' 2025-03-04T19:47:31.8313795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/eliminate_unused_items.cpp' 2025-03-04T19:47:31.8314735Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/eliminate_unused_items.h' 2025-03-04T19:47:31.8315639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/eval_peephole.cpp' 2025-03-04T19:47:31.8316485Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/eval_peephole.h' 2025-03-04T19:47:31.8317360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp' 2025-03-04T19:47:31.8318292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.h' 2025-03-04T19:47:31.8319212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/function_extraction.cpp' 2025-03-04T19:47:31.8320118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/function_extraction.h' 2025-03-04T19:47:31.8321031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/function_substitution.cpp' 2025-03-04T19:47:31.8321956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/function_substitution.h' 2025-03-04T19:47:31.8322809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/helper.cpp' 2025-03-04T19:47:31.8323576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/helper.h' 2025-03-04T19:47:31.8330282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/list_model_parameters.cpp' 2025-03-04T19:47:31.8331225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/list_model_parameters.h' 2025-03-04T19:47:31.8332073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/naming.cpp' 2025-03-04T19:47:31.8332855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/naming.h' 2025-03-04T19:47:31.8333723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/onnx_log.cpp' 2025-03-04T19:47:31.8334535Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/onnx_log.h' 2025-03-04T19:47:31.8335498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp' 2025-03-04T19:47:31.8336636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.h' 2025-03-04T19:47:31.8337685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/pattern_conversion/common.cpp' 2025-03-04T19:47:31.8338641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/pattern_conversion/common.h' 2025-03-04T19:47:31.8339684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp' 2025-03-04T19:47:31.8340784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.h' 2025-03-04T19:47:31.8341973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp' 2025-03-04T19:47:31.8343080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.h' 2025-03-04T19:47:31.8344098Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/pattern_conversion' 2025-03-04T19:47:31.8344964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/peephole.cpp' 2025-03-04T19:47:31.8345760Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/peephole.h' 2025-03-04T19:47:31.8346638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp' 2025-03-04T19:47:31.8347599Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.h' 2025-03-04T19:47:31.8348515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/preprocess_for_onnx.cpp' 2025-03-04T19:47:31.8349413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/preprocess_for_onnx.h' 2025-03-04T19:47:31.8350342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp' 2025-03-04T19:47:31.8351302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.h' 2025-03-04T19:47:31.8352236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/scalar_type_analysis.cpp' 2025-03-04T19:47:31.8353142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/scalar_type_analysis.h' 2025-03-04T19:47:31.8354041Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/shape_type_inference.cpp' 2025-03-04T19:47:31.8354934Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/shape_type_inference.h' 2025-03-04T19:47:31.8355853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/unpack_quantized_weights.cpp' 2025-03-04T19:47:31.8356803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/unpack_quantized_weights.h' 2025-03-04T19:47:31.8357649Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx' 2025-03-04T19:47:31.8358426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/pass_manager.cpp' 2025-03-04T19:47:31.8359205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/pass_manager.h' 2025-03-04T19:47:31.8359994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/peephole.cpp' 2025-03-04T19:47:31.8360728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/peephole.h' 2025-03-04T19:47:31.8361582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/peephole_alias_sensitive.cpp' 2025-03-04T19:47:31.8362479Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2025-03-04T19:47:31.8363350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/peephole_dict_idioms.cpp' 2025-03-04T19:47:31.8364202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/peephole_dict_idioms.h' 2025-03-04T19:47:31.8365051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/peephole_list_idioms.cpp' 2025-03-04T19:47:31.8365918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/peephole_list_idioms.h' 2025-03-04T19:47:31.8366771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/peephole_non_tensor.cpp' 2025-03-04T19:47:31.8367648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/peephole_non_tensor.h' 2025-03-04T19:47:31.8368484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/prepack_folding.cpp' 2025-03-04T19:47:31.8369292Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/prepack_folding.h' 2025-03-04T19:47:31.8370179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp' 2025-03-04T19:47:31.8371129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2025-03-04T19:47:31.8372232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/quantization/finalize.cpp' 2025-03-04T19:47:31.8373115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/quantization/finalize.h' 2025-03-04T19:47:31.8374023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/quantization/fusion_passes.cpp' 2025-03-04T19:47:31.8374944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/quantization/fusion_passes.h' 2025-03-04T19:47:31.8375825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/quantization/helper.cpp' 2025-03-04T19:47:31.8376670Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/quantization/helper.h' 2025-03-04T19:47:31.8377572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/quantization/insert_observers.cpp' 2025-03-04T19:47:31.8378512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/quantization/insert_observers.h' 2025-03-04T19:47:31.8379482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp' 2025-03-04T19:47:31.8380472Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2025-03-04T19:47:31.8381536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2025-03-04T19:47:31.8382524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/quantization/quantization_type.cpp' 2025-03-04T19:47:31.8383488Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/quantization/quantization_type.h' 2025-03-04T19:47:31.8384478Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/quantization/register_packed_params.cpp' 2025-03-04T19:47:31.8385486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/quantization/register_packed_params.h' 2025-03-04T19:47:31.8386480Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/quantization' 2025-03-04T19:47:31.8387327Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/refine_tuple_types.cpp' 2025-03-04T19:47:31.8388200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/refine_tuple_types.h' 2025-03-04T19:47:31.8389021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/remove_dropout.cpp' 2025-03-04T19:47:31.8389817Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/remove_dropout.h' 2025-03-04T19:47:31.8390640Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/remove_exceptions.cpp' 2025-03-04T19:47:31.8391460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/remove_exceptions.h' 2025-03-04T19:47:31.8392302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/remove_expands.cpp' 2025-03-04T19:47:31.8393106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/remove_expands.h' 2025-03-04T19:47:31.8394038Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/remove_inplace_ops.cpp' 2025-03-04T19:47:31.8394880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/remove_inplace_ops.h' 2025-03-04T19:47:31.8395702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/remove_mutation.cpp' 2025-03-04T19:47:31.8396497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/remove_mutation.h' 2025-03-04T19:47:31.8397360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/remove_redundant_profiles.cpp' 2025-03-04T19:47:31.8398273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/remove_redundant_profiles.h' 2025-03-04T19:47:31.8399200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/replacement_of_old_operators.cpp' 2025-03-04T19:47:31.8400138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/replacement_of_old_operators.h' 2025-03-04T19:47:31.8401044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/requires_grad_analysis.cpp' 2025-03-04T19:47:31.8401913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/requires_grad_analysis.h' 2025-03-04T19:47:31.8402751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/restore_mutation.cpp' 2025-03-04T19:47:31.8403657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/restore_mutation.h' 2025-03-04T19:47:31.8404484Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/shape_analysis.cpp' 2025-03-04T19:47:31.8405323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/shape_analysis.h' 2025-03-04T19:47:31.8406174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/specialize_autogradzero.cpp' 2025-03-04T19:47:31.8407074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/specialize_autogradzero.h' 2025-03-04T19:47:31.8407925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/subgraph_rewrite.cpp' 2025-03-04T19:47:31.8408748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/subgraph_rewrite.h' 2025-03-04T19:47:31.8409597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/symbolic_shape_analysis.cpp' 2025-03-04T19:47:31.8410574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2025-03-04T19:47:31.8411445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/symbolic_shape_cache.cpp' 2025-03-04T19:47:31.8412353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/symbolic_shape_cache.h' 2025-03-04T19:47:31.8413260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp' 2025-03-04T19:47:31.8414239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2025-03-04T19:47:31.8415118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/tensorexpr_fuser.cpp' 2025-03-04T19:47:31.8415936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/tensorexpr_fuser.h' 2025-03-04T19:47:31.8416874Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp' 2025-03-04T19:47:31.8417926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2025-03-04T19:47:31.8418955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/utils/check_alias_annotation.cpp' 2025-03-04T19:47:31.8419921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2025-03-04T19:47:31.8420793Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/utils/memory_dag.cpp' 2025-03-04T19:47:31.8421667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/utils/memory_dag.h' 2025-03-04T19:47:31.8422491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/utils/op_registry.cpp' 2025-03-04T19:47:31.8423322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/utils/op_registry.h' 2025-03-04T19:47:31.8424187Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/utils/optimization_utils.cpp' 2025-03-04T19:47:31.8425088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/utils/optimization_utils.h' 2025-03-04T19:47:31.8425968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/utils/subgraph_utils.cpp' 2025-03-04T19:47:31.8426830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/utils/subgraph_utils.h' 2025-03-04T19:47:31.8427632Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/utils' 2025-03-04T19:47:31.8428459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/value_refinement_utils.cpp' 2025-03-04T19:47:31.8429330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/value_refinement_utils.h' 2025-03-04T19:47:31.8430157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/variadic_ops.cpp' 2025-03-04T19:47:31.8430942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/variadic_ops.h' 2025-03-04T19:47:31.8431739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/vulkan_rewrite.cpp' 2025-03-04T19:47:31.8432539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/vulkan_rewrite.h' 2025-03-04T19:47:31.8433331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/xnnpack_rewrite.cpp' 2025-03-04T19:47:31.8434135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes/xnnpack_rewrite.h' 2025-03-04T19:47:31.8434890Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/passes' 2025-03-04T19:47:31.8435603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/init.cpp' 2025-03-04T19:47:31.8436307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/init.h' 2025-03-04T19:47:31.8437043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/module_python.h' 2025-03-04T19:47:31.8437783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/pybind.h' 2025-03-04T19:47:31.8438561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/pybind_utils.cpp' 2025-03-04T19:47:31.8439369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/pybind_utils.h' 2025-03-04T19:47:31.8440174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/python_arg_flatten.cpp' 2025-03-04T19:47:31.8441004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/python_arg_flatten.h' 2025-03-04T19:47:31.8441848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/python_custom_class.cpp' 2025-03-04T19:47:31.8442706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/python_custom_class.h' 2025-03-04T19:47:31.8443509Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/python_dict.cpp' 2025-03-04T19:47:31.8444312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/python_dict.h' 2025-03-04T19:47:31.8445145Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/python_interpreter.cpp' 2025-03-04T19:47:31.8445959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/python_ir.cpp' 2025-03-04T19:47:31.8446707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/python_ir.h' 2025-03-04T19:47:31.8447465Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/python_ivalue.h' 2025-03-04T19:47:31.8448234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/python_list.cpp' 2025-03-04T19:47:31.8449004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/python_list.h' 2025-03-04T19:47:31.8449819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/python_sugared_value.cpp' 2025-03-04T19:47:31.8450676Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/python_sugared_value.h' 2025-03-04T19:47:31.8451505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/python_tracer.cpp' 2025-03-04T19:47:31.8452297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/python_tracer.h' 2025-03-04T19:47:31.8453110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/python_tree_views.cpp' 2025-03-04T19:47:31.8453927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/python_tree_views.h' 2025-03-04T19:47:31.8454721Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/script_init.cpp' 2025-03-04T19:47:31.8455494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/script_init.h' 2025-03-04T19:47:31.8456333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/update_graph_executor_opt.cpp' 2025-03-04T19:47:31.8457241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/update_graph_executor_opt.h' 2025-03-04T19:47:31.8458129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/utf8_decoding_ignore.cpp' 2025-03-04T19:47:31.8458981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python/utf8_decoding_ignore.h' 2025-03-04T19:47:31.8459761Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/python' 2025-03-04T19:47:31.8460480Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/resource_guard.h' 2025-03-04T19:47:31.8461247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/argument_spec.cpp' 2025-03-04T19:47:31.8462115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/argument_spec.h' 2025-03-04T19:47:31.8462896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/autodiff.cpp' 2025-03-04T19:47:31.8463693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/autodiff.h' 2025-03-04T19:47:31.8464530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/calculate_necessary_args.h' 2025-03-04T19:47:31.8465388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/custom_operator.h' 2025-03-04T19:47:31.8466245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/decomposition_registry.cpp' 2025-03-04T19:47:31.8467136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/decomposition_registry.h' 2025-03-04T19:47:31.8468047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/decomposition_registry_util.cpp' 2025-03-04T19:47:31.8468988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/decomposition_registry_util.h' 2025-03-04T19:47:31.8469888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/exception_message.h' 2025-03-04T19:47:31.8470737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/graph_executor.cpp' 2025-03-04T19:47:31.8471550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/graph_executor.h' 2025-03-04T19:47:31.8472540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/graph_executor_impl.h' 2025-03-04T19:47:31.8473360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/graph_iterator.h' 2025-03-04T19:47:31.8474156Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/instruction.cpp' 2025-03-04T19:47:31.8474939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/instruction.h' 2025-03-04T19:47:31.8475716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/interpreter.cpp' 2025-03-04T19:47:31.8476504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/interpreter.h' 2025-03-04T19:47:31.8477359Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/interpreter/can_emit_inline.h' 2025-03-04T19:47:31.8478249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/interpreter/code_impl.h' 2025-03-04T19:47:31.8479105Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/interpreter/frame.cpp' 2025-03-04T19:47:31.8479954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/interpreter/frame.h' 2025-03-04T19:47:31.8480854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp' 2025-03-04T19:47:31.8481805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/interpreter/preprocess_graph.h' 2025-03-04T19:47:31.8482703Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/interpreter' 2025-03-04T19:47:31.8483527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/jit_exception.cpp' 2025-03-04T19:47:31.8484332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/jit_exception.h' 2025-03-04T19:47:31.8485115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/jit_trace.cpp' 2025-03-04T19:47:31.8485880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/jit_trace.h' 2025-03-04T19:47:31.8486622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/logging.cpp' 2025-03-04T19:47:31.8487367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/logging.h' 2025-03-04T19:47:31.8488120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/operator.cpp' 2025-03-04T19:47:31.8488945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/operator.h' 2025-03-04T19:47:31.8489732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/operator_options.h' 2025-03-04T19:47:31.8490595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/print_handler.cpp' 2025-03-04T19:47:31.8491402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/print_handler.h' 2025-03-04T19:47:31.8492280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp' 2025-03-04T19:47:31.8493248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2025-03-04T19:47:31.8494156Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/profiling_record.cpp' 2025-03-04T19:47:31.8495025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/profiling_record.h' 2025-03-04T19:47:31.8495868Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/register_c10_ops.cpp' 2025-03-04T19:47:31.8496756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/register_cuda_ops.cpp' 2025-03-04T19:47:31.8497639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/register_distributed_ops.cpp' 2025-03-04T19:47:31.8498536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/register_ops_utils.cpp' 2025-03-04T19:47:31.8499391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/register_ops_utils.h' 2025-03-04T19:47:31.8500240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/register_prim_ops.cpp' 2025-03-04T19:47:31.8501137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp' 2025-03-04T19:47:31.8502137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/register_special_ops.cpp' 2025-03-04T19:47:31.8502990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/script_profile.cpp' 2025-03-04T19:47:31.8503797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/script_profile.h' 2025-03-04T19:47:31.8504709Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp' 2025-03-04T19:47:31.8505718Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2025-03-04T19:47:31.8506661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/shape_function_registry.h' 2025-03-04T19:47:31.8507571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp' 2025-03-04T19:47:31.8508507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2025-03-04T19:47:31.8509405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/slice_indices_adjust.cpp' 2025-03-04T19:47:31.8510263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/slice_indices_adjust.h' 2025-03-04T19:47:31.8511104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/.clang-tidy' 2025-03-04T19:47:31.8511989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/ProcessedNodeInputs.cpp' 2025-03-04T19:47:31.8512927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/ProcessedNodeInputs.h' 2025-03-04T19:47:31.8513794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/README.md' 2025-03-04T19:47:31.8514602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/fusion.cpp' 2025-03-04T19:47:31.8515436Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/fusion.h' 2025-03-04T19:47:31.8516294Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/generated_ops.cpp' 2025-03-04T19:47:31.8517134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/impl.cpp' 2025-03-04T19:47:31.8518006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/impl.h' 2025-03-04T19:47:31.8518790Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/init.cpp' 2025-03-04T19:47:31.8519574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/init.h' 2025-03-04T19:47:31.8520409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/memory_planner.cpp' 2025-03-04T19:47:31.8521304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/memory_planner.h' 2025-03-04T19:47:31.8522170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/native_ops.cpp' 2025-03-04T19:47:31.8523060Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/ops.cpp' 2025-03-04T19:47:31.8523842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/ops.h' 2025-03-04T19:47:31.8524189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/passes.cpp' 2025-03-04T19:47:31.8524539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/passes.h' 2025-03-04T19:47:31.8524961Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/processed_node_wrapper.h' 2025-03-04T19:47:31.8525344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/static_method.h' 2025-03-04T19:47:31.8525714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/te_wrapper.cpp' 2025-03-04T19:47:31.8526085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static/te_wrapper.h' 2025-03-04T19:47:31.8526423Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/static' 2025-03-04T19:47:31.8526792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/symbolic_script.cpp' 2025-03-04T19:47:31.8527142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/symbolic_script.h' 2025-03-04T19:47:31.8527537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/symbolic_shape_registry.cpp' 2025-03-04T19:47:31.8527933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2025-03-04T19:47:31.8528353Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp' 2025-03-04T19:47:31.8528775Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2025-03-04T19:47:31.8529143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/vararg_functions.cpp' 2025-03-04T19:47:31.8529507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/vararg_functions.h' 2025-03-04T19:47:31.8529881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime/variable_tensor_list.h' 2025-03-04T19:47:31.8530199Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/runtime' 2025-03-04T19:47:31.8530689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp' 2025-03-04T19:47:31.8531175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2025-03-04T19:47:31.8531557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/export.cpp' 2025-03-04T19:47:31.8531919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/export.h' 2025-03-04T19:47:31.8532324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/export_bytecode.cpp' 2025-03-04T19:47:31.8532706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/export_bytecode.h' 2025-03-04T19:47:31.8533096Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/export_module.cpp' 2025-03-04T19:47:31.8533519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/flatbuffer_serializer.cpp' 2025-03-04T19:47:31.8533940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2025-03-04T19:47:31.8534410Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp' 2025-03-04T19:47:31.8534888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2025-03-04T19:47:31.8535241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/import.cpp' 2025-03-04T19:47:31.8535588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/import.h' 2025-03-04T19:47:31.8536010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/import_export_constants.h' 2025-03-04T19:47:31.8536426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/import_export_functions.h' 2025-03-04T19:47:31.8536858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/import_export_helpers.cpp' 2025-03-04T19:47:31.8537269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/import_export_helpers.h' 2025-03-04T19:47:31.8537652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/import_read.cpp' 2025-03-04T19:47:31.8538014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/import_read.h' 2025-03-04T19:47:31.8538403Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/import_source.cpp' 2025-03-04T19:47:31.8538774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/import_source.h' 2025-03-04T19:47:31.8539173Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/mobile_bytecode.fbs' 2025-03-04T19:47:31.8539601Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2025-03-04T19:47:31.8539936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/onnx.cpp' 2025-03-04T19:47:31.8540279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/onnx.h' 2025-03-04T19:47:31.8540629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/pickle.cpp' 2025-03-04T19:47:31.8540976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/pickle.h' 2025-03-04T19:47:31.8541329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/pickler.cpp' 2025-03-04T19:47:31.8541746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/pickler.h' 2025-03-04T19:47:31.8542129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/python_print.cpp' 2025-03-04T19:47:31.8542514Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/python_print.h' 2025-03-04T19:47:31.8542966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/source_range_serialization.cpp' 2025-03-04T19:47:31.8543433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/source_range_serialization.h' 2025-03-04T19:47:31.8543935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2025-03-04T19:47:31.8544315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/storage_context.h' 2025-03-04T19:47:31.8544727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/type_name_uniquer.cpp' 2025-03-04T19:47:31.8545113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/type_name_uniquer.h' 2025-03-04T19:47:31.8545486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/unpickler.cpp' 2025-03-04T19:47:31.8545839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/unpickler.h' 2025-03-04T19:47:31.8546217Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/serialization' 2025-03-04T19:47:31.8546625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/ConditionalsInTE.md' 2025-03-04T19:47:31.8547010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/IRSpecification.md' 2025-03-04T19:47:31.8547349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/analysis.h' 2025-03-04T19:47:31.8547714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/block_codegen.cpp' 2025-03-04T19:47:31.8548076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/block_codegen.h' 2025-03-04T19:47:31.8548458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/bounds_inference.cpp' 2025-03-04T19:47:31.8548836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/bounds_inference.h' 2025-03-04T19:47:31.8549210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/bounds_overlap.cpp' 2025-03-04T19:47:31.8549579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2025-03-04T19:47:31.8549919Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/codegen.cpp' 2025-03-04T19:47:31.8550260Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/codegen.h' 2025-03-04T19:47:31.8550637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/codegen_external.py' 2025-03-04T19:47:31.8550990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/cpp_codegen.cpp' 2025-03-04T19:47:31.8551345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2025-03-04T19:47:31.8551706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2025-03-04T19:47:31.8552075Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/cuda_codegen.cpp' 2025-03-04T19:47:31.8552427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2025-03-04T19:47:31.8552782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/cuda_random.h' 2025-03-04T19:47:31.8553104Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/eval.cpp' 2025-03-04T19:47:31.8553428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/eval.h' 2025-03-04T19:47:31.8553771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/exceptions.h' 2025-03-04T19:47:31.8554087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/expr.cpp' 2025-03-04T19:47:31.8554441Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/expr.h' 2025-03-04T19:47:31.8554834Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/external_functions.cpp' 2025-03-04T19:47:31.8555264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/external_functions.h' 2025-03-04T19:47:31.8555693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp' 2025-03-04T19:47:31.8556126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/external_functions_core.cpp' 2025-03-04T19:47:31.8556533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/external_functions_core.h' 2025-03-04T19:47:31.8556986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/external_functions_registry.cpp' 2025-03-04T19:47:31.8557438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2025-03-04T19:47:31.8557815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/fwd_decls.h' 2025-03-04T19:47:31.8558168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/graph_opt.cpp' 2025-03-04T19:47:31.8558504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/graph_opt.h' 2025-03-04T19:47:31.8558870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/half_support.h' 2025-03-04T19:47:31.8559241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/hash_provider.cpp' 2025-03-04T19:47:31.8559609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/hash_provider.h' 2025-03-04T19:47:31.8559995Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp' 2025-03-04T19:47:31.8560388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2025-03-04T19:47:31.8560706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/ir.cpp' 2025-03-04T19:47:31.8561019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/ir.h' 2025-03-04T19:47:31.8561369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/ir_cloner.cpp' 2025-03-04T19:47:31.8561705Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/ir_cloner.h' 2025-03-04T19:47:31.8562073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/ir_mutator.cpp' 2025-03-04T19:47:31.8562414Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/ir_mutator.h' 2025-03-04T19:47:31.8562776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/ir_printer.cpp' 2025-03-04T19:47:31.8563120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/ir_printer.h' 2025-03-04T19:47:31.8563505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/ir_simplifier.cpp' 2025-03-04T19:47:31.8563862Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2025-03-04T19:47:31.8564230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/ir_verifier.cpp' 2025-03-04T19:47:31.8564578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/ir_verifier.h' 2025-03-04T19:47:31.8564927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/ir_visitor.cpp' 2025-03-04T19:47:31.8565280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/ir_visitor.h' 2025-03-04T19:47:31.8565615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/kernel.cpp' 2025-03-04T19:47:31.8565973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/kernel.h' 2025-03-04T19:47:31.8566357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/llvm_codegen.cpp' 2025-03-04T19:47:31.8566719Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2025-03-04T19:47:31.8567059Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/llvm_jit.cpp' 2025-03-04T19:47:31.8567400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/llvm_jit.h' 2025-03-04T19:47:31.8567740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/loopnest.cpp' 2025-03-04T19:47:31.8568066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/loopnest.h' 2025-03-04T19:47:31.8568521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp' 2025-03-04T19:47:31.8568953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2025-03-04T19:47:31.8569322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/lowerings.cpp' 2025-03-04T19:47:31.8569710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/lowerings.h' 2025-03-04T19:47:31.8570140Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp' 2025-03-04T19:47:31.8570539Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2025-03-04T19:47:31.8570939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/operators/conv2d.cpp' 2025-03-04T19:47:31.8571305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2025-03-04T19:47:31.8571703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/operators/matmul.cpp' 2025-03-04T19:47:31.8572242Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/operators/matmul.h' 2025-03-04T19:47:31.8572616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/operators/misc.cpp' 2025-03-04T19:47:31.8572986Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/operators/misc.h' 2025-03-04T19:47:31.8573358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/operators/norm.cpp' 2025-03-04T19:47:31.8573732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/operators/norm.h' 2025-03-04T19:47:31.8574118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/operators/operators.h' 2025-03-04T19:47:31.8574529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/operators/pointwise.cpp' 2025-03-04T19:47:31.8574921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2025-03-04T19:47:31.8575354Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/operators/quantization.cpp' 2025-03-04T19:47:31.8576118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/operators/quantization.h' 2025-03-04T19:47:31.8576547Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/operators/reduction.cpp' 2025-03-04T19:47:31.8576944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/operators/reduction.h' 2025-03-04T19:47:31.8577330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/operators/softmax.cpp' 2025-03-04T19:47:31.8577720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/operators/softmax.h' 2025-03-04T19:47:31.8578155Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/operators' 2025-03-04T19:47:31.8578557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/reduction.cpp' 2025-03-04T19:47:31.8578896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/reduction.h' 2025-03-04T19:47:31.8579271Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/registerizer.cpp' 2025-03-04T19:47:31.8579623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/registerizer.h' 2025-03-04T19:47:31.8580004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/scripts/bisect.py' 2025-03-04T19:47:31.8580359Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/scripts' 2025-03-04T19:47:31.8580716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/stmt.h' 2025-03-04T19:47:31.8581065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/tensor.cpp' 2025-03-04T19:47:31.8581419Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/tensor.h' 2025-03-04T19:47:31.8581885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp' 2025-03-04T19:47:31.8582251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2025-03-04T19:47:31.8582593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/types.cpp' 2025-03-04T19:47:31.8582909Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/types.h' 2025-03-04T19:47:31.8583314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/unique_name_manager.cpp' 2025-03-04T19:47:31.8583703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2025-03-04T19:47:31.8584074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr/var_substitutor.h' 2025-03-04T19:47:31.8584410Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/tensorexpr' 2025-03-04T19:47:31.8584752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/testing/catch_utils.hpp' 2025-03-04T19:47:31.8585101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/testing/file_check.cpp' 2025-03-04T19:47:31.8585430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/testing/file_check.h' 2025-03-04T19:47:31.8585815Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/testing/hooks_for_testing.cpp' 2025-03-04T19:47:31.8586172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/testing/hooks_for_testing.h' 2025-03-04T19:47:31.8586493Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit/testing' 2025-03-04T19:47:31.8586772Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/jit' 2025-03-04T19:47:31.8587113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/backend/backend_data.h' 2025-03-04T19:47:31.8587473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/backend/backend_device.cpp' 2025-03-04T19:47:31.8587819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/backend/backend_device.h' 2025-03-04T19:47:31.8588204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/backend/backend_interface.cpp' 2025-03-04T19:47:31.8588568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/backend/backend_interface.h' 2025-03-04T19:47:31.8588950Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/backend/lowering_context.cpp' 2025-03-04T19:47:31.8589336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/backend/lowering_context.h' 2025-03-04T19:47:31.8589682Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/backend' 2025-03-04T19:47:31.8589976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/cache.h' 2025-03-04T19:47:31.8590279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/config.cpp' 2025-03-04T19:47:31.8590578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/config.h' 2025-03-04T19:47:31.8590904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/debug_util.cpp' 2025-03-04T19:47:31.8591228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/debug_util.h' 2025-03-04T19:47:31.8591536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/dynamic_ir.h' 2025-03-04T19:47:31.8591870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/hash.cpp' 2025-03-04T19:47:31.8592181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/hash.h' 2025-03-04T19:47:31.8592501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/helpers.cpp' 2025-03-04T19:47:31.8592803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/helpers.h' 2025-03-04T19:47:31.8593169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2025-03-04T19:47:31.8593533Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/internal_ops' 2025-03-04T19:47:31.8593822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/ir.cpp' 2025-03-04T19:47:31.8594108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/ir.h' 2025-03-04T19:47:31.8594415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/ir_builder.h' 2025-03-04T19:47:31.8594764Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/ir_dump_util.cpp' 2025-03-04T19:47:31.8595089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/ir_dump_util.h' 2025-03-04T19:47:31.8595428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/ir_metadata.cpp' 2025-03-04T19:47:31.8595747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/ir_metadata.h' 2025-03-04T19:47:31.8596055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/ir_util.cpp' 2025-03-04T19:47:31.8596362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/ir_util.h' 2025-03-04T19:47:31.8596731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/lazy_graph_executor.cpp' 2025-03-04T19:47:31.8597101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/lazy_graph_executor.h' 2025-03-04T19:47:31.8597408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/metrics.cpp' 2025-03-04T19:47:31.8597714Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/metrics.h' 2025-03-04T19:47:31.8598039Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/multi_wait.cpp' 2025-03-04T19:47:31.8598357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/multi_wait.h' 2025-03-04T19:47:31.8598736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp' 2025-03-04T19:47:31.8599108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2025-03-04T19:47:31.8599434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/ops/utils.cpp' 2025-03-04T19:47:31.8599747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/ops/utils.h' 2025-03-04T19:47:31.8600099Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/ops' 2025-03-04T19:47:31.8600482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/permutation_util.cpp' 2025-03-04T19:47:31.8600836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/permutation_util.h' 2025-03-04T19:47:31.8601130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/shape.cpp' 2025-03-04T19:47:31.8601428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/shape.h' 2025-03-04T19:47:31.8601774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/shape_inference.cpp' 2025-03-04T19:47:31.8602113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/shape_inference.h' 2025-03-04T19:47:31.8602457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/tensor.cpp' 2025-03-04T19:47:31.8602756Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/tensor.h' 2025-03-04T19:47:31.8603129Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/tensor_impl.cpp' 2025-03-04T19:47:31.8603451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/tensor_impl.h' 2025-03-04T19:47:31.8603791Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/tensor_util.cpp' 2025-03-04T19:47:31.8604107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/tensor_util.h' 2025-03-04T19:47:31.8604449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/thread_pool.cpp' 2025-03-04T19:47:31.8604770Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/thread_pool.h' 2025-03-04T19:47:31.8605069Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/trie.cpp' 2025-03-04T19:47:31.8605364Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/trie.h' 2025-03-04T19:47:31.8605658Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/unique.h' 2025-03-04T19:47:31.8605951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core/util.h' 2025-03-04T19:47:31.8606243Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/core' 2025-03-04T19:47:31.8606576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/README.md' 2025-03-04T19:47:31.8606897Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/generated' 2025-03-04T19:47:31.8607212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/python/README.md' 2025-03-04T19:47:31.8607520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/python/init.cpp' 2025-03-04T19:47:31.8607820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/python/init.h' 2025-03-04T19:47:31.8608176Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/python/python_util.cpp' 2025-03-04T19:47:31.8608503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/python/python_util.h' 2025-03-04T19:47:31.8608820Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/python' 2025-03-04T19:47:31.8609115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/test_mnist.py' 2025-03-04T19:47:31.8609457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/config.cpp' 2025-03-04T19:47:31.8609778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/config.h' 2025-03-04T19:47:31.8610137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/dynamic_ir.cpp' 2025-03-04T19:47:31.8610517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2025-03-04T19:47:31.8610884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ir_builder.h' 2025-03-04T19:47:31.8611272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ops/device_data.cpp' 2025-03-04T19:47:31.8611638Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ops/device_data.h' 2025-03-04T19:47:31.8612005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ops/generic.cpp' 2025-03-04T19:47:31.8612348Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ops/generic.h' 2025-03-04T19:47:31.8612713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ops/to_copy.h' 2025-03-04T19:47:31.8613081Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ops' 2025-03-04T19:47:31.8613474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp' 2025-03-04T19:47:31.8613875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2025-03-04T19:47:31.8614287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp' 2025-03-04T19:47:31.8614697Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2025-03-04T19:47:31.8615078Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp' 2025-03-04T19:47:31.8615458Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2025-03-04T19:47:31.8615846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp' 2025-03-04T19:47:31.8616239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2025-03-04T19:47:31.8616641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp' 2025-03-04T19:47:31.8617040Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2025-03-04T19:47:31.8617435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ts_native_functions.cpp' 2025-03-04T19:47:31.8617779Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ts_node.cpp' 2025-03-04T19:47:31.8618209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ts_node.h' 2025-03-04T19:47:31.8618596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp' 2025-03-04T19:47:31.8618990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2025-03-04T19:47:31.8619323Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/ts_backend' 2025-03-04T19:47:31.8619639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/tutorial.md' 2025-03-04T19:47:31.8619925Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy' 2025-03-04T19:47:31.8620251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/monitor/counters.cpp' 2025-03-04T19:47:31.8620552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/monitor/counters.h' 2025-03-04T19:47:31.8620852Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/monitor/events.cpp' 2025-03-04T19:47:31.8621159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/monitor/events.h' 2025-03-04T19:47:31.8621562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/monitor/python_init.cpp' 2025-03-04T19:47:31.8621926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/monitor/python_init.h' 2025-03-04T19:47:31.8622262Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/monitor' 2025-03-04T19:47:31.8622560Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/mps/Module.cpp' 2025-03-04T19:47:31.8622832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/mps/Module.h' 2025-03-04T19:47:31.8623124Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/mps' 2025-03-04T19:47:31.8623409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/mtia/Module.cpp' 2025-03-04T19:47:31.8623685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/mtia/Module.h' 2025-03-04T19:47:31.8623977Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/mtia' 2025-03-04T19:47:31.8624340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/multiprocessing/init.cpp' 2025-03-04T19:47:31.8624674Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/multiprocessing/init.h' 2025-03-04T19:47:31.8625033Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/multiprocessing' 2025-03-04T19:47:31.8625345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/onnx/back_compat.h' 2025-03-04T19:47:31.8625702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/onnx/diagnostics/diagnostics.h' 2025-03-04T19:47:31.8626092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/onnx/diagnostics/generated/rules.h' 2025-03-04T19:47:31.8626474Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/onnx/diagnostics/generated' 2025-03-04T19:47:31.8626806Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/onnx/diagnostics' 2025-03-04T19:47:31.8627092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/onnx/init.cpp' 2025-03-04T19:47:31.8627362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/onnx/init.h' 2025-03-04T19:47:31.8627643Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/onnx/onnx.h' 2025-03-04T19:47:31.8627924Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/onnx' 2025-03-04T19:47:31.8628234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/README.md' 2025-03-04T19:47:31.8628512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/api.h' 2025-03-04T19:47:31.8628844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/collection.cpp' 2025-03-04T19:47:31.8629159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/collection.h' 2025-03-04T19:47:31.8629519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/combined_traceback.cpp' 2025-03-04T19:47:31.8629889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/combined_traceback.h' 2025-03-04T19:47:31.8630202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/containers.h' 2025-03-04T19:47:31.8630525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/data_flow.cpp' 2025-03-04T19:47:31.8630830Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/data_flow.h' 2025-03-04T19:47:31.8631137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/events.h' 2025-03-04T19:47:31.8631526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/kineto_client_interface.cpp' 2025-03-04T19:47:31.8631915Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/kineto_client_interface.h' 2025-03-04T19:47:31.8632241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/kineto_shim.cpp' 2025-03-04T19:47:31.8632583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/kineto_shim.h' 2025-03-04T19:47:31.8633006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/orchestration/observer.cpp' 2025-03-04T19:47:31.8633384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/orchestration/observer.h' 2025-03-04T19:47:31.8633809Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/orchestration/python_tracer.cpp' 2025-03-04T19:47:31.8634209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/orchestration/python_tracer.h' 2025-03-04T19:47:31.8634596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/orchestration/vulkan.cpp' 2025-03-04T19:47:31.8634958Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/orchestration/vulkan.h' 2025-03-04T19:47:31.8635357Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/orchestration' 2025-03-04T19:47:31.8635667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/perf-inl.h' 2025-03-04T19:47:31.8635991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/perf.cpp' 2025-03-04T19:47:31.8636289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/perf.h' 2025-03-04T19:47:31.8636696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/python/combined_traceback.cpp' 2025-03-04T19:47:31.8637094Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/python/combined_traceback.h' 2025-03-04T19:47:31.8637426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/python/init.cpp' 2025-03-04T19:47:31.8637752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/python/init.h' 2025-03-04T19:47:31.8638089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/python/pybind.h' 2025-03-04T19:47:31.8638430Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/python' 2025-03-04T19:47:31.8638884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/standalone/execution_trace_observer.cpp' 2025-03-04T19:47:31.8639323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/standalone/execution_trace_observer.h' 2025-03-04T19:47:31.8639724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/standalone/itt_observer.cpp' 2025-03-04T19:47:31.8640100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/standalone/itt_observer.h' 2025-03-04T19:47:31.8640500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/standalone/nvtx_observer.cpp' 2025-03-04T19:47:31.8640884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/standalone/nvtx_observer.h' 2025-03-04T19:47:31.8641326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/standalone/privateuse1_observer.cpp' 2025-03-04T19:47:31.8641750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/standalone/privateuse1_observer.h' 2025-03-04T19:47:31.8642106Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/standalone' 2025-03-04T19:47:31.8642426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/stubs/base.cpp' 2025-03-04T19:47:31.8642746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/stubs/base.h' 2025-03-04T19:47:31.8643066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/stubs/cuda.cpp' 2025-03-04T19:47:31.8643379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/stubs/itt.cpp' 2025-03-04T19:47:31.8643714Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/stubs' 2025-03-04T19:47:31.8644071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind/action.h' 2025-03-04T19:47:31.8644462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind/communicate.h' 2025-03-04T19:47:31.8644807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind/debug_info.h' 2025-03-04T19:47:31.8645166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind/dwarf_enums.h' 2025-03-04T19:47:31.8645566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2025-03-04T19:47:31.8645931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2025-03-04T19:47:31.8646304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind/fast_symbolizer.h' 2025-03-04T19:47:31.8646706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind/fde.h' 2025-03-04T19:47:31.8647065Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind/lexer.h' 2025-03-04T19:47:31.8647457Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind/line_number_program.h' 2025-03-04T19:47:31.8647806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind/mem_file.h' 2025-03-04T19:47:31.8648155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind/range_table.h' 2025-03-04T19:47:31.8648540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind/sections.h' 2025-03-04T19:47:31.8648891Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind/unwind.cpp' 2025-03-04T19:47:31.8649230Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind/unwind.h' 2025-03-04T19:47:31.8649590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind/unwind_error.h' 2025-03-04T19:47:31.8649942Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind/unwind_fb.cpp' 2025-03-04T19:47:31.8650290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind/unwinder.h' 2025-03-04T19:47:31.8650618Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/unwind' 2025-03-04T19:47:31.8650925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/util.cpp' 2025-03-04T19:47:31.8651210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler/util.h' 2025-03-04T19:47:31.8651520Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/profiler' 2025-03-04T19:47:31.8651819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/python_dimname.cpp' 2025-03-04T19:47:31.8652121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/python_dimname.h' 2025-03-04T19:47:31.8652412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/python_headers.h' 2025-03-04T19:47:31.8652717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/serialization.cpp' 2025-03-04T19:47:31.8653014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/serialization.h' 2025-03-04T19:47:31.8653269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/stub.c' 2025-03-04T19:47:31.8653611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/tensor/python_tensor.cpp' 2025-03-04T19:47:31.8653923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/tensor/python_tensor.h' 2025-03-04T19:47:31.8654222Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/tensor' 2025-03-04T19:47:31.8654483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils.cpp' 2025-03-04T19:47:31.8654772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils.h' 2025-03-04T19:47:31.8655100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/byte_order.cpp' 2025-03-04T19:47:31.8655423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/byte_order.h' 2025-03-04T19:47:31.8655769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/cpp_stacktraces.cpp' 2025-03-04T19:47:31.8656091Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/cpp_stacktraces.h' 2025-03-04T19:47:31.8656406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/cuda_enabled.h' 2025-03-04T19:47:31.8656746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/device_lazy_init.cpp' 2025-03-04T19:47:31.8657083Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/device_lazy_init.h' 2025-03-04T19:47:31.8657475Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/disable_torch_function.cpp' 2025-03-04T19:47:31.8657857Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/disable_torch_function.h' 2025-03-04T19:47:31.8658261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/generated_serialization_types.h' 2025-03-04T19:47:31.8658540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/init.cpp' 2025-03-04T19:47:31.8658822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/init.h' 2025-03-04T19:47:31.8659163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/invalid_arguments.cpp' 2025-03-04T19:47:31.8659507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/invalid_arguments.h' 2025-03-04T19:47:31.8659798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/nested.cpp' 2025-03-04T19:47:31.8660088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/nested.h' 2025-03-04T19:47:31.8660388Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/numpy_stub.h' 2025-03-04T19:47:31.8660701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/object_ptr.cpp' 2025-03-04T19:47:31.8661007Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/object_ptr.h' 2025-03-04T19:47:31.8661308Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/out_types.cpp' 2025-03-04T19:47:31.8661691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/out_types.h' 2025-03-04T19:47:31.8661985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/pybind.cpp' 2025-03-04T19:47:31.8662278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/pybind.h' 2025-03-04T19:47:31.8662625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/pycfunction_helpers.h' 2025-03-04T19:47:31.8663004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/pyobject_preservation.cpp' 2025-03-04T19:47:31.8663358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/pyobject_preservation.h' 2025-03-04T19:47:31.8663698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/python_arg_parser.cpp' 2025-03-04T19:47:31.8664045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/python_arg_parser.h' 2025-03-04T19:47:31.8664356Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/python_compat.h' 2025-03-04T19:47:31.8664701Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/python_dispatch.cpp' 2025-03-04T19:47:31.8665017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/python_dispatch.h' 2025-03-04T19:47:31.8665347Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/python_numbers.h' 2025-03-04T19:47:31.8665699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/python_raii.h' 2025-03-04T19:47:31.8666051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/python_scalars.h' 2025-03-04T19:47:31.8666363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/python_strings.h' 2025-03-04T19:47:31.8666664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/python_stub.h' 2025-03-04T19:47:31.8667005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/python_symnode.cpp' 2025-03-04T19:47:31.8667317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/python_symnode.h' 2025-03-04T19:47:31.8667707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/python_torch_function_mode.h' 2025-03-04T19:47:31.8668019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/python_tuples.h' 2025-03-04T19:47:31.8668394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/pythoncapi_compat.h' 2025-03-04T19:47:31.8668732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/schema_info.cpp' 2025-03-04T19:47:31.8669046Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/schema_info.h' 2025-03-04T19:47:31.8669316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/six.h' 2025-03-04T19:47:31.8669619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/structseq.cpp' 2025-03-04T19:47:31.8669922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/structseq.h' 2025-03-04T19:47:31.8670234Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_apply.cpp' 2025-03-04T19:47:31.8670551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_apply.h' 2025-03-04T19:47:31.8670876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_dtypes.cpp' 2025-03-04T19:47:31.8671200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_dtypes.h' 2025-03-04T19:47:31.8671529Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_flatten.cpp' 2025-03-04T19:47:31.8672047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_flatten.h' 2025-03-04T19:47:31.8672384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_layouts.cpp' 2025-03-04T19:47:31.8672698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_layouts.h' 2025-03-04T19:47:31.8673022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_list.cpp' 2025-03-04T19:47:31.8673323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_list.h' 2025-03-04T19:47:31.8673696Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_memoryformats.cpp' 2025-03-04T19:47:31.8674047Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_memoryformats.h' 2025-03-04T19:47:31.8674373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_new.cpp' 2025-03-04T19:47:31.8674672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_new.h' 2025-03-04T19:47:31.8675001Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_numpy.cpp' 2025-03-04T19:47:31.8675305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_numpy.h' 2025-03-04T19:47:31.8675639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_qschemes.cpp' 2025-03-04T19:47:31.8675968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_qschemes.h' 2025-03-04T19:47:31.8676282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_types.cpp' 2025-03-04T19:47:31.8676660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/tensor_types.h' 2025-03-04T19:47:31.8677071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/throughput_benchmark-inl.h' 2025-03-04T19:47:31.8677444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/throughput_benchmark.cpp' 2025-03-04T19:47:31.8677792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/throughput_benchmark.h' 2025-03-04T19:47:31.8678149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/torch_dispatch_mode.h' 2025-03-04T19:47:31.8678451Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/variadic.cpp' 2025-03-04T19:47:31.8678749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/variadic.h' 2025-03-04T19:47:31.8679090Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/verbose.cpp' 2025-03-04T19:47:31.8679380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils/verbose.h' 2025-03-04T19:47:31.8679712Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/utils' 2025-03-04T19:47:31.8679994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/xpu/Event.cpp' 2025-03-04T19:47:31.8680274Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/xpu/Event.h' 2025-03-04T19:47:31.8680557Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/xpu/Module.cpp' 2025-03-04T19:47:31.8680832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/xpu/Module.h' 2025-03-04T19:47:31.8681126Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/xpu/Stream.cpp' 2025-03-04T19:47:31.8681398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/xpu/Stream.h' 2025-03-04T19:47:31.8681695Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc/xpu' 2025-03-04T19:47:31.8681963Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/csrc' 2025-03-04T19:47:31.8682241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/__init__.py' 2025-03-04T19:47:31.8682517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/_gpu_trace.py' 2025-03-04T19:47:31.8682808Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/_memory_viz.py' 2025-03-04T19:47:31.8683086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/_sanitizer.py' 2025-03-04T19:47:31.8683349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/_utils.py' 2025-03-04T19:47:31.8683648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/amp/__init__.py' 2025-03-04T19:47:31.8683956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/amp/autocast_mode.py' 2025-03-04T19:47:31.8684247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/amp/common.py' 2025-03-04T19:47:31.8684546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/amp/grad_scaler.py' 2025-03-04T19:47:31.8684831Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/amp' 2025-03-04T19:47:31.8685086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/comm.py' 2025-03-04T19:47:31.8685344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/error.py' 2025-03-04T19:47:31.8685604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/gds.py' 2025-03-04T19:47:31.8685867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/graphs.py' 2025-03-04T19:47:31.8686150Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/jiterator.py' 2025-03-04T19:47:31.8686408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/memory.py' 2025-03-04T19:47:31.8686702Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/nccl.py' 2025-03-04T19:47:31.8686955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/nvtx.py' 2025-03-04T19:47:31.8687263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/profiler.py' 2025-03-04T19:47:31.8687523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/random.py' 2025-03-04T19:47:31.8687781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/sparse.py' 2025-03-04T19:47:31.8688055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/streams.py' 2025-03-04T19:47:31.8688315Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda/tunable.py' 2025-03-04T19:47:31.8688588Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/cuda' 2025-03-04T19:47:31.8688846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/custom_class.h' 2025-03-04T19:47:31.8689177Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/custom_class_detail.h' 2025-03-04T19:47:31.8689498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/CONTRIBUTING.md' 2025-03-04T19:47:31.8689826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/__init__.py' 2025-03-04T19:47:31.8690178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_checkpointable.py' 2025-03-04T19:47:31.8690533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_composable/__init__.py' 2025-03-04T19:47:31.8690967Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_composable/checkpoint_activation.py' 2025-03-04T19:47:31.8691322Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_composable/contract.py' 2025-03-04T19:47:31.8691713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_composable/fsdp/__init__.py' 2025-03-04T19:47:31.8692107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_composable/fsdp/fully_shard.py' 2025-03-04T19:47:31.8692481Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_composable/fsdp' 2025-03-04T19:47:31.8692845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_composable/replicate.py' 2025-03-04T19:47:31.8693203Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_composable' 2025-03-04T19:47:31.8693549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_composable_state.py' 2025-03-04T19:47:31.8693925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_functional_collectives.py' 2025-03-04T19:47:31.8694328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_functional_collectives_impl.py' 2025-03-04T19:47:31.8694662Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_serialization.py' 2025-03-04T19:47:31.8695008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/__init__.py' 2025-03-04T19:47:31.8695332Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/_utils.py' 2025-03-04T19:47:31.8695652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/api.py' 2025-03-04T19:47:31.8696033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/checkpoint/__init__.py' 2025-03-04T19:47:31.8696418Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/checkpoint' 2025-03-04T19:47:31.8696785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/common_op_utils.py' 2025-03-04T19:47:31.8697121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/metadata.py' 2025-03-04T19:47:31.8697502Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/op_registry_utils.py' 2025-03-04T19:47:31.8697929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_optim/__init__.py' 2025-03-04T19:47:31.8698342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_optim/api.py' 2025-03-04T19:47:31.8698720Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_optim' 2025-03-04T19:47:31.8699123Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_tensor/__init__.py' 2025-03-04T19:47:31.8699542Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2025-03-04T19:47:31.8699972Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2025-03-04T19:47:31.8700430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2025-03-04T19:47:31.8700849Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_tensor/_ops/init.py' 2025-03-04T19:47:31.8701309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2025-03-04T19:47:31.8701826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2025-03-04T19:47:31.8702250Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_tensor/_ops' 2025-03-04T19:47:31.8702628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_tensor/api.py' 2025-03-04T19:47:31.8703034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_tensor/logger.py' 2025-03-04T19:47:31.8703477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2025-03-04T19:47:31.8703893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_tensor/metadata.py' 2025-03-04T19:47:31.8704298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_tensor/reshard.py' 2025-03-04T19:47:31.8704699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_tensor/shard.py' 2025-03-04T19:47:31.8705082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_tensor/utils.py' 2025-03-04T19:47:31.8705467Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharded_tensor' 2025-03-04T19:47:31.8705816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharder.py' 2025-03-04T19:47:31.8706209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharding_plan/__init__.py' 2025-03-04T19:47:31.8706600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharding_plan/api.py' 2025-03-04T19:47:31.8706982Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharding_plan' 2025-03-04T19:47:31.8707391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharding_spec/__init__.py' 2025-03-04T19:47:31.8707797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharding_spec/_internals.py' 2025-03-04T19:47:31.8708181Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharding_spec/api.py' 2025-03-04T19:47:31.8708628Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2025-03-04T19:47:31.8709138Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2025-03-04T19:47:31.8709663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2025-03-04T19:47:31.8710195Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2025-03-04T19:47:31.8710723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2025-03-04T19:47:31.8711214Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops' 2025-03-04T19:47:31.8711601Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard/sharding_spec' 2025-03-04T19:47:31.8711919Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_shard' 2025-03-04T19:47:31.8712303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_sharded_tensor/__init__.py' 2025-03-04T19:47:31.8712682Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_sharded_tensor' 2025-03-04T19:47:31.8713087Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_sharding_spec/__init__.py' 2025-03-04T19:47:31.8713438Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_sharding_spec' 2025-03-04T19:47:31.8713792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_state_dict_utils.py' 2025-03-04T19:47:31.8714175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_symmetric_memory/__init__.py' 2025-03-04T19:47:31.8714541Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_symmetric_memory' 2025-03-04T19:47:31.8714885Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_tensor/__init__.py' 2025-03-04T19:47:31.8715199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_tensor/api.py' 2025-03-04T19:47:31.8715583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_tensor/placement_types.py' 2025-03-04T19:47:31.8715910Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_tensor' 2025-03-04T19:47:31.8716256Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_tools/__init__.py' 2025-03-04T19:47:31.8716631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_tools/fsdp2_mem_tracker.py' 2025-03-04T19:47:31.8716984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_tools/ilp_utils.py' 2025-03-04T19:47:31.8717331Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_tools/mem_tracker.py' 2025-03-04T19:47:31.8717692Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_tools/memory_tracker.py' 2025-03-04T19:47:31.8718051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_tools/mod_tracker.py' 2025-03-04T19:47:31.8718435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_tools/runtime_estimator.py' 2025-03-04T19:47:31.8718805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_tools/sac_estimator.py' 2025-03-04T19:47:31.8719136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_tools/sac_ilp.py' 2025-03-04T19:47:31.8719468Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/_tools' 2025-03-04T19:47:31.8719821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/__init__.py' 2025-03-04T19:47:31.8720250Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/_checkpoint/__init__.py' 2025-03-04T19:47:31.8720715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2025-03-04T19:47:31.8721143Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/_checkpoint' 2025-03-04T19:47:31.8721592Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/_comm_hooks/__init__.py' 2025-03-04T19:47:31.8722030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2025-03-04T19:47:31.8722433Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/_comm_hooks' 2025-03-04T19:47:31.8722876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2025-03-04T19:47:31.8723377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2025-03-04T19:47:31.8723830Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/_optimizer_overlap' 2025-03-04T19:47:31.8724266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/_quantization/__init__.py' 2025-03-04T19:47:31.8724737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/_quantization/quantization.py' 2025-03-04T19:47:31.8725151Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/_quantization' 2025-03-04T19:47:31.8725572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2025-03-04T19:47:31.8726016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2025-03-04T19:47:31.8726485Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2025-03-04T19:47:31.8726933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2025-03-04T19:47:31.8727428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2025-03-04T19:47:31.8727926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2025-03-04T19:47:31.8728404Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2025-03-04T19:47:31.8728854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2025-03-04T19:47:31.8729338Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2025-03-04T19:47:31.8729748Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/ddp_comm_hooks' 2025-03-04T19:47:31.8730102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/join.py' 2025-03-04T19:47:31.8730537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/model_averaging/__init__.py' 2025-03-04T19:47:31.8730988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/model_averaging/averagers.py' 2025-03-04T19:47:31.8731511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2025-03-04T19:47:31.8731935Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/model_averaging/utils.py' 2025-03-04T19:47:31.8732358Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms/model_averaging' 2025-03-04T19:47:31.8732696Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/algorithms' 2025-03-04T19:47:31.8733032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/argparse_util.py' 2025-03-04T19:47:31.8733400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/autograd/__init__.py' 2025-03-04T19:47:31.8733775Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/autograd' 2025-03-04T19:47:31.8734120Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/benchmarks/README.md' 2025-03-04T19:47:31.8734525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/benchmarks/benchmark_ddp_rpc.py' 2025-03-04T19:47:31.8734862Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/benchmarks' 2025-03-04T19:47:31.8735174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/c10d_logger.py' 2025-03-04T19:47:31.8735540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/__init__.py' 2025-03-04T19:47:31.8735949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/_checkpointer.py' 2025-03-04T19:47:31.8736386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/_dedup_save_plans.py' 2025-03-04T19:47:31.8736771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/_dedup_tensors.py' 2025-03-04T19:47:31.8737147Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/_extension.py' 2025-03-04T19:47:31.8737551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/_fsspec_filesystem.py' 2025-03-04T19:47:31.8737929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/_hf_storage.py' 2025-03-04T19:47:31.8738305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/_nested_dict.py' 2025-03-04T19:47:31.8738728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/_sharded_tensor_utils.py' 2025-03-04T19:47:31.8739124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/_storage_utils.py' 2025-03-04T19:47:31.8739489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/_traverse.py' 2025-03-04T19:47:31.8739856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/_version.py' 2025-03-04T19:47:31.8740192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/api.py' 2025-03-04T19:47:31.8740595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/default_planner.py' 2025-03-04T19:47:31.8741092Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/examples/async_checkpointing_example.py' 2025-03-04T19:47:31.8741657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/examples/fsdp_checkpoint_example.py' 2025-03-04T19:47:31.8742106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/examples/stateful_example.py' 2025-03-04T19:47:31.8742506Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/examples' 2025-03-04T19:47:31.8742875Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/filesystem.py' 2025-03-04T19:47:31.8743251Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/format_utils.py' 2025-03-04T19:47:31.8743613Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/logger.py' 2025-03-04T19:47:31.8744006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/logging_handlers.py' 2025-03-04T19:47:31.8744377Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/metadata.py' 2025-03-04T19:47:31.8744737Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/optimizer.py' 2025-03-04T19:47:31.8745134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/planner.py' 2025-03-04T19:47:31.8745555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/planner_helpers.py' 2025-03-04T19:47:31.8745933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/resharding.py' 2025-03-04T19:47:31.8746286Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/staging.py' 2025-03-04T19:47:31.8746648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/state_dict.py' 2025-03-04T19:47:31.8747061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/state_dict_loader.py' 2025-03-04T19:47:31.8747453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/state_dict_saver.py' 2025-03-04T19:47:31.8747859Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/stateful.py' 2025-03-04T19:47:31.8748246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/storage.py' 2025-03-04T19:47:31.8748602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint/utils.py' 2025-03-04T19:47:31.8748943Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/checkpoint' 2025-03-04T19:47:31.8749298Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/collective_utils.py' 2025-03-04T19:47:31.8749608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/constants.py' 2025-03-04T19:47:31.8749922Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/device_mesh.py' 2025-03-04T19:47:31.8750276Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/distributed_c10d.py' 2025-03-04T19:47:31.8750618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/__init__.py' 2025-03-04T19:47:31.8751004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/agent/__init__.py' 2025-03-04T19:47:31.8751403Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/agent/server/__init__.py' 2025-03-04T19:47:31.8751795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/agent/server/api.py' 2025-03-04T19:47:31.8752254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/agent/server/health_check_server.py' 2025-03-04T19:47:31.8752725Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/agent/server/local_elastic_agent.py' 2025-03-04T19:47:31.8753106Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/agent/server' 2025-03-04T19:47:31.8753474Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/agent' 2025-03-04T19:47:31.8753836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/control_plane.py' 2025-03-04T19:47:31.8754209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/events/__init__.py' 2025-03-04T19:47:31.8754568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/events/api.py' 2025-03-04T19:47:31.8754941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/events/handlers.py' 2025-03-04T19:47:31.8755304Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/events' 2025-03-04T19:47:31.8755679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/metrics/__init__.py' 2025-03-04T19:47:31.8756044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/metrics/api.py' 2025-03-04T19:47:31.8756426Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/metrics' 2025-03-04T19:47:31.8756889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/multiprocessing/__init__.py' 2025-03-04T19:47:31.8757282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/multiprocessing/api.py' 2025-03-04T19:47:31.8757733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/multiprocessing/errors/__init__.py' 2025-03-04T19:47:31.8758219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2025-03-04T19:47:31.8758675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/multiprocessing/errors/handlers.py' 2025-03-04T19:47:31.8759144Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/multiprocessing/errors' 2025-03-04T19:47:31.8759574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/multiprocessing/redirects.py' 2025-03-04T19:47:31.8760130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2025-03-04T19:47:31.8760650Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2025-03-04T19:47:31.8761231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2025-03-04T19:47:31.8761727Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/multiprocessing/subprocess_handler' 2025-03-04T19:47:31.8762163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/multiprocessing/tail_log.py' 2025-03-04T19:47:31.8762568Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/multiprocessing' 2025-03-04T19:47:31.8762971Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/rendezvous/__init__.py' 2025-03-04T19:47:31.8763375Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/rendezvous/_etcd_stub.py' 2025-03-04T19:47:31.8763748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/rendezvous/api.py' 2025-03-04T19:47:31.8764228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2025-03-04T19:47:31.8764672Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2025-03-04T19:47:31.8765113Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2025-03-04T19:47:31.8765580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2025-03-04T19:47:31.8766009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/rendezvous/etcd_server.py' 2025-03-04T19:47:31.8766412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/rendezvous/etcd_store.py' 2025-03-04T19:47:31.8766819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/rendezvous/registry.py' 2025-03-04T19:47:31.8767279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2025-03-04T19:47:31.8767659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/rendezvous/utils.py' 2025-03-04T19:47:31.8768045Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/rendezvous' 2025-03-04T19:47:31.8768413Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/timer/__init__.py' 2025-03-04T19:47:31.8768794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/timer/api.py' 2025-03-04T19:47:31.8769240Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/timer/debug_info_logging.py' 2025-03-04T19:47:31.8769688Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/timer/file_based_local_timer.py' 2025-03-04T19:47:31.8770066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/timer/local_timer.py' 2025-03-04T19:47:31.8770428Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/timer' 2025-03-04T19:47:31.8770797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/utils/__init__.py' 2025-03-04T19:47:31.8771149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/utils/api.py' 2025-03-04T19:47:31.8771563Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/utils/data/__init__.py' 2025-03-04T19:47:31.8772228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/utils/data/cycling_iterator.py' 2025-03-04T19:47:31.8772733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2025-03-04T19:47:31.8773108Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/utils/data' 2025-03-04T19:47:31.8773505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/utils/distributed.py' 2025-03-04T19:47:31.8773881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/utils/log_level.py' 2025-03-04T19:47:31.8774257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/utils/logging.py' 2025-03-04T19:47:31.8774616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/utils/store.py' 2025-03-04T19:47:31.8774984Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic/utils' 2025-03-04T19:47:31.8775309Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/elastic' 2025-03-04T19:47:31.8775726Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/examples/memory_tracker_example.py' 2025-03-04T19:47:31.8776073Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/examples' 2025-03-04T19:47:31.8776397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/__init__.py' 2025-03-04T19:47:31.8776757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_common_utils.py' 2025-03-04T19:47:31.8777100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_debug_utils.py' 2025-03-04T19:47:31.8777459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_dynamo_utils.py' 2025-03-04T19:47:31.8777827Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_exec_order_utils.py' 2025-03-04T19:47:31.8778179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_flat_param.py' 2025-03-04T19:47:31.8778543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_fsdp_extensions.py' 2025-03-04T19:47:31.8778923Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_fully_shard/__init__.py' 2025-03-04T19:47:31.8779321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_fully_shard/_fsdp_api.py' 2025-03-04T19:47:31.8779746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py' 2025-03-04T19:47:31.8780163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_fully_shard/_fsdp_common.py' 2025-03-04T19:47:31.8780589Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_fully_shard/_fsdp_init.py' 2025-03-04T19:47:31.8781030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_fully_shard/_fsdp_param.py' 2025-03-04T19:47:31.8781452Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py' 2025-03-04T19:47:31.8781906Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_fully_shard/_fsdp_state.py' 2025-03-04T19:47:31.8782310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_fully_shard/_fully_shard.py' 2025-03-04T19:47:31.8782694Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_fully_shard' 2025-03-04T19:47:31.8783071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_init_utils.py' 2025-03-04T19:47:31.8783426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_limiter_utils.py' 2025-03-04T19:47:31.8783811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_optim_utils.py' 2025-03-04T19:47:31.8784166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_runtime_utils.py' 2025-03-04T19:47:31.8784527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_shard_utils.py' 2025-03-04T19:47:31.8784895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_state_dict_utils.py' 2025-03-04T19:47:31.8785248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_trace_utils.py' 2025-03-04T19:47:31.8785610Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_traversal_utils.py' 2025-03-04T19:47:31.8786005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_unshard_param_utils.py' 2025-03-04T19:47:31.8786345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/_wrap_utils.py' 2025-03-04T19:47:31.8786653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/api.py' 2025-03-04T19:47:31.8787088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/fully_sharded_data_parallel.py' 2025-03-04T19:47:31.8787465Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/sharded_grad_scaler.py' 2025-03-04T19:47:31.8787787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp/wrap.py' 2025-03-04T19:47:31.8788098Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/fsdp' 2025-03-04T19:47:31.8788408Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/launch.py' 2025-03-04T19:47:31.8788754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/launcher/__init__.py' 2025-03-04T19:47:31.8789082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/launcher/api.py' 2025-03-04T19:47:31.8789416Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/launcher' 2025-03-04T19:47:31.8789755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/logging_handlers.py' 2025-03-04T19:47:31.8790079Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/nn/__init__.py' 2025-03-04T19:47:31.8790412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/nn/api/__init__.py' 2025-03-04T19:47:31.8790777Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/nn/api/remote_module.py' 2025-03-04T19:47:31.8791094Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/nn/api' 2025-03-04T19:47:31.8791430Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/nn/functional.py' 2025-03-04T19:47:31.8791789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/nn/jit/__init__.py' 2025-03-04T19:47:31.8792202Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/nn/jit/instantiator.py' 2025-03-04T19:47:31.8792584Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/nn/jit/templates/__init__.py' 2025-03-04T19:47:31.8793035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/nn/jit/templates/remote_module_template.py' 2025-03-04T19:47:31.8793406Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/nn/jit/templates' 2025-03-04T19:47:31.8793723Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/nn/jit' 2025-03-04T19:47:31.8794039Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/nn' 2025-03-04T19:47:31.8794398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/optim/__init__.py' 2025-03-04T19:47:31.8794821Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/optim/_deprecation_warning.py' 2025-03-04T19:47:31.8795247Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/optim/apply_optimizer_in_backward.py' 2025-03-04T19:47:31.8795639Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/optim/functional_adadelta.py' 2025-03-04T19:47:31.8796019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/optim/functional_adagrad.py' 2025-03-04T19:47:31.8796396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/optim/functional_adam.py' 2025-03-04T19:47:31.8796768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/optim/functional_adamax.py' 2025-03-04T19:47:31.8797141Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/optim/functional_adamw.py' 2025-03-04T19:47:31.8797531Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/optim/functional_rmsprop.py' 2025-03-04T19:47:31.8797907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/optim/functional_rprop.py' 2025-03-04T19:47:31.8798278Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/optim/functional_sgd.py' 2025-03-04T19:47:31.8798641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/optim/named_optimizer.py' 2025-03-04T19:47:31.8798991Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/optim/optimizer.py' 2025-03-04T19:47:31.8799392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/optim/post_localSGD_optimizer.py' 2025-03-04T19:47:31.8799720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/optim/utils.py' 2025-03-04T19:47:31.8800140Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/optim/zero_redundancy_optimizer.py' 2025-03-04T19:47:31.8800562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/optim/zero_redundancy_optimizer.pyi' 2025-03-04T19:47:31.8800890Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/optim' 2025-03-04T19:47:31.8801236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/pipelining/README.md' 2025-03-04T19:47:31.8801580Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/pipelining/_IR.py' 2025-03-04T19:47:31.8801931Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/pipelining/__init__.py' 2025-03-04T19:47:31.8802302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/pipelining/_backward.py' 2025-03-04T19:47:31.8802646Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/pipelining/_debug.py' 2025-03-04T19:47:31.8803051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/pipelining/_unflatten.py' 2025-03-04T19:47:31.8803398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/pipelining/_utils.py' 2025-03-04T19:47:31.8803894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/pipelining/microbatch.py' 2025-03-04T19:47:31.8804264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/pipelining/schedules.py' 2025-03-04T19:47:31.8804607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/pipelining/stage.py' 2025-03-04T19:47:31.8804962Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/pipelining' 2025-03-04T19:47:31.8805284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/remote_device.py' 2025-03-04T19:47:31.8805607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/rendezvous.py' 2025-03-04T19:47:31.8805959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/rpc/__init__.py' 2025-03-04T19:47:31.8806358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/rpc/_testing/__init__.py' 2025-03-04T19:47:31.8806822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2025-03-04T19:47:31.8807171Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/rpc/_testing' 2025-03-04T19:47:31.8807496Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/rpc/_utils.py' 2025-03-04T19:47:31.8807795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/rpc/api.py' 2025-03-04T19:47:31.8808169Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/rpc/backend_registry.py' 2025-03-04T19:47:31.8808495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/rpc/constants.py' 2025-03-04T19:47:31.8808831Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/rpc/functions.py' 2025-03-04T19:47:31.8809153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/rpc/internal.py' 2025-03-04T19:47:31.8809487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/rpc/options.py' 2025-03-04T19:47:31.8809819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/rpc/rref_proxy.py' 2025-03-04T19:47:31.8810246Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/rpc/server_process_global_profiler.py' 2025-03-04T19:47:31.8810566Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/rpc' 2025-03-04T19:47:31.8810845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/run.py' 2025-03-04T19:47:31.8811182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/README.md' 2025-03-04T19:47:31.8811517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/__init__.py' 2025-03-04T19:47:31.8811847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_api.py' 2025-03-04T19:47:31.8812238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_collective_utils.py' 2025-03-04T19:47:31.8812647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_dispatch.py' 2025-03-04T19:47:31.8813006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_dtensor_spec.py' 2025-03-04T19:47:31.8813352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_op_schema.py' 2025-03-04T19:47:31.8813720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_ops/__init__.py' 2025-03-04T19:47:31.8814102Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_ops/_common_rules.py' 2025-03-04T19:47:31.8814618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_ops/_conv_ops.py' 2025-03-04T19:47:31.8815051Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_ops/_einsum_strategy.py' 2025-03-04T19:47:31.8815449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_ops/_embedding_ops.py' 2025-03-04T19:47:31.8815850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_ops/_experimental_ops.py' 2025-03-04T19:47:31.8816225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_ops/_math_ops.py' 2025-03-04T19:47:31.8816595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_ops/_matrix_ops.py' 2025-03-04T19:47:31.8816992Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_ops/_pointwise_ops.py' 2025-03-04T19:47:31.8817392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_ops/_random_ops.py' 2025-03-04T19:47:31.8817787Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_ops/_tensor_ops.py' 2025-03-04T19:47:31.8818161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_ops/_view_ops.py' 2025-03-04T19:47:31.8818504Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_ops/utils.py' 2025-03-04T19:47:31.8818863Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_ops' 2025-03-04T19:47:31.8819197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_random.py' 2025-03-04T19:47:31.8819570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_redistribute.py' 2025-03-04T19:47:31.8819936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_sharding_prop.py' 2025-03-04T19:47:31.8820324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_shards_wrapper.py' 2025-03-04T19:47:31.8820665Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_tp_conv.py' 2025-03-04T19:47:31.8820988Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/_utils.py' 2025-03-04T19:47:31.8821358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/debug/__init__.py' 2025-03-04T19:47:31.8821800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/debug/_comm_mode.py' 2025-03-04T19:47:31.8822197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/debug/_op_coverage.py' 2025-03-04T19:47:31.8822621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/debug/_visualize_sharding.py' 2025-03-04T19:47:31.8823074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/debug/comm_mode_broswer_visual.js' 2025-03-04T19:47:31.8823426Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/debug' 2025-03-04T19:47:31.8823786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/device_mesh.py' 2025-03-04T19:47:31.8824253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/examples/comm_mode_features_example.py' 2025-03-04T19:47:31.8824675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/examples/convnext_example.py' 2025-03-04T19:47:31.8825112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/examples/flex_attention_cp.py' 2025-03-04T19:47:31.8825575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/examples/torchrec_sharding_example.py' 2025-03-04T19:47:31.8826053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/examples/visualize_sharding_example.py' 2025-03-04T19:47:31.8826448Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/examples' 2025-03-04T19:47:31.8826956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/experimental/__init__.py' 2025-03-04T19:47:31.8827371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/experimental/_attention.py' 2025-03-04T19:47:31.8827791Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/experimental/_func_map.py' 2025-03-04T19:47:31.8828239Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/experimental/_register_sharding.py' 2025-03-04T19:47:31.8828679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/experimental/_tp_transform.py' 2025-03-04T19:47:31.8829085Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/experimental' 2025-03-04T19:47:31.8829467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/parallel/__init__.py' 2025-03-04T19:47:31.8829946Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/parallel/_data_parallel_utils.py' 2025-03-04T19:47:31.8830317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/parallel/_utils.py' 2025-03-04T19:47:31.8830684Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/parallel/api.py' 2025-03-04T19:47:31.8831037Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/parallel/ddp.py' 2025-03-04T19:47:31.8831405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/parallel/fsdp.py' 2025-03-04T19:47:31.8831807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/parallel/input_reshard.py' 2025-03-04T19:47:31.8832185Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/parallel/loss.py' 2025-03-04T19:47:31.8832548Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/parallel/style.py' 2025-03-04T19:47:31.8832908Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/parallel' 2025-03-04T19:47:31.8833289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor/placement_types.py' 2025-03-04T19:47:31.8833608Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/tensor' 2025-03-04T19:47:31.8833908Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed/utils.py' 2025-03-04T19:47:31.8834197Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributed' 2025-03-04T19:47:31.8834516Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/__init__.py' 2025-03-04T19:47:31.8834832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/bernoulli.py' 2025-03-04T19:47:31.8835139Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/beta.py' 2025-03-04T19:47:31.8835448Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/binomial.py' 2025-03-04T19:47:31.8835774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/categorical.py' 2025-03-04T19:47:31.8836088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/cauchy.py' 2025-03-04T19:47:31.8836379Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/chi2.py' 2025-03-04T19:47:31.8836755Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/constraint_registry.py' 2025-03-04T19:47:31.8837077Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/constraints.py' 2025-03-04T19:47:31.8837521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/continuous_bernoulli.py' 2025-03-04T19:47:31.8837836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/dirichlet.py' 2025-03-04T19:47:31.8838206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/distribution.py' 2025-03-04T19:47:31.8838524Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/exp_family.py' 2025-03-04T19:47:31.8838847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/exponential.py' 2025-03-04T19:47:31.8839206Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/fishersnedecor.py' 2025-03-04T19:47:31.8839506Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/gamma.py' 2025-03-04T19:47:31.8839835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/geometric.py' 2025-03-04T19:47:31.8840162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/gumbel.py' 2025-03-04T19:47:31.8840501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/half_cauchy.py' 2025-03-04T19:47:31.8840850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/half_normal.py' 2025-03-04T19:47:31.8841191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/independent.py' 2025-03-04T19:47:31.8841528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/inverse_gamma.py' 2025-03-04T19:47:31.8841811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/kl.py' 2025-03-04T19:47:31.8842148Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/kumaraswamy.py' 2025-03-04T19:47:31.8842455Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/laplace.py' 2025-03-04T19:47:31.8842801Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/lkj_cholesky.py' 2025-03-04T19:47:31.8843119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/log_normal.py' 2025-03-04T19:47:31.8843481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/logistic_normal.py' 2025-03-04T19:47:31.8843883Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/lowrank_multivariate_normal.py' 2025-03-04T19:47:31.8844257Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/mixture_same_family.py' 2025-03-04T19:47:31.8844578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/multinomial.py' 2025-03-04T19:47:31.8844940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/multivariate_normal.py' 2025-03-04T19:47:31.8845302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/negative_binomial.py' 2025-03-04T19:47:31.8845604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/normal.py' 2025-03-04T19:47:31.8845976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/one_hot_categorical.py' 2025-03-04T19:47:31.8846283Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/pareto.py' 2025-03-04T19:47:31.8846602Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/poisson.py' 2025-03-04T19:47:31.8846957Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/relaxed_bernoulli.py' 2025-03-04T19:47:31.8847328Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/relaxed_categorical.py' 2025-03-04T19:47:31.8847637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/studentT.py' 2025-03-04T19:47:31.8848027Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/transformed_distribution.py' 2025-03-04T19:47:31.8848357Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/transforms.py' 2025-03-04T19:47:31.8848687Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/uniform.py' 2025-03-04T19:47:31.8849022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/utils.py' 2025-03-04T19:47:31.8849333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/von_mises.py' 2025-03-04T19:47:31.8849648Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/weibull.py' 2025-03-04T19:47:31.8849954Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions/wishart.py' 2025-03-04T19:47:31.8850267Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/distributions' 2025-03-04T19:47:31.8850543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/__init__.py' 2025-03-04T19:47:31.8850843Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/_draft_export.py' 2025-03-04T19:47:31.8851273Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/_remove_auto_functionalized_pass.py' 2025-03-04T19:47:31.8851660Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/_remove_effect_tokens_pass.py' 2025-03-04T19:47:31.8851959Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/_safeguard.py' 2025-03-04T19:47:31.8852225Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/_swap.py' 2025-03-04T19:47:31.8852507Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/_trace.py' 2025-03-04T19:47:31.8852803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/_tree_utils.py' 2025-03-04T19:47:31.8853085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/_unlift.py' 2025-03-04T19:47:31.8853367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/custom_obj.py' 2025-03-04T19:47:31.8853654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/custom_ops.py' 2025-03-04T19:47:31.8853962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/decomp_utils.py' 2025-03-04T19:47:31.8854268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/dynamic_shapes.py' 2025-03-04T19:47:31.8854618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/experimental/__init__.py' 2025-03-04T19:47:31.8854940Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/experimental' 2025-03-04T19:47:31.8855262Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/exported_program.py' 2025-03-04T19:47:31.8855570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/graph_signature.py' 2025-03-04T19:47:31.8855887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/passes/__init__.py' 2025-03-04T19:47:31.8856189Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/passes' 2025-03-04T19:47:31.8856471Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export/unflatten.py' 2025-03-04T19:47:31.8856753Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/export' 2025-03-04T19:47:31.8857006Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/extension.h' 2025-03-04T19:47:31.8857285Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fft/__init__.py' 2025-03-04T19:47:31.8857542Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fft' 2025-03-04T19:47:31.8857818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/func/__init__.py' 2025-03-04T19:47:31.8858084Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/func' 2025-03-04T19:47:31.8858343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/functional.py' 2025-03-04T19:47:31.8858637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/futures/__init__.py' 2025-03-04T19:47:31.8858937Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/futures' 2025-03-04T19:47:31.8859231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/README.md' 2025-03-04T19:47:31.8859491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/__init__.py' 2025-03-04T19:47:31.8859797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/_compatibility.py' 2025-03-04T19:47:31.8860081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/_graph_pickler.py' 2025-03-04T19:47:31.8860397Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/_lazy_graph_module.py' 2025-03-04T19:47:31.8860659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/_pytree.py' 2025-03-04T19:47:31.8860951Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/_symbolic_trace.py' 2025-03-04T19:47:31.8861245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/_utils.py' 2025-03-04T19:47:31.8861609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/annotate.py' 2025-03-04T19:47:31.8861917Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/config.py' 2025-03-04T19:47:31.8862238Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/__init__.py' 2025-03-04T19:47:31.8862603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/_backward_state.py' 2025-03-04T19:47:31.8862914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/_config.py' 2025-03-04T19:47:31.8863275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/_constant_symnode.py' 2025-03-04T19:47:31.8863607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/_dynamism.py' 2025-03-04T19:47:31.8864005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/accelerator_partitioner.py' 2025-03-04T19:47:31.8864349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/const_fold.py' 2025-03-04T19:47:31.8864657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/debug.py' 2025-03-04T19:47:31.8865072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/graph_gradual_typechecker.py' 2025-03-04T19:47:31.8865412Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/merge_matmul.py' 2025-03-04T19:47:31.8865759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/meta_tracer.py' 2025-03-04T19:47:31.8866183Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/migrate_gradual_types/__init__.py' 2025-03-04T19:47:31.8866630Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/migrate_gradual_types/constraint.py' 2025-03-04T19:47:31.8867112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2025-03-04T19:47:31.8867618Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2025-03-04T19:47:31.8868062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/migrate_gradual_types/operation.py' 2025-03-04T19:47:31.8868518Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2025-03-04T19:47:31.8868939Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/migrate_gradual_types/util.py' 2025-03-04T19:47:31.8869360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/migrate_gradual_types/z3_types.py' 2025-03-04T19:47:31.8869780Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/migrate_gradual_types' 2025-03-04T19:47:31.8870132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/normalize.py' 2025-03-04T19:47:31.8870491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/optimization.py' 2025-03-04T19:47:31.8870882Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/partitioner_utils.py' 2025-03-04T19:47:31.8871222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/proxy_tensor.py' 2025-03-04T19:47:31.8871561Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/recording.py' 2025-03-04T19:47:31.8872108Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/refinement_types.py' 2025-03-04T19:47:31.8872438Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/rewriter.py' 2025-03-04T19:47:31.8872825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/schema_type_annotation.py' 2025-03-04T19:47:31.8873306Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/shape_inference/infer_shape.py' 2025-03-04T19:47:31.8873807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/shape_inference/infer_symbol_values.py' 2025-03-04T19:47:31.8874197Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/shape_inference' 2025-03-04T19:47:31.8874517Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/sym_node.py' 2025-03-04T19:47:31.8874879Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/symbolic_shapes.py' 2025-03-04T19:47:31.8875259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/unification/LICENSE.txt' 2025-03-04T19:47:31.8875636Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/unification/__init__.py' 2025-03-04T19:47:31.8876005Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/unification/core.py' 2025-03-04T19:47:31.8876390Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/unification/dispatch.py' 2025-03-04T19:47:31.8876762Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/unification/match.py' 2025-03-04T19:47:31.8877121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/unification/more.py' 2025-03-04T19:47:31.8877596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/unification/multipledispatch/__init__.py' 2025-03-04T19:47:31.8878062Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/unification/multipledispatch/conflict.py' 2025-03-04T19:47:31.8878519Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/unification/multipledispatch/core.py' 2025-03-04T19:47:31.8878997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2025-03-04T19:47:31.8879453Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/unification/multipledispatch/utils.py' 2025-03-04T19:47:31.8879929Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/unification/multipledispatch/variadic.py' 2025-03-04T19:47:31.8880377Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/unification/multipledispatch' 2025-03-04T19:47:31.8880811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/unification/unification_tools.py' 2025-03-04T19:47:31.8881172Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/unification/utils.py' 2025-03-04T19:47:31.8881558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/unification/variable.py' 2025-03-04T19:47:31.8881917Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/unification' 2025-03-04T19:47:31.8882324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/unify_refinements.py' 2025-03-04T19:47:31.8882681Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental/validator.py' 2025-03-04T19:47:31.8882996Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/experimental' 2025-03-04T19:47:31.8883249Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/graph.py' 2025-03-04T19:47:31.8883527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/graph_module.py' 2025-03-04T19:47:31.8883850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/immutable_collections.py' 2025-03-04T19:47:31.8884124Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/interpreter.py' 2025-03-04T19:47:31.8884381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/node.py' 2025-03-04T19:47:31.8884708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/operator_schemas.py' 2025-03-04T19:47:31.8885021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/README.md' 2025-03-04T19:47:31.8885311Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/__init__.py' 2025-03-04T19:47:31.8885679Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/_tensorify_python_scalars.py' 2025-03-04T19:47:31.8886044Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/annotate_getitem_nodes.py' 2025-03-04T19:47:31.8886376Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/backends/__init__.py' 2025-03-04T19:47:31.8886724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/backends/cudagraphs.py' 2025-03-04T19:47:31.8887042Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/backends' 2025-03-04T19:47:31.8887384Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/dialect/__init__.py' 2025-03-04T19:47:31.8887746Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/dialect/common/__init__.py' 2025-03-04T19:47:31.8888118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/dialect/common/cse_pass.py' 2025-03-04T19:47:31.8888462Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/dialect/common' 2025-03-04T19:47:31.8888789Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/dialect' 2025-03-04T19:47:31.8889115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/fake_tensor_prop.py' 2025-03-04T19:47:31.8889423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/graph_drawer.py' 2025-03-04T19:47:31.8889772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/graph_manipulation.py' 2025-03-04T19:47:31.8890142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/graph_transform_observer.py' 2025-03-04T19:47:31.8890467Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/infra/__init__.py' 2025-03-04T19:47:31.8890806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/infra/partitioner.py' 2025-03-04T19:47:31.8891136Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/infra/pass_base.py' 2025-03-04T19:47:31.8891473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/infra/pass_manager.py' 2025-03-04T19:47:31.8891790Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/infra' 2025-03-04T19:47:31.8892097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/net_min_base.py' 2025-03-04T19:47:31.8892428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/operator_support.py' 2025-03-04T19:47:31.8892780Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/param_fetch.py' 2025-03-04T19:47:31.8893089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/pass_manager.py' 2025-03-04T19:47:31.8893423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/reinplace.py' 2025-03-04T19:47:31.8893738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/runtime_assert.py' 2025-03-04T19:47:31.8894045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/shape_prop.py' 2025-03-04T19:47:31.8894352Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/split_module.py' 2025-03-04T19:47:31.8894654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/split_utils.py' 2025-03-04T19:47:31.8894976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/splitter_base.py' 2025-03-04T19:47:31.8895312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/tests/__init__.py' 2025-03-04T19:47:31.8895685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/tests/test_pass_manager.py' 2025-03-04T19:47:31.8896013Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/tests' 2025-03-04T19:47:31.8896330Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/tools_common.py' 2025-03-04T19:47:31.8896641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/utils/__init__.py' 2025-03-04T19:47:31.8896953Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/utils/common.py' 2025-03-04T19:47:31.8897284Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/utils/fuser_utils.py' 2025-03-04T19:47:31.8897623Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/utils/matcher_utils.py' 2025-03-04T19:47:31.8898068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2025-03-04T19:47:31.8898444Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/utils/source_matcher_utils.py' 2025-03-04T19:47:31.8898761Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes/utils' 2025-03-04T19:47:31.8899044Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/passes' 2025-03-04T19:47:31.8899302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/proxy.py' 2025-03-04T19:47:31.8899600Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/subgraph_rewriter.py' 2025-03-04T19:47:31.8899881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/tensor_type.py' 2025-03-04T19:47:31.8900145Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx/traceback.py' 2025-03-04T19:47:31.8900398Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/fx' 2025-03-04T19:47:31.8900641Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/hub.py' 2025-03-04T19:47:31.8900902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/__init__.py' 2025-03-04T19:47:31.8901175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_async.py' 2025-03-04T19:47:31.8901435Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_await.py' 2025-03-04T19:47:31.8901782Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_builtins.py' 2025-03-04T19:47:31.8902043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_check.py' 2025-03-04T19:47:31.8902355Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_dataclass_impls.py' 2025-03-04T19:47:31.8902669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_decomposition_utils.py' 2025-03-04T19:47:31.8902968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_decompositions.py' 2025-03-04T19:47:31.8903272Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_freeze.py' 2025-03-04T19:47:31.8903532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_fuser.py' 2025-03-04T19:47:31.8903835Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_ir_utils.py' 2025-03-04T19:47:31.8904097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_logging.py' 2025-03-04T19:47:31.8904417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_monkeytype_config.py' 2025-03-04T19:47:31.8904715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_passes/__init__.py' 2025-03-04T19:47:31.8905161Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_passes/_property_propagation.py' 2025-03-04T19:47:31.8905460Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_passes' 2025-03-04T19:47:31.8905752Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_pickle.py' 2025-03-04T19:47:31.8906034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_recursive.py' 2025-03-04T19:47:31.8906320Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_script.py' 2025-03-04T19:47:31.8906594Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_script.pyi' 2025-03-04T19:47:31.8906888Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_serialization.py' 2025-03-04T19:47:31.8907191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_shape_functions.py' 2025-03-04T19:47:31.8907447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_state.py' 2025-03-04T19:47:31.8907703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/_trace.py' 2025-03-04T19:47:31.8907990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/annotations.py' 2025-03-04T19:47:31.8908253Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/frontend.py' 2025-03-04T19:47:31.8908569Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/generate_bytecode.py' 2025-03-04T19:47:31.8908866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/mobile/__init__.py' 2025-03-04T19:47:31.8909156Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/mobile' 2025-03-04T19:47:31.8909422Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/quantized.py' 2025-03-04T19:47:31.8909707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/supported_ops.py' 2025-03-04T19:47:31.8910045Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit/unsupported_tensor_ops.py' 2025-03-04T19:47:31.8910303Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/jit' 2025-03-04T19:47:31.8910579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/legacy/README.md' 2025-03-04T19:47:31.8910847Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/legacy' 2025-03-04T19:47:31.8911166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/lib/libshm/CMakeLists.txt' 2025-03-04T19:47:31.8911464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/lib/libshm/alloc_info.h' 2025-03-04T19:47:31.8911748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/lib/libshm/core.cpp' 2025-03-04T19:47:31.8912012Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/lib/libshm/err.h' 2025-03-04T19:47:31.8912289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/lib/libshm/libshm.h' 2025-03-04T19:47:31.8912593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/lib/libshm/manager.cpp' 2025-03-04T19:47:31.8912895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/lib/libshm/socket.h' 2025-03-04T19:47:31.8913218Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/lib/libshm' 2025-03-04T19:47:31.8913596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/lib/libshm_windows/CMakeLists.txt' 2025-03-04T19:47:31.8913920Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/lib/libshm_windows/core.cpp' 2025-03-04T19:47:31.8914277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/lib/libshm_windows/libshm.h' 2025-03-04T19:47:31.8914598Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/lib/libshm_windows' 2025-03-04T19:47:31.8914856Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/lib' 2025-03-04T19:47:31.8915100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/library.h' 2025-03-04T19:47:31.8915360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/library.py' 2025-03-04T19:47:31.8915678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/linalg/__init__.py' 2025-03-04T19:47:31.8916098Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/linalg' 2025-03-04T19:47:31.8916381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/masked/__init__.py' 2025-03-04T19:47:31.8916678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/masked/_docs.py' 2025-03-04T19:47:31.8916963Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/masked/_ops.py' 2025-03-04T19:47:31.8917333Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/masked/maskedtensor/__init__.py' 2025-03-04T19:47:31.8917686Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/masked/maskedtensor/_ops_refs.py' 2025-03-04T19:47:31.8918019Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/masked/maskedtensor/binary.py' 2025-03-04T19:47:31.8918344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/masked/maskedtensor/core.py' 2025-03-04T19:47:31.8918685Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/masked/maskedtensor/creation.py' 2025-03-04T19:47:31.8919053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/masked/maskedtensor/passthrough.py' 2025-03-04T19:47:31.8919402Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/masked/maskedtensor/reductions.py' 2025-03-04T19:47:31.8919736Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/masked/maskedtensor/unary.py' 2025-03-04T19:47:31.8920059Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/masked/maskedtensor' 2025-03-04T19:47:31.8920326Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/masked' 2025-03-04T19:47:31.8920616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/monitor/__init__.py' 2025-03-04T19:47:31.8920887Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/monitor' 2025-03-04T19:47:31.8921158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/mps/__init__.py' 2025-03-04T19:47:31.8921415Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/mps/event.py' 2025-03-04T19:47:31.8921693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/mps/profiler.py' 2025-03-04T19:47:31.8921952Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/mps' 2025-03-04T19:47:31.8922226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/mtia/__init__.py' 2025-03-04T19:47:31.8922481Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/mtia/_utils.py' 2025-03-04T19:47:31.8922738Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/mtia/memory.py' 2025-03-04T19:47:31.8929924Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/mtia' 2025-03-04T19:47:31.8930335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/multiprocessing/__init__.py' 2025-03-04T19:47:31.8930661Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/multiprocessing/_atfork.py' 2025-03-04T19:47:31.8931063Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/multiprocessing/cuda_multiprocessing.md' 2025-03-04T19:47:31.8931483Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/multiprocessing/pool.py' 2025-03-04T19:47:31.8931832Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/multiprocessing/queue.py' 2025-03-04T19:47:31.8932167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/multiprocessing/reductions.py' 2025-03-04T19:47:31.8932482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/multiprocessing/spawn.py' 2025-03-04T19:47:31.8932789Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/multiprocessing' 2025-03-04T19:47:31.8933068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nested/__init__.py' 2025-03-04T19:47:31.8933383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nested/_internal/__init__.py' 2025-03-04T19:47:31.8933748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nested/_internal/nested_int.py' 2025-03-04T19:47:31.8934100Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nested/_internal/nested_tensor.py' 2025-03-04T19:47:31.8934498Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nested/_internal/ops.py' 2025-03-04T19:47:31.8934803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nested/_internal/sdpa.py' 2025-03-04T19:47:31.8935111Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nested/_internal' 2025-03-04T19:47:31.8935388Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nested' 2025-03-04T19:47:31.8935651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/__init__.py' 2025-03-04T19:47:31.8935926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/_reduction.py' 2025-03-04T19:47:31.8936226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/attention/__init__.py' 2025-03-04T19:47:31.8936530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/attention/_utils.py' 2025-03-04T19:47:31.8936814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/attention/bias.py' 2025-03-04T19:47:31.8937192Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/attention/experimental/__init__.py' 2025-03-04T19:47:31.8937609Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/attention/experimental/_paged_attention.py' 2025-03-04T19:47:31.8937958Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/attention/experimental' 2025-03-04T19:47:31.8938297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/attention/flex_attention.py' 2025-03-04T19:47:31.8938592Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/attention' 2025-03-04T19:47:31.8938894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/backends/__init__.py' 2025-03-04T19:47:31.8939174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/backends/thnn.py' 2025-03-04T19:47:31.8939468Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/backends' 2025-03-04T19:47:31.8939743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/common_types.py' 2025-03-04T19:47:31.8939984Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/cpp.py' 2025-03-04T19:47:31.8940255Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/functional.py' 2025-03-04T19:47:31.8940538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/functional.pyi.in' 2025-03-04T19:47:31.8940789Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/grad.py' 2025-03-04T19:47:31.8941035Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/init.py' 2025-03-04T19:47:31.8941342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/__init__.py' 2025-03-04T19:47:31.8941792Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/modules/__init__.py' 2025-03-04T19:47:31.8942130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/modules/fused.py' 2025-03-04T19:47:31.8942482Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/modules' 2025-03-04T19:47:31.8942797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/qat/__init__.py' 2025-03-04T19:47:31.8943158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/qat/modules/__init__.py' 2025-03-04T19:47:31.8943528Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/qat/modules/conv_fused.py' 2025-03-04T19:47:31.8943921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/qat/modules/linear_fused.py' 2025-03-04T19:47:31.8944289Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/qat/modules/linear_relu.py' 2025-03-04T19:47:31.8944671Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/qat/modules' 2025-03-04T19:47:31.8945008Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/qat' 2025-03-04T19:47:31.8945363Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/quantized/__init__.py' 2025-03-04T19:47:31.8945748Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/quantized/dynamic/__init__.py' 2025-03-04T19:47:31.8946178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-03-04T19:47:31.8946625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-03-04T19:47:31.8947032Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/quantized/dynamic/modules' 2025-03-04T19:47:31.8947410Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/quantized/dynamic' 2025-03-04T19:47:31.8947796Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/quantized/modules/__init__.py' 2025-03-04T19:47:31.8948179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/quantized/modules/bn_relu.py' 2025-03-04T19:47:31.8948571Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/quantized/modules/conv_relu.py' 2025-03-04T19:47:31.8948979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/quantized/modules/linear_relu.py' 2025-03-04T19:47:31.8949350Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/quantized/modules' 2025-03-04T19:47:31.8949687Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic/quantized' 2025-03-04T19:47:31.8949979Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/intrinsic' 2025-03-04T19:47:31.8950269Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/__init__.py' 2025-03-04T19:47:31.8950575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/_functions.py' 2025-03-04T19:47:31.8950877Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/activation.py' 2025-03-04T19:47:31.8951174Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/adaptive.py' 2025-03-04T19:47:31.8951470Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/batchnorm.py' 2025-03-04T19:47:31.8951802Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/channelshuffle.py' 2025-03-04T19:47:31.8952097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/container.py' 2025-03-04T19:47:31.8952370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/conv.py' 2025-03-04T19:47:31.8952698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/distance.py' 2025-03-04T19:47:31.8952990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/dropout.py' 2025-03-04T19:47:31.8953307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/flatten.py' 2025-03-04T19:47:31.8953577Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/fold.py' 2025-03-04T19:47:31.8953890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/instancenorm.py' 2025-03-04T19:47:31.8954162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/lazy.py' 2025-03-04T19:47:31.8954447Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/linear.py' 2025-03-04T19:47:31.8954717Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/loss.py' 2025-03-04T19:47:31.8954997Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/module.py' 2025-03-04T19:47:31.8955343Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/normalization.py' 2025-03-04T19:47:31.8955667Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/padding.py' 2025-03-04T19:47:31.8955981Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/pixelshuffle.py' 2025-03-04T19:47:31.8956268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/pooling.py' 2025-03-04T19:47:31.8956541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/rnn.py' 2025-03-04T19:47:31.8956822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/sparse.py' 2025-03-04T19:47:31.8957132Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/transformer.py' 2025-03-04T19:47:31.8957433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/upsampling.py' 2025-03-04T19:47:31.8957710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules/utils.py' 2025-03-04T19:47:31.8957997Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/modules' 2025-03-04T19:47:31.8958297Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/parallel/__init__.py' 2025-03-04T19:47:31.8958606Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/parallel/_functions.py' 2025-03-04T19:47:31.8958881Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/parallel/comm.py' 2025-03-04T19:47:31.8959204Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/parallel/data_parallel.py' 2025-03-04T19:47:31.8959510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/parallel/distributed.py' 2025-03-04T19:47:31.8959846Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/parallel/parallel_apply.py' 2025-03-04T19:47:31.8960149Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/parallel/replicate.py' 2025-03-04T19:47:31.8960476Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/parallel/scatter_gather.py' 2025-03-04T19:47:31.8960773Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/parallel' 2025-03-04T19:47:31.8961036Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/parameter.py' 2025-03-04T19:47:31.8961312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/parameter.pyi' 2025-03-04T19:47:31.8961585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/qat/__init__.py' 2025-03-04T19:47:31.8961895Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/qat/dynamic/__init__.py' 2025-03-04T19:47:31.8962241Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/qat/dynamic/modules/__init__.py' 2025-03-04T19:47:31.8962575Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/qat/dynamic/modules/linear.py' 2025-03-04T19:47:31.8962944Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/qat/dynamic/modules' 2025-03-04T19:47:31.8963245Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/qat/dynamic' 2025-03-04T19:47:31.8963595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/qat/modules/__init__.py' 2025-03-04T19:47:31.8963884Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/qat/modules/conv.py' 2025-03-04T19:47:31.8964227Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/qat/modules/embedding_ops.py' 2025-03-04T19:47:31.8964522Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/qat/modules/linear.py' 2025-03-04T19:47:31.8964821Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/qat/modules' 2025-03-04T19:47:31.8965088Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/qat' 2025-03-04T19:47:31.8965418Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantizable/__init__.py' 2025-03-04T19:47:31.8965774Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantizable/modules/__init__.py' 2025-03-04T19:47:31.8966159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantizable/modules/activation.py' 2025-03-04T19:47:31.8966497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantizable/modules/rnn.py' 2025-03-04T19:47:31.8966832Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantizable/modules' 2025-03-04T19:47:31.8967227Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantizable' 2025-03-04T19:47:31.8967587Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/__init__.py' 2025-03-04T19:47:31.8967944Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/_reference/__init__.py' 2025-03-04T19:47:31.8968334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/_reference/modules/__init__.py' 2025-03-04T19:47:31.8968707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/_reference/modules/conv.py' 2025-03-04T19:47:31.8969099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/_reference/modules/linear.py' 2025-03-04T19:47:31.8969462Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/_reference/modules/rnn.py' 2025-03-04T19:47:31.8969850Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/_reference/modules/sparse.py' 2025-03-04T19:47:31.8970226Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/_reference/modules/utils.py' 2025-03-04T19:47:31.8970610Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/_reference/modules' 2025-03-04T19:47:31.8970950Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/_reference' 2025-03-04T19:47:31.8971299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/dynamic/__init__.py' 2025-03-04T19:47:31.8971680Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/dynamic/modules/__init__.py' 2025-03-04T19:47:31.8972208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/dynamic/modules/conv.py' 2025-03-04T19:47:31.8972579Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/dynamic/modules/linear.py' 2025-03-04T19:47:31.8972927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/dynamic/modules/rnn.py' 2025-03-04T19:47:31.8973298Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/dynamic/modules' 2025-03-04T19:47:31.8973620Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/dynamic' 2025-03-04T19:47:31.8973947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/functional.py' 2025-03-04T19:47:31.8974358Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/modules/__init__.py' 2025-03-04T19:47:31.8974753Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/modules/activation.py' 2025-03-04T19:47:31.8975099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/modules/batchnorm.py' 2025-03-04T19:47:31.8975426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/modules/conv.py' 2025-03-04T19:47:31.8975766Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/modules/dropout.py' 2025-03-04T19:47:31.8976131Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/modules/embedding_ops.py' 2025-03-04T19:47:31.8976530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/modules/functional_modules.py' 2025-03-04T19:47:31.8976890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/modules/linear.py' 2025-03-04T19:47:31.8977268Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/modules/normalization.py' 2025-03-04T19:47:31.8977615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/modules/rnn.py' 2025-03-04T19:47:31.8977945Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/modules/utils.py' 2025-03-04T19:47:31.8978266Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized/modules' 2025-03-04T19:47:31.8978561Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/quantized' 2025-03-04T19:47:31.8978842Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/__init__.py' 2025-03-04T19:47:31.8979168Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/_deprecation_utils.py' 2025-03-04T19:47:31.8979545Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/_expanded_weights/__init__.py' 2025-03-04T19:47:31.8979966Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2025-03-04T19:47:31.8980344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/_expanded_weights/conv_utils.py' 2025-03-04T19:47:31.8980786Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2025-03-04T19:47:31.8981214Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2025-03-04T19:47:31.8981706Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2025-03-04T19:47:31.8982165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2025-03-04T19:47:31.8982625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2025-03-04T19:47:31.8983080Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2025-03-04T19:47:31.8983510Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2025-03-04T19:47:31.8983857Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/_expanded_weights' 2025-03-04T19:47:31.8984210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/_named_member_accessor.py' 2025-03-04T19:47:31.8984525Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/_per_sample_grad.py' 2025-03-04T19:47:31.8984825Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/clip_grad.py' 2025-03-04T19:47:31.8985155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/convert_parameters.py' 2025-03-04T19:47:31.8985466Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/fusion.py' 2025-03-04T19:47:31.8985734Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/init.py' 2025-03-04T19:47:31.8986067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/memory_format.py' 2025-03-04T19:47:31.8986391Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/parametrizations.py' 2025-03-04T19:47:31.8986688Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/parametrize.py' 2025-03-04T19:47:31.8986968Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/prune.py' 2025-03-04T19:47:31.8987229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/rnn.py' 2025-03-04T19:47:31.8987543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/spectral_norm.py' 2025-03-04T19:47:31.8987858Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/stateless.py' 2025-03-04T19:47:31.8988163Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils/weight_norm.py' 2025-03-04T19:47:31.8988467Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn/utils' 2025-03-04T19:47:31.8988719Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/nn' 2025-03-04T19:47:31.8988987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/README.md' 2025-03-04T19:47:31.8989248Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/__init__.py' 2025-03-04T19:47:31.8989526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_constants.py' 2025-03-04T19:47:31.8989818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_experimental.py' 2025-03-04T19:47:31.8990082Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_flags.py' 2025-03-04T19:47:31.8990349Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_globals.py' 2025-03-04T19:47:31.8990663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/__init__.py' 2025-03-04T19:47:31.8991011Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/_exporter_legacy.py' 2025-03-04T19:47:31.8991335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/_lazy_import.py' 2025-03-04T19:47:31.8991710Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/OVERVIEW.md' 2025-03-04T19:47:31.8992073Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/__init__.py' 2025-03-04T19:47:31.8992461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/_diagnostic.py' 2025-03-04T19:47:31.8992814Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/_rules.py' 2025-03-04T19:47:31.8993212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/__init__.py' 2025-03-04T19:47:31.8993595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/_infra.py' 2025-03-04T19:47:31.8993990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/context.py' 2025-03-04T19:47:31.8994389Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/decorator.py' 2025-03-04T19:47:31.8994781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/formatter.py' 2025-03-04T19:47:31.8995209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2025-03-04T19:47:31.8995622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2025-03-04T19:47:31.8996053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2025-03-04T19:47:31.8996530Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2025-03-04T19:47:31.8997013Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2025-03-04T19:47:31.8997468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2025-03-04T19:47:31.8997907Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2025-03-04T19:47:31.8998329Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2025-03-04T19:47:31.8998820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2025-03-04T19:47:31.8999275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2025-03-04T19:47:31.8999707Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2025-03-04T19:47:31.9000153Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2025-03-04T19:47:31.9000576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2025-03-04T19:47:31.9001053Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2025-03-04T19:47:31.9001581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2025-03-04T19:47:31.9002121Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2025-03-04T19:47:31.9002523Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2025-03-04T19:47:31.9002936Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2025-03-04T19:47:31.9003382Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2025-03-04T19:47:31.9003813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2025-03-04T19:47:31.9004233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2025-03-04T19:47:31.9004715Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2025-03-04T19:47:31.9005165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2025-03-04T19:47:31.9005583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2025-03-04T19:47:31.9006085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2025-03-04T19:47:31.9006487Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2025-03-04T19:47:31.9006926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2025-03-04T19:47:31.9007378Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2025-03-04T19:47:31.9007820Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2025-03-04T19:47:31.9008340Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2025-03-04T19:47:31.9008783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2025-03-04T19:47:31.9009211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2025-03-04T19:47:31.9009703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2025-03-04T19:47:31.9010171Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2025-03-04T19:47:31.9010698Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2025-03-04T19:47:31.9011258Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2025-03-04T19:47:31.9011693Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2025-03-04T19:47:31.9012155Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2025-03-04T19:47:31.9012549Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2025-03-04T19:47:31.9013031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2025-03-04T19:47:31.9013469Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2025-03-04T19:47:31.9013998Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2025-03-04T19:47:31.9014405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2025-03-04T19:47:31.9014839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2025-03-04T19:47:31.9015266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2025-03-04T19:47:31.9015694Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2025-03-04T19:47:31.9016159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2025-03-04T19:47:31.9016564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2025-03-04T19:47:31.9017010Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2025-03-04T19:47:31.9017503Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2025-03-04T19:47:31.9017974Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2025-03-04T19:47:31.9018459Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2025-03-04T19:47:31.9018893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2025-03-04T19:47:31.9019326Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2025-03-04T19:47:31.9019740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2025-03-04T19:47:31.9020177Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/sarif' 2025-03-04T19:47:31.9020585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra/utils.py' 2025-03-04T19:47:31.9020958Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/infra' 2025-03-04T19:47:31.9021319Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics/rules.yaml' 2025-03-04T19:47:31.9021738Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/diagnostics' 2025-03-04T19:47:31.9022089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/__init__.py' 2025-03-04T19:47:31.9022449Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_analysis.py' 2025-03-04T19:47:31.9022824Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_building.py' 2025-03-04T19:47:31.9023233Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_capture_strategies.py' 2025-03-04T19:47:31.9023605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_compat.py' 2025-03-04T19:47:31.9023973Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_constants.py' 2025-03-04T19:47:31.9024310Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_core.py' 2025-03-04T19:47:31.9024651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_decomp.py' 2025-03-04T19:47:31.9025025Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_dispatching.py' 2025-03-04T19:47:31.9025405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_dynamic_shapes.py' 2025-03-04T19:47:31.9025758Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_errors.py' 2025-03-04T19:47:31.9026115Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_fx_passes.py' 2025-03-04T19:47:31.9026482Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_ir_passes.py' 2025-03-04T19:47:31.9026828Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_isolated.py' 2025-03-04T19:47:31.9027207Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_onnx_program.py' 2025-03-04T19:47:31.9027581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_registration.py' 2025-03-04T19:47:31.9027947Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_reporting.py' 2025-03-04T19:47:31.9028295Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_schemas.py' 2025-03-04T19:47:31.9028647Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_tensors.py' 2025-03-04T19:47:31.9029004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_testing.py' 2025-03-04T19:47:31.9029399Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_torchlib/__init__.py' 2025-03-04T19:47:31.9029829Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_torchlib/_tensor_typing.py' 2025-03-04T19:47:31.9030261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py' 2025-03-04T19:47:31.9030674Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_torchlib/ops/__init__.py' 2025-03-04T19:47:31.9031066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_torchlib/ops/core.py' 2025-03-04T19:47:31.9031491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_torchlib/ops/hop.py' 2025-03-04T19:47:31.9031921Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_torchlib/ops' 2025-03-04T19:47:31.9032300Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_torchlib' 2025-03-04T19:47:31.9032675Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter/_verification.py' 2025-03-04T19:47:31.9033013Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/exporter' 2025-03-04T19:47:31.9033342Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/__init__.py' 2025-03-04T19:47:31.9033652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/_pass.py' 2025-03-04T19:47:31.9034048Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/analysis/__init__.py' 2025-03-04T19:47:31.9034489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2025-03-04T19:47:31.9034846Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/analysis' 2025-03-04T19:47:31.9035217Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/decomposition_skip.py' 2025-03-04T19:47:31.9035595Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/decomposition_table.py' 2025-03-04T19:47:31.9035930Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/diagnostics.py' 2025-03-04T19:47:31.9036318Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2025-03-04T19:47:31.9036699Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2025-03-04T19:47:31.9037110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2025-03-04T19:47:31.9037512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2025-03-04T19:47:31.9037867Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/passes/__init__.py' 2025-03-04T19:47:31.9038223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/passes/_utils.py' 2025-03-04T19:47:31.9038568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/passes/decomp.py' 2025-03-04T19:47:31.9038980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/passes/functionalization.py' 2025-03-04T19:47:31.9039362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/passes/modularization.py' 2025-03-04T19:47:31.9039743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/passes/readability.py' 2025-03-04T19:47:31.9040135Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/passes/type_promotion.py' 2025-03-04T19:47:31.9040520Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/passes/virtualization.py' 2025-03-04T19:47:31.9040866Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/passes' 2025-03-04T19:47:31.9041180Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/patcher.py' 2025-03-04T19:47:31.9041527Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/registration.py' 2025-03-04T19:47:31.9041871Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/serialization.py' 2025-03-04T19:47:31.9042208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx/type_utils.py' 2025-03-04T19:47:31.9042541Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/fx' 2025-03-04T19:47:31.9042856Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/io_adapter.py' 2025-03-04T19:47:31.9043201Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/jit_utils.py' 2025-03-04T19:47:31.9043546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/onnx_proto_utils.py' 2025-03-04T19:47:31.9043878Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/onnxruntime.py' 2025-03-04T19:47:31.9044208Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal/registration.py' 2025-03-04T19:47:31.9044513Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_internal' 2025-03-04T19:47:31.9044819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_onnx_supported_ops.py' 2025-03-04T19:47:31.9045133Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/_type_utils.py' 2025-03-04T19:47:31.9045429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/errors.py' 2025-03-04T19:47:31.9045703Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/operators.py' 2025-03-04T19:47:31.9046008Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/symbolic_caffe2.py' 2025-03-04T19:47:31.9046303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/symbolic_helper.py' 2025-03-04T19:47:31.9046608Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/symbolic_opset10.py' 2025-03-04T19:47:31.9046902Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/symbolic_opset11.py' 2025-03-04T19:47:31.9047212Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/symbolic_opset12.py' 2025-03-04T19:47:31.9047511Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/symbolic_opset13.py' 2025-03-04T19:47:31.9047822Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/symbolic_opset14.py' 2025-03-04T19:47:31.9048127Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/symbolic_opset15.py' 2025-03-04T19:47:31.9048423Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/symbolic_opset16.py' 2025-03-04T19:47:31.9048732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/symbolic_opset17.py' 2025-03-04T19:47:31.9049028Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/symbolic_opset18.py' 2025-03-04T19:47:31.9049336Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/symbolic_opset19.py' 2025-03-04T19:47:31.9049631Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/symbolic_opset20.py' 2025-03-04T19:47:31.9049937Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/symbolic_opset7.py' 2025-03-04T19:47:31.9050231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/symbolic_opset8.py' 2025-03-04T19:47:31.9050533Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/symbolic_opset9.py' 2025-03-04T19:47:31.9050788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/utils.py' 2025-03-04T19:47:31.9051072Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx/verification.py' 2025-03-04T19:47:31.9051336Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/onnx' 2025-03-04T19:47:31.9051605Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/__init__.py' 2025-03-04T19:47:31.9051893Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/_adafactor.py' 2025-03-04T19:47:31.9052175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/_functional.py' 2025-03-04T19:47:31.9052515Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/_multi_tensor/__init__.py' 2025-03-04T19:47:31.9052873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/_multi_tensor/__init__.pyi' 2025-03-04T19:47:31.9053216Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/_multi_tensor' 2025-03-04T19:47:31.9053492Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/adadelta.py' 2025-03-04T19:47:31.9053754Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/adagrad.py' 2025-03-04T19:47:31.9054016Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/adam.py' 2025-03-04T19:47:31.9054275Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/adamax.py' 2025-03-04T19:47:31.9054538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/adamw.py' 2025-03-04T19:47:31.9054794Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/asgd.py' 2025-03-04T19:47:31.9055089Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/lbfgs.py' 2025-03-04T19:47:31.9055383Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/lr_scheduler.py' 2025-03-04T19:47:31.9055669Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/nadam.py' 2025-03-04T19:47:31.9055952Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/optimizer.py' 2025-03-04T19:47:31.9056211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/radam.py' 2025-03-04T19:47:31.9056485Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/rmsprop.py' 2025-03-04T19:47:31.9056743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/rprop.py' 2025-03-04T19:47:31.9057004Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/sgd.py' 2025-03-04T19:47:31.9057291Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/sparse_adam.py' 2025-03-04T19:47:31.9057566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim/swa_utils.py' 2025-03-04T19:47:31.9057841Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/optim' 2025-03-04T19:47:31.9058101Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/overrides.py' 2025-03-04T19:47:31.9058387Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/__init__.py' 2025-03-04T19:47:31.9058664Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/_digraph.py' 2025-03-04T19:47:31.9058989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/_directory_reader.py' 2025-03-04T19:47:31.9059281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/_importlib.py' 2025-03-04T19:47:31.9059572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/_mangling.py' 2025-03-04T19:47:31.9059841Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/_mock.py' 2025-03-04T19:47:31.9060159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/_package_pickler.py' 2025-03-04T19:47:31.9060500Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/_package_unpickler.py' 2025-03-04T19:47:31.9060778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/_stdlib.py' 2025-03-04T19:47:31.9061099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/analyze/__init__.py' 2025-03-04T19:47:31.9061615Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/analyze/find_first_use_of_broken_modules.py' 2025-03-04T19:47:31.9061979Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/analyze/is_from_package.py' 2025-03-04T19:47:31.9062350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/analyze/trace_dependencies.py' 2025-03-04T19:47:31.9062659Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/analyze' 2025-03-04T19:47:31.9063076Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/file_structure_representation.py' 2025-03-04T19:47:31.9063426Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/find_file_dependencies.py' 2025-03-04T19:47:31.9063751Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/glob_group.py' 2025-03-04T19:47:31.9064033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/importer.py' 2025-03-04T19:47:31.9064317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/mangling.md' 2025-03-04T19:47:31.9064635Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/package_exporter.py' 2025-03-04T19:47:31.9064957Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package/package_importer.py' 2025-03-04T19:47:31.9065231Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/package' 2025-03-04T19:47:31.9065546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/profiler/__init__.py' 2025-03-04T19:47:31.9065873Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/profiler/_memory_profiler.py' 2025-03-04T19:47:31.9066219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/profiler/_pattern_matcher.py' 2025-03-04T19:47:31.9066505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/profiler/_utils.py' 2025-03-04T19:47:31.9066769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/profiler/itt.py' 2025-03-04T19:47:31.9067064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/profiler/profiler.py' 2025-03-04T19:47:31.9067373Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/profiler/python_tracer.py' 2025-03-04T19:47:31.9067655Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/profiler' 2025-03-04T19:47:31.9067896Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/py.typed' 2025-03-04T19:47:31.9068209Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/__init__.py' 2025-03-04T19:47:31.9068545Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/_numeric_suite.py' 2025-03-04T19:47:31.9068892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/_numeric_suite_fx.py' 2025-03-04T19:47:31.9069270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/_quantized_conversions.py' 2025-03-04T19:47:31.9069597Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/fake_quantize.py' 2025-03-04T19:47:31.9069925Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/fuse_modules.py' 2025-03-04T19:47:31.9070293Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/fuser_method_mappings.py' 2025-03-04T19:47:31.9070616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/fx/__init__.py' 2025-03-04T19:47:31.9070940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/fx/_equalize.py' 2025-03-04T19:47:31.9071261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/fx/convert.py' 2025-03-04T19:47:31.9071564Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/fx/fuse.py' 2025-03-04T19:47:31.9072061Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/fx/fusion_patterns.py' 2025-03-04T19:47:31.9072409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/fx/graph_module.py' 2025-03-04T19:47:31.9072744Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/fx/match_utils.py' 2025-03-04T19:47:31.9073095Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/fx/pattern_utils.py' 2025-03-04T19:47:31.9073407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/fx/prepare.py' 2025-03-04T19:47:31.9073848Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/fx/quantization_patterns.py' 2025-03-04T19:47:31.9074223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/fx/quantization_types.py' 2025-03-04T19:47:31.9074574Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/fx/utils.py' 2025-03-04T19:47:31.9074882Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/fx' 2025-03-04T19:47:31.9075186Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/observer.py' 2025-03-04T19:47:31.9075493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/qconfig.py' 2025-03-04T19:47:31.9075806Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/quant_type.py' 2025-03-04T19:47:31.9076182Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/quantization_mappings.py' 2025-03-04T19:47:31.9076521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/quantize.py' 2025-03-04T19:47:31.9076876Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/quantize_fx.py' 2025-03-04T19:47:31.9077197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/quantize_jit.py' 2025-03-04T19:47:31.9077486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/stubs.py' 2025-03-04T19:47:31.9077784Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization/utils.py' 2025-03-04T19:47:31.9078078Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quantization' 2025-03-04T19:47:31.9078350Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/quasirandom.py' 2025-03-04T19:47:31.9078596Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/random.py' 2025-03-04T19:47:31.9078866Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/return_types.py' 2025-03-04T19:47:31.9079107Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/script.h' 2025-03-04T19:47:31.9079386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/serialization.py' 2025-03-04T19:47:31.9079659Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/signal/__init__.py' 2025-03-04T19:47:31.9079964Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/signal/windows/__init__.py' 2025-03-04T19:47:31.9080282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/signal/windows/windows.py' 2025-03-04T19:47:31.9080578Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/signal/windows' 2025-03-04T19:47:31.9080855Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/signal' 2025-03-04T19:47:31.9081130Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/sparse/__init__.py' 2025-03-04T19:47:31.9081506Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/sparse/_semi_structured_conversions.py' 2025-03-04T19:47:31.9081837Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/sparse/_semi_structured_ops.py' 2025-03-04T19:47:31.9082134Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/sparse/_triton_ops.py' 2025-03-04T19:47:31.9082442Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/sparse/_triton_ops_meta.py' 2025-03-04T19:47:31.9082747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/sparse/semi_structured.py' 2025-03-04T19:47:31.9083022Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/sparse' 2025-03-04T19:47:31.9083299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/special/__init__.py' 2025-03-04T19:47:31.9083578Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/special' 2025-03-04T19:47:31.9083826Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/storage.py' 2025-03-04T19:47:31.9084137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/__init__.py' 2025-03-04T19:47:31.9084433Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_comparison.py' 2025-03-04T19:47:31.9084740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_creation.py' 2025-03-04T19:47:31.9085071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/__init__.py' 2025-03-04T19:47:31.9085439Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/autocast_test_lists.py' 2025-03-04T19:47:31.9085823Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/autograd_function_db.py' 2025-03-04T19:47:31.9086205Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/check_kernel_launches.py' 2025-03-04T19:47:31.9086570Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/codegen/__init__.py' 2025-03-04T19:47:31.9086953Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/codegen' 2025-03-04T19:47:31.9087323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/common_cuda.py' 2025-03-04T19:47:31.9087695Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/common_device_type.py' 2025-03-04T19:47:31.9088088Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/common_dist_composable.py' 2025-03-04T19:47:31.9088460Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/common_distributed.py' 2025-03-04T19:47:31.9088798Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/common_dtype.py' 2025-03-04T19:47:31.9089142Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/common_fsdp.py' 2025-03-04T19:47:31.9089477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/common_jit.py' 2025-03-04T19:47:31.9089894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/common_methods_invocations.py' 2025-03-04T19:47:31.9090243Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/common_mkldnn.py' 2025-03-04T19:47:31.9090603Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/common_modules.py' 2025-03-04T19:47:31.9090933Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/common_nn.py' 2025-03-04T19:47:31.9091305Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/common_optimizers.py' 2025-03-04T19:47:31.9091657Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/common_pruning.py' 2025-03-04T19:47:31.9092029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/common_quantization.py' 2025-03-04T19:47:31.9092405Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/common_quantized.py' 2025-03-04T19:47:31.9092762Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/common_subclass.py' 2025-03-04T19:47:31.9093112Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/common_utils.py' 2025-03-04T19:47:31.9093494Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/composite_compliance.py' 2025-03-04T19:47:31.9093844Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/custom_op_db.py' 2025-03-04T19:47:31.9094191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/custom_tensor.py' 2025-03-04T19:47:31.9094540Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/data/__init__.py' 2025-03-04T19:47:31.9094889Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/data/network1.py' 2025-03-04T19:47:31.9095261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/data/network2.py' 2025-03-04T19:47:31.9095607Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/data' 2025-03-04T19:47:31.9095976Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/dist_utils.py' 2025-03-04T19:47:31.9096367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/__init__.py' 2025-03-04T19:47:31.9096776Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/_shard/__init__.py' 2025-03-04T19:47:31.9097254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2025-03-04T19:47:31.9097767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2025-03-04T19:47:31.9098302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2025-03-04T19:47:31.9098789Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/_shard/sharded_tensor' 2025-03-04T19:47:31.9099223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/_shard/test_common.py' 2025-03-04T19:47:31.9099622Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/_shard' 2025-03-04T19:47:31.9100032Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/_tensor/__init__.py' 2025-03-04T19:47:31.9100477Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2025-03-04T19:47:31.9100883Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/_tensor' 2025-03-04T19:47:31.9101307Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/checkpoint_utils.py' 2025-03-04T19:47:31.9101807Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/common_state_dict.py' 2025-03-04T19:47:31.9102279Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2025-03-04T19:47:31.9102689Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/distributed_test.py' 2025-03-04T19:47:31.9103111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/distributed_utils.py' 2025-03-04T19:47:31.9103486Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/fake_pg.py' 2025-03-04T19:47:31.9103913Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/multi_threaded_pg.py' 2025-03-04T19:47:31.9104301Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/nn/__init__.py' 2025-03-04T19:47:31.9104713Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/nn/api/__init__.py' 2025-03-04T19:47:31.9105164Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2025-03-04T19:47:31.9105561Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/nn/api' 2025-03-04T19:47:31.9105943Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/nn' 2025-03-04T19:47:31.9106339Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc/__init__.py' 2025-03-04T19:47:31.9106785Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2025-03-04T19:47:31.9107261Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2025-03-04T19:47:31.9107727Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc/examples/__init__.py' 2025-03-04T19:47:31.9108223Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2025-03-04T19:47:31.9108778Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2025-03-04T19:47:31.9109204Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc/examples' 2025-03-04T19:47:31.9109654Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2025-03-04T19:47:31.9110170Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2025-03-04T19:47:31.9110619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc/jit/__init__.py' 2025-03-04T19:47:31.9111083Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2025-03-04T19:47:31.9111495Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2025-03-04T19:47:31.9111940Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2025-03-04T19:47:31.9112343Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc/jit' 2025-03-04T19:47:31.9112797Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2025-03-04T19:47:31.9113200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc/rpc_test.py' 2025-03-04T19:47:31.9113716Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2025-03-04T19:47:31.9114098Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc' 2025-03-04T19:47:31.9114489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed/rpc_utils.py' 2025-03-04T19:47:31.9114852Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/distributed' 2025-03-04T19:47:31.9115229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/dynamo_test_failures.py' 2025-03-04T19:47:31.9115604Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/fake_config_module.py' 2025-03-04T19:47:31.9115978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/fake_config_module2.py' 2025-03-04T19:47:31.9116360Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/fake_config_module3.py' 2025-03-04T19:47:31.9116730Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/generated/__init__.py' 2025-03-04T19:47:31.9117085Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/generated' 2025-03-04T19:47:31.9117398Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/hop_db.py' 2025-03-04T19:47:31.9117771Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/hypothesis_utils.py' 2025-03-04T19:47:31.9118118Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/inductor_utils.py' 2025-03-04T19:47:31.9118521Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/jit_metaprogramming_utils.py' 2025-03-04T19:47:31.9118887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/jit_utils.py' 2025-03-04T19:47:31.9119267Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/logging_tensor.py' 2025-03-04T19:47:31.9119626Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/logging_utils.py' 2025-03-04T19:47:31.9119978Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/opinfo/__init__.py' 2025-03-04T19:47:31.9120324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/opinfo/core.py' 2025-03-04T19:47:31.9120733Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/opinfo/definitions/__init__.py' 2025-03-04T19:47:31.9121152Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/opinfo/definitions/_masked.py' 2025-03-04T19:47:31.9121566Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/opinfo/definitions/fft.py' 2025-03-04T19:47:31.9121996Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/opinfo/definitions/linalg.py' 2025-03-04T19:47:31.9122407Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/opinfo/definitions/nested.py' 2025-03-04T19:47:31.9122805Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/opinfo/definitions/signal.py' 2025-03-04T19:47:31.9123211Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/opinfo/definitions/sparse.py' 2025-03-04T19:47:31.9123619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/opinfo/definitions/special.py' 2025-03-04T19:47:31.9124023Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/opinfo/definitions' 2025-03-04T19:47:31.9124362Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/opinfo/refs.py' 2025-03-04T19:47:31.9124720Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/opinfo/utils.py' 2025-03-04T19:47:31.9125060Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/opinfo' 2025-03-04T19:47:31.9125434Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/optests/__init__.py' 2025-03-04T19:47:31.9125811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/optests/aot_autograd.py' 2025-03-04T19:47:31.9126229Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/optests/autograd_registration.py' 2025-03-04T19:47:31.9126612Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/optests/fake_tensor.py' 2025-03-04T19:47:31.9127000Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/optests/generate_tests.py' 2025-03-04T19:47:31.9127367Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/optests/make_fx.py' 2025-03-04T19:47:31.9127715Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/optests' 2025-03-04T19:47:31.9128165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/quantization_torch_package_models.py' 2025-03-04T19:47:31.9128505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/static_module.py' 2025-03-04T19:47:31.9128855Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/subclasses.py' 2025-03-04T19:47:31.9129228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/test_module/__init__.py' 2025-03-04T19:47:31.9129611Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/test_module/future_div.py' 2025-03-04T19:47:31.9130022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/test_module/no_future_div.py' 2025-03-04T19:47:31.9130412Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/test_module' 2025-03-04T19:47:31.9130816Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/torchbind_impls.py' 2025-03-04T19:47:31.9131157Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/triton_utils.py' 2025-03-04T19:47:31.9131493Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/two_tensor.py' 2025-03-04T19:47:31.9131800Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_internal' 2025-03-04T19:47:31.9132085Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing/_utils.py' 2025-03-04T19:47:31.9132354Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/testing' 2025-03-04T19:47:31.9132649Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/torch_version.py' 2025-03-04T19:47:31.9132901Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/types.py' 2025-03-04T19:47:31.9133197Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/__init__.py' 2025-03-04T19:47:31.9133567Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_appending_byte_serializer.py' 2025-03-04T19:47:31.9133870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_backport_slots.py' 2025-03-04T19:47:31.9134179Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_config_module.py' 2025-03-04T19:47:31.9134473Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_config_typing.pyi' 2025-03-04T19:47:31.9134781Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_content_store.py' 2025-03-04T19:47:31.9135064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_contextlib.py' 2025-03-04T19:47:31.9135380Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_cpp_embed_headers.py' 2025-03-04T19:47:31.9135739Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_cpp_extension_versioner.py' 2025-03-04T19:47:31.9136021Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_cxx_pytree.py' 2025-03-04T19:47:31.9136302Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_device.py' 2025-03-04T19:47:31.9136585Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_exposed_in.py' 2025-03-04T19:47:31.9136870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_filelock.py' 2025-03-04T19:47:31.9137166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_foreach_utils.py' 2025-03-04T19:47:31.9137445Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_freeze.py' 2025-03-04T19:47:31.9137723Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_functools.py' 2025-03-04T19:47:31.9138034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_get_clean_triton.py' 2025-03-04T19:47:31.9138345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_import_utils.py' 2025-03-04T19:47:31.9138625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_mode_utils.py' 2025-03-04T19:47:31.9138927Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_ordered_set.py' 2025-03-04T19:47:31.9139231Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_python_dispatch.py' 2025-03-04T19:47:31.9139513Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_pytree.py' 2025-03-04T19:47:31.9139772Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_stats.py' 2025-03-04T19:47:31.9140106Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_strobelight/__init__.py' 2025-03-04T19:47:31.9140532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_strobelight/cli_function_profiler.py' 2025-03-04T19:47:31.9141017Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_strobelight/examples/cli_function_profiler_example.py' 2025-03-04T19:47:31.9141380Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_strobelight/examples' 2025-03-04T19:47:31.9141758Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_strobelight' 2025-03-04T19:47:31.9142068Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_sympy/__init__.py' 2025-03-04T19:47:31.9142371Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_sympy/functions.py' 2025-03-04T19:47:31.9142673Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_sympy/interp.py' 2025-03-04T19:47:31.9142965Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_sympy/numbers.py' 2025-03-04T19:47:31.9143304Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_sympy/printers.py' 2025-03-04T19:47:31.9143632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_sympy/reference.py' 2025-03-04T19:47:31.9143957Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_sympy/singleton_int.py' 2025-03-04T19:47:31.9144259Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_sympy/solve.py' 2025-03-04T19:47:31.9144547Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_sympy/symbol.py' 2025-03-04T19:47:31.9144869Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_sympy/value_ranges.py' 2025-03-04T19:47:31.9145156Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_sympy' 2025-03-04T19:47:31.9145429Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_thunk.py' 2025-03-04T19:47:31.9145708Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_traceback.py' 2025-03-04T19:47:31.9145970Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_triton.py' 2025-03-04T19:47:31.9146270Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_typing_utils.py' 2025-03-04T19:47:31.9146526Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/_zip.py' 2025-03-04T19:47:31.9146853Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/backcompat/__init__.py' 2025-03-04T19:47:31.9147154Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/backcompat' 2025-03-04T19:47:31.9147491Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/backend_registration.py' 2025-03-04T19:47:31.9147795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/README.md' 2025-03-04T19:47:31.9148116Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/__init__.py' 2025-03-04T19:47:31.9148474Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/examples/__init__.py' 2025-03-04T19:47:31.9148890Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/examples/blas_compare_setup.py' 2025-03-04T19:47:31.9149256Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/examples/compare.py' 2025-03-04T19:47:31.9149607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/examples/fuzzer.py' 2025-03-04T19:47:31.9149994Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/examples/op_benchmark.py' 2025-03-04T19:47:31.9150370Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/examples/prepare_e2e.sh' 2025-03-04T19:47:31.9150762Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/examples/simple_timeit.py' 2025-03-04T19:47:31.9151178Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/examples/sparse/compare.py' 2025-03-04T19:47:31.9151573Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/examples/sparse/fuzzer.py' 2025-03-04T19:47:31.9152009Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/examples/sparse/op_benchmark.py' 2025-03-04T19:47:31.9152394Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/examples/sparse' 2025-03-04T19:47:31.9152819Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2025-03-04T19:47:31.9153160Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/examples' 2025-03-04T19:47:31.9153536Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/op_fuzzers/__init__.py' 2025-03-04T19:47:31.9153918Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/op_fuzzers/binary.py' 2025-03-04T19:47:31.9154321Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2025-03-04T19:47:31.9154732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2025-03-04T19:47:31.9155110Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/op_fuzzers/spectral.py' 2025-03-04T19:47:31.9155461Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/op_fuzzers/unary.py' 2025-03-04T19:47:31.9155825Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/op_fuzzers' 2025-03-04T19:47:31.9156165Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/utils/__init__.py' 2025-03-04T19:47:31.9156501Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/utils/_stubs.py' 2025-03-04T19:47:31.9156847Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/utils/common.py' 2025-03-04T19:47:31.9157191Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/utils/compare.py' 2025-03-04T19:47:31.9157543Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/utils/compile.py' 2025-03-04T19:47:31.9157880Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/utils/cpp_jit.py' 2025-03-04T19:47:31.9158219Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/utils/fuzzer.py' 2025-03-04T19:47:31.9158593Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/utils/sparse_fuzzer.py' 2025-03-04T19:47:31.9158985Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/utils/timeit_template.cpp' 2025-03-04T19:47:31.9159316Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/utils/timer.py' 2025-03-04T19:47:31.9159750Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2025-03-04T19:47:31.9160228Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2025-03-04T19:47:31.9160743Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2025-03-04T19:47:31.9161213Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2025-03-04T19:47:31.9161624Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/utils/valgrind_wrapper' 2025-03-04T19:47:31.9161966Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark/utils' 2025-03-04T19:47:31.9162267Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/benchmark' 2025-03-04T19:47:31.9162625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/bottleneck/__init__.py' 2025-03-04T19:47:31.9162941Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/bottleneck/__main__.py' 2025-03-04T19:47:31.9163287Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/bottleneck' 2025-03-04T19:47:31.9163583Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/bundled_inputs.py' 2025-03-04T19:47:31.9163863Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/checkpoint.py' 2025-03-04T19:47:31.9164156Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/collect_env.py' 2025-03-04T19:47:31.9164450Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/cpp_backtrace.py' 2025-03-04T19:47:31.9164757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/cpp_extension.py' 2025-03-04T19:47:31.9165071Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/__init__.py' 2025-03-04T19:47:31.9165409Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/_utils/__init__.py' 2025-03-04T19:47:31.9165749Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/_utils/collate.py' 2025-03-04T19:47:31.9166055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/_utils/fetch.py' 2025-03-04T19:47:31.9166394Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/_utils/pin_memory.py' 2025-03-04T19:47:31.9166747Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/_utils/signal_handling.py' 2025-03-04T19:47:31.9167067Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/_utils/worker.py' 2025-03-04T19:47:31.9167373Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/_utils' 2025-03-04T19:47:31.9167740Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/backward_compatibility.py' 2025-03-04T19:47:31.9168086Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/dataframes_pipes.ipynb' 2025-03-04T19:47:31.9168400Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/dataloader.py' 2025-03-04T19:47:31.9168732Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/README.md' 2025-03-04T19:47:31.9169074Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/__init__.py' 2025-03-04T19:47:31.9169432Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/_decorator.py' 2025-03-04T19:47:31.9169800Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/_hook_iterator.py' 2025-03-04T19:47:31.9170143Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/_typing.py' 2025-03-04T19:47:31.9170532Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/dataframe/__init__.py' 2025-03-04T19:47:31.9170983Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2025-03-04T19:47:31.9171386Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/dataframe/dataframes.py' 2025-03-04T19:47:31.9171943Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/dataframe/datapipes.py' 2025-03-04T19:47:31.9172344Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/dataframe/structures.py' 2025-03-04T19:47:31.9172723Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/dataframe' 2025-03-04T19:47:31.9173064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/datapipe.py' 2025-03-04T19:47:31.9173431Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/datapipe.pyi.in' 2025-03-04T19:47:31.9173836Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/gen_pyi.py' 2025-03-04T19:47:31.9174245Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/iter/__init__.py' 2025-03-04T19:47:31.9174622Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/iter/callable.py' 2025-03-04T19:47:31.9175014Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/iter/combinatorics.py' 2025-03-04T19:47:31.9175392Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/iter/combining.py' 2025-03-04T19:47:31.9175768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/iter/filelister.py' 2025-03-04T19:47:31.9176151Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/iter/fileopener.py' 2025-03-04T19:47:31.9176552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/iter/grouping.py' 2025-03-04T19:47:31.9177046Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/iter/routeddecoder.py' 2025-03-04T19:47:31.9177427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/iter/selecting.py' 2025-03-04T19:47:31.9177795Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/iter/sharding.py' 2025-03-04T19:47:31.9178189Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/iter/streamreader.py' 2025-03-04T19:47:31.9178537Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/iter/utils.py' 2025-03-04T19:47:31.9178895Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/iter' 2025-03-04T19:47:31.9179254Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/map/__init__.py' 2025-03-04T19:47:31.9179625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/map/callable.py' 2025-03-04T19:47:31.9180024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/map/combinatorics.py' 2025-03-04T19:47:31.9180406Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/map/combining.py' 2025-03-04T19:47:31.9180767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/map/grouping.py' 2025-03-04T19:47:31.9181114Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/map/utils.py' 2025-03-04T19:47:31.9181532Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/map' 2025-03-04T19:47:31.9181911Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/utils/__init__.py' 2025-03-04T19:47:31.9182281Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/utils/common.py' 2025-03-04T19:47:31.9182653Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/utils/decoder.py' 2025-03-04T19:47:31.9183039Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/utils/snapshot.py' 2025-03-04T19:47:31.9183390Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/utils' 2025-03-04T19:47:31.9183731Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes' 2025-03-04T19:47:31.9184024Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/dataset.py' 2025-03-04T19:47:31.9184334Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/distributed.py' 2025-03-04T19:47:31.9184625Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/graph.py' 2025-03-04T19:47:31.9184949Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/graph_settings.py' 2025-03-04T19:47:31.9185280Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/sampler.py' 2025-03-04T19:47:31.9185651Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/standard_pipes.ipynb' 2025-03-04T19:47:31.9185957Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data/typing.ipynb' 2025-03-04T19:47:31.9186242Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/data' 2025-03-04T19:47:31.9186555Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/deterministic.py' 2025-03-04T19:47:31.9186818Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/dlpack.py' 2025-03-04T19:47:31.9187097Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/file_baton.py' 2025-03-04T19:47:31.9187396Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/flop_counter.py' 2025-03-04T19:47:31.9187724Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/hipify/__init__.py' 2025-03-04T19:47:31.9188066Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/hipify/constants.py' 2025-03-04T19:47:31.9188428Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/hipify/cuda_to_hip_mappings.py' 2025-03-04T19:47:31.9188769Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/hipify/hipify_python.py' 2025-03-04T19:47:31.9189064Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/hipify/version.py' 2025-03-04T19:47:31.9189356Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/hipify' 2025-03-04T19:47:31.9189629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/hooks.py' 2025-03-04T19:47:31.9189921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/jit/__init__.py' 2025-03-04T19:47:31.9190236Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/jit/log_extract.py' 2025-03-04T19:47:31.9190517Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/jit' 2025-03-04T19:47:31.9190803Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/mkldnn.py' 2025-03-04T19:47:31.9191111Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/mobile_optimizer.py' 2025-03-04T19:47:31.9191440Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/model_dump/__init__.py' 2025-03-04T19:47:31.9191757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/model_dump/__main__.py' 2025-03-04T19:47:31.9192055Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/model_dump/code.js' 2025-03-04T19:47:31.9192365Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/model_dump/htm.mjs' 2025-03-04T19:47:31.9192678Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/model_dump/preact.mjs' 2025-03-04T19:47:31.9193020Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/model_dump/skeleton.html' 2025-03-04T19:47:31.9193328Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/model_dump' 2025-03-04T19:47:31.9193619Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/model_zoo.py' 2025-03-04T19:47:31.9193912Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/module_tracker.py' 2025-03-04T19:47:31.9194264Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/serialization/__init__.py' 2025-03-04T19:47:31.9194590Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/serialization/config.py' 2025-03-04T19:47:31.9194905Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/serialization' 2025-03-04T19:47:31.9195200Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/show_pickle.py' 2025-03-04T19:47:31.9195551Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/tensorboard/__init__.py' 2025-03-04T19:47:31.9195904Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/tensorboard/_convert_np.py' 2025-03-04T19:47:31.9196266Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/tensorboard/_embedding.py' 2025-03-04T19:47:31.9196616Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/tensorboard/_onnx_graph.py' 2025-03-04T19:47:31.9196962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/tensorboard/_proto_graph.py' 2025-03-04T19:47:31.9197323Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/tensorboard/_pytorch_graph.py' 2025-03-04T19:47:31.9197637Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/tensorboard/_utils.py' 2025-03-04T19:47:31.9197956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/tensorboard/summary.py' 2025-03-04T19:47:31.9198303Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/tensorboard/writer.py' 2025-03-04T19:47:31.9198636Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/tensorboard' 2025-03-04T19:47:31.9198980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/throughput_benchmark.py' 2025-03-04T19:47:31.9199277Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/viz/MemoryViz.js' 2025-03-04T19:47:31.9199576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/viz/__init__.py' 2025-03-04T19:47:31.9199861Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/viz/_cycles.py' 2025-03-04T19:47:31.9200151Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/viz' 2025-03-04T19:47:31.9200411Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils/weak.py' 2025-03-04T19:47:31.9200677Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/utils' 2025-03-04T19:47:31.9200955Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/version.py.tpl' 2025-03-04T19:47:31.9201222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/xpu/__init__.py' 2025-03-04T19:47:31.9201505Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/xpu/_gpu_trace.py' 2025-03-04T19:47:31.9201765Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/xpu/_utils.py' 2025-03-04T19:47:31.9202029Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/xpu/memory.py' 2025-03-04T19:47:31.9202290Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/xpu/random.py' 2025-03-04T19:47:31.9202550Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/xpu/streams.py' 2025-03-04T19:47:31.9202816Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch/xpu' 2025-03-04T19:47:31.9203058Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torch' 2025-03-04T19:47:31.9203317Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/BUCK.oss' 2025-03-04T19:47:31.9203581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/BUILD.bazel' 2025-03-04T19:47:31.9203845Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/__init__.py' 2025-03-04T19:47:31.9204162Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/README.md' 2025-03-04T19:47:31.9204489Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/ah_tree.py' 2025-03-04T19:47:31.9204854Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/benchmark_runner.py' 2025-03-04T19:47:31.9205210Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/benchmark_utils.py' 2025-03-04T19:47:31.9205562Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/collect_data.sh' 2025-03-04T19:47:31.9205962Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/generate_heuristic.sh' 2025-03-04T19:47:31.9206314Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/merge_data.py' 2025-03-04T19:47:31.9206691Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/mixed_mm/README.md' 2025-03-04T19:47:31.9207099Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/mixed_mm/gen_data_mixed_mm.py' 2025-03-04T19:47:31.9207541Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/mixed_mm/gen_mixedmm_heuristic_a100.sh' 2025-03-04T19:47:31.9207987Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/mixed_mm/gen_mixedmm_heuristic_h100.sh' 2025-03-04T19:47:31.9208427Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/mixed_mm/generate_heuristic_mixedmm.sh' 2025-03-04T19:47:31.9208865Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/mixed_mm/get_mixedmm_dataset.sh' 2025-03-04T19:47:31.9209299Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/mixed_mm/test_mixed_mm.py' 2025-03-04T19:47:31.9209728Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/mixed_mm/train_decision_mixedmm.py' 2025-03-04T19:47:31.9210089Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/mixed_mm' 2025-03-04T19:47:31.9210421Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/mm/README.md' 2025-03-04T19:47:31.9210783Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/mm/gen_data_mm.py' 2025-03-04T19:47:31.9211159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/mm/gen_heuristic_a100.sh' 2025-03-04T19:47:31.9211552Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/mm/gen_heuristic_h100.sh' 2025-03-04T19:47:31.9211921Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/mm/get_mm_dataset.sh' 2025-03-04T19:47:31.9212312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/mm/train_decision_mm.py' 2025-03-04T19:47:31.9212640Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/mm' 2025-03-04T19:47:31.9212989Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/pad_mm/README.md' 2025-03-04T19:47:31.9213381Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/pad_mm/gen_data_pad_mm.py' 2025-03-04T19:47:31.9213768Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/pad_mm/gen_pad_mm_a100.sh' 2025-03-04T19:47:31.9214158Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/pad_mm/gen_pad_mm_h100.sh' 2025-03-04T19:47:31.9214588Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/pad_mm/generate_heuristic_pad_mm.sh' 2025-03-04T19:47:31.9214999Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/pad_mm/get_padmm_dataset.sh' 2025-03-04T19:47:31.9215369Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/pad_mm/test_pad_mm.py' 2025-03-04T19:47:31.9215788Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/pad_mm/train_decision_pad_mm.py' 2025-03-04T19:47:31.9216159Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/pad_mm/train_pad_mm.py' 2025-03-04T19:47:31.9216578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/pad_mm/train_regression_pad_mm.py' 2025-03-04T19:47:31.9216933Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/pad_mm' 2025-03-04T19:47:31.9217312Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/requirements.txt' 2025-03-04T19:47:31.9217632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/test.sh' 2025-03-04T19:47:31.9217990Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/test_utils.py' 2025-03-04T19:47:31.9218309Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/train.py' 2025-03-04T19:47:31.9218663Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/train_decision.py' 2025-03-04T19:47:31.9219034Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic/train_regression.py' 2025-03-04T19:47:31.9219346Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/_autoheuristic' 2025-03-04T19:47:31.9219621Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/aoti/__init__.py' 2025-03-04T19:47:31.9219956Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/aoti/fallback_ops.py' 2025-03-04T19:47:31.9220230Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/aoti' 2025-03-04T19:47:31.9220538Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api/__init__.py' 2025-03-04T19:47:31.9220813Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api/autograd.py' 2025-03-04T19:47:31.9221081Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api/cpp.py' 2025-03-04T19:47:31.9221366Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api/dispatcher.py' 2025-03-04T19:47:31.9221759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api/functionalization.py' 2025-03-04T19:47:31.9222022Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api/lazy.py' 2025-03-04T19:47:31.9222282Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api/meta.py' 2025-03-04T19:47:31.9222568Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api/native.py' 2025-03-04T19:47:31.9222839Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api/python.py' 2025-03-04T19:47:31.9223137Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api/structured.py' 2025-03-04T19:47:31.9223417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api/translate.py' 2025-03-04T19:47:31.9223731Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api/types/__init__.py' 2025-03-04T19:47:31.9224043Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api/types/signatures.py' 2025-03-04T19:47:31.9224345Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api/types/types.py' 2025-03-04T19:47:31.9224652Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api/types/types_base.py' 2025-03-04T19:47:31.9224947Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api/types' 2025-03-04T19:47:31.9225221Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api/ufunc.py' 2025-03-04T19:47:31.9225499Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api/unboxing.py' 2025-03-04T19:47:31.9225778Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/api' 2025-03-04T19:47:31.9226033Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/build.bzl' 2025-03-04T19:47:31.9226324Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/code_template.py' 2025-03-04T19:47:31.9226582Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/context.py' 2025-03-04T19:47:31.9226980Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/decompositions/gen_jit_decompositions.py' 2025-03-04T19:47:31.9227301Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/decompositions' 2025-03-04T19:47:31.9227576Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/dest/__init__.py' 2025-03-04T19:47:31.9227887Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/dest/lazy_ir.py' 2025-03-04T19:47:31.9228232Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/dest/lazy_ts_lowering.py' 2025-03-04T19:47:31.9228558Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/dest/native_functions.py' 2025-03-04T19:47:31.9228899Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/dest/register_dispatch_key.py' 2025-03-04T19:47:31.9229175Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/dest/ufunc.py' 2025-03-04T19:47:31.9229447Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/dest' 2025-03-04T19:47:31.9229757Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/executorch/__init__.py' 2025-03-04T19:47:31.9230119Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/executorch/api/__init__.py' 2025-03-04T19:47:31.9230464Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/executorch/api/custom_ops.py' 2025-03-04T19:47:31.9230811Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/executorch/api/et_cpp.py' 2025-03-04T19:47:31.9231166Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/executorch/api/types/__init__.py' 2025-03-04T19:47:31.9231546Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/executorch/api/types/signatures.py' 2025-03-04T19:47:31.9231894Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/executorch/api/types/types.py' 2025-03-04T19:47:31.9232243Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/executorch/api/types' 2025-03-04T19:47:31.9232578Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/executorch/api/unboxing.py' 2025-03-04T19:47:31.9232892Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/executorch/api' 2025-03-04T19:47:31.9233199Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/executorch/model.py' 2025-03-04T19:47:31.9233497Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/executorch/parse.py' 2025-03-04T19:47:31.9233799Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/executorch' 2025-03-04T19:47:31.9234098Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/fuse/gen_patterns.py' 2025-03-04T19:47:31.9234380Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/fuse' 2025-03-04T19:47:31.9234629Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/gen.py' 2025-03-04T19:47:31.9234926Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/gen_aoti_c_shim.py' 2025-03-04T19:47:31.9235222Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/gen_backend_stubs.py' 2025-03-04T19:47:31.9235512Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/gen_executorch.py' 2025-03-04T19:47:31.9235870Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/gen_functionalization_type.py' 2025-03-04T19:47:31.9236167Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/gen_lazy_tensor.py' 2025-03-04T19:47:31.9236468Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/gen_schema_utils.py' 2025-03-04T19:47:31.9236767Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/gen_vmap_plumbing.py' 2025-03-04T19:47:31.9237031Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/local.py' 2025-03-04T19:47:31.9237287Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/model.py' 2025-03-04T19:47:31.9237632Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/native_function_generation.py' 2025-03-04T19:47:31.9237982Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/operator_versions/__init__.py' 2025-03-04T19:47:31.9238417Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/operator_versions/gen_mobile_upgraders.py' 2025-03-04T19:47:31.9238892Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2025-03-04T19:47:31.9239226Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/operator_versions' 2025-03-04T19:47:31.9239572Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/selective_build/__init__.py' 2025-03-04T19:47:31.9239914Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/selective_build/operator.py' 2025-03-04T19:47:31.9240263Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/selective_build/selector.py' 2025-03-04T19:47:31.9240584Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/selective_build' 2025-03-04T19:47:31.9241023Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/shape_functions/gen_jit_shape_functions.py' 2025-03-04T19:47:31.9241348Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/shape_functions' 2025-03-04T19:47:31.9241704Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/static_runtime/__init__.py' 2025-03-04T19:47:31.9242030Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/static_runtime/config.py' 2025-03-04T19:47:31.9242420Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/static_runtime/gen_static_runtime_ops.py' 2025-03-04T19:47:31.9242759Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/static_runtime/generator.py' 2025-03-04T19:47:31.9243073Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/static_runtime' 2025-03-04T19:47:31.9243335Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/utils.py' 2025-03-04T19:47:31.9243607Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen/yaml_utils.py' 2025-03-04T19:47:31.9243869Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch/torchgen' 2025-03-04T19:47:31.9244103Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/ubsan.supp' 2025-03-04T19:47:31.9244341Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/ufunc_defs.bzl' 2025-03-04T19:47:31.9244581Z removed '/home/ec2-user/actions-runner/_work/pytorch/pytorch/version.txt' 2025-03-04T19:47:31.9244809Z removed directory '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-03-04T19:47:31.9245632Z ##[endgroup] 2025-03-04T19:47:31.9348956Z ##[group]Run actions/checkout@v4 2025-03-04T19:47:31.9349078Z with: 2025-03-04T19:47:31.9349210Z repository: pytorch/test-infra 2025-03-04T19:47:31.9349330Z path: test-infra 2025-03-04T19:47:31.9349438Z submodules: recursive 2025-03-04T19:47:31.9349727Z token: *** 2025-03-04T19:47:31.9349829Z ssh-strict: true 2025-03-04T19:47:31.9349940Z ssh-user: git 2025-03-04T19:47:31.9350061Z persist-credentials: true 2025-03-04T19:47:31.9350154Z clean: true 2025-03-04T19:47:31.9350291Z sparse-checkout-cone-mode: true 2025-03-04T19:47:31.9350397Z fetch-depth: 1 2025-03-04T19:47:31.9350511Z fetch-tags: false 2025-03-04T19:47:31.9350614Z show-progress: true 2025-03-04T19:47:31.9350720Z lfs: false 2025-03-04T19:47:31.9350830Z set-safe-directory: true 2025-03-04T19:47:31.9350924Z env: 2025-03-04T19:47:31.9351078Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:47:31.9351191Z REPOSITORY: pytorch/pytorch 2025-03-04T19:47:31.9351300Z PR_NUMBER: 148205 2025-03-04T19:47:31.9355391Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:47:31.9355625Z ##[endgroup] 2025-03-04T19:47:32.0479100Z Syncing repository: pytorch/test-infra 2025-03-04T19:47:32.0479660Z ##[group]Getting Git version info 2025-03-04T19:47:32.0479991Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch/test-infra' 2025-03-04T19:47:32.0480319Z [command]/usr/bin/git version 2025-03-04T19:47:32.0480422Z git version 2.47.1 2025-03-04T19:47:32.0489057Z ##[endgroup] 2025-03-04T19:47:32.0503660Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/bdd20ba6-2da7-48cb-83a2-2725e9755f2b/.gitconfig' 2025-03-04T19:47:32.0511996Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/bdd20ba6-2da7-48cb-83a2-2725e9755f2b' before making global git config changes 2025-03-04T19:47:32.0512307Z Adding repository directory to the temporary git global config as a safe directory 2025-03-04T19:47:32.0516586Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch/test-infra 2025-03-04T19:47:32.0572562Z ##[group]Initializing the repository 2025-03-04T19:47:32.0575987Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch/test-infra 2025-03-04T19:47:32.0604280Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-04T19:47:32.0605267Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-04T19:47:32.0606182Z hint: of your new repositories, which will suppress this warning, call: 2025-03-04T19:47:32.0606832Z hint: 2025-03-04T19:47:32.0607285Z hint: git config --global init.defaultBranch 2025-03-04T19:47:32.0607834Z hint: 2025-03-04T19:47:32.0608617Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-04T19:47:32.0609516Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-04T19:47:32.0610197Z hint: 2025-03-04T19:47:32.0610559Z hint: git branch -m 2025-03-04T19:47:32.0611498Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/test-infra/.git/ 2025-03-04T19:47:32.0614455Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-04T19:47:32.0639596Z ##[endgroup] 2025-03-04T19:47:32.0640081Z ##[group]Disabling automatic garbage collection 2025-03-04T19:47:32.0643039Z [command]/usr/bin/git config --local gc.auto 0 2025-03-04T19:47:32.0666812Z ##[endgroup] 2025-03-04T19:47:32.0667250Z ##[group]Setting up auth 2025-03-04T19:47:32.0672067Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-04T19:47:32.0696104Z [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-03-04T19:47:32.0940173Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-04T19:47:32.0963792Z [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-03-04T19:47:32.1285326Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-04T19:47:32.1437616Z ##[endgroup] 2025-03-04T19:47:32.1438092Z ##[group]Determining the default branch 2025-03-04T19:47:32.1440469Z Retrieving the default branch name 2025-03-04T19:47:32.3947720Z Default branch 'main' 2025-03-04T19:47:32.3948400Z ##[endgroup] 2025-03-04T19:47:32.3948864Z ##[group]Fetching the repository 2025-03-04T19:47:32.3953659Z [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-03-04T19:47:32.7503528Z From https://github.com/pytorch/test-infra 2025-03-04T19:47:32.7503989Z * [new branch] main -> origin/main 2025-03-04T19:47:32.7522887Z ##[endgroup] 2025-03-04T19:47:32.7523404Z ##[group]Determining the checkout info 2025-03-04T19:47:32.7524721Z ##[endgroup] 2025-03-04T19:47:32.7528956Z [command]/usr/bin/git sparse-checkout disable 2025-03-04T19:47:32.7559723Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-04T19:47:32.7583069Z ##[group]Checking out the ref 2025-03-04T19:47:32.7586725Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-04T19:47:32.8355805Z Switched to a new branch 'main' 2025-03-04T19:47:32.8356527Z branch 'main' set up to track 'origin/main'. 2025-03-04T19:47:32.8364383Z ##[endgroup] 2025-03-04T19:47:32.8365091Z ##[group]Setting up auth for fetching submodules 2025-03-04T19:47:32.8370598Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-04T19:47:32.8409524Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-04T19:47:32.8436167Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-04T19:47:32.8462451Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-04T19:47:32.8485454Z ##[endgroup] 2025-03-04T19:47:32.8489772Z ##[group]Fetching submodules 2025-03-04T19:47:32.8490383Z [command]/usr/bin/git submodule sync --recursive 2025-03-04T19:47:32.8738029Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-04T19:47:32.8986707Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-04T19:47:32.9233934Z ##[endgroup] 2025-03-04T19:47:32.9234427Z ##[group]Persisting credentials for submodules 2025-03-04T19:47:32.9239188Z [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-03-04T19:47:32.9486252Z [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-03-04T19:47:32.9736883Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-04T19:47:32.9982120Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-04T19:47:33.0219918Z ##[endgroup] 2025-03-04T19:47:33.0248525Z [command]/usr/bin/git log -1 --format=%H 2025-03-04T19:47:33.0270096Z 79438512a0632583899938d3b0277da78f5569e0 2025-03-04T19:47:33.0513095Z Prepare all required actions 2025-03-04T19:47:33.0513692Z Getting action download info 2025-03-04T19:47:33.1565347Z Download action repository 'pytorch/test-infra@main' (SHA:79438512a0632583899938d3b0277da78f5569e0) 2025-03-04T19:47:34.5139343Z Getting action download info 2025-03-04T19:47:34.6296580Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-04T19:47:34.7830691Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-04T19:47:34.7831066Z env: 2025-03-04T19:47:34.7831351Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:47:34.7831844Z REPOSITORY: pytorch/pytorch 2025-03-04T19:47:34.7832142Z PR_NUMBER: 148205 2025-03-04T19:47:34.7836436Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:47:34.7840901Z ##[endgroup] 2025-03-04T19:47:34.7927407Z ##[group]Run set -euo pipefail 2025-03-04T19:47:34.7927763Z set -euo pipefail 2025-03-04T19:47:34.7928078Z function get_ec2_metadata() { 2025-03-04T19:47:34.7928471Z  # Pulled from instance metadata endpoint for EC2 2025-03-04T19:47:34.7929113Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-04T19:47:34.7929677Z  category=$1 2025-03-04T19:47:34.7930535Z  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-03-04T19:47:34.7931418Z } 2025-03-04T19:47:34.7931710Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-04T19:47:34.7932144Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-04T19:47:34.7932637Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-04T19:47:34.7933063Z echo "system info $(uname -a)" 2025-03-04T19:47:34.7938765Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:34.7939154Z env: 2025-03-04T19:47:34.7939424Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:47:34.7939784Z REPOSITORY: pytorch/pytorch 2025-03-04T19:47:34.7940079Z PR_NUMBER: 148205 2025-03-04T19:47:34.7944533Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:47:34.7949063Z ##[endgroup] 2025-03-04T19:47:34.8089145Z ami-id: ami-05b10e08d247fb927 2025-03-04T19:47:34.8184254Z instance-id: i-0b2217af1fd0ed00d 2025-03-04T19:47:34.8276142Z instance-type: c5.2xlarge 2025-03-04T19:47:34.8285588Z system info Linux ip-10-1-0-205.ec2.internal 6.1.128-136.201.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Feb 10 16:18:01 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-03-04T19:47:34.8324667Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:47:34.8325581Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:47:34.8331441Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:34.8331817Z env: 2025-03-04T19:47:34.8332092Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:47:34.8332448Z REPOSITORY: pytorch/pytorch 2025-03-04T19:47:34.8332743Z PR_NUMBER: 148205 2025-03-04T19:47:34.8336920Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:47:34.8341360Z ##[endgroup] 2025-03-04T19:47:34.8414301Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-04T19:47:34.8414756Z if systemctl is-active --quiet docker; then 2025-03-04T19:47:34.8415142Z  echo "Docker daemon is running..."; 2025-03-04T19:47:34.8415480Z else 2025-03-04T19:47:34.8415845Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-04T19:47:34.8416280Z fi 2025-03-04T19:47:34.8421302Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:34.8421782Z env: 2025-03-04T19:47:34.8422054Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:47:34.8422414Z REPOSITORY: pytorch/pytorch 2025-03-04T19:47:34.8422713Z PR_NUMBER: 148205 2025-03-04T19:47:34.8427012Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:47:34.8431528Z ##[endgroup] 2025-03-04T19:47:34.8496161Z Docker daemon is running... 2025-03-04T19:47:34.8525944Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-04T19:47:34.8526585Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-04T19:47:34.8527115Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-04T19:47:34.8527706Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-04T19:47:34.8528421Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-04T19:47:34.8533639Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:34.8534029Z env: 2025-03-04T19:47:34.8534294Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:47:34.8534663Z REPOSITORY: pytorch/pytorch 2025-03-04T19:47:34.8534954Z PR_NUMBER: 148205 2025-03-04T19:47:34.8539124Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:47:34.8543666Z AWS_RETRY_MODE: standard 2025-03-04T19:47:34.8543963Z AWS_MAX_ATTEMPTS: 5 2025-03-04T19:47:34.8544243Z AWS_DEFAULT_REGION: us-east-1 2025-03-04T19:47:34.8544534Z ##[endgroup] 2025-03-04T19:47:35.9043993Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-04T19:47:35.9044625Z Configure a credential helper to remove this warning. See 2025-03-04T19:47:35.9045237Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-04T19:47:35.9045756Z 2025-03-04T19:47:35.9046033Z Login Succeeded 2025-03-04T19:47:35.9093606Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-04T19:47:35.9094204Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-04T19:47:35.9094714Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-04T19:47:35.9101307Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:35.9101790Z env: 2025-03-04T19:47:35.9102069Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:47:35.9102525Z REPOSITORY: pytorch/pytorch 2025-03-04T19:47:35.9102827Z PR_NUMBER: 148205 2025-03-04T19:47:35.9107002Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:47:35.9111470Z ##[endgroup] 2025-03-04T19:47:35.9195749Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-04T19:47:35.9196236Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-04T19:47:35.9196645Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-04T19:47:35.9197021Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-04T19:47:35.9197479Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-04T19:47:35.9197905Z  2025-03-04T19:47:35.9198222Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-04T19:47:35.9198667Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-04T19:47:35.9199043Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-04T19:47:35.9199534Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-04T19:47:35.9199983Z  2025-03-04T19:47:35.9200246Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-04T19:47:35.9200609Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-04T19:47:35.9200951Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-04T19:47:35.9201368Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-04T19:47:35.9206646Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:35.9207023Z env: 2025-03-04T19:47:35.9207292Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:47:35.9207652Z REPOSITORY: pytorch/pytorch 2025-03-04T19:47:35.9207953Z PR_NUMBER: 148205 2025-03-04T19:47:35.9212249Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:47:35.9216747Z ##[endgroup] 2025-03-04T19:47:36.4081526Z ##[group]Run needs=0 2025-03-04T19:47:36.4081841Z needs=0 2025-03-04T19:47:36.4082223Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-04T19:47:36.4082674Z  needs=1 2025-03-04T19:47:36.4082953Z fi 2025-03-04T19:47:36.4083230Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-04T19:47:36.4089116Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:36.4089515Z env: 2025-03-04T19:47:36.4089774Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:47:36.4090136Z REPOSITORY: pytorch/pytorch 2025-03-04T19:47:36.4090430Z PR_NUMBER: 148205 2025-03-04T19:47:36.4094879Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:47:36.4099467Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:47:36.4100059Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:47:36.4100612Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:47:36.4101016Z ##[endgroup] 2025-03-04T19:47:36.4437901Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-04T19:47:36.4438485Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-04T19:47:36.4438925Z # shellcheck disable=SC2046 2025-03-04T19:47:36.4439262Z docker stop $(docker ps -q) || true 2025-03-04T19:47:36.4439626Z # Prune all of the docker images 2025-03-04T19:47:36.4439982Z docker system prune -af 2025-03-04T19:47:36.4445730Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:36.4446131Z env: 2025-03-04T19:47:36.4446386Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:47:36.4446746Z REPOSITORY: pytorch/pytorch 2025-03-04T19:47:36.4447042Z PR_NUMBER: 148205 2025-03-04T19:47:36.4451387Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:47:36.4456054Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:47:36.4456651Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:47:36.4457194Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:47:36.4457595Z ##[endgroup] 2025-03-04T19:47:36.4687461Z "docker stop" requires at least 1 argument. 2025-03-04T19:47:36.4687924Z See 'docker stop --help'. 2025-03-04T19:47:36.4688109Z 2025-03-04T19:47:36.4688310Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-04T19:47:36.4688580Z 2025-03-04T19:47:36.4688703Z Stop one or more running containers 2025-03-04T19:47:36.4827582Z Total reclaimed space: 0B 2025-03-04T19:47:36.4896183Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-04T19:47:36.4896567Z with: 2025-03-04T19:47:36.4897029Z github-secret: *** 2025-03-04T19:47:36.4897724Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-03-04T19:47:36.4898468Z activate-with-label: false 2025-03-04T19:47:36.4898767Z label: with-ssh 2025-03-04T19:47:36.4899033Z remove-existing-keys: true 2025-03-04T19:47:36.4899329Z fail-silently: true 2025-03-04T19:47:36.4899572Z env: 2025-03-04T19:47:36.4899829Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:47:36.4900193Z REPOSITORY: pytorch/pytorch 2025-03-04T19:47:36.4900498Z PR_NUMBER: 148205 2025-03-04T19:47:36.4904823Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:47:36.4909393Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:47:36.4909978Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:47:36.4910525Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:47:36.4910925Z ##[endgroup] 2025-03-04T19:47:36.5961298Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-04T19:47:36.9080149Z Grabbing public ssh keys from https://github.com/williamwen42.keys 2025-03-04T19:47:36.9664577Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2025-03-04T19:47:36.9677802Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2025-03-04T19:47:36.9713857Z Login using: ssh ec2-user@ec2-3-81-98-142.compute-1.amazonaws.com 2025-03-04T19:47:36.9714439Z All testing is done inside the container, to start an interactive session run: 2025-03-04T19:47:36.9714984Z docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-03-04T19:47:36.9828554Z ##[group]Run actions/checkout@v4 2025-03-04T19:47:36.9828887Z with: 2025-03-04T19:47:36.9829129Z repository: pytorch/pytorch 2025-03-04T19:47:36.9829461Z ref: 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:36.9829808Z path: pytorch/pytorch 2025-03-04T19:47:36.9830076Z fetch-depth: 0 2025-03-04T19:47:36.9830448Z token: *** 2025-03-04T19:47:36.9830679Z ssh-strict: true 2025-03-04T19:47:36.9830932Z ssh-user: git 2025-03-04T19:47:36.9831195Z persist-credentials: true 2025-03-04T19:47:36.9831488Z clean: true 2025-03-04T19:47:36.9831753Z sparse-checkout-cone-mode: true 2025-03-04T19:47:36.9832054Z fetch-tags: false 2025-03-04T19:47:36.9832317Z show-progress: true 2025-03-04T19:47:36.9832577Z lfs: false 2025-03-04T19:47:36.9832824Z set-safe-directory: true 2025-03-04T19:47:36.9833097Z env: 2025-03-04T19:47:36.9833343Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:47:36.9833690Z REPOSITORY: pytorch/pytorch 2025-03-04T19:47:36.9834032Z PR_NUMBER: 148205 2025-03-04T19:47:36.9838193Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:47:36.9842761Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:47:36.9843351Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:47:36.9843902Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:47:36.9844295Z ##[endgroup] 2025-03-04T19:47:37.0774040Z Syncing repository: pytorch/pytorch 2025-03-04T19:47:37.0782141Z ##[group]Getting Git version info 2025-03-04T19:47:37.0782682Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch/pytorch/pytorch' 2025-03-04T19:47:37.0807872Z [command]/usr/bin/git version 2025-03-04T19:47:37.0842137Z git version 2.47.1 2025-03-04T19:47:37.0865227Z ##[endgroup] 2025-03-04T19:47:37.0879900Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/05dcf883-b621-448b-b0fa-2e6156211d1e/.gitconfig' 2025-03-04T19:47:37.0888051Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/05dcf883-b621-448b-b0fa-2e6156211d1e' before making global git config changes 2025-03-04T19:47:37.0888980Z Adding repository directory to the temporary git global config as a safe directory 2025-03-04T19:47:37.0892817Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch/pytorch/pytorch 2025-03-04T19:47:37.0923069Z ##[group]Initializing the repository 2025-03-04T19:47:37.0926148Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch/pytorch/pytorch 2025-03-04T19:47:37.0954128Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-04T19:47:37.0954941Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-04T19:47:37.0955518Z hint: of your new repositories, which will suppress this warning, call: 2025-03-04T19:47:37.0955942Z hint: 2025-03-04T19:47:37.0956247Z hint: git config --global init.defaultBranch 2025-03-04T19:47:37.0956703Z hint: 2025-03-04T19:47:37.0957050Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-04T19:47:37.0957615Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-04T19:47:37.0958055Z hint: 2025-03-04T19:47:37.0958296Z hint: git branch -m 2025-03-04T19:47:37.0958869Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/pytorch/pytorch/.git/ 2025-03-04T19:47:37.0964004Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-03-04T19:47:37.0986657Z ##[endgroup] 2025-03-04T19:47:37.0987108Z ##[group]Disabling automatic garbage collection 2025-03-04T19:47:37.0990374Z [command]/usr/bin/git config --local gc.auto 0 2025-03-04T19:47:37.1012235Z ##[endgroup] 2025-03-04T19:47:37.1012661Z ##[group]Setting up auth 2025-03-04T19:47:37.1017628Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-04T19:47:37.1041114Z [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-03-04T19:47:37.1284951Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-04T19:47:37.1307834Z [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-03-04T19:47:37.1550160Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-04T19:47:37.1590037Z ##[endgroup] 2025-03-04T19:47:37.1590513Z ##[group]Fetching the repository 2025-03-04T19:47:37.1598107Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-03-04T19:48:32.0406450Z From https://github.com/pytorch/pytorch 2025-03-04T19:48:32.0406989Z * [new branch] 2.1-dynamic-doc -> origin/2.1-dynamic-doc 2025-03-04T19:48:32.0407650Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-03-04T19:48:32.0408233Z * [new branch] 20250219_e8m0_intermediate -> origin/20250219_e8m0_intermediate 2025-03-04T19:48:32.0408763Z * [new branch] 20250219_test -> origin/20250219_test 2025-03-04T19:48:32.0409731Z * [new branch] Adjust-Description-for-linux-binary-test-Workflow -> origin/Adjust-Description-for-linux-binary-test-Workflow 2025-03-04T19:48:32.0410830Z * [new branch] Chillee-patch-5 -> origin/Chillee-patch-5 2025-03-04T19:48:32.0412489Z * [new branch] Flamefire-patch-1 -> origin/Flamefire-patch-1 2025-03-04T19:48:32.0413480Z * [new branch] HDCharles-2.6.0-release-notes -> origin/HDCharles-2.6.0-release-notes 2025-03-04T19:48:32.0415029Z * [new branch] JackCaoG/add_new_lazy_counter_macro -> origin/JackCaoG/add_new_lazy_counter_macro 2025-03-04T19:48:32.0416040Z * [new branch] JackCaoG/dynamo_make_fx_non_core_aten_ops -> origin/JackCaoG/dynamo_make_fx_non_core_aten_ops 2025-03-04T19:48:32.0417426Z * [new branch] JackCaoG/fix_xla_torchbench -> origin/JackCaoG/fix_xla_torchbench 2025-03-04T19:48:32.0418068Z * [new branch] JackCaoG/update_dynamo_doc -> origin/JackCaoG/update_dynamo_doc 2025-03-04T19:48:32.0419253Z * [new branch] JackCaoG/update_xla_pin_to_skip_test -> origin/JackCaoG/update_xla_pin_to_skip_test 2025-03-04T19:48:32.0420849Z * [new branch] JackCaoG/update_xla_pin_to_skip_test2 -> origin/JackCaoG/update_xla_pin_to_skip_test2 2025-03-04T19:48:32.0421743Z * [new branch] NicolasHug-patch-2 -> origin/NicolasHug-patch-2 2025-03-04T19:48:32.0423049Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-03-04T19:48:32.0424214Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-03-04T19:48:32.0425165Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-03-04T19:48:32.0426097Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-03-04T19:48:32.0427072Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-03-04T19:48:32.0428174Z * [new branch] Remove-linux_t4g_2xlarge-Usage -> origin/Remove-linux_t4g_2xlarge-Usage 2025-03-04T19:48:32.0429108Z * [new branch] Revert-PR-110949 -> origin/Revert-PR-110949 2025-03-04T19:48:32.0430229Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-03-04T19:48:32.0431768Z * [new branch] Valentine/flash_attention_bf16 -> origin/Valentine/flash_attention_bf16 2025-03-04T19:48:32.0433459Z * [new branch] _tmp-orig/release/2.6 -> origin/_tmp-orig/release/2.6 2025-03-04T19:48:32.0434696Z * [new branch] _tmp-release/2.6 -> origin/_tmp-release/2.6 2025-03-04T19:48:32.0436123Z * [new branch] abock/onnx-1.15.0-validation -> origin/abock/onnx-1.15.0-validation 2025-03-04T19:48:32.0447652Z * [new branch] abock/ort-nightly==1.16.0.dev20230908001 -> origin/abock/ort-nightly==1.16.0.dev20230908001 2025-03-04T19:48:32.0448471Z * [new branch] add-android-build-workflow -> origin/add-android-build-workflow 2025-03-04T19:48:32.0449113Z * [new branch] add-assign -> origin/add-assign 2025-03-04T19:48:32.0449746Z * [new branch] add_broadcast_functional_collective -> origin/add_broadcast_functional_collective 2025-03-04T19:48:32.0450467Z * [new branch] add_from_group_doc_and_test -> origin/add_from_group_doc_and_test 2025-03-04T19:48:32.0451064Z * [new branch] add_mha_to_autocast_policy -> origin/add_mha_to_autocast_policy 2025-03-04T19:48:32.0451766Z * [new branch] add_non_parallel_model_comparison -> origin/add_non_parallel_model_comparison 2025-03-04T19:48:32.0452399Z * [new branch] add_test_to_show_view_gap -> origin/add_test_to_show_view_gap 2025-03-04T19:48:32.0453032Z * [new branch] add_windows_testing_back -> origin/add_windows_testing_back 2025-03-04T19:48:32.0453599Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-03-04T19:48:32.0454146Z * [new branch] addsimde -> origin/addsimde 2025-03-04T19:48:32.0454639Z * [new branch] adi/gemm_bf16f32 -> origin/adi/gemm_bf16f32 2025-03-04T19:48:32.0455295Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-03-04T19:48:32.0455871Z * [new branch] alanwaketan/pin2 -> origin/alanwaketan/pin2 2025-03-04T19:48:32.0456412Z * [new branch] albanD-patch-1 -> origin/albanD-patch-1 2025-03-04T19:48:32.0456991Z * [new branch] albanD-patch-2 -> origin/albanD-patch-2 2025-03-04T19:48:32.0457503Z * [new branch] alt-disable -> origin/alt-disable 2025-03-04T19:48:32.0458183Z * [new branch] angelayi/144772 -> origin/angelayi/144772 2025-03-04T19:48:32.0458911Z * [new branch] angelayi/aot_inductor_bench_comp_time -> origin/angelayi/aot_inductor_bench_comp_time 2025-03-04T19:48:32.0459679Z * [new branch] angelayi/aot_inductor_benchmark -> origin/angelayi/aot_inductor_benchmark 2025-03-04T19:48:32.0460510Z * [new branch] angelayi/aot_inductor_torch -> origin/angelayi/aot_inductor_torch 2025-03-04T19:48:32.0461234Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-03-04T19:48:32.0462765Z * [new branch] angelayi/aotinductor_const -> origin/angelayi/aotinductor_const 2025-03-04T19:48:32.0464013Z * [new branch] angelayi/aotinductor_const_name -> origin/angelayi/aotinductor_const_name 2025-03-04T19:48:32.0465109Z * [new branch] angelayi/benchmark_skip -> origin/angelayi/benchmark_skip 2025-03-04T19:48:32.0465934Z * [new branch] angelayi/bincount -> origin/angelayi/bincount 2025-03-04T19:48:32.0467069Z * [new branch] angelayi/change_pytree_serialization -> origin/angelayi/change_pytree_serialization 2025-03-04T19:48:32.0467958Z * [new branch] angelayi/constraint -> origin/angelayi/constraint 2025-03-04T19:48:32.0469070Z * [new branch] angelayi/cp107981 -> origin/angelayi/cp107981 2025-03-04T19:48:32.0470150Z * [new branch] angelayi/cp108783 -> origin/angelayi/cp108783 2025-03-04T19:48:32.0471194Z * [new branch] angelayi/cp109060 -> origin/angelayi/cp109060 2025-03-04T19:48:32.0472489Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-03-04T19:48:32.0473659Z * [new branch] angelayi/custom_and_getattr -> origin/angelayi/custom_and_getattr 2025-03-04T19:48:32.0474620Z * [new branch] angelayi/customop -> origin/angelayi/customop 2025-03-04T19:48:32.0475693Z * [new branch] angelayi/default_serialized -> origin/angelayi/default_serialized 2025-03-04T19:48:32.0476632Z * [new branch] angelayi/distribby -> origin/angelayi/distribby 2025-03-04T19:48:32.0477666Z * [new branch] angelayi/distribution -> origin/angelayi/distribution 2025-03-04T19:48:32.0478724Z * [new branch] angelayi/docs -> origin/angelayi/docs 2025-03-04T19:48:32.0479957Z * [new branch] angelayi/draft_logger -> origin/angelayi/draft_logger 2025-03-04T19:48:32.0480852Z * [new branch] angelayi/embed_constants -> origin/angelayi/embed_constants 2025-03-04T19:48:32.0481960Z * [new branch] angelayi/export_custom_op_rst -> origin/angelayi/export_custom_op_rst 2025-03-04T19:48:32.0482893Z * [new branch] angelayi/export_docs -> origin/angelayi/export_docs 2025-03-04T19:48:32.0483929Z * [new branch] angelayi/fail_models_temp -> origin/angelayi/fail_models_temp 2025-03-04T19:48:32.0484795Z * [new branch] angelayi/fake -> origin/angelayi/fake 2025-03-04T19:48:32.0485745Z * [new branch] angelayi/fix3 -> origin/angelayi/fix3 2025-03-04T19:48:32.0486820Z * [new branch] angelayi/hf_version -> origin/angelayi/hf_version 2025-03-04T19:48:32.0487834Z * [new branch] angelayi/hf_version_update -> origin/angelayi/hf_version_update 2025-03-04T19:48:32.0488868Z * [new branch] angelayi/kwarg_input -> origin/angelayi/kwarg_input 2025-03-04T19:48:32.0489855Z * [new branch] angelayi/lint -> origin/angelayi/lint 2025-03-04T19:48:32.0490975Z * [new branch] angelayi/logging.bak -> origin/angelayi/logging.bak 2025-03-04T19:48:32.0491938Z * [new branch] angelayi/logging2 -> origin/angelayi/logging2 2025-03-04T19:48:32.0492990Z * [new branch] angelayi/namedtuple_fields -> origin/angelayi/namedtuple_fields 2025-03-04T19:48:32.0494026Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-03-04T19:48:32.0495015Z * [new branch] angelayi/provenance_id -> origin/angelayi/provenance_id 2025-03-04T19:48:32.0496014Z * [new branch] angelayi/pytree2 -> origin/angelayi/pytree2 2025-03-04T19:48:32.0497212Z * [new branch] angelayi/pytree_namedtuple -> origin/angelayi/pytree_namedtuple 2025-03-04T19:48:32.0498153Z * [new branch] angelayi/register_dataclass -> origin/angelayi/register_dataclass 2025-03-04T19:48:32.0499138Z * [new branch] angelayi/remove_aoti_unlift -> origin/angelayi/remove_aoti_unlift 2025-03-04T19:48:32.0500079Z * [new branch] angelayi/shape -> origin/angelayi/shape 2025-03-04T19:48:32.0501162Z * [new branch] angelayi/symint_input -> origin/angelayi/symint_input 2025-03-04T19:48:32.0502236Z * [new branch] angelayi/test -> origin/angelayi/test 2025-03-04T19:48:32.0503334Z * [new branch] angelayi/test113041 -> origin/angelayi/test113041 2025-03-04T19:48:32.0504447Z * [new branch] angelayi/test_expression_created -> origin/angelayi/test_expression_created 2025-03-04T19:48:32.0505421Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-03-04T19:48:32.0506455Z * [new branch] angelayi/update_schema_msg -> origin/angelayi/update_schema_msg 2025-03-04T19:48:32.0507606Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-03-04T19:48:32.0508635Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-03-04T19:48:32.0509638Z * [new branch] atalman-patch-1 -> origin/atalman-patch-1 2025-03-04T19:48:32.0510741Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-03-04T19:48:32.0511858Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-03-04T19:48:32.0512857Z * [new branch] atalman-patch-4 -> origin/atalman-patch-4 2025-03-04T19:48:32.0513939Z * [new branch] atalman-patch-5 -> origin/atalman-patch-5 2025-03-04T19:48:32.0515028Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-03-04T19:48:32.0516034Z * [new branch] atalman-patch-7 -> origin/atalman-patch-7 2025-03-04T19:48:32.0517092Z * [new branch] atalman-patch-8 -> origin/atalman-patch-8 2025-03-04T19:48:32.0518163Z * [new branch] atalman-patch-9 -> origin/atalman-patch-9 2025-03-04T19:48:32.0519257Z * [new branch] atalman_inductor_2.3.0 -> origin/atalman_inductor_2.3.0 2025-03-04T19:48:32.0520229Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-03-04T19:48:32.0521163Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-03-04T19:48:32.0522261Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-03-04T19:48:32.0523170Z * [new branch] avoid_record_ag_rs -> origin/avoid_record_ag_rs 2025-03-04T19:48:32.0524681Z * [new branch] bahuang/make_fallback -> origin/bahuang/make_fallback 2025-03-04T19:48:32.0526069Z * [new branch] base/1.5 -> origin/base/1.5 2025-03-04T19:48:32.0527103Z * [new branch] base_inductor_opt_flag -> origin/base_inductor_opt_flag 2025-03-04T19:48:32.0528241Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-03-04T19:48:32.0529201Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-03-04T19:48:32.0530658Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-03-04T19:48:32.0532014Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-03-04T19:48:32.0533451Z * [new branch] bf/cg-disable-tts-angular -> origin/bf/cg-disable-tts-angular 2025-03-04T19:48:32.0534333Z * [new branch] bf/cg-multithreading -> origin/bf/cg-multithreading 2025-03-04T19:48:32.0535304Z * [new branch] bf/cg-partition -> origin/bf/cg-partition 2025-03-04T19:48:32.0536329Z * [new branch] bf/cg-prototype -> origin/bf/cg-prototype 2025-03-04T19:48:32.0537264Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-03-04T19:48:32.0538613Z * [new branch] bf/cg-skip-unbacked-symint-msg -> origin/bf/cg-skip-unbacked-symint-msg 2025-03-04T19:48:32.0539684Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-03-04T19:48:32.0541225Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-03-04T19:48:32.0542449Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-03-04T19:48:32.0543439Z * [new branch] bf/cudagraph-partition -> origin/bf/cudagraph-partition 2025-03-04T19:48:32.0544240Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-03-04T19:48:32.0545285Z * [new branch] bf/fa-embedding-16 -> origin/bf/fa-embedding-16 2025-03-04T19:48:32.0546338Z * [new branch] bf/reduce-scatter-copy-in -> origin/bf/reduce-scatter-copy-in 2025-03-04T19:48:32.0547274Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-03-04T19:48:32.0548347Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-03-04T19:48:32.0549260Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-03-04T19:48:32.0550195Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-03-04T19:48:32.0551134Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-03-04T19:48:32.0552071Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-03-04T19:48:32.0553060Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-03-04T19:48:32.0554008Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-03-04T19:48:32.0554952Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-03-04T19:48:32.0555916Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-03-04T19:48:32.0556836Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-03-04T19:48:32.0557758Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-03-04T19:48:32.0558679Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-03-04T19:48:32.0559705Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-03-04T19:48:32.0560693Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-03-04T19:48:32.0561654Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-03-04T19:48:32.0562612Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-03-04T19:48:32.0564246Z * [new branch] bowbao/beartype_fix_2.1.1 -> origin/bowbao/beartype_fix_2.1.1 2025-03-04T19:48:32.0565097Z * [new branch] bowbao/bench_updates -> origin/bowbao/bench_updates 2025-03-04T19:48:32.0566101Z * [new branch] bowbao/bench_updates_stage -> origin/bowbao/bench_updates_stage 2025-03-04T19:48:32.0567079Z * [new branch] bowbao/benchmark_test_data -> origin/bowbao/benchmark_test_data 2025-03-04T19:48:32.0568135Z * [new branch] bowbao/dort_rewriter -> origin/bowbao/dort_rewriter 2025-03-04T19:48:32.0569049Z * [new branch] bowbao/skip_decomp -> origin/bowbao/skip_decomp 2025-03-04T19:48:32.0569873Z * [new branch] bowbao/wip_prs -> origin/bowbao/wip_prs 2025-03-04T19:48:32.0571335Z * [new branch] brenocfg/fix-meta-opinfo -> origin/brenocfg/fix-meta-opinfo 2025-03-04T19:48:32.0572401Z * [new branch] brenocfg/special_airy_ai_ref -> origin/brenocfg/special_airy_ai_ref 2025-03-04T19:48:32.0573811Z * [new branch] brister/3d_permute_block_ptr -> origin/brister/3d_permute_block_ptr 2025-03-04T19:48:32.0574774Z * [new branch] brister/always_tiled_reduction -> origin/brister/always_tiled_reduction 2025-03-04T19:48:32.0575640Z * [new branch] brister/doc_bucketize -> origin/brister/doc_bucketize 2025-03-04T19:48:32.0576664Z * [new branch] brister/simplify_id -> origin/brister/simplify_id 2025-03-04T19:48:32.0577720Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-03-04T19:48:32.0578546Z * [new branch] brister/wrapper_ir -> origin/brister/wrapper_ir 2025-03-04T19:48:32.0579596Z * [new branch] build_aoti_o1 -> origin/build_aoti_o1 2025-03-04T19:48:32.0580543Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-03-04T19:48:32.0581551Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-03-04T19:48:32.0582601Z * [new branch] cache_size_internal -> origin/cache_size_internal 2025-03-04T19:48:32.0583577Z * [new branch] cache_size_internal_1 -> origin/cache_size_internal_1 2025-03-04T19:48:32.0585021Z * [new branch] chenyang78/dyn-shape-ci-tmp -> origin/chenyang78/dyn-shape-ci-tmp 2025-03-04T19:48:32.0585949Z * [new branch] cherry-pick-111576 -> origin/cherry-pick-111576 2025-03-04T19:48:32.0587052Z * [new branch] cherry-pick-post-acc-grad-docs -> origin/cherry-pick-post-acc-grad-docs 2025-03-04T19:48:32.0587901Z * [new branch] ci_pin -> origin/ci_pin 2025-03-04T19:48:32.0588982Z * [new branch] ckluk2-compileThread-1 -> origin/ckluk2-compileThread-1 2025-03-04T19:48:32.0589990Z * [new branch] ckluk2-compileThread-2 -> origin/ckluk2-compileThread-2 2025-03-04T19:48:32.0590971Z * [new branch] ckluk2-compileThread-64 -> origin/ckluk2-compileThread-64 2025-03-04T19:48:32.0592225Z * [new branch] ckluk2-test-1 -> origin/ckluk2-test-1 2025-03-04T19:48:32.0593157Z * [new branch] cleanup_vs_2019 -> origin/cleanup_vs_2019 2025-03-04T19:48:32.0594681Z * [new branch] compile_fsdp2_disable_stream_and_event -> origin/compile_fsdp2_disable_stream_and_event 2025-03-04T19:48:32.0595929Z * [new branch] condition-branch-in-debug-handler -> origin/condition-branch-in-debug-handler 2025-03-04T19:48:32.0597087Z * [new branch] consolidate-is-qat -> origin/consolidate-is-qat 2025-03-04T19:48:32.0598024Z * [new branch] copy_graph -> origin/copy_graph 2025-03-04T19:48:32.0599489Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-03-04T19:48:32.0600355Z * [new branch] cpio/fix_unit_test -> origin/cpio/fix_unit_test 2025-03-04T19:48:32.0601355Z * [new branch] create_chunk_list -> origin/create_chunk_list 2025-03-04T19:48:32.0602291Z * [new branch] cse-source -> origin/cse-source 2025-03-04T19:48:32.0603679Z * [new branch] csl/3proc -> origin/csl/3proc 2025-03-04T19:48:32.0604609Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-03-04T19:48:32.0605674Z * [new branch] csl/build_experiment_max_jobs -> origin/csl/build_experiment_max_jobs 2025-03-04T19:48:32.0606652Z * [new branch] csl/build_test_more_procs -> origin/csl/build_test_more_procs 2025-03-04T19:48:32.0607457Z * [new branch] csl/build_test_more_procs2 -> origin/csl/build_test_more_procs2 2025-03-04T19:48:32.0608794Z * [new branch] csl/checkout_more_procs -> origin/csl/checkout_more_procs 2025-03-04T19:48:32.0610008Z * [new branch] csl/cutlass_bazel -> origin/csl/cutlass_bazel 2025-03-04T19:48:32.0611265Z * [new branch] csl/disableautotune -> origin/csl/disableautotune 2025-03-04T19:48:32.0612264Z * [new branch] csl/dynamicshapesdup -> origin/csl/dynamicshapesdup 2025-03-04T19:48:32.0613147Z * [new branch] csl/fflint -> origin/csl/fflint 2025-03-04T19:48:32.0614168Z * [new branch] csl/fix_close_nonexistent -> origin/csl/fix_close_nonexistent 2025-03-04T19:48:32.0615255Z * [new branch] csl/fix_rerun_disabled_tests_upload -> origin/csl/fix_rerun_disabled_tests_upload 2025-03-04T19:48:32.0616177Z * [new branch] csl/inductortest_max_autotune -> origin/csl/inductortest_max_autotune 2025-03-04T19:48:32.0617141Z * [new branch] csl/lint_dockerimg -> origin/csl/lint_dockerimg 2025-03-04T19:48:32.0618087Z * [new branch] csl/logchanges -> origin/csl/logchanges 2025-03-04T19:48:32.0619150Z * [new branch] csl/logtest -> origin/csl/logtest 2025-03-04T19:48:32.0620028Z * [new branch] csl/mps_sharding -> origin/csl/mps_sharding 2025-03-04T19:48:32.0620957Z * [new branch] csl/multigpufix -> origin/csl/multigpufix 2025-03-04T19:48:32.0622090Z * [new branch] csl/no_clean_workspace -> origin/csl/no_clean_workspace 2025-03-04T19:48:32.0623079Z * [new branch] csl/pytest_timeout -> origin/csl/pytest_timeout 2025-03-04T19:48:32.0624133Z * [new branch] csl/rerun_disabled_tests_print_log -> origin/csl/rerun_disabled_tests_print_log 2025-03-04T19:48:32.0625001Z * [new branch] csl/revert -> origin/csl/revert 2025-03-04T19:48:32.0625970Z * [new branch] csl/runtesttypes -> origin/csl/runtesttypes 2025-03-04T19:48:32.0626953Z * [new branch] csl/sharding_build_env -> origin/csl/sharding_build_env 2025-03-04T19:48:32.0627963Z * [new branch] csl/slowtesttimeout -> origin/csl/slowtesttimeout 2025-03-04T19:48:32.0628924Z * [new branch] csl/some_super_setup -> origin/csl/some_super_setup 2025-03-04T19:48:32.0629883Z * [new branch] csl/stdmakeunique -> origin/csl/stdmakeunique 2025-03-04T19:48:32.0630845Z * [new branch] csl/tensoboardpip -> origin/csl/tensoboardpip 2025-03-04T19:48:32.0631886Z * [new branch] csl/trymerge_initial_comment_stack -> origin/csl/trymerge_initial_comment_stack 2025-03-04T19:48:32.0632827Z * [new branch] csl/update_gh_runners_ubuntu2004 -> origin/csl/update_gh_runners_ubuntu2004 2025-03-04T19:48:32.0633727Z * [new branch] csl/windowsbat -> origin/csl/windowsbat 2025-03-04T19:48:32.0634698Z * [new branch] cublasfp16accum -> origin/cublasfp16accum 2025-03-04T19:48:32.0635766Z * [new branch] cutlass-template-fix-rocm -> origin/cutlass-template-fix-rocm 2025-03-04T19:48:32.0636793Z * [new branch] danthe3rd-patch-1 -> origin/danthe3rd-patch-1 2025-03-04T19:48:32.0637740Z * [new branch] dataclass -> origin/dataclass 2025-03-04T19:48:32.0639482Z * [new branch] daxia6/fix/doc_string -> origin/daxia6/fix/doc_string 2025-03-04T19:48:32.0640872Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-03-04T19:48:32.0642036Z * [new branch] desertfire/torchgen_support_default_arg -> origin/desertfire/torchgen_support_default_arg 2025-03-04T19:48:32.0642889Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-03-04T19:48:32.0643737Z * [new branch] desertfire/update_hf_pin -> origin/desertfire/update_hf_pin 2025-03-04T19:48:32.0645755Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-03-04T19:48:32.0646808Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-03-04T19:48:32.0647808Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-03-04T19:48:32.0649026Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-03-04T19:48:32.0650229Z * [new branch] dev/joona/unique_leak -> origin/dev/joona/unique_leak 2025-03-04T19:48:32.0651233Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-03-04T19:48:32.0652290Z * [new branch] disable -> origin/disable 2025-03-04T19:48:32.0653392Z * [new branch] disable_fp_contract_baseline -> origin/disable_fp_contract_baseline 2025-03-04T19:48:32.0654418Z * [new branch] distributed_checkpointing_e2e_tests -> origin/distributed_checkpointing_e2e_tests 2025-03-04T19:48:32.0655276Z * [new branch] doc_change -> origin/doc_change 2025-03-04T19:48:32.0656246Z * [new branch] docs_numpy -> origin/docs_numpy 2025-03-04T19:48:32.0657290Z * [new branch] dropout-eval -> origin/dropout-eval 2025-03-04T19:48:32.0658298Z * [new branch] dtensor_fixes_2.1 -> origin/dtensor_fixes_2.1 2025-03-04T19:48:32.0659294Z * [new branch] dynamorunner_mp -> origin/dynamorunner_mp 2025-03-04T19:48:32.0660229Z * [new branch] e2e-baseline -> origin/e2e-baseline 2025-03-04T19:48:32.0661872Z * [new branch] eikanwang/eager_torch_compile -> origin/eikanwang/eager_torch_compile 2025-03-04T19:48:32.0663345Z * [new branch] embg/test_inductor_ci_128B -> origin/embg/test_inductor_ci_128B 2025-03-04T19:48:32.0664280Z * [new branch] embg/test_inductor_ci_base -> origin/embg/test_inductor_ci_base 2025-03-04T19:48:32.0665294Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-03-04T19:48:32.0666197Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-03-04T19:48:32.0667343Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-03-04T19:48:32.0668430Z * [new branch] enable_mi300_workflows_on_PRs -> origin/enable_mi300_workflows_on_PRs 2025-03-04T19:48:32.0669431Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-03-04T19:48:32.0670421Z * [new branch] eqy-patch-20 -> origin/eqy-patch-20 2025-03-04T19:48:32.0671420Z * [new branch] eqy-patch-21 -> origin/eqy-patch-21 2025-03-04T19:48:32.0672797Z * [new branch] eqy-patch-26 -> origin/eqy-patch-26 2025-03-04T19:48:32.0673741Z * [new branch] eqy-patch-27 -> origin/eqy-patch-27 2025-03-04T19:48:32.0674739Z * [new branch] eqy-patch-3 -> origin/eqy-patch-3 2025-03-04T19:48:32.0675804Z * [new branch] eqy-patch-4 -> origin/eqy-patch-4 2025-03-04T19:48:32.0676907Z * [new branch] error-when-setattr-over-cls-attr -> origin/error-when-setattr-over-cls-attr 2025-03-04T19:48:32.0677832Z * [new branch] et_pin_bump -> origin/et_pin_bump 2025-03-04T19:48:32.0679580Z * [new branch] exclamaforte/aot-inductor-debug -> origin/exclamaforte/aot-inductor-debug 2025-03-04T19:48:32.0680405Z * [new branch] exclamaforte/aten-convolution-out -> origin/exclamaforte/aten-convolution-out 2025-03-04T19:48:32.0681344Z * [new branch] exclamaforte/combo-kernels-perf-run -> origin/exclamaforte/combo-kernels-perf-run 2025-03-04T19:48:32.0682260Z * [new branch] exclamaforte/cpp-wrapper-debug -> origin/exclamaforte/cpp-wrapper-debug 2025-03-04T19:48:32.0683102Z * [new branch] exclamaforte/delta -> origin/exclamaforte/delta 2025-03-04T19:48:32.0684117Z * [new branch] exclamaforte/disable-dynamo-config -> origin/exclamaforte/disable-dynamo-config 2025-03-04T19:48:32.0685290Z * [new branch] exclamaforte/dynamo-types -> origin/exclamaforte/dynamo-types 2025-03-04T19:48:32.0686873Z * [new branch] exclamaforte/enable-mem-dep-fusion -> origin/exclamaforte/enable-mem-dep-fusion 2025-03-04T19:48:32.0687820Z * [new branch] exclamaforte/fix-orig-svg -> origin/exclamaforte/fix-orig-svg 2025-03-04T19:48:32.0688962Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-03-04T19:48:32.0689919Z * [new branch] exclamaforte/force-pointwise-cat-perf-run -> origin/exclamaforte/force-pointwise-cat-perf-run 2025-03-04T19:48:32.0690771Z * [new branch] exclamaforte/fusion-data -> origin/exclamaforte/fusion-data 2025-03-04T19:48:32.0691826Z * [new branch] exclamaforte/heuristic-choices -> origin/exclamaforte/heuristic-choices 2025-03-04T19:48:32.0692863Z * [new branch] exclamaforte/heuristic-choices-2 -> origin/exclamaforte/heuristic-choices-2 2025-03-04T19:48:32.0693879Z * [new branch] exclamaforte/max-autotune-dtype-test -> origin/exclamaforte/max-autotune-dtype-test 2025-03-04T19:48:32.0695042Z * [new branch] exclamaforte/remove-desc-names -> origin/exclamaforte/remove-desc-names 2025-03-04T19:48:32.0696009Z * [new branch] exclamaforte/scheduler-refactor -> origin/exclamaforte/scheduler-refactor 2025-03-04T19:48:32.0697007Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-03-04T19:48:32.0697851Z * [new branch] exclamaforte/testing_only -> origin/exclamaforte/testing_only 2025-03-04T19:48:32.0698818Z * [new branch] exec -> origin/exec 2025-03-04T19:48:32.0700073Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-03-04T19:48:32.0701052Z * [new branch] export-D50544876 -> origin/export-D50544876 2025-03-04T19:48:32.0702187Z * [new branch] export-D51032385 -> origin/export-D51032385 2025-03-04T19:48:32.0703137Z * [new branch] export-D52434604 -> origin/export-D52434604 2025-03-04T19:48:32.0704148Z * [new branch] export-D58091437 -> origin/export-D58091437 2025-03-04T19:48:32.0705222Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-03-04T19:48:32.0706405Z * [new branch] export-D61557220 -> origin/export-D61557220 2025-03-04T19:48:32.0707466Z * [new branch] export-D63493615 -> origin/export-D63493615 2025-03-04T19:48:32.0708487Z * [new branch] export-D65456781 -> origin/export-D65456781 2025-03-04T19:48:32.0709468Z * [new branch] export-D65560950 -> origin/export-D65560950 2025-03-04T19:48:32.0710563Z * [new branch] export-D65638757 -> origin/export-D65638757 2025-03-04T19:48:32.0711537Z * [new branch] export-D66529288 -> origin/export-D66529288 2025-03-04T19:48:32.0712540Z * [new branch] export-D66690419 -> origin/export-D66690419 2025-03-04T19:48:32.0713622Z * [new branch] export-D66717302 -> origin/export-D66717302 2025-03-04T19:48:32.0714557Z * [new branch] export-D66908884 -> origin/export-D66908884 2025-03-04T19:48:32.0715499Z * [new branch] export-D68245292 -> origin/export-D68245292 2025-03-04T19:48:32.0716695Z * [new branch] export-D68459341 -> origin/export-D68459341 2025-03-04T19:48:32.0717619Z * [new branch] export-D68909278 -> origin/export-D68909278 2025-03-04T19:48:32.0718619Z * [new branch] export-D69034578 -> origin/export-D69034578 2025-03-04T19:48:32.0719978Z * [new branch] export-D69070616 -> origin/export-D69070616 2025-03-04T19:48:32.0720895Z * [new branch] export-D69132186 -> origin/export-D69132186 2025-03-04T19:48:32.0721889Z * [new branch] export-D69355332 -> origin/export-D69355332 2025-03-04T19:48:32.0722867Z * [new branch] export-D69361235 -> origin/export-D69361235 2025-03-04T19:48:32.0723888Z * [new branch] export-D69592025 -> origin/export-D69592025 2025-03-04T19:48:32.0724909Z * [new branch] export-D69595327 -> origin/export-D69595327 2025-03-04T19:48:32.0725954Z * [new branch] export-D69994481 -> origin/export-D69994481 2025-03-04T19:48:32.0726933Z * [new branch] export-D70132269 -> origin/export-D70132269 2025-03-04T19:48:32.0727914Z * [new branch] export-D70141808 -> origin/export-D70141808 2025-03-04T19:48:32.0729087Z * [new branch] export-D70193972 -> origin/export-D70193972 2025-03-04T19:48:32.0729976Z * [new branch] export-D70454149 -> origin/export-D70454149 2025-03-04T19:48:32.0731279Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-03-04T19:48:32.0732052Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-03-04T19:48:32.0733086Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-03-04T19:48:32.0734709Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-03-04T19:48:32.0735687Z * [new branch] fca -> origin/fca 2025-03-04T19:48:32.0736671Z * [new branch] fca2 -> origin/fca2 2025-03-04T19:48:32.0737614Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-03-04T19:48:32.0738761Z * [new branch] fca3 -> origin/fca3 2025-03-04T19:48:32.0739665Z * [new branch] fca5 -> origin/fca5 2025-03-04T19:48:32.0741265Z * [new branch] fengyuan/external-proj -> origin/fengyuan/external-proj 2025-03-04T19:48:32.0742828Z * [new branch] fengyuan/out-of-tree-xpu-ops-improve-test -> origin/fengyuan/out-of-tree-xpu-ops-improve-test 2025-03-04T19:48:32.0744363Z * [new branch] fengyuan/out-of-tree-xpu-ops-remove-dtype -> origin/fengyuan/out-of-tree-xpu-ops-remove-dtype 2025-03-04T19:48:32.0745270Z * [new branch] fengyuan/test-xpu -> origin/fengyuan/test-xpu 2025-03-04T19:48:32.0746012Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-03-04T19:48:32.0746908Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-03-04T19:48:32.0748408Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-03-04T19:48:32.0749386Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-03-04T19:48:32.0750446Z * [new branch] findhao/fix-indirect-access -> origin/findhao/fix-indirect-access 2025-03-04T19:48:32.0751451Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-03-04T19:48:32.0752548Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-03-04T19:48:32.0753524Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-03-04T19:48:32.0754510Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-03-04T19:48:32.0755417Z * [new branch] fix -> origin/fix 2025-03-04T19:48:32.0756330Z * [new branch] fix-benchmark-config-h100 -> origin/fix-benchmark-config-h100 2025-03-04T19:48:32.0757359Z * [new branch] fix-cat-lowering-uint8-hack -> origin/fix-cat-lowering-uint8-hack 2025-03-04T19:48:32.0758344Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-03-04T19:48:32.0759208Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-03-04T19:48:32.0760119Z * [new branch] fix-ios-upload-credentials -> origin/fix-ios-upload-credentials 2025-03-04T19:48:32.0760994Z * [new branch] fix-mem-leak -> origin/fix-mem-leak 2025-03-04T19:48:32.0762006Z * [new branch] fix-qat-derived-qspec -> origin/fix-qat-derived-qspec 2025-03-04T19:48:32.0763072Z * [new branch] fix-test-stat-upload-failures -> origin/fix-test-stat-upload-failures 2025-03-04T19:48:32.0764020Z * [new branch] fix_allow_train_eval_msg -> origin/fix_allow_train_eval_msg 2025-03-04T19:48:32.0764932Z * [new branch] fix_avoid_record_stream -> origin/fix_avoid_record_stream 2025-03-04T19:48:32.0765874Z * [new branch] fix_e2e_fsdp_tp_pairwise -> origin/fix_e2e_fsdp_tp_pairwise 2025-03-04T19:48:32.0767083Z * [new branch] fix_eval_train_2.1 -> origin/fix_eval_train_2.1 2025-03-04T19:48:32.0768013Z * [new branch] fix_partial -> origin/fix_partial 2025-03-04T19:48:32.0769108Z * [new branch] fix_xpu_content_store -> origin/fix_xpu_content_store 2025-03-04T19:48:32.0770097Z * [new branch] fixes-triage -> origin/fixes-triage 2025-03-04T19:48:32.0771033Z * [new branch] flat_apply -> origin/flat_apply 2025-03-04T19:48:32.0772315Z * [new branch] flex_attention_functorch_grad -> origin/flex_attention_functorch_grad 2025-03-04T19:48:32.0774041Z * [new branch] fmassa/partitioner_knapsack_checkpoint -> origin/fmassa/partitioner_knapsack_checkpoint 2025-03-04T19:48:32.0775038Z * [new branch] fp8_fix -> origin/fp8_fix 2025-03-04T19:48:32.0775791Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-03-04T19:48:32.0776738Z * [new branch] fsdpv2_3d -> origin/fsdpv2_3d 2025-03-04T19:48:32.0777813Z * [new branch] fsdpv2_3d_m1 -> origin/fsdpv2_3d_m1 2025-03-04T19:48:32.0779143Z * [new branch] func-attr -> origin/func-attr 2025-03-04T19:48:32.0780167Z * [new branch] functorch_scan -> origin/functorch_scan 2025-03-04T19:48:32.0781137Z * [new branch] fx_cpp -> origin/fx_cpp 2025-03-04T19:48:32.0782736Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-03-04T19:48:32.0783560Z * [new branch] gelu-3 -> origin/gelu-3 2025-03-04T19:48:32.0784728Z * [new branch] get_state_dict_forward_fix -> origin/get_state_dict_forward_fix 2025-03-04T19:48:32.0786973Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-03-04T19:48:32.0788079Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-03-04T19:48:32.0789618Z * [new branch] gh/BowenBao/296/base -> origin/gh/BowenBao/296/base 2025-03-04T19:48:32.0790685Z * [new branch] gh/BowenBao/296/head -> origin/gh/BowenBao/296/head 2025-03-04T19:48:32.0791831Z * [new branch] gh/BowenBao/296/orig -> origin/gh/BowenBao/296/orig 2025-03-04T19:48:32.0793074Z * [new branch] gh/CaoE/46/base -> origin/gh/CaoE/46/base 2025-03-04T19:48:32.0794029Z * [new branch] gh/CaoE/46/head -> origin/gh/CaoE/46/head 2025-03-04T19:48:32.0794999Z * [new branch] gh/CaoE/46/orig -> origin/gh/CaoE/46/orig 2025-03-04T19:48:32.0796304Z * [new branch] gh/CaoE/47/base -> origin/gh/CaoE/47/base 2025-03-04T19:48:32.0797269Z * [new branch] gh/CaoE/47/head -> origin/gh/CaoE/47/head 2025-03-04T19:48:32.0798271Z * [new branch] gh/CaoE/47/orig -> origin/gh/CaoE/47/orig 2025-03-04T19:48:32.0799567Z * [new branch] gh/CaoE/48/base -> origin/gh/CaoE/48/base 2025-03-04T19:48:32.0800511Z * [new branch] gh/CaoE/48/head -> origin/gh/CaoE/48/head 2025-03-04T19:48:32.0801454Z * [new branch] gh/CaoE/48/orig -> origin/gh/CaoE/48/orig 2025-03-04T19:48:32.0802753Z * [new branch] gh/CaoE/49/base -> origin/gh/CaoE/49/base 2025-03-04T19:48:32.0803731Z * [new branch] gh/CaoE/49/head -> origin/gh/CaoE/49/head 2025-03-04T19:48:32.0804706Z * [new branch] gh/CaoE/49/orig -> origin/gh/CaoE/49/orig 2025-03-04T19:48:32.0806018Z * [new branch] gh/CaoE/50/base -> origin/gh/CaoE/50/base 2025-03-04T19:48:32.0807005Z * [new branch] gh/CaoE/50/head -> origin/gh/CaoE/50/head 2025-03-04T19:48:32.0807944Z * [new branch] gh/CaoE/50/orig -> origin/gh/CaoE/50/orig 2025-03-04T19:48:32.0809335Z * [new branch] gh/CaoE/51/base -> origin/gh/CaoE/51/base 2025-03-04T19:48:32.0810292Z * [new branch] gh/CaoE/51/head -> origin/gh/CaoE/51/head 2025-03-04T19:48:32.0811248Z * [new branch] gh/CaoE/51/orig -> origin/gh/CaoE/51/orig 2025-03-04T19:48:32.0812998Z * [new branch] gh/ColinPeppler/61/base -> origin/gh/ColinPeppler/61/base 2025-03-04T19:48:32.0814010Z * [new branch] gh/ColinPeppler/61/head -> origin/gh/ColinPeppler/61/head 2025-03-04T19:48:32.0814992Z * [new branch] gh/ColinPeppler/61/orig -> origin/gh/ColinPeppler/61/orig 2025-03-04T19:48:32.0816195Z * [new branch] gh/ColinPeppler/62/base -> origin/gh/ColinPeppler/62/base 2025-03-04T19:48:32.0817179Z * [new branch] gh/ColinPeppler/62/head -> origin/gh/ColinPeppler/62/head 2025-03-04T19:48:32.0818261Z * [new branch] gh/ColinPeppler/62/orig -> origin/gh/ColinPeppler/62/orig 2025-03-04T19:48:32.0819824Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-03-04T19:48:32.0820766Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-03-04T19:48:32.0822093Z * [new branch] gh/EikanWang/74/base -> origin/gh/EikanWang/74/base 2025-03-04T19:48:32.0823069Z * [new branch] gh/EikanWang/74/head -> origin/gh/EikanWang/74/head 2025-03-04T19:48:32.0824044Z * [new branch] gh/EikanWang/74/orig -> origin/gh/EikanWang/74/orig 2025-03-04T19:48:32.0825329Z * [new branch] gh/EikanWang/75/base -> origin/gh/EikanWang/75/base 2025-03-04T19:48:32.0826293Z * [new branch] gh/EikanWang/75/head -> origin/gh/EikanWang/75/head 2025-03-04T19:48:32.0827278Z * [new branch] gh/EikanWang/75/orig -> origin/gh/EikanWang/75/orig 2025-03-04T19:48:32.0828585Z * [new branch] gh/EikanWang/76/base -> origin/gh/EikanWang/76/base 2025-03-04T19:48:32.0829487Z * [new branch] gh/EikanWang/76/head -> origin/gh/EikanWang/76/head 2025-03-04T19:48:32.0830592Z * [new branch] gh/EikanWang/76/orig -> origin/gh/EikanWang/76/orig 2025-03-04T19:48:32.0831781Z * [new branch] gh/EikanWang/77/base -> origin/gh/EikanWang/77/base 2025-03-04T19:48:32.0832679Z * [new branch] gh/EikanWang/77/head -> origin/gh/EikanWang/77/head 2025-03-04T19:48:32.0833688Z * [new branch] gh/EikanWang/77/orig -> origin/gh/EikanWang/77/orig 2025-03-04T19:48:32.0834997Z * [new branch] gh/EikanWang/78/base -> origin/gh/EikanWang/78/base 2025-03-04T19:48:32.0835977Z * [new branch] gh/EikanWang/78/head -> origin/gh/EikanWang/78/head 2025-03-04T19:48:32.0836884Z * [new branch] gh/EikanWang/78/orig -> origin/gh/EikanWang/78/orig 2025-03-04T19:48:32.0838942Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-03-04T19:48:32.0839865Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-03-04T19:48:32.0841537Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-03-04T19:48:32.0842429Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-03-04T19:48:32.0843398Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-03-04T19:48:32.0844723Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-03-04T19:48:32.0845769Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-03-04T19:48:32.0846750Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-03-04T19:48:32.0848141Z * [new branch] gh/H-Huang/160/base -> origin/gh/H-Huang/160/base 2025-03-04T19:48:32.0849038Z * [new branch] gh/H-Huang/160/head -> origin/gh/H-Huang/160/head 2025-03-04T19:48:32.0850035Z * [new branch] gh/H-Huang/160/orig -> origin/gh/H-Huang/160/orig 2025-03-04T19:48:32.0851371Z * [new branch] gh/H-Huang/165/base -> origin/gh/H-Huang/165/base 2025-03-04T19:48:32.0852351Z * [new branch] gh/H-Huang/165/head -> origin/gh/H-Huang/165/head 2025-03-04T19:48:32.0853368Z * [new branch] gh/H-Huang/165/orig -> origin/gh/H-Huang/165/orig 2025-03-04T19:48:32.0854769Z * [new branch] gh/H-Huang/166/base -> origin/gh/H-Huang/166/base 2025-03-04T19:48:32.0855661Z * [new branch] gh/H-Huang/166/head -> origin/gh/H-Huang/166/head 2025-03-04T19:48:32.0856518Z * [new branch] gh/H-Huang/166/orig -> origin/gh/H-Huang/166/orig 2025-03-04T19:48:32.0857901Z * [new branch] gh/H-Huang/167/base -> origin/gh/H-Huang/167/base 2025-03-04T19:48:32.0858873Z * [new branch] gh/H-Huang/167/head -> origin/gh/H-Huang/167/head 2025-03-04T19:48:32.0859848Z * [new branch] gh/H-Huang/167/orig -> origin/gh/H-Huang/167/orig 2025-03-04T19:48:32.0861168Z * [new branch] gh/H-Huang/168/base -> origin/gh/H-Huang/168/base 2025-03-04T19:48:32.0862250Z * [new branch] gh/H-Huang/168/head -> origin/gh/H-Huang/168/head 2025-03-04T19:48:32.0863321Z * [new branch] gh/H-Huang/168/orig -> origin/gh/H-Huang/168/orig 2025-03-04T19:48:32.0864487Z * [new branch] gh/H-Huang/169/base -> origin/gh/H-Huang/169/base 2025-03-04T19:48:32.0865443Z * [new branch] gh/H-Huang/169/head -> origin/gh/H-Huang/169/head 2025-03-04T19:48:32.0866364Z * [new branch] gh/H-Huang/169/orig -> origin/gh/H-Huang/169/orig 2025-03-04T19:48:32.0867667Z * [new branch] gh/H-Huang/170/base -> origin/gh/H-Huang/170/base 2025-03-04T19:48:32.0868674Z * [new branch] gh/H-Huang/170/head -> origin/gh/H-Huang/170/head 2025-03-04T19:48:32.0869726Z * [new branch] gh/H-Huang/170/orig -> origin/gh/H-Huang/170/orig 2025-03-04T19:48:32.0871527Z * [new branch] gh/HDCharles/168/base -> origin/gh/HDCharles/168/base 2025-03-04T19:48:32.0873410Z * [new branch] gh/HDCharles/168/head -> origin/gh/HDCharles/168/head 2025-03-04T19:48:32.0874476Z * [new branch] gh/HDCharles/168/orig -> origin/gh/HDCharles/168/orig 2025-03-04T19:48:32.0876130Z * [new branch] gh/IvanKobzarev/100/base -> origin/gh/IvanKobzarev/100/base 2025-03-04T19:48:32.0877360Z * [new branch] gh/IvanKobzarev/100/head -> origin/gh/IvanKobzarev/100/head 2025-03-04T19:48:32.0878347Z * [new branch] gh/IvanKobzarev/100/orig -> origin/gh/IvanKobzarev/100/orig 2025-03-04T19:48:32.0879368Z * [new branch] gh/IvanKobzarev/101/base -> origin/gh/IvanKobzarev/101/base 2025-03-04T19:48:32.0880314Z * [new branch] gh/IvanKobzarev/101/head -> origin/gh/IvanKobzarev/101/head 2025-03-04T19:48:32.0881365Z * [new branch] gh/IvanKobzarev/101/orig -> origin/gh/IvanKobzarev/101/orig 2025-03-04T19:48:32.0882981Z * [new branch] gh/IvanKobzarev/102/base -> origin/gh/IvanKobzarev/102/base 2025-03-04T19:48:32.0883997Z * [new branch] gh/IvanKobzarev/102/head -> origin/gh/IvanKobzarev/102/head 2025-03-04T19:48:32.0884959Z * [new branch] gh/IvanKobzarev/102/orig -> origin/gh/IvanKobzarev/102/orig 2025-03-04T19:48:32.0886175Z * [new branch] gh/IvanKobzarev/103/base -> origin/gh/IvanKobzarev/103/base 2025-03-04T19:48:32.0887318Z * [new branch] gh/IvanKobzarev/103/head -> origin/gh/IvanKobzarev/103/head 2025-03-04T19:48:32.0888374Z * [new branch] gh/IvanKobzarev/103/orig -> origin/gh/IvanKobzarev/103/orig 2025-03-04T19:48:32.0889691Z * [new branch] gh/IvanKobzarev/104/base -> origin/gh/IvanKobzarev/104/base 2025-03-04T19:48:32.0890635Z * [new branch] gh/IvanKobzarev/104/head -> origin/gh/IvanKobzarev/104/head 2025-03-04T19:48:32.0891697Z * [new branch] gh/IvanKobzarev/104/orig -> origin/gh/IvanKobzarev/104/orig 2025-03-04T19:48:32.0893125Z * [new branch] gh/IvanKobzarev/56/base -> origin/gh/IvanKobzarev/56/base 2025-03-04T19:48:32.0894186Z * [new branch] gh/IvanKobzarev/56/head -> origin/gh/IvanKobzarev/56/head 2025-03-04T19:48:32.0895127Z * [new branch] gh/IvanKobzarev/56/orig -> origin/gh/IvanKobzarev/56/orig 2025-03-04T19:48:32.0896564Z * [new branch] gh/IvanKobzarev/64/base -> origin/gh/IvanKobzarev/64/base 2025-03-04T19:48:32.0897501Z * [new branch] gh/IvanKobzarev/64/head -> origin/gh/IvanKobzarev/64/head 2025-03-04T19:48:32.0898464Z * [new branch] gh/IvanKobzarev/64/orig -> origin/gh/IvanKobzarev/64/orig 2025-03-04T19:48:32.0900094Z * [new branch] gh/IvanKobzarev/78/base -> origin/gh/IvanKobzarev/78/base 2025-03-04T19:48:32.0901086Z * [new branch] gh/IvanKobzarev/78/head -> origin/gh/IvanKobzarev/78/head 2025-03-04T19:48:32.0902107Z * [new branch] gh/IvanKobzarev/78/orig -> origin/gh/IvanKobzarev/78/orig 2025-03-04T19:48:32.0903420Z * [new branch] gh/IvanKobzarev/84/base -> origin/gh/IvanKobzarev/84/base 2025-03-04T19:48:32.0904380Z * [new branch] gh/IvanKobzarev/84/head -> origin/gh/IvanKobzarev/84/head 2025-03-04T19:48:32.0905345Z * [new branch] gh/IvanKobzarev/84/orig -> origin/gh/IvanKobzarev/84/orig 2025-03-04T19:48:32.0906751Z * [new branch] gh/IvanKobzarev/86/base -> origin/gh/IvanKobzarev/86/base 2025-03-04T19:48:32.0907864Z * [new branch] gh/IvanKobzarev/86/head -> origin/gh/IvanKobzarev/86/head 2025-03-04T19:48:32.0908835Z * [new branch] gh/IvanKobzarev/86/orig -> origin/gh/IvanKobzarev/86/orig 2025-03-04T19:48:32.0909983Z * [new branch] gh/IvanKobzarev/91/base -> origin/gh/IvanKobzarev/91/base 2025-03-04T19:48:32.0911234Z * [new branch] gh/IvanKobzarev/91/head -> origin/gh/IvanKobzarev/91/head 2025-03-04T19:48:32.0912176Z * [new branch] gh/IvanKobzarev/91/orig -> origin/gh/IvanKobzarev/91/orig 2025-03-04T19:48:32.0913352Z * [new branch] gh/IvanKobzarev/92/base -> origin/gh/IvanKobzarev/92/base 2025-03-04T19:48:32.0914572Z * [new branch] gh/IvanKobzarev/92/head -> origin/gh/IvanKobzarev/92/head 2025-03-04T19:48:32.0915595Z * [new branch] gh/IvanKobzarev/92/orig -> origin/gh/IvanKobzarev/92/orig 2025-03-04T19:48:32.0917247Z * [new branch] gh/IvanKobzarev/93/base -> origin/gh/IvanKobzarev/93/base 2025-03-04T19:48:32.0918266Z * [new branch] gh/IvanKobzarev/93/head -> origin/gh/IvanKobzarev/93/head 2025-03-04T19:48:32.0919272Z * [new branch] gh/IvanKobzarev/93/orig -> origin/gh/IvanKobzarev/93/orig 2025-03-04T19:48:32.0920677Z * [new branch] gh/IvanKobzarev/94/base -> origin/gh/IvanKobzarev/94/base 2025-03-04T19:48:32.0921627Z * [new branch] gh/IvanKobzarev/94/head -> origin/gh/IvanKobzarev/94/head 2025-03-04T19:48:32.0922567Z * [new branch] gh/IvanKobzarev/94/orig -> origin/gh/IvanKobzarev/94/orig 2025-03-04T19:48:32.0923978Z * [new branch] gh/IvanKobzarev/98/base -> origin/gh/IvanKobzarev/98/base 2025-03-04T19:48:32.0924923Z * [new branch] gh/IvanKobzarev/98/head -> origin/gh/IvanKobzarev/98/head 2025-03-04T19:48:32.0925949Z * [new branch] gh/IvanKobzarev/98/orig -> origin/gh/IvanKobzarev/98/orig 2025-03-04T19:48:32.0927414Z * [new branch] gh/Lezcano/243/base -> origin/gh/Lezcano/243/base 2025-03-04T19:48:32.0928477Z * [new branch] gh/Lezcano/243/head -> origin/gh/Lezcano/243/head 2025-03-04T19:48:32.0929563Z * [new branch] gh/Lezcano/243/orig -> origin/gh/Lezcano/243/orig 2025-03-04T19:48:32.0931217Z * [new branch] gh/SS-JIA/164/base -> origin/gh/SS-JIA/164/base 2025-03-04T19:48:32.0932081Z * [new branch] gh/SS-JIA/164/head -> origin/gh/SS-JIA/164/head 2025-03-04T19:48:32.0933454Z * [new branch] gh/SS-JIA/172/base -> origin/gh/SS-JIA/172/base 2025-03-04T19:48:32.0934539Z * [new branch] gh/SS-JIA/172/head -> origin/gh/SS-JIA/172/head 2025-03-04T19:48:32.0937444Z * [new branch] gh/SS-JIA/172/orig -> origin/gh/SS-JIA/172/orig 2025-03-04T19:48:32.0938158Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-03-04T19:48:32.0938825Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-03-04T19:48:32.0939784Z * [new branch] gh/SamGinzburg/14/base -> origin/gh/SamGinzburg/14/base 2025-03-04T19:48:32.0940779Z * [new branch] gh/SamGinzburg/14/head -> origin/gh/SamGinzburg/14/head 2025-03-04T19:48:32.0941773Z * [new branch] gh/SamGinzburg/14/orig -> origin/gh/SamGinzburg/14/orig 2025-03-04T19:48:32.0943491Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-03-04T19:48:32.0944389Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-03-04T19:48:32.0945744Z * [new branch] gh/StrongerXi/63/base -> origin/gh/StrongerXi/63/base 2025-03-04T19:48:32.0946663Z * [new branch] gh/StrongerXi/63/head -> origin/gh/StrongerXi/63/head 2025-03-04T19:48:32.0947650Z * [new branch] gh/StrongerXi/63/orig -> origin/gh/StrongerXi/63/orig 2025-03-04T19:48:32.0949001Z * [new branch] gh/StrongerXi/67/base -> origin/gh/StrongerXi/67/base 2025-03-04T19:48:32.0949880Z * [new branch] gh/StrongerXi/67/head -> origin/gh/StrongerXi/67/head 2025-03-04T19:48:32.0950921Z * [new branch] gh/StrongerXi/67/orig -> origin/gh/StrongerXi/67/orig 2025-03-04T19:48:32.0952132Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-03-04T19:48:32.0953166Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-03-04T19:48:32.0954448Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-03-04T19:48:32.0955262Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-03-04T19:48:32.0956579Z * [new branch] gh/StrongerXi/81/base -> origin/gh/StrongerXi/81/base 2025-03-04T19:48:32.0957490Z * [new branch] gh/StrongerXi/81/head -> origin/gh/StrongerXi/81/head 2025-03-04T19:48:32.0958767Z * [new branch] gh/StrongerXi/81/orig -> origin/gh/StrongerXi/81/orig 2025-03-04T19:48:32.0960025Z * [new branch] gh/StrongerXi/82/base -> origin/gh/StrongerXi/82/base 2025-03-04T19:48:32.0960931Z * [new branch] gh/StrongerXi/82/head -> origin/gh/StrongerXi/82/head 2025-03-04T19:48:32.0961944Z * [new branch] gh/StrongerXi/82/orig -> origin/gh/StrongerXi/82/orig 2025-03-04T19:48:32.0963285Z * [new branch] gh/StrongerXi/83/base -> origin/gh/StrongerXi/83/base 2025-03-04T19:48:32.0964182Z * [new branch] gh/StrongerXi/83/head -> origin/gh/StrongerXi/83/head 2025-03-04T19:48:32.0965221Z * [new branch] gh/StrongerXi/83/orig -> origin/gh/StrongerXi/83/orig 2025-03-04T19:48:32.0967005Z * [new branch] gh/StrongerXi/84/base -> origin/gh/StrongerXi/84/base 2025-03-04T19:48:32.0967675Z * [new branch] gh/StrongerXi/84/head -> origin/gh/StrongerXi/84/head 2025-03-04T19:48:32.0968636Z * [new branch] gh/StrongerXi/84/orig -> origin/gh/StrongerXi/84/orig 2025-03-04T19:48:32.0970019Z * [new branch] gh/StrongerXi/85/base -> origin/gh/StrongerXi/85/base 2025-03-04T19:48:32.0970890Z * [new branch] gh/StrongerXi/85/head -> origin/gh/StrongerXi/85/head 2025-03-04T19:48:32.0972060Z * [new branch] gh/StrongerXi/85/orig -> origin/gh/StrongerXi/85/orig 2025-03-04T19:48:32.0973574Z * [new branch] gh/StrongerXi/86/base -> origin/gh/StrongerXi/86/base 2025-03-04T19:48:32.0974497Z * [new branch] gh/StrongerXi/86/head -> origin/gh/StrongerXi/86/head 2025-03-04T19:48:32.0975549Z * [new branch] gh/StrongerXi/86/orig -> origin/gh/StrongerXi/86/orig 2025-03-04T19:48:32.0976937Z * [new branch] gh/StrongerXi/87/base -> origin/gh/StrongerXi/87/base 2025-03-04T19:48:32.0978051Z * [new branch] gh/StrongerXi/87/head -> origin/gh/StrongerXi/87/head 2025-03-04T19:48:32.0979022Z * [new branch] gh/StrongerXi/87/orig -> origin/gh/StrongerXi/87/orig 2025-03-04T19:48:32.0980376Z * [new branch] gh/StrongerXi/88/base -> origin/gh/StrongerXi/88/base 2025-03-04T19:48:32.0981247Z * [new branch] gh/StrongerXi/88/head -> origin/gh/StrongerXi/88/head 2025-03-04T19:48:32.0982446Z * [new branch] gh/StrongerXi/88/orig -> origin/gh/StrongerXi/88/orig 2025-03-04T19:48:32.0983780Z * [new branch] gh/StrongerXi/89/base -> origin/gh/StrongerXi/89/base 2025-03-04T19:48:32.0984672Z * [new branch] gh/StrongerXi/89/head -> origin/gh/StrongerXi/89/head 2025-03-04T19:48:32.0985703Z * [new branch] gh/StrongerXi/89/orig -> origin/gh/StrongerXi/89/orig 2025-03-04T19:48:32.0987104Z * [new branch] gh/StrongerXi/90/base -> origin/gh/StrongerXi/90/base 2025-03-04T19:48:32.0988047Z * [new branch] gh/StrongerXi/90/head -> origin/gh/StrongerXi/90/head 2025-03-04T19:48:32.0989020Z * [new branch] gh/StrongerXi/90/orig -> origin/gh/StrongerXi/90/orig 2025-03-04T19:48:32.0990393Z * [new branch] gh/StrongerXi/91/base -> origin/gh/StrongerXi/91/base 2025-03-04T19:48:32.0991210Z * [new branch] gh/StrongerXi/91/head -> origin/gh/StrongerXi/91/head 2025-03-04T19:48:32.0992182Z * [new branch] gh/StrongerXi/91/orig -> origin/gh/StrongerXi/91/orig 2025-03-04T19:48:32.0993522Z * [new branch] gh/StrongerXi/92/base -> origin/gh/StrongerXi/92/base 2025-03-04T19:48:32.0994387Z * [new branch] gh/StrongerXi/92/head -> origin/gh/StrongerXi/92/head 2025-03-04T19:48:32.0995412Z * [new branch] gh/StrongerXi/92/orig -> origin/gh/StrongerXi/92/orig 2025-03-04T19:48:32.0997042Z * [new branch] gh/Xia-Weiwen/28/base -> origin/gh/Xia-Weiwen/28/base 2025-03-04T19:48:32.0997950Z * [new branch] gh/Xia-Weiwen/28/head -> origin/gh/Xia-Weiwen/28/head 2025-03-04T19:48:32.0998930Z * [new branch] gh/Xia-Weiwen/28/orig -> origin/gh/Xia-Weiwen/28/orig 2025-03-04T19:48:32.1000197Z * [new branch] gh/Xia-Weiwen/29/base -> origin/gh/Xia-Weiwen/29/base 2025-03-04T19:48:32.1001093Z * [new branch] gh/Xia-Weiwen/29/head -> origin/gh/Xia-Weiwen/29/head 2025-03-04T19:48:32.1002077Z * [new branch] gh/Xia-Weiwen/29/orig -> origin/gh/Xia-Weiwen/29/orig 2025-03-04T19:48:32.1003460Z * [new branch] gh/Xia-Weiwen/30/base -> origin/gh/Xia-Weiwen/30/base 2025-03-04T19:48:32.1004303Z * [new branch] gh/Xia-Weiwen/30/head -> origin/gh/Xia-Weiwen/30/head 2025-03-04T19:48:32.1005256Z * [new branch] gh/Xia-Weiwen/30/orig -> origin/gh/Xia-Weiwen/30/orig 2025-03-04T19:48:32.1007014Z * [new branch] gh/XilunWu/109/base -> origin/gh/XilunWu/109/base 2025-03-04T19:48:32.1007902Z * [new branch] gh/XilunWu/109/head -> origin/gh/XilunWu/109/head 2025-03-04T19:48:32.1008883Z * [new branch] gh/XilunWu/109/orig -> origin/gh/XilunWu/109/orig 2025-03-04T19:48:32.1010490Z * [new branch] gh/XilunWu/110/base -> origin/gh/XilunWu/110/base 2025-03-04T19:48:32.1011398Z * [new branch] gh/XilunWu/110/head -> origin/gh/XilunWu/110/head 2025-03-04T19:48:32.1012403Z * [new branch] gh/XilunWu/110/orig -> origin/gh/XilunWu/110/orig 2025-03-04T19:48:32.1013854Z * [new branch] gh/XilunWu/112/base -> origin/gh/XilunWu/112/base 2025-03-04T19:48:32.1014787Z * [new branch] gh/XilunWu/112/head -> origin/gh/XilunWu/112/head 2025-03-04T19:48:32.1015780Z * [new branch] gh/XilunWu/112/orig -> origin/gh/XilunWu/112/orig 2025-03-04T19:48:32.1017045Z * [new branch] gh/XilunWu/113/base -> origin/gh/XilunWu/113/base 2025-03-04T19:48:32.1017912Z * [new branch] gh/XilunWu/113/head -> origin/gh/XilunWu/113/head 2025-03-04T19:48:32.1018943Z * [new branch] gh/XilunWu/113/orig -> origin/gh/XilunWu/113/orig 2025-03-04T19:48:32.1020463Z * [new branch] gh/XilunWu/114/base -> origin/gh/XilunWu/114/base 2025-03-04T19:48:32.1021464Z * [new branch] gh/XilunWu/114/head -> origin/gh/XilunWu/114/head 2025-03-04T19:48:32.1022529Z * [new branch] gh/XilunWu/114/orig -> origin/gh/XilunWu/114/orig 2025-03-04T19:48:32.1023786Z * [new branch] gh/XilunWu/115/base -> origin/gh/XilunWu/115/base 2025-03-04T19:48:32.1024814Z * [new branch] gh/XilunWu/115/head -> origin/gh/XilunWu/115/head 2025-03-04T19:48:32.1025680Z * [new branch] gh/XilunWu/115/orig -> origin/gh/XilunWu/115/orig 2025-03-04T19:48:32.1026926Z * [new branch] gh/XilunWu/116/base -> origin/gh/XilunWu/116/base 2025-03-04T19:48:32.1027862Z * [new branch] gh/XilunWu/116/head -> origin/gh/XilunWu/116/head 2025-03-04T19:48:32.1029066Z * [new branch] gh/XilunWu/116/orig -> origin/gh/XilunWu/116/orig 2025-03-04T19:48:32.1030056Z * [new branch] gh/XilunWu/117/base -> origin/gh/XilunWu/117/base 2025-03-04T19:48:32.1030995Z * [new branch] gh/XilunWu/117/head -> origin/gh/XilunWu/117/head 2025-03-04T19:48:32.1031991Z * [new branch] gh/XilunWu/117/orig -> origin/gh/XilunWu/117/orig 2025-03-04T19:48:32.1033190Z * [new branch] gh/XilunWu/118/base -> origin/gh/XilunWu/118/base 2025-03-04T19:48:32.1034006Z * [new branch] gh/XilunWu/118/head -> origin/gh/XilunWu/118/head 2025-03-04T19:48:32.1034879Z * [new branch] gh/XilunWu/118/orig -> origin/gh/XilunWu/118/orig 2025-03-04T19:48:32.1036155Z * [new branch] gh/XilunWu/119/base -> origin/gh/XilunWu/119/base 2025-03-04T19:48:32.1037071Z * [new branch] gh/XilunWu/119/head -> origin/gh/XilunWu/119/head 2025-03-04T19:48:32.1038036Z * [new branch] gh/XilunWu/119/orig -> origin/gh/XilunWu/119/orig 2025-03-04T19:48:32.1039396Z * [new branch] gh/XilunWu/120/base -> origin/gh/XilunWu/120/base 2025-03-04T19:48:32.1040375Z * [new branch] gh/XilunWu/120/head -> origin/gh/XilunWu/120/head 2025-03-04T19:48:32.1041340Z * [new branch] gh/XilunWu/120/orig -> origin/gh/XilunWu/120/orig 2025-03-04T19:48:32.1042603Z * [new branch] gh/XilunWu/121/base -> origin/gh/XilunWu/121/base 2025-03-04T19:48:32.1043545Z * [new branch] gh/XilunWu/121/head -> origin/gh/XilunWu/121/head 2025-03-04T19:48:32.1044534Z * [new branch] gh/XilunWu/121/orig -> origin/gh/XilunWu/121/orig 2025-03-04T19:48:32.1045750Z * [new branch] gh/XilunWu/122/base -> origin/gh/XilunWu/122/base 2025-03-04T19:48:32.1046653Z * [new branch] gh/XilunWu/122/head -> origin/gh/XilunWu/122/head 2025-03-04T19:48:32.1047648Z * [new branch] gh/XilunWu/122/orig -> origin/gh/XilunWu/122/orig 2025-03-04T19:48:32.1049135Z * [new branch] gh/XilunWu/123/base -> origin/gh/XilunWu/123/base 2025-03-04T19:48:32.1049948Z * [new branch] gh/XilunWu/123/head -> origin/gh/XilunWu/123/head 2025-03-04T19:48:32.1050895Z * [new branch] gh/XilunWu/123/orig -> origin/gh/XilunWu/123/orig 2025-03-04T19:48:32.1052568Z * [new branch] gh/XuehaiPan/1/base -> origin/gh/XuehaiPan/1/base 2025-03-04T19:48:32.1053432Z * [new branch] gh/XuehaiPan/1/head -> origin/gh/XuehaiPan/1/head 2025-03-04T19:48:32.1054467Z * [new branch] gh/XuehaiPan/1/orig -> origin/gh/XuehaiPan/1/orig 2025-03-04T19:48:32.1056046Z * [new branch] gh/XuehaiPan/104/base -> origin/gh/XuehaiPan/104/base 2025-03-04T19:48:32.1056951Z * [new branch] gh/XuehaiPan/104/head -> origin/gh/XuehaiPan/104/head 2025-03-04T19:48:32.1057912Z * [new branch] gh/XuehaiPan/104/orig -> origin/gh/XuehaiPan/104/orig 2025-03-04T19:48:32.1059269Z * [new branch] gh/XuehaiPan/105/base -> origin/gh/XuehaiPan/105/base 2025-03-04T19:48:32.1060159Z * [new branch] gh/XuehaiPan/105/head -> origin/gh/XuehaiPan/105/head 2025-03-04T19:48:32.1061460Z * [new branch] gh/XuehaiPan/105/orig -> origin/gh/XuehaiPan/105/orig 2025-03-04T19:48:32.1062779Z * [new branch] gh/XuehaiPan/108/base -> origin/gh/XuehaiPan/108/base 2025-03-04T19:48:32.1063666Z * [new branch] gh/XuehaiPan/108/head -> origin/gh/XuehaiPan/108/head 2025-03-04T19:48:32.1064627Z * [new branch] gh/XuehaiPan/108/orig -> origin/gh/XuehaiPan/108/orig 2025-03-04T19:48:32.1066096Z * [new branch] gh/XuehaiPan/109/base -> origin/gh/XuehaiPan/109/base 2025-03-04T19:48:32.1067053Z * [new branch] gh/XuehaiPan/109/head -> origin/gh/XuehaiPan/109/head 2025-03-04T19:48:32.1067936Z * [new branch] gh/XuehaiPan/109/orig -> origin/gh/XuehaiPan/109/orig 2025-03-04T19:48:32.1069333Z * [new branch] gh/XuehaiPan/13/base -> origin/gh/XuehaiPan/13/base 2025-03-04T19:48:32.1070206Z * [new branch] gh/XuehaiPan/13/head -> origin/gh/XuehaiPan/13/head 2025-03-04T19:48:32.1071205Z * [new branch] gh/XuehaiPan/13/orig -> origin/gh/XuehaiPan/13/orig 2025-03-04T19:48:32.1072796Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-03-04T19:48:32.1073725Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-03-04T19:48:32.1074665Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-03-04T19:48:32.1076077Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-03-04T19:48:32.1076977Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-03-04T19:48:32.1078073Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-03-04T19:48:32.1079406Z * [new branch] gh/XuehaiPan/180/base -> origin/gh/XuehaiPan/180/base 2025-03-04T19:48:32.1080296Z * [new branch] gh/XuehaiPan/180/head -> origin/gh/XuehaiPan/180/head 2025-03-04T19:48:32.1081292Z * [new branch] gh/XuehaiPan/180/orig -> origin/gh/XuehaiPan/180/orig 2025-03-04T19:48:32.1082634Z * [new branch] gh/XuehaiPan/182/base -> origin/gh/XuehaiPan/182/base 2025-03-04T19:48:32.1083556Z * [new branch] gh/XuehaiPan/182/head -> origin/gh/XuehaiPan/182/head 2025-03-04T19:48:32.1084513Z * [new branch] gh/XuehaiPan/182/orig -> origin/gh/XuehaiPan/182/orig 2025-03-04T19:48:32.1085847Z * [new branch] gh/XuehaiPan/183/base -> origin/gh/XuehaiPan/183/base 2025-03-04T19:48:32.1086767Z * [new branch] gh/XuehaiPan/183/head -> origin/gh/XuehaiPan/183/head 2025-03-04T19:48:32.1087718Z * [new branch] gh/XuehaiPan/183/orig -> origin/gh/XuehaiPan/183/orig 2025-03-04T19:48:32.1089078Z * [new branch] gh/XuehaiPan/185/base -> origin/gh/XuehaiPan/185/base 2025-03-04T19:48:32.1090005Z * [new branch] gh/XuehaiPan/185/head -> origin/gh/XuehaiPan/185/head 2025-03-04T19:48:32.1090986Z * [new branch] gh/XuehaiPan/185/orig -> origin/gh/XuehaiPan/185/orig 2025-03-04T19:48:32.1092339Z * [new branch] gh/XuehaiPan/188/base -> origin/gh/XuehaiPan/188/base 2025-03-04T19:48:32.1093261Z * [new branch] gh/XuehaiPan/188/head -> origin/gh/XuehaiPan/188/head 2025-03-04T19:48:32.1094236Z * [new branch] gh/XuehaiPan/188/orig -> origin/gh/XuehaiPan/188/orig 2025-03-04T19:48:32.1095683Z * [new branch] gh/XuehaiPan/189/base -> origin/gh/XuehaiPan/189/base 2025-03-04T19:48:32.1096606Z * [new branch] gh/XuehaiPan/189/head -> origin/gh/XuehaiPan/189/head 2025-03-04T19:48:32.1097602Z * [new branch] gh/XuehaiPan/189/orig -> origin/gh/XuehaiPan/189/orig 2025-03-04T19:48:32.1098938Z * [new branch] gh/XuehaiPan/210/base -> origin/gh/XuehaiPan/210/base 2025-03-04T19:48:32.1099863Z * [new branch] gh/XuehaiPan/210/head -> origin/gh/XuehaiPan/210/head 2025-03-04T19:48:32.1100838Z * [new branch] gh/XuehaiPan/210/orig -> origin/gh/XuehaiPan/210/orig 2025-03-04T19:48:32.1102339Z * [new branch] gh/XuehaiPan/211/base -> origin/gh/XuehaiPan/211/base 2025-03-04T19:48:32.1103216Z * [new branch] gh/XuehaiPan/211/head -> origin/gh/XuehaiPan/211/head 2025-03-04T19:48:32.1104278Z * [new branch] gh/XuehaiPan/211/orig -> origin/gh/XuehaiPan/211/orig 2025-03-04T19:48:32.1105617Z * [new branch] gh/XuehaiPan/217/base -> origin/gh/XuehaiPan/217/base 2025-03-04T19:48:32.1106406Z * [new branch] gh/XuehaiPan/217/head -> origin/gh/XuehaiPan/217/head 2025-03-04T19:48:32.1107363Z * [new branch] gh/XuehaiPan/217/orig -> origin/gh/XuehaiPan/217/orig 2025-03-04T19:48:32.1109389Z * [new branch] gh/XuehaiPan/218/base -> origin/gh/XuehaiPan/218/base 2025-03-04T19:48:32.1110315Z * [new branch] gh/XuehaiPan/218/head -> origin/gh/XuehaiPan/218/head 2025-03-04T19:48:32.1111288Z * [new branch] gh/XuehaiPan/218/orig -> origin/gh/XuehaiPan/218/orig 2025-03-04T19:48:32.1112665Z * [new branch] gh/XuehaiPan/219/base -> origin/gh/XuehaiPan/219/base 2025-03-04T19:48:32.1113586Z * [new branch] gh/XuehaiPan/219/head -> origin/gh/XuehaiPan/219/head 2025-03-04T19:48:32.1114587Z * [new branch] gh/XuehaiPan/219/orig -> origin/gh/XuehaiPan/219/orig 2025-03-04T19:48:32.1116036Z * [new branch] gh/XuehaiPan/221/base -> origin/gh/XuehaiPan/221/base 2025-03-04T19:48:32.1116969Z * [new branch] gh/XuehaiPan/221/head -> origin/gh/XuehaiPan/221/head 2025-03-04T19:48:32.1118012Z * [new branch] gh/XuehaiPan/221/orig -> origin/gh/XuehaiPan/221/orig 2025-03-04T19:48:32.1119369Z * [new branch] gh/XuehaiPan/222/base -> origin/gh/XuehaiPan/222/base 2025-03-04T19:48:32.1120272Z * [new branch] gh/XuehaiPan/222/head -> origin/gh/XuehaiPan/222/head 2025-03-04T19:48:32.1121286Z * [new branch] gh/XuehaiPan/222/orig -> origin/gh/XuehaiPan/222/orig 2025-03-04T19:48:32.1122694Z * [new branch] gh/XuehaiPan/223/base -> origin/gh/XuehaiPan/223/base 2025-03-04T19:48:32.1123594Z * [new branch] gh/XuehaiPan/223/head -> origin/gh/XuehaiPan/223/head 2025-03-04T19:48:32.1124607Z * [new branch] gh/XuehaiPan/223/orig -> origin/gh/XuehaiPan/223/orig 2025-03-04T19:48:32.1125989Z * [new branch] gh/XuehaiPan/224/base -> origin/gh/XuehaiPan/224/base 2025-03-04T19:48:32.1126851Z * [new branch] gh/XuehaiPan/224/head -> origin/gh/XuehaiPan/224/head 2025-03-04T19:48:32.1127826Z * [new branch] gh/XuehaiPan/224/orig -> origin/gh/XuehaiPan/224/orig 2025-03-04T19:48:32.1129226Z * [new branch] gh/XuehaiPan/225/base -> origin/gh/XuehaiPan/225/base 2025-03-04T19:48:32.1130116Z * [new branch] gh/XuehaiPan/225/head -> origin/gh/XuehaiPan/225/head 2025-03-04T19:48:32.1131062Z * [new branch] gh/XuehaiPan/225/orig -> origin/gh/XuehaiPan/225/orig 2025-03-04T19:48:32.1132489Z * [new branch] gh/XuehaiPan/226/base -> origin/gh/XuehaiPan/226/base 2025-03-04T19:48:32.1133401Z * [new branch] gh/XuehaiPan/226/head -> origin/gh/XuehaiPan/226/head 2025-03-04T19:48:32.1134370Z * [new branch] gh/XuehaiPan/226/orig -> origin/gh/XuehaiPan/226/orig 2025-03-04T19:48:32.1135771Z * [new branch] gh/XuehaiPan/227/base -> origin/gh/XuehaiPan/227/base 2025-03-04T19:48:32.1136713Z * [new branch] gh/XuehaiPan/227/head -> origin/gh/XuehaiPan/227/head 2025-03-04T19:48:32.1137786Z * [new branch] gh/XuehaiPan/227/orig -> origin/gh/XuehaiPan/227/orig 2025-03-04T19:48:32.1139109Z * [new branch] gh/XuehaiPan/228/base -> origin/gh/XuehaiPan/228/base 2025-03-04T19:48:32.1140002Z * [new branch] gh/XuehaiPan/228/head -> origin/gh/XuehaiPan/228/head 2025-03-04T19:48:32.1140893Z * [new branch] gh/XuehaiPan/228/orig -> origin/gh/XuehaiPan/228/orig 2025-03-04T19:48:32.1142424Z * [new branch] gh/XuehaiPan/229/base -> origin/gh/XuehaiPan/229/base 2025-03-04T19:48:32.1143306Z * [new branch] gh/XuehaiPan/229/head -> origin/gh/XuehaiPan/229/head 2025-03-04T19:48:32.1144267Z * [new branch] gh/XuehaiPan/229/orig -> origin/gh/XuehaiPan/229/orig 2025-03-04T19:48:32.1145587Z * [new branch] gh/XuehaiPan/230/base -> origin/gh/XuehaiPan/230/base 2025-03-04T19:48:32.1146534Z * [new branch] gh/XuehaiPan/230/head -> origin/gh/XuehaiPan/230/head 2025-03-04T19:48:32.1147432Z * [new branch] gh/XuehaiPan/230/orig -> origin/gh/XuehaiPan/230/orig 2025-03-04T19:48:32.1148820Z * [new branch] gh/XuehaiPan/231/base -> origin/gh/XuehaiPan/231/base 2025-03-04T19:48:32.1149732Z * [new branch] gh/XuehaiPan/231/head -> origin/gh/XuehaiPan/231/head 2025-03-04T19:48:32.1150676Z * [new branch] gh/XuehaiPan/231/orig -> origin/gh/XuehaiPan/231/orig 2025-03-04T19:48:32.1152038Z * [new branch] gh/XuehaiPan/232/base -> origin/gh/XuehaiPan/232/base 2025-03-04T19:48:32.1152942Z * [new branch] gh/XuehaiPan/232/head -> origin/gh/XuehaiPan/232/head 2025-03-04T19:48:32.1153968Z * [new branch] gh/XuehaiPan/232/orig -> origin/gh/XuehaiPan/232/orig 2025-03-04T19:48:32.1155369Z * [new branch] gh/XuehaiPan/233/base -> origin/gh/XuehaiPan/233/base 2025-03-04T19:48:32.1156268Z * [new branch] gh/XuehaiPan/233/head -> origin/gh/XuehaiPan/233/head 2025-03-04T19:48:32.1157265Z * [new branch] gh/XuehaiPan/233/orig -> origin/gh/XuehaiPan/233/orig 2025-03-04T19:48:32.1158702Z * [new branch] gh/XuehaiPan/234/base -> origin/gh/XuehaiPan/234/base 2025-03-04T19:48:32.1159602Z * [new branch] gh/XuehaiPan/234/head -> origin/gh/XuehaiPan/234/head 2025-03-04T19:48:32.1160568Z * [new branch] gh/XuehaiPan/234/orig -> origin/gh/XuehaiPan/234/orig 2025-03-04T19:48:32.1162177Z * [new branch] gh/XuehaiPan/236/base -> origin/gh/XuehaiPan/236/base 2025-03-04T19:48:32.1162981Z * [new branch] gh/XuehaiPan/236/head -> origin/gh/XuehaiPan/236/head 2025-03-04T19:48:32.1163947Z * [new branch] gh/XuehaiPan/236/orig -> origin/gh/XuehaiPan/236/orig 2025-03-04T19:48:32.1165396Z * [new branch] gh/XuehaiPan/237/base -> origin/gh/XuehaiPan/237/base 2025-03-04T19:48:32.1166263Z * [new branch] gh/XuehaiPan/237/head -> origin/gh/XuehaiPan/237/head 2025-03-04T19:48:32.1167239Z * [new branch] gh/XuehaiPan/237/orig -> origin/gh/XuehaiPan/237/orig 2025-03-04T19:48:32.1168803Z * [new branch] gh/XuehaiPan/238/base -> origin/gh/XuehaiPan/238/base 2025-03-04T19:48:32.1169520Z * [new branch] gh/XuehaiPan/238/head -> origin/gh/XuehaiPan/238/head 2025-03-04T19:48:32.1170415Z * [new branch] gh/XuehaiPan/238/orig -> origin/gh/XuehaiPan/238/orig 2025-03-04T19:48:32.1171981Z * [new branch] gh/XuehaiPan/239/base -> origin/gh/XuehaiPan/239/base 2025-03-04T19:48:32.1175678Z * [new branch] gh/XuehaiPan/239/head -> origin/gh/XuehaiPan/239/head 2025-03-04T19:48:32.1176587Z * [new branch] gh/XuehaiPan/239/orig -> origin/gh/XuehaiPan/239/orig 2025-03-04T19:48:32.1178011Z * [new branch] gh/XuehaiPan/240/base -> origin/gh/XuehaiPan/240/base 2025-03-04T19:48:32.1178875Z * [new branch] gh/XuehaiPan/240/head -> origin/gh/XuehaiPan/240/head 2025-03-04T19:48:32.1179898Z * [new branch] gh/XuehaiPan/240/orig -> origin/gh/XuehaiPan/240/orig 2025-03-04T19:48:32.1181287Z * [new branch] gh/XuehaiPan/241/base -> origin/gh/XuehaiPan/241/base 2025-03-04T19:48:32.1182288Z * [new branch] gh/XuehaiPan/241/head -> origin/gh/XuehaiPan/241/head 2025-03-04T19:48:32.1183327Z * [new branch] gh/XuehaiPan/241/orig -> origin/gh/XuehaiPan/241/orig 2025-03-04T19:48:32.1184801Z * [new branch] gh/XuehaiPan/242/base -> origin/gh/XuehaiPan/242/base 2025-03-04T19:48:32.1185657Z * [new branch] gh/XuehaiPan/242/head -> origin/gh/XuehaiPan/242/head 2025-03-04T19:48:32.1186602Z * [new branch] gh/XuehaiPan/242/orig -> origin/gh/XuehaiPan/242/orig 2025-03-04T19:48:32.1188007Z * [new branch] gh/XuehaiPan/243/base -> origin/gh/XuehaiPan/243/base 2025-03-04T19:48:32.1188897Z * [new branch] gh/XuehaiPan/243/head -> origin/gh/XuehaiPan/243/head 2025-03-04T19:48:32.1189860Z * [new branch] gh/XuehaiPan/243/orig -> origin/gh/XuehaiPan/243/orig 2025-03-04T19:48:32.1191214Z * [new branch] gh/XuehaiPan/244/base -> origin/gh/XuehaiPan/244/base 2025-03-04T19:48:32.1192116Z * [new branch] gh/XuehaiPan/244/head -> origin/gh/XuehaiPan/244/head 2025-03-04T19:48:32.1193119Z * [new branch] gh/XuehaiPan/244/orig -> origin/gh/XuehaiPan/244/orig 2025-03-04T19:48:32.1194471Z * [new branch] gh/XuehaiPan/245/base -> origin/gh/XuehaiPan/245/base 2025-03-04T19:48:32.1195428Z * [new branch] gh/XuehaiPan/245/head -> origin/gh/XuehaiPan/245/head 2025-03-04T19:48:32.1196394Z * [new branch] gh/XuehaiPan/245/orig -> origin/gh/XuehaiPan/245/orig 2025-03-04T19:48:32.1197774Z * [new branch] gh/XuehaiPan/246/base -> origin/gh/XuehaiPan/246/base 2025-03-04T19:48:32.1198674Z * [new branch] gh/XuehaiPan/246/head -> origin/gh/XuehaiPan/246/head 2025-03-04T19:48:32.1199643Z * [new branch] gh/XuehaiPan/246/orig -> origin/gh/XuehaiPan/246/orig 2025-03-04T19:48:32.1201075Z * [new branch] gh/XuehaiPan/247/base -> origin/gh/XuehaiPan/247/base 2025-03-04T19:48:32.1201981Z * [new branch] gh/XuehaiPan/247/head -> origin/gh/XuehaiPan/247/head 2025-03-04T19:48:32.1202937Z * [new branch] gh/XuehaiPan/247/orig -> origin/gh/XuehaiPan/247/orig 2025-03-04T19:48:32.1204802Z * [new branch] gh/XuehaiPan/248/base -> origin/gh/XuehaiPan/248/base 2025-03-04T19:48:32.1205539Z * [new branch] gh/XuehaiPan/248/head -> origin/gh/XuehaiPan/248/head 2025-03-04T19:48:32.1206366Z * [new branch] gh/XuehaiPan/248/orig -> origin/gh/XuehaiPan/248/orig 2025-03-04T19:48:32.1207683Z * [new branch] gh/XuehaiPan/249/base -> origin/gh/XuehaiPan/249/base 2025-03-04T19:48:32.1208665Z * [new branch] gh/XuehaiPan/249/head -> origin/gh/XuehaiPan/249/head 2025-03-04T19:48:32.1209568Z * [new branch] gh/XuehaiPan/249/orig -> origin/gh/XuehaiPan/249/orig 2025-03-04T19:48:32.1211040Z * [new branch] gh/XuehaiPan/250/base -> origin/gh/XuehaiPan/250/base 2025-03-04T19:48:32.1211938Z * [new branch] gh/XuehaiPan/250/head -> origin/gh/XuehaiPan/250/head 2025-03-04T19:48:32.1212902Z * [new branch] gh/XuehaiPan/250/orig -> origin/gh/XuehaiPan/250/orig 2025-03-04T19:48:32.1214341Z * [new branch] gh/XuehaiPan/251/base -> origin/gh/XuehaiPan/251/base 2025-03-04T19:48:32.1215246Z * [new branch] gh/XuehaiPan/251/head -> origin/gh/XuehaiPan/251/head 2025-03-04T19:48:32.1216174Z * [new branch] gh/XuehaiPan/251/orig -> origin/gh/XuehaiPan/251/orig 2025-03-04T19:48:32.1217600Z * [new branch] gh/XuehaiPan/252/base -> origin/gh/XuehaiPan/252/base 2025-03-04T19:48:32.1218482Z * [new branch] gh/XuehaiPan/252/head -> origin/gh/XuehaiPan/252/head 2025-03-04T19:48:32.1219483Z * [new branch] gh/XuehaiPan/252/orig -> origin/gh/XuehaiPan/252/orig 2025-03-04T19:48:32.1220873Z * [new branch] gh/XuehaiPan/253/base -> origin/gh/XuehaiPan/253/base 2025-03-04T19:48:32.1221903Z * [new branch] gh/XuehaiPan/253/head -> origin/gh/XuehaiPan/253/head 2025-03-04T19:48:32.1222938Z * [new branch] gh/XuehaiPan/253/orig -> origin/gh/XuehaiPan/253/orig 2025-03-04T19:48:32.1224253Z * [new branch] gh/XuehaiPan/30/base -> origin/gh/XuehaiPan/30/base 2025-03-04T19:48:32.1225134Z * [new branch] gh/XuehaiPan/30/head -> origin/gh/XuehaiPan/30/head 2025-03-04T19:48:32.1226166Z * [new branch] gh/XuehaiPan/30/orig -> origin/gh/XuehaiPan/30/orig 2025-03-04T19:48:32.1227556Z * [new branch] gh/XuehaiPan/70/base -> origin/gh/XuehaiPan/70/base 2025-03-04T19:48:32.1228453Z * [new branch] gh/XuehaiPan/70/head -> origin/gh/XuehaiPan/70/head 2025-03-04T19:48:32.1229511Z * [new branch] gh/XuehaiPan/70/orig -> origin/gh/XuehaiPan/70/orig 2025-03-04T19:48:32.1230852Z * [new branch] gh/XuehaiPan/72/base -> origin/gh/XuehaiPan/72/base 2025-03-04T19:48:32.1231734Z * [new branch] gh/XuehaiPan/72/head -> origin/gh/XuehaiPan/72/head 2025-03-04T19:48:32.1232704Z * [new branch] gh/XuehaiPan/72/orig -> origin/gh/XuehaiPan/72/orig 2025-03-04T19:48:32.1234071Z * [new branch] gh/XuehaiPan/9/base -> origin/gh/XuehaiPan/9/base 2025-03-04T19:48:32.1234995Z * [new branch] gh/XuehaiPan/9/orig -> origin/gh/XuehaiPan/9/orig 2025-03-04T19:48:32.1236376Z * [new branch] gh/XuehaiPan/97/base -> origin/gh/XuehaiPan/97/base 2025-03-04T19:48:32.1237342Z * [new branch] gh/XuehaiPan/97/head -> origin/gh/XuehaiPan/97/head 2025-03-04T19:48:32.1238397Z * [new branch] gh/XuehaiPan/97/orig -> origin/gh/XuehaiPan/97/orig 2025-03-04T19:48:32.1239691Z * [new branch] gh/XuehaiPan/98/base -> origin/gh/XuehaiPan/98/base 2025-03-04T19:48:32.1240586Z * [new branch] gh/XuehaiPan/98/head -> origin/gh/XuehaiPan/98/head 2025-03-04T19:48:32.1241537Z * [new branch] gh/XuehaiPan/98/orig -> origin/gh/XuehaiPan/98/orig 2025-03-04T19:48:32.1243011Z * [new branch] gh/XuehaiPan/99/base -> origin/gh/XuehaiPan/99/base 2025-03-04T19:48:32.1243919Z * [new branch] gh/XuehaiPan/99/head -> origin/gh/XuehaiPan/99/head 2025-03-04T19:48:32.1244949Z * [new branch] gh/XuehaiPan/99/orig -> origin/gh/XuehaiPan/99/orig 2025-03-04T19:48:32.1246568Z * [new branch] gh/ZhiweiYan-96/23/base -> origin/gh/ZhiweiYan-96/23/base 2025-03-04T19:48:32.1247449Z * [new branch] gh/ZhiweiYan-96/23/head -> origin/gh/ZhiweiYan-96/23/head 2025-03-04T19:48:32.1248453Z * [new branch] gh/ZhiweiYan-96/23/orig -> origin/gh/ZhiweiYan-96/23/orig 2025-03-04T19:48:32.1249804Z * [new branch] gh/ZhiweiYan-96/27/base -> origin/gh/ZhiweiYan-96/27/base 2025-03-04T19:48:32.1250736Z * [new branch] gh/ZhiweiYan-96/27/head -> origin/gh/ZhiweiYan-96/27/head 2025-03-04T19:48:32.1251643Z * [new branch] gh/ZhiweiYan-96/27/orig -> origin/gh/ZhiweiYan-96/27/orig 2025-03-04T19:48:32.1252964Z * [new branch] gh/ZhiweiYan-96/29/base -> origin/gh/ZhiweiYan-96/29/base 2025-03-04T19:48:32.1253856Z * [new branch] gh/ZhiweiYan-96/29/head -> origin/gh/ZhiweiYan-96/29/head 2025-03-04T19:48:32.1254823Z * [new branch] gh/ZhiweiYan-96/29/orig -> origin/gh/ZhiweiYan-96/29/orig 2025-03-04T19:48:32.1256209Z * [new branch] gh/ZhiweiYan-96/30/base -> origin/gh/ZhiweiYan-96/30/base 2025-03-04T19:48:32.1257096Z * [new branch] gh/ZhiweiYan-96/30/head -> origin/gh/ZhiweiYan-96/30/head 2025-03-04T19:48:32.1258071Z * [new branch] gh/ZhiweiYan-96/30/orig -> origin/gh/ZhiweiYan-96/30/orig 2025-03-04T19:48:32.1259605Z * [new branch] gh/ZhiweiYan-96/31/base -> origin/gh/ZhiweiYan-96/31/base 2025-03-04T19:48:32.1260500Z * [new branch] gh/ZhiweiYan-96/31/head -> origin/gh/ZhiweiYan-96/31/head 2025-03-04T19:48:32.1261632Z * [new branch] gh/ZhiweiYan-96/31/orig -> origin/gh/ZhiweiYan-96/31/orig 2025-03-04T19:48:32.1262968Z * [new branch] gh/ZhiweiYan-96/32/base -> origin/gh/ZhiweiYan-96/32/base 2025-03-04T19:48:32.1263916Z * [new branch] gh/ZhiweiYan-96/32/head -> origin/gh/ZhiweiYan-96/32/head 2025-03-04T19:48:32.1264873Z * [new branch] gh/ZhiweiYan-96/32/orig -> origin/gh/ZhiweiYan-96/32/orig 2025-03-04T19:48:32.1266253Z * [new branch] gh/ZhiweiYan-96/33/base -> origin/gh/ZhiweiYan-96/33/base 2025-03-04T19:48:32.1267133Z * [new branch] gh/ZhiweiYan-96/33/head -> origin/gh/ZhiweiYan-96/33/head 2025-03-04T19:48:32.1268081Z * [new branch] gh/ZhiweiYan-96/33/orig -> origin/gh/ZhiweiYan-96/33/orig 2025-03-04T19:48:32.1269455Z * [new branch] gh/ZhiweiYan-96/37/base -> origin/gh/ZhiweiYan-96/37/base 2025-03-04T19:48:32.1270366Z * [new branch] gh/ZhiweiYan-96/37/head -> origin/gh/ZhiweiYan-96/37/head 2025-03-04T19:48:32.1271733Z * [new branch] gh/ZhiweiYan-96/38/base -> origin/gh/ZhiweiYan-96/38/base 2025-03-04T19:48:32.1272943Z * [new branch] gh/ZhiweiYan-96/38/head -> origin/gh/ZhiweiYan-96/38/head 2025-03-04T19:48:32.1273957Z * [new branch] gh/ZhiweiYan-96/38/orig -> origin/gh/ZhiweiYan-96/38/orig 2025-03-04T19:48:32.1275281Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-03-04T19:48:32.1276193Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-03-04T19:48:32.1277156Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-03-04T19:48:32.1278515Z * [new branch] gh/ZhiweiYan-96/40/base -> origin/gh/ZhiweiYan-96/40/base 2025-03-04T19:48:32.1279427Z * [new branch] gh/ZhiweiYan-96/40/head -> origin/gh/ZhiweiYan-96/40/head 2025-03-04T19:48:32.1280407Z * [new branch] gh/ZhiweiYan-96/40/orig -> origin/gh/ZhiweiYan-96/40/orig 2025-03-04T19:48:32.1281835Z * [new branch] gh/ZhiweiYan-96/41/base -> origin/gh/ZhiweiYan-96/41/base 2025-03-04T19:48:32.1282804Z * [new branch] gh/ZhiweiYan-96/41/head -> origin/gh/ZhiweiYan-96/41/head 2025-03-04T19:48:32.1283767Z * [new branch] gh/ZhiweiYan-96/41/orig -> origin/gh/ZhiweiYan-96/41/orig 2025-03-04T19:48:32.1285161Z * [new branch] gh/ZhiweiYan-96/42/base -> origin/gh/ZhiweiYan-96/42/base 2025-03-04T19:48:32.1286045Z * [new branch] gh/ZhiweiYan-96/42/head -> origin/gh/ZhiweiYan-96/42/head 2025-03-04T19:48:32.1287002Z * [new branch] gh/ZhiweiYan-96/42/orig -> origin/gh/ZhiweiYan-96/42/orig 2025-03-04T19:48:32.1288166Z * [new branch] gh/ZhiweiYan-96/43/base -> origin/gh/ZhiweiYan-96/43/base 2025-03-04T19:48:32.1289150Z * [new branch] gh/ZhiweiYan-96/43/head -> origin/gh/ZhiweiYan-96/43/head 2025-03-04T19:48:32.1301912Z * [new branch] gh/ZhiweiYan-96/43/orig -> origin/gh/ZhiweiYan-96/43/orig 2025-03-04T19:48:32.1302734Z * [new branch] gh/ZhiweiYan-96/44/base -> origin/gh/ZhiweiYan-96/44/base 2025-03-04T19:48:32.1303470Z * [new branch] gh/ZhiweiYan-96/44/head -> origin/gh/ZhiweiYan-96/44/head 2025-03-04T19:48:32.1304103Z * [new branch] gh/ZhiweiYan-96/45/base -> origin/gh/ZhiweiYan-96/45/base 2025-03-04T19:48:32.1304802Z * [new branch] gh/ZhiweiYan-96/45/head -> origin/gh/ZhiweiYan-96/45/head 2025-03-04T19:48:32.1305414Z * [new branch] gh/ZhiweiYan-96/46/base -> origin/gh/ZhiweiYan-96/46/base 2025-03-04T19:48:32.1306037Z * [new branch] gh/ZhiweiYan-96/46/head -> origin/gh/ZhiweiYan-96/46/head 2025-03-04T19:48:32.1306677Z * [new branch] gh/ZhiweiYan-96/46/orig -> origin/gh/ZhiweiYan-96/46/orig 2025-03-04T19:48:32.1307326Z * [new branch] gh/ZhiweiYan-96/47/base -> origin/gh/ZhiweiYan-96/47/base 2025-03-04T19:48:32.1307902Z * [new branch] gh/ZhiweiYan-96/47/head -> origin/gh/ZhiweiYan-96/47/head 2025-03-04T19:48:32.1308542Z * [new branch] gh/ZhiweiYan-96/47/orig -> origin/gh/ZhiweiYan-96/47/orig 2025-03-04T19:48:32.1309123Z * [new branch] gh/ZhiweiYan-96/48/base -> origin/gh/ZhiweiYan-96/48/base 2025-03-04T19:48:32.1309822Z * [new branch] gh/ZhiweiYan-96/48/head -> origin/gh/ZhiweiYan-96/48/head 2025-03-04T19:48:32.1310396Z * [new branch] gh/ZhiweiYan-96/48/orig -> origin/gh/ZhiweiYan-96/48/orig 2025-03-04T19:48:32.1310992Z * [new branch] gh/ZhiweiYan-96/49/base -> origin/gh/ZhiweiYan-96/49/base 2025-03-04T19:48:32.1311588Z * [new branch] gh/ZhiweiYan-96/49/head -> origin/gh/ZhiweiYan-96/49/head 2025-03-04T19:48:32.1312163Z * [new branch] gh/ZhiweiYan-96/50/base -> origin/gh/ZhiweiYan-96/50/base 2025-03-04T19:48:32.1312862Z * [new branch] gh/ZhiweiYan-96/50/head -> origin/gh/ZhiweiYan-96/50/head 2025-03-04T19:48:32.1313977Z * [new branch] gh/ZhiweiYan-96/50/orig -> origin/gh/ZhiweiYan-96/50/orig 2025-03-04T19:48:32.1315681Z * [new branch] gh/ZhiweiYan-96/51/base -> origin/gh/ZhiweiYan-96/51/base 2025-03-04T19:48:32.1316910Z * [new branch] gh/ZhiweiYan-96/51/head -> origin/gh/ZhiweiYan-96/51/head 2025-03-04T19:48:32.1318262Z * [new branch] gh/ZhiweiYan-96/51/orig -> origin/gh/ZhiweiYan-96/51/orig 2025-03-04T19:48:32.1320173Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-03-04T19:48:32.1321540Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-03-04T19:48:32.1323015Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-03-04T19:48:32.1324302Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-03-04T19:48:32.1325903Z * [new branch] gh/aditew01/openblas -> origin/gh/aditew01/openblas 2025-03-04T19:48:32.1327191Z * [new branch] gh/aditew01/sbgemm -> origin/gh/aditew01/sbgemm 2025-03-04T19:48:32.1328442Z * [new branch] gh/aditew01/vecbf16 -> origin/gh/aditew01/vecbf16 2025-03-04T19:48:32.1330310Z * [new branch] gh/albanD/3/base -> origin/gh/albanD/3/base 2025-03-04T19:48:32.1331617Z * [new branch] gh/albanD/3/head -> origin/gh/albanD/3/head 2025-03-04T19:48:32.1332898Z * [new branch] gh/albanD/3/orig -> origin/gh/albanD/3/orig 2025-03-04T19:48:32.1334879Z * [new branch] gh/alexsamardzic/25/base -> origin/gh/alexsamardzic/25/base 2025-03-04T19:48:32.1336092Z * [new branch] gh/alexsamardzic/25/head -> origin/gh/alexsamardzic/25/head 2025-03-04T19:48:32.1337462Z * [new branch] gh/alexsamardzic/25/orig -> origin/gh/alexsamardzic/25/orig 2025-03-04T19:48:32.1339030Z * [new branch] gh/alexsamardzic/26/base -> origin/gh/alexsamardzic/26/base 2025-03-04T19:48:32.1340259Z * [new branch] gh/alexsamardzic/26/head -> origin/gh/alexsamardzic/26/head 2025-03-04T19:48:32.1341699Z * [new branch] gh/alexsamardzic/26/orig -> origin/gh/alexsamardzic/26/orig 2025-03-04T19:48:32.1343590Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-03-04T19:48:32.1344863Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-03-04T19:48:32.1346258Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-03-04T19:48:32.1347788Z * [new branch] gh/amjames/19/base -> origin/gh/amjames/19/base 2025-03-04T19:48:32.1349177Z * [new branch] gh/amjames/19/head -> origin/gh/amjames/19/head 2025-03-04T19:48:32.1350450Z * [new branch] gh/amjames/19/orig -> origin/gh/amjames/19/orig 2025-03-04T19:48:32.1352060Z * [new branch] gh/amjames/20/base -> origin/gh/amjames/20/base 2025-03-04T19:48:32.1353321Z * [new branch] gh/amjames/20/head -> origin/gh/amjames/20/head 2025-03-04T19:48:32.1354581Z * [new branch] gh/amjames/20/orig -> origin/gh/amjames/20/orig 2025-03-04T19:48:32.1356518Z * [new branch] gh/andrewlee302/1/base -> origin/gh/andrewlee302/1/base 2025-03-04T19:48:32.1357861Z * [new branch] gh/andrewlee302/1/head -> origin/gh/andrewlee302/1/head 2025-03-04T19:48:32.1359577Z * [new branch] gh/andrewlee302/3/base -> origin/gh/andrewlee302/3/base 2025-03-04T19:48:32.1360935Z * [new branch] gh/andrewlee302/3/head -> origin/gh/andrewlee302/3/head 2025-03-04T19:48:32.1362385Z * [new branch] gh/andrewlee302/3/orig -> origin/gh/andrewlee302/3/orig 2025-03-04T19:48:32.1364325Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-03-04T19:48:32.1365711Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-03-04T19:48:32.1367014Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-03-04T19:48:32.1368953Z * [new branch] gh/andrewor14/36/base -> origin/gh/andrewor14/36/base 2025-03-04T19:48:32.1370091Z * [new branch] gh/andrewor14/36/head -> origin/gh/andrewor14/36/head 2025-03-04T19:48:32.1371502Z * [new branch] gh/andrewor14/36/orig -> origin/gh/andrewor14/36/orig 2025-03-04T19:48:32.1374307Z * [new branch] gh/andrewor14/37/base -> origin/gh/andrewor14/37/base 2025-03-04T19:48:32.1375660Z * [new branch] gh/andrewor14/37/head -> origin/gh/andrewor14/37/head 2025-03-04T19:48:32.1377021Z * [new branch] gh/andrewor14/37/orig -> origin/gh/andrewor14/37/orig 2025-03-04T19:48:32.1378780Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-03-04T19:48:32.1380154Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-03-04T19:48:32.1381627Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-03-04T19:48:32.1383572Z * [new branch] gh/angelayi/64/base -> origin/gh/angelayi/64/base 2025-03-04T19:48:32.1384915Z * [new branch] gh/angelayi/64/head -> origin/gh/angelayi/64/head 2025-03-04T19:48:32.1386661Z * [new branch] gh/angelayi/64/orig -> origin/gh/angelayi/64/orig 2025-03-04T19:48:32.1388849Z * [new branch] gh/angelayi/65/base -> origin/gh/angelayi/65/base 2025-03-04T19:48:32.1390619Z * [new branch] gh/angelayi/65/head -> origin/gh/angelayi/65/head 2025-03-04T19:48:32.1392312Z * [new branch] gh/angelayi/65/orig -> origin/gh/angelayi/65/orig 2025-03-04T19:48:32.1394732Z * [new branch] gh/angelayi/66/base -> origin/gh/angelayi/66/base 2025-03-04T19:48:32.1395786Z * [new branch] gh/angelayi/66/head -> origin/gh/angelayi/66/head 2025-03-04T19:48:32.1397316Z * [new branch] gh/angelayi/66/orig -> origin/gh/angelayi/66/orig 2025-03-04T19:48:32.1399872Z * [new branch] gh/angelayi/67/base -> origin/gh/angelayi/67/base 2025-03-04T19:48:32.1400936Z * [new branch] gh/angelayi/67/head -> origin/gh/angelayi/67/head 2025-03-04T19:48:32.1402291Z * [new branch] gh/angelayi/67/orig -> origin/gh/angelayi/67/orig 2025-03-04T19:48:32.1404039Z * [new branch] gh/angelayi/68/base -> origin/gh/angelayi/68/base 2025-03-04T19:48:32.1405856Z * [new branch] gh/angelayi/68/head -> origin/gh/angelayi/68/head 2025-03-04T19:48:32.1406906Z * [new branch] gh/angelayi/68/orig -> origin/gh/angelayi/68/orig 2025-03-04T19:48:32.1409228Z * [new branch] gh/angelayi/69/base -> origin/gh/angelayi/69/base 2025-03-04T19:48:32.1410288Z * [new branch] gh/angelayi/69/head -> origin/gh/angelayi/69/head 2025-03-04T19:48:32.1411748Z * [new branch] gh/angelayi/69/orig -> origin/gh/angelayi/69/orig 2025-03-04T19:48:32.1414036Z * [new branch] gh/angelayi/70/base -> origin/gh/angelayi/70/base 2025-03-04T19:48:32.1415116Z * [new branch] gh/angelayi/70/head -> origin/gh/angelayi/70/head 2025-03-04T19:48:32.1416735Z * [new branch] gh/angelayi/70/orig -> origin/gh/angelayi/70/orig 2025-03-04T19:48:32.1419346Z * [new branch] gh/angelayi/71/base -> origin/gh/angelayi/71/base 2025-03-04T19:48:32.1420835Z * [new branch] gh/angelayi/71/head -> origin/gh/angelayi/71/head 2025-03-04T19:48:32.1422366Z * [new branch] gh/angelayi/71/orig -> origin/gh/angelayi/71/orig 2025-03-04T19:48:32.1424640Z * [new branch] gh/angelayi/72/base -> origin/gh/angelayi/72/base 2025-03-04T19:48:32.1425917Z * [new branch] gh/angelayi/72/head -> origin/gh/angelayi/72/head 2025-03-04T19:48:32.1427381Z * [new branch] gh/angelayi/72/orig -> origin/gh/angelayi/72/orig 2025-03-04T19:48:32.1429459Z * [new branch] gh/angelayi/73/base -> origin/gh/angelayi/73/base 2025-03-04T19:48:32.1430778Z * [new branch] gh/angelayi/73/head -> origin/gh/angelayi/73/head 2025-03-04T19:48:32.1432262Z * [new branch] gh/angelayi/73/orig -> origin/gh/angelayi/73/orig 2025-03-04T19:48:32.1434641Z * [new branch] gh/angelayi/74/base -> origin/gh/angelayi/74/base 2025-03-04T19:48:32.1435638Z * [new branch] gh/angelayi/74/head -> origin/gh/angelayi/74/head 2025-03-04T19:48:32.1437013Z * [new branch] gh/angelayi/74/orig -> origin/gh/angelayi/74/orig 2025-03-04T19:48:32.1438728Z * [new branch] gh/angelayi/75/base -> origin/gh/angelayi/75/base 2025-03-04T19:48:32.1439913Z * [new branch] gh/angelayi/75/head -> origin/gh/angelayi/75/head 2025-03-04T19:48:32.1441219Z * [new branch] gh/angelayi/75/orig -> origin/gh/angelayi/75/orig 2025-03-04T19:48:32.1442797Z * [new branch] gh/angelayi/76/base -> origin/gh/angelayi/76/base 2025-03-04T19:48:32.1444138Z * [new branch] gh/angelayi/76/head -> origin/gh/angelayi/76/head 2025-03-04T19:48:32.1445980Z * [new branch] gh/angelayi/76/orig -> origin/gh/angelayi/76/orig 2025-03-04T19:48:32.1447519Z * [new branch] gh/anijain2305/162/base -> origin/gh/anijain2305/162/base 2025-03-04T19:48:32.1448690Z * [new branch] gh/anijain2305/162/head -> origin/gh/anijain2305/162/head 2025-03-04T19:48:32.1450465Z * [new branch] gh/anijain2305/566/base -> origin/gh/anijain2305/566/base 2025-03-04T19:48:32.1451751Z * [new branch] gh/anijain2305/566/head -> origin/gh/anijain2305/566/head 2025-03-04T19:48:32.1453058Z * [new branch] gh/anijain2305/566/orig -> origin/gh/anijain2305/566/orig 2025-03-04T19:48:32.1454907Z * [new branch] gh/anijain2305/571/base -> origin/gh/anijain2305/571/base 2025-03-04T19:48:32.1456020Z * [new branch] gh/anijain2305/571/head -> origin/gh/anijain2305/571/head 2025-03-04T19:48:32.1457352Z * [new branch] gh/anijain2305/571/orig -> origin/gh/anijain2305/571/orig 2025-03-04T19:48:32.1458949Z * [new branch] gh/anijain2305/580/base -> origin/gh/anijain2305/580/base 2025-03-04T19:48:32.1460217Z * [new branch] gh/anijain2305/580/head -> origin/gh/anijain2305/580/head 2025-03-04T19:48:32.1461609Z * [new branch] gh/anijain2305/580/orig -> origin/gh/anijain2305/580/orig 2025-03-04T19:48:32.1463328Z * [new branch] gh/anijain2305/620/base -> origin/gh/anijain2305/620/base 2025-03-04T19:48:32.1464504Z * [new branch] gh/anijain2305/620/head -> origin/gh/anijain2305/620/head 2025-03-04T19:48:32.1465906Z * [new branch] gh/anijain2305/620/orig -> origin/gh/anijain2305/620/orig 2025-03-04T19:48:32.1467642Z * [new branch] gh/anijain2305/634/base -> origin/gh/anijain2305/634/base 2025-03-04T19:48:32.1468937Z * [new branch] gh/anijain2305/634/head -> origin/gh/anijain2305/634/head 2025-03-04T19:48:32.1470229Z * [new branch] gh/anijain2305/634/orig -> origin/gh/anijain2305/634/orig 2025-03-04T19:48:32.1472131Z * [new branch] gh/anijain2305/638/base -> origin/gh/anijain2305/638/base 2025-03-04T19:48:32.1473613Z * [new branch] gh/anijain2305/638/head -> origin/gh/anijain2305/638/head 2025-03-04T19:48:32.1474768Z * [new branch] gh/anijain2305/638/orig -> origin/gh/anijain2305/638/orig 2025-03-04T19:48:32.1476458Z * [new branch] gh/anijain2305/643/base -> origin/gh/anijain2305/643/base 2025-03-04T19:48:32.1477824Z * [new branch] gh/anijain2305/643/head -> origin/gh/anijain2305/643/head 2025-03-04T19:48:32.1479121Z * [new branch] gh/anijain2305/643/orig -> origin/gh/anijain2305/643/orig 2025-03-04T19:48:32.1480789Z * [new branch] gh/anijain2305/650/base -> origin/gh/anijain2305/650/base 2025-03-04T19:48:32.1482099Z * [new branch] gh/anijain2305/650/head -> origin/gh/anijain2305/650/head 2025-03-04T19:48:32.1483344Z * [new branch] gh/anijain2305/650/orig -> origin/gh/anijain2305/650/orig 2025-03-04T19:48:32.1485053Z * [new branch] gh/anijain2305/656/base -> origin/gh/anijain2305/656/base 2025-03-04T19:48:32.1486442Z * [new branch] gh/anijain2305/656/head -> origin/gh/anijain2305/656/head 2025-03-04T19:48:32.1487771Z * [new branch] gh/anijain2305/656/orig -> origin/gh/anijain2305/656/orig 2025-03-04T19:48:32.1489645Z * [new branch] gh/anijain2305/657/base -> origin/gh/anijain2305/657/base 2025-03-04T19:48:32.1491079Z * [new branch] gh/anijain2305/657/head -> origin/gh/anijain2305/657/head 2025-03-04T19:48:32.1492335Z * [new branch] gh/anijain2305/657/orig -> origin/gh/anijain2305/657/orig 2025-03-04T19:48:32.1493970Z * [new branch] gh/anijain2305/658/base -> origin/gh/anijain2305/658/base 2025-03-04T19:48:32.1495255Z * [new branch] gh/anijain2305/658/head -> origin/gh/anijain2305/658/head 2025-03-04T19:48:32.1496538Z * [new branch] gh/anijain2305/658/orig -> origin/gh/anijain2305/658/orig 2025-03-04T19:48:32.1498117Z * [new branch] gh/anijain2305/662/base -> origin/gh/anijain2305/662/base 2025-03-04T19:48:32.1499451Z * [new branch] gh/anijain2305/662/head -> origin/gh/anijain2305/662/head 2025-03-04T19:48:32.1500766Z * [new branch] gh/anijain2305/662/orig -> origin/gh/anijain2305/662/orig 2025-03-04T19:48:32.1502498Z * [new branch] gh/anijain2305/663/base -> origin/gh/anijain2305/663/base 2025-03-04T19:48:32.1503641Z * [new branch] gh/anijain2305/663/head -> origin/gh/anijain2305/663/head 2025-03-04T19:48:32.1505043Z * [new branch] gh/anijain2305/663/orig -> origin/gh/anijain2305/663/orig 2025-03-04T19:48:32.1506641Z * [new branch] gh/anijain2305/664/base -> origin/gh/anijain2305/664/base 2025-03-04T19:48:32.1507847Z * [new branch] gh/anijain2305/664/head -> origin/gh/anijain2305/664/head 2025-03-04T19:48:32.1509208Z * [new branch] gh/anijain2305/664/orig -> origin/gh/anijain2305/664/orig 2025-03-04T19:48:32.1510944Z * [new branch] gh/anijain2305/665/base -> origin/gh/anijain2305/665/base 2025-03-04T19:48:32.1512200Z * [new branch] gh/anijain2305/665/head -> origin/gh/anijain2305/665/head 2025-03-04T19:48:32.1513507Z * [new branch] gh/anijain2305/665/orig -> origin/gh/anijain2305/665/orig 2025-03-04T19:48:32.1515531Z * [new branch] gh/anijain2305/666/base -> origin/gh/anijain2305/666/base 2025-03-04T19:48:32.1516899Z * [new branch] gh/anijain2305/666/head -> origin/gh/anijain2305/666/head 2025-03-04T19:48:32.1518183Z * [new branch] gh/anijain2305/666/orig -> origin/gh/anijain2305/666/orig 2025-03-04T19:48:32.1519755Z * [new branch] gh/anijain2305/667/base -> origin/gh/anijain2305/667/base 2025-03-04T19:48:32.1521067Z * [new branch] gh/anijain2305/667/head -> origin/gh/anijain2305/667/head 2025-03-04T19:48:32.1522419Z * [new branch] gh/anijain2305/667/orig -> origin/gh/anijain2305/667/orig 2025-03-04T19:48:32.1523947Z * [new branch] gh/anijain2305/668/base -> origin/gh/anijain2305/668/base 2025-03-04T19:48:32.1525279Z * [new branch] gh/anijain2305/668/head -> origin/gh/anijain2305/668/head 2025-03-04T19:48:32.1526561Z * [new branch] gh/anijain2305/668/orig -> origin/gh/anijain2305/668/orig 2025-03-04T19:48:32.1528377Z * [new branch] gh/anijain2305/669/base -> origin/gh/anijain2305/669/base 2025-03-04T19:48:32.1529692Z * [new branch] gh/anijain2305/669/head -> origin/gh/anijain2305/669/head 2025-03-04T19:48:32.1530979Z * [new branch] gh/anijain2305/669/orig -> origin/gh/anijain2305/669/orig 2025-03-04T19:48:32.1532663Z * [new branch] gh/anijain2305/670/base -> origin/gh/anijain2305/670/base 2025-03-04T19:48:32.1534112Z * [new branch] gh/anijain2305/670/head -> origin/gh/anijain2305/670/head 2025-03-04T19:48:32.1535443Z * [new branch] gh/anijain2305/670/orig -> origin/gh/anijain2305/670/orig 2025-03-04T19:48:32.1537103Z * [new branch] gh/anijain2305/671/base -> origin/gh/anijain2305/671/base 2025-03-04T19:48:32.1538440Z * [new branch] gh/anijain2305/671/head -> origin/gh/anijain2305/671/head 2025-03-04T19:48:32.1539757Z * [new branch] gh/anijain2305/671/orig -> origin/gh/anijain2305/671/orig 2025-03-04T19:48:32.1541711Z * [new branch] gh/anijain2305/672/base -> origin/gh/anijain2305/672/base 2025-03-04T19:48:32.1543149Z * [new branch] gh/anijain2305/672/head -> origin/gh/anijain2305/672/head 2025-03-04T19:48:32.1544487Z * [new branch] gh/anijain2305/672/orig -> origin/gh/anijain2305/672/orig 2025-03-04T19:48:32.1546086Z * [new branch] gh/anijain2305/673/base -> origin/gh/anijain2305/673/base 2025-03-04T19:48:32.1547392Z * [new branch] gh/anijain2305/673/head -> origin/gh/anijain2305/673/head 2025-03-04T19:48:32.1548675Z * [new branch] gh/anijain2305/673/orig -> origin/gh/anijain2305/673/orig 2025-03-04T19:48:32.1550471Z * [new branch] gh/anijain2305/674/base -> origin/gh/anijain2305/674/base 2025-03-04T19:48:32.1551819Z * [new branch] gh/anijain2305/674/head -> origin/gh/anijain2305/674/head 2025-03-04T19:48:32.1553127Z * [new branch] gh/anijain2305/674/orig -> origin/gh/anijain2305/674/orig 2025-03-04T19:48:32.1554866Z * [new branch] gh/anijain2305/675/base -> origin/gh/anijain2305/675/base 2025-03-04T19:48:32.1556047Z * [new branch] gh/anijain2305/675/head -> origin/gh/anijain2305/675/head 2025-03-04T19:48:32.1557342Z * [new branch] gh/anijain2305/675/orig -> origin/gh/anijain2305/675/orig 2025-03-04T19:48:32.1558944Z * [new branch] gh/anijain2305/676/base -> origin/gh/anijain2305/676/base 2025-03-04T19:48:32.1560165Z * [new branch] gh/anijain2305/676/head -> origin/gh/anijain2305/676/head 2025-03-04T19:48:32.1561342Z * [new branch] gh/anijain2305/676/orig -> origin/gh/anijain2305/676/orig 2025-03-04T19:48:32.1563219Z * [new branch] gh/anijain2305/677/base -> origin/gh/anijain2305/677/base 2025-03-04T19:48:32.1564602Z * [new branch] gh/anijain2305/677/head -> origin/gh/anijain2305/677/head 2025-03-04T19:48:32.1566596Z * [new branch] gh/anijain2305/677/orig -> origin/gh/anijain2305/677/orig 2025-03-04T19:48:32.1567635Z * [new branch] gh/anijain2305/678/base -> origin/gh/anijain2305/678/base 2025-03-04T19:48:32.1568948Z * [new branch] gh/anijain2305/678/head -> origin/gh/anijain2305/678/head 2025-03-04T19:48:32.1570251Z * [new branch] gh/anijain2305/678/orig -> origin/gh/anijain2305/678/orig 2025-03-04T19:48:32.1572325Z * [new branch] gh/anijain2305/679/base -> origin/gh/anijain2305/679/base 2025-03-04T19:48:32.1573361Z * [new branch] gh/anijain2305/679/head -> origin/gh/anijain2305/679/head 2025-03-04T19:48:32.1574699Z * [new branch] gh/anijain2305/679/orig -> origin/gh/anijain2305/679/orig 2025-03-04T19:48:32.1576230Z * [new branch] gh/anijain2305/680/base -> origin/gh/anijain2305/680/base 2025-03-04T19:48:32.1577542Z * [new branch] gh/anijain2305/680/head -> origin/gh/anijain2305/680/head 2025-03-04T19:48:32.1578954Z * [new branch] gh/anijain2305/680/orig -> origin/gh/anijain2305/680/orig 2025-03-04T19:48:32.1580495Z * [new branch] gh/anijain2305/681/base -> origin/gh/anijain2305/681/base 2025-03-04T19:48:32.1581869Z * [new branch] gh/anijain2305/681/head -> origin/gh/anijain2305/681/head 2025-03-04T19:48:32.1583263Z * [new branch] gh/anijain2305/681/orig -> origin/gh/anijain2305/681/orig 2025-03-04T19:48:32.1585113Z * [new branch] gh/anijain2305/682/base -> origin/gh/anijain2305/682/base 2025-03-04T19:48:32.1586475Z * [new branch] gh/anijain2305/682/head -> origin/gh/anijain2305/682/head 2025-03-04T19:48:32.1587782Z * [new branch] gh/anijain2305/682/orig -> origin/gh/anijain2305/682/orig 2025-03-04T19:48:32.1589291Z * [new branch] gh/anijain2305/683/base -> origin/gh/anijain2305/683/base 2025-03-04T19:48:32.1590618Z * [new branch] gh/anijain2305/683/head -> origin/gh/anijain2305/683/head 2025-03-04T19:48:32.1591897Z * [new branch] gh/anijain2305/683/orig -> origin/gh/anijain2305/683/orig 2025-03-04T19:48:32.1593561Z * [new branch] gh/anijain2305/684/base -> origin/gh/anijain2305/684/base 2025-03-04T19:48:32.1594888Z * [new branch] gh/anijain2305/684/head -> origin/gh/anijain2305/684/head 2025-03-04T19:48:32.1596138Z * [new branch] gh/anijain2305/684/orig -> origin/gh/anijain2305/684/orig 2025-03-04T19:48:32.1597935Z * [new branch] gh/anijain2305/685/base -> origin/gh/anijain2305/685/base 2025-03-04T19:48:32.1599162Z * [new branch] gh/anijain2305/685/head -> origin/gh/anijain2305/685/head 2025-03-04T19:48:32.1600404Z * [new branch] gh/anijain2305/685/orig -> origin/gh/anijain2305/685/orig 2025-03-04T19:48:32.1602110Z * [new branch] gh/anijain2305/686/base -> origin/gh/anijain2305/686/base 2025-03-04T19:48:32.1603332Z * [new branch] gh/anijain2305/686/head -> origin/gh/anijain2305/686/head 2025-03-04T19:48:32.1604708Z * [new branch] gh/anijain2305/686/orig -> origin/gh/anijain2305/686/orig 2025-03-04T19:48:32.1606272Z * [new branch] gh/anijain2305/687/base -> origin/gh/anijain2305/687/base 2025-03-04T19:48:32.1607571Z * [new branch] gh/anijain2305/687/head -> origin/gh/anijain2305/687/head 2025-03-04T19:48:32.1608941Z * [new branch] gh/anijain2305/687/orig -> origin/gh/anijain2305/687/orig 2025-03-04T19:48:32.1610412Z * [new branch] gh/anijain2305/688/base -> origin/gh/anijain2305/688/base 2025-03-04T19:48:32.1611661Z * [new branch] gh/anijain2305/688/head -> origin/gh/anijain2305/688/head 2025-03-04T19:48:32.1612931Z * [new branch] gh/anijain2305/688/orig -> origin/gh/anijain2305/688/orig 2025-03-04T19:48:32.1614482Z * [new branch] gh/anijain2305/689/base -> origin/gh/anijain2305/689/base 2025-03-04T19:48:32.1615774Z * [new branch] gh/anijain2305/689/head -> origin/gh/anijain2305/689/head 2025-03-04T19:48:32.1617087Z * [new branch] gh/anijain2305/689/orig -> origin/gh/anijain2305/689/orig 2025-03-04T19:48:32.1618597Z * [new branch] gh/anijain2305/690/base -> origin/gh/anijain2305/690/base 2025-03-04T19:48:32.1619884Z * [new branch] gh/anijain2305/690/head -> origin/gh/anijain2305/690/head 2025-03-04T19:48:32.1621376Z * [new branch] gh/anijain2305/690/orig -> origin/gh/anijain2305/690/orig 2025-03-04T19:48:32.1623289Z * [new branch] gh/anijain2305/691/base -> origin/gh/anijain2305/691/base 2025-03-04T19:48:32.1624725Z * [new branch] gh/anijain2305/691/head -> origin/gh/anijain2305/691/head 2025-03-04T19:48:32.1626093Z * [new branch] gh/anijain2305/691/orig -> origin/gh/anijain2305/691/orig 2025-03-04T19:48:32.1627727Z * [new branch] gh/anijain2305/692/base -> origin/gh/anijain2305/692/base 2025-03-04T19:48:32.1629038Z * [new branch] gh/anijain2305/692/head -> origin/gh/anijain2305/692/head 2025-03-04T19:48:32.1630385Z * [new branch] gh/anijain2305/692/orig -> origin/gh/anijain2305/692/orig 2025-03-04T19:48:32.1632316Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-03-04T19:48:32.1633618Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-03-04T19:48:32.1634894Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-03-04T19:48:32.1636900Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-03-04T19:48:32.1638216Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-03-04T19:48:32.1639912Z * [new branch] gh/aorenste/141/base -> origin/gh/aorenste/141/base 2025-03-04T19:48:32.1641205Z * [new branch] gh/aorenste/141/head -> origin/gh/aorenste/141/head 2025-03-04T19:48:32.1642507Z * [new branch] gh/aorenste/141/orig -> origin/gh/aorenste/141/orig 2025-03-04T19:48:32.1644106Z * [new branch] gh/aorenste/211/base -> origin/gh/aorenste/211/base 2025-03-04T19:48:32.1645385Z * [new branch] gh/aorenste/211/head -> origin/gh/aorenste/211/head 2025-03-04T19:48:32.1646684Z * [new branch] gh/aorenste/211/orig -> origin/gh/aorenste/211/orig 2025-03-04T19:48:32.1648400Z * [new branch] gh/aorenste/213/base -> origin/gh/aorenste/213/base 2025-03-04T19:48:32.1649810Z * [new branch] gh/aorenste/213/head -> origin/gh/aorenste/213/head 2025-03-04T19:48:32.1651087Z * [new branch] gh/aorenste/213/orig -> origin/gh/aorenste/213/orig 2025-03-04T19:48:32.1652862Z * [new branch] gh/aorenste/214/base -> origin/gh/aorenste/214/base 2025-03-04T19:48:32.1654284Z * [new branch] gh/aorenste/214/head -> origin/gh/aorenste/214/head 2025-03-04T19:48:32.1655538Z * [new branch] gh/aorenste/214/orig -> origin/gh/aorenste/214/orig 2025-03-04T19:48:32.1657141Z * [new branch] gh/aorenste/215/base -> origin/gh/aorenste/215/base 2025-03-04T19:48:32.1658504Z * [new branch] gh/aorenste/215/head -> origin/gh/aorenste/215/head 2025-03-04T19:48:32.1659712Z * [new branch] gh/aorenste/215/orig -> origin/gh/aorenste/215/orig 2025-03-04T19:48:32.1661498Z * [new branch] gh/aorenste/216/base -> origin/gh/aorenste/216/base 2025-03-04T19:48:32.1662870Z * [new branch] gh/aorenste/216/head -> origin/gh/aorenste/216/head 2025-03-04T19:48:32.1664154Z * [new branch] gh/aorenste/216/orig -> origin/gh/aorenste/216/orig 2025-03-04T19:48:32.1665767Z * [new branch] gh/aorenste/217/base -> origin/gh/aorenste/217/base 2025-03-04T19:48:32.1667052Z * [new branch] gh/aorenste/217/head -> origin/gh/aorenste/217/head 2025-03-04T19:48:32.1668420Z * [new branch] gh/aorenste/217/orig -> origin/gh/aorenste/217/orig 2025-03-04T19:48:32.1670084Z * [new branch] gh/aorenste/218/base -> origin/gh/aorenste/218/base 2025-03-04T19:48:32.1671326Z * [new branch] gh/aorenste/218/head -> origin/gh/aorenste/218/head 2025-03-04T19:48:32.1672855Z * [new branch] gh/aorenste/218/orig -> origin/gh/aorenste/218/orig 2025-03-04T19:48:32.1674517Z * [new branch] gh/aorenste/219/base -> origin/gh/aorenste/219/base 2025-03-04T19:48:32.1675847Z * [new branch] gh/aorenste/219/head -> origin/gh/aorenste/219/head 2025-03-04T19:48:32.1677174Z * [new branch] gh/aorenste/219/orig -> origin/gh/aorenste/219/orig 2025-03-04T19:48:32.1679146Z * [new branch] gh/avikchaudhuri/39/base -> origin/gh/avikchaudhuri/39/base 2025-03-04T19:48:32.1680501Z * [new branch] gh/avikchaudhuri/39/head -> origin/gh/avikchaudhuri/39/head 2025-03-04T19:48:32.1681780Z * [new branch] gh/avikchaudhuri/39/orig -> origin/gh/avikchaudhuri/39/orig 2025-03-04T19:48:32.1683418Z * [new branch] gh/avikchaudhuri/54/base -> origin/gh/avikchaudhuri/54/base 2025-03-04T19:48:32.1684767Z * [new branch] gh/avikchaudhuri/54/head -> origin/gh/avikchaudhuri/54/head 2025-03-04T19:48:32.1686090Z * [new branch] gh/avikchaudhuri/54/orig -> origin/gh/avikchaudhuri/54/orig 2025-03-04T19:48:32.1687677Z * [new branch] gh/avikchaudhuri/55/base -> origin/gh/avikchaudhuri/55/base 2025-03-04T19:48:32.1689003Z * [new branch] gh/avikchaudhuri/55/head -> origin/gh/avikchaudhuri/55/head 2025-03-04T19:48:32.1690316Z * [new branch] gh/avikchaudhuri/55/orig -> origin/gh/avikchaudhuri/55/orig 2025-03-04T19:48:32.1692170Z * [new branch] gh/awgu/657/base -> origin/gh/awgu/657/base 2025-03-04T19:48:32.1693367Z * [new branch] gh/awgu/657/head -> origin/gh/awgu/657/head 2025-03-04T19:48:32.1694633Z * [new branch] gh/awgu/657/orig -> origin/gh/awgu/657/orig 2025-03-04T19:48:32.1696644Z * [new branch] gh/bdhirsh/604/base -> origin/gh/bdhirsh/604/base 2025-03-04T19:48:32.1698059Z * [new branch] gh/bdhirsh/604/head -> origin/gh/bdhirsh/604/head 2025-03-04T19:48:32.1699341Z * [new branch] gh/bdhirsh/604/orig -> origin/gh/bdhirsh/604/orig 2025-03-04T19:48:32.1701250Z * [new branch] gh/bdhirsh/620/base -> origin/gh/bdhirsh/620/base 2025-03-04T19:48:32.1702723Z * [new branch] gh/bdhirsh/620/head -> origin/gh/bdhirsh/620/head 2025-03-04T19:48:32.1704015Z * [new branch] gh/bdhirsh/620/orig -> origin/gh/bdhirsh/620/orig 2025-03-04T19:48:32.1705732Z * [new branch] gh/bdhirsh/626/base -> origin/gh/bdhirsh/626/base 2025-03-04T19:48:32.1706873Z * [new branch] gh/bdhirsh/626/head -> origin/gh/bdhirsh/626/head 2025-03-04T19:48:32.1708240Z * [new branch] gh/bdhirsh/626/orig -> origin/gh/bdhirsh/626/orig 2025-03-04T19:48:32.1710289Z * [new branch] gh/bdhirsh/627/base -> origin/gh/bdhirsh/627/base 2025-03-04T19:48:32.1711617Z * [new branch] gh/bdhirsh/627/head -> origin/gh/bdhirsh/627/head 2025-03-04T19:48:32.1712923Z * [new branch] gh/bdhirsh/627/orig -> origin/gh/bdhirsh/627/orig 2025-03-04T19:48:32.1714702Z * [new branch] gh/bdhirsh/630/base -> origin/gh/bdhirsh/630/base 2025-03-04T19:48:32.1715925Z * [new branch] gh/bdhirsh/630/head -> origin/gh/bdhirsh/630/head 2025-03-04T19:48:32.1717248Z * [new branch] gh/bdhirsh/630/orig -> origin/gh/bdhirsh/630/orig 2025-03-04T19:48:32.1718802Z * [new branch] gh/bdhirsh/635/base -> origin/gh/bdhirsh/635/base 2025-03-04T19:48:32.1720149Z * [new branch] gh/bdhirsh/635/head -> origin/gh/bdhirsh/635/head 2025-03-04T19:48:32.1721425Z * [new branch] gh/bdhirsh/635/orig -> origin/gh/bdhirsh/635/orig 2025-03-04T19:48:32.1723250Z * [new branch] gh/bdhirsh/636/base -> origin/gh/bdhirsh/636/base 2025-03-04T19:48:32.1724642Z * [new branch] gh/bdhirsh/636/head -> origin/gh/bdhirsh/636/head 2025-03-04T19:48:32.1725912Z * [new branch] gh/bdhirsh/636/orig -> origin/gh/bdhirsh/636/orig 2025-03-04T19:48:32.1727660Z * [new branch] gh/bdhirsh/639/base -> origin/gh/bdhirsh/639/base 2025-03-04T19:48:32.1729095Z * [new branch] gh/bdhirsh/639/head -> origin/gh/bdhirsh/639/head 2025-03-04T19:48:32.1730498Z * [new branch] gh/bdhirsh/639/orig -> origin/gh/bdhirsh/639/orig 2025-03-04T19:48:32.1732054Z * [new branch] gh/bdhirsh/640/base -> origin/gh/bdhirsh/640/base 2025-03-04T19:48:32.1733449Z * [new branch] gh/bdhirsh/640/head -> origin/gh/bdhirsh/640/head 2025-03-04T19:48:32.1737283Z * [new branch] gh/bdhirsh/640/orig -> origin/gh/bdhirsh/640/orig 2025-03-04T19:48:32.1737913Z * [new branch] gh/bdhirsh/641/base -> origin/gh/bdhirsh/641/base 2025-03-04T19:48:32.1738649Z * [new branch] gh/bdhirsh/641/head -> origin/gh/bdhirsh/641/head 2025-03-04T19:48:32.1739200Z * [new branch] gh/bdhirsh/641/orig -> origin/gh/bdhirsh/641/orig 2025-03-04T19:48:32.1740474Z * [new branch] gh/bdhirsh/642/base -> origin/gh/bdhirsh/642/base 2025-03-04T19:48:32.1741670Z * [new branch] gh/bdhirsh/642/head -> origin/gh/bdhirsh/642/head 2025-03-04T19:48:32.1742683Z * [new branch] gh/bdhirsh/642/orig -> origin/gh/bdhirsh/642/orig 2025-03-04T19:48:32.1744082Z * [new branch] gh/bdhirsh/643/base -> origin/gh/bdhirsh/643/base 2025-03-04T19:48:32.1745147Z * [new branch] gh/bdhirsh/643/head -> origin/gh/bdhirsh/643/head 2025-03-04T19:48:32.1746136Z * [new branch] gh/bdhirsh/643/orig -> origin/gh/bdhirsh/643/orig 2025-03-04T19:48:32.1747311Z * [new branch] gh/bdhirsh/644/base -> origin/gh/bdhirsh/644/base 2025-03-04T19:48:32.1748281Z * [new branch] gh/bdhirsh/644/head -> origin/gh/bdhirsh/644/head 2025-03-04T19:48:32.1749277Z * [new branch] gh/bdhirsh/644/orig -> origin/gh/bdhirsh/644/orig 2025-03-04T19:48:32.1751169Z * [new branch] gh/benjaminglass1/47/base -> origin/gh/benjaminglass1/47/base 2025-03-04T19:48:32.1751792Z * [new branch] gh/benjaminglass1/47/head -> origin/gh/benjaminglass1/47/head 2025-03-04T19:48:32.1752731Z * [new branch] gh/benjaminglass1/47/orig -> origin/gh/benjaminglass1/47/orig 2025-03-04T19:48:32.1754145Z * [new branch] gh/benjaminglass1/51/base -> origin/gh/benjaminglass1/51/base 2025-03-04T19:48:32.1755125Z * [new branch] gh/benjaminglass1/51/head -> origin/gh/benjaminglass1/51/head 2025-03-04T19:48:32.1756199Z * [new branch] gh/benjaminglass1/51/orig -> origin/gh/benjaminglass1/51/orig 2025-03-04T19:48:32.1757573Z * [new branch] gh/benjaminglass1/52/base -> origin/gh/benjaminglass1/52/base 2025-03-04T19:48:32.1758442Z * [new branch] gh/benjaminglass1/52/head -> origin/gh/benjaminglass1/52/head 2025-03-04T19:48:32.1759415Z * [new branch] gh/benjaminglass1/52/orig -> origin/gh/benjaminglass1/52/orig 2025-03-04T19:48:32.1760813Z * [new branch] gh/benjaminglass1/56/base -> origin/gh/benjaminglass1/56/base 2025-03-04T19:48:32.1761707Z * [new branch] gh/benjaminglass1/56/head -> origin/gh/benjaminglass1/56/head 2025-03-04T19:48:32.1762673Z * [new branch] gh/benjaminglass1/56/orig -> origin/gh/benjaminglass1/56/orig 2025-03-04T19:48:32.1764073Z * [new branch] gh/benjaminglass1/58/base -> origin/gh/benjaminglass1/58/base 2025-03-04T19:48:32.1764968Z * [new branch] gh/benjaminglass1/58/head -> origin/gh/benjaminglass1/58/head 2025-03-04T19:48:32.1765973Z * [new branch] gh/benjaminglass1/58/orig -> origin/gh/benjaminglass1/58/orig 2025-03-04T19:48:32.1767390Z * [new branch] gh/benjaminglass1/59/base -> origin/gh/benjaminglass1/59/base 2025-03-04T19:48:32.1768290Z * [new branch] gh/benjaminglass1/59/head -> origin/gh/benjaminglass1/59/head 2025-03-04T19:48:32.1769254Z * [new branch] gh/benjaminglass1/59/orig -> origin/gh/benjaminglass1/59/orig 2025-03-04T19:48:32.1770602Z * [new branch] gh/benjaminglass1/60/base -> origin/gh/benjaminglass1/60/base 2025-03-04T19:48:32.1771494Z * [new branch] gh/benjaminglass1/60/head -> origin/gh/benjaminglass1/60/head 2025-03-04T19:48:32.1775394Z * [new branch] gh/benjaminglass1/60/orig -> origin/gh/benjaminglass1/60/orig 2025-03-04T19:48:32.1776690Z * [new branch] gh/benjaminglass1/63/base -> origin/gh/benjaminglass1/63/base 2025-03-04T19:48:32.1777580Z * [new branch] gh/benjaminglass1/63/head -> origin/gh/benjaminglass1/63/head 2025-03-04T19:48:32.1778831Z * [new branch] gh/benjaminglass1/63/orig -> origin/gh/benjaminglass1/63/orig 2025-03-04T19:48:32.1780190Z * [new branch] gh/benjaminglass1/64/base -> origin/gh/benjaminglass1/64/base 2025-03-04T19:48:32.1781076Z * [new branch] gh/benjaminglass1/64/head -> origin/gh/benjaminglass1/64/head 2025-03-04T19:48:32.1782203Z * [new branch] gh/benjaminglass1/64/orig -> origin/gh/benjaminglass1/64/orig 2025-03-04T19:48:32.1783610Z * [new branch] gh/benjaminglass1/65/base -> origin/gh/benjaminglass1/65/base 2025-03-04T19:48:32.1784529Z * [new branch] gh/benjaminglass1/65/head -> origin/gh/benjaminglass1/65/head 2025-03-04T19:48:32.1785513Z * [new branch] gh/benjaminglass1/65/orig -> origin/gh/benjaminglass1/65/orig 2025-03-04T19:48:32.1786845Z * [new branch] gh/benjaminglass1/66/base -> origin/gh/benjaminglass1/66/base 2025-03-04T19:48:32.1787759Z * [new branch] gh/benjaminglass1/66/head -> origin/gh/benjaminglass1/66/head 2025-03-04T19:48:32.1788752Z * [new branch] gh/benjaminglass1/66/orig -> origin/gh/benjaminglass1/66/orig 2025-03-04T19:48:32.1790163Z * [new branch] gh/benjaminglass1/67/base -> origin/gh/benjaminglass1/67/base 2025-03-04T19:48:32.1791062Z * [new branch] gh/benjaminglass1/67/head -> origin/gh/benjaminglass1/67/head 2025-03-04T19:48:32.1792128Z * [new branch] gh/benjaminglass1/67/orig -> origin/gh/benjaminglass1/67/orig 2025-03-04T19:48:32.1793467Z * [new branch] gh/benjaminglass1/68/base -> origin/gh/benjaminglass1/68/base 2025-03-04T19:48:32.1794386Z * [new branch] gh/benjaminglass1/68/head -> origin/gh/benjaminglass1/68/head 2025-03-04T19:48:32.1795367Z * [new branch] gh/benjaminglass1/68/orig -> origin/gh/benjaminglass1/68/orig 2025-03-04T19:48:32.1796819Z * [new branch] gh/benjaminglass1/69/base -> origin/gh/benjaminglass1/69/base 2025-03-04T19:48:32.1797652Z * [new branch] gh/benjaminglass1/69/head -> origin/gh/benjaminglass1/69/head 2025-03-04T19:48:32.1798605Z * [new branch] gh/benjaminglass1/69/orig -> origin/gh/benjaminglass1/69/orig 2025-03-04T19:48:32.1799951Z * [new branch] gh/benjaminglass1/70/base -> origin/gh/benjaminglass1/70/base 2025-03-04T19:48:32.1800824Z * [new branch] gh/benjaminglass1/70/head -> origin/gh/benjaminglass1/70/head 2025-03-04T19:48:32.1801816Z * [new branch] gh/benjaminglass1/70/orig -> origin/gh/benjaminglass1/70/orig 2025-03-04T19:48:32.1803211Z * [new branch] gh/benjaminglass1/71/base -> origin/gh/benjaminglass1/71/base 2025-03-04T19:48:32.1804133Z * [new branch] gh/benjaminglass1/71/head -> origin/gh/benjaminglass1/71/head 2025-03-04T19:48:32.1805082Z * [new branch] gh/benjaminglass1/71/orig -> origin/gh/benjaminglass1/71/orig 2025-03-04T19:48:32.1806368Z * [new branch] gh/benjaminglass1/72/base -> origin/gh/benjaminglass1/72/base 2025-03-04T19:48:32.1807269Z * [new branch] gh/benjaminglass1/72/head -> origin/gh/benjaminglass1/72/head 2025-03-04T19:48:32.1808222Z * [new branch] gh/benjaminglass1/72/orig -> origin/gh/benjaminglass1/72/orig 2025-03-04T19:48:32.1809572Z * [new branch] gh/benjaminglass1/73/base -> origin/gh/benjaminglass1/73/base 2025-03-04T19:48:32.1810458Z * [new branch] gh/benjaminglass1/73/head -> origin/gh/benjaminglass1/73/head 2025-03-04T19:48:32.1811458Z * [new branch] gh/benjaminglass1/73/orig -> origin/gh/benjaminglass1/73/orig 2025-03-04T19:48:32.1813187Z * [new branch] gh/benjaminglass1/74/base -> origin/gh/benjaminglass1/74/base 2025-03-04T19:48:32.1814045Z * [new branch] gh/benjaminglass1/74/head -> origin/gh/benjaminglass1/74/head 2025-03-04T19:48:32.1815011Z * [new branch] gh/benjaminglass1/74/orig -> origin/gh/benjaminglass1/74/orig 2025-03-04T19:48:32.1816619Z * [new branch] gh/bertmaher/5/base -> origin/gh/bertmaher/5/base 2025-03-04T19:48:32.1817527Z * [new branch] gh/bertmaher/5/head -> origin/gh/bertmaher/5/head 2025-03-04T19:48:32.1818920Z * [new branch] gh/bertmaher/5/orig -> origin/gh/bertmaher/5/orig 2025-03-04T19:48:32.1819945Z * [new branch] gh/bertmaher/6/base -> origin/gh/bertmaher/6/base 2025-03-04T19:48:32.1820886Z * [new branch] gh/bertmaher/6/head -> origin/gh/bertmaher/6/head 2025-03-04T19:48:32.1821958Z * [new branch] gh/bertmaher/6/orig -> origin/gh/bertmaher/6/orig 2025-03-04T19:48:32.1823593Z * [new branch] gh/bobrenjc93/119/base -> origin/gh/bobrenjc93/119/base 2025-03-04T19:48:32.1824461Z * [new branch] gh/bobrenjc93/119/head -> origin/gh/bobrenjc93/119/head 2025-03-04T19:48:32.1825417Z * [new branch] gh/bobrenjc93/119/orig -> origin/gh/bobrenjc93/119/orig 2025-03-04T19:48:32.1826846Z * [new branch] gh/bobrenjc93/146/base -> origin/gh/bobrenjc93/146/base 2025-03-04T19:48:32.1827737Z * [new branch] gh/bobrenjc93/146/head -> origin/gh/bobrenjc93/146/head 2025-03-04T19:48:32.1828749Z * [new branch] gh/bobrenjc93/146/orig -> origin/gh/bobrenjc93/146/orig 2025-03-04T19:48:32.1830668Z * [new branch] gh/bobrenjc93/207/base -> origin/gh/bobrenjc93/207/base 2025-03-04T19:48:32.1831658Z * [new branch] gh/bobrenjc93/207/head -> origin/gh/bobrenjc93/207/head 2025-03-04T19:48:32.1832644Z * [new branch] gh/bobrenjc93/207/orig -> origin/gh/bobrenjc93/207/orig 2025-03-04T19:48:32.1833976Z * [new branch] gh/bobrenjc93/252/base -> origin/gh/bobrenjc93/252/base 2025-03-04T19:48:32.1834952Z * [new branch] gh/bobrenjc93/252/head -> origin/gh/bobrenjc93/252/head 2025-03-04T19:48:32.1835838Z * [new branch] gh/bobrenjc93/252/orig -> origin/gh/bobrenjc93/252/orig 2025-03-04T19:48:32.1837176Z * [new branch] gh/bobrenjc93/253/base -> origin/gh/bobrenjc93/253/base 2025-03-04T19:48:32.1838050Z * [new branch] gh/bobrenjc93/253/head -> origin/gh/bobrenjc93/253/head 2025-03-04T19:48:32.1839018Z * [new branch] gh/bobrenjc93/253/orig -> origin/gh/bobrenjc93/253/orig 2025-03-04T19:48:32.1840334Z * [new branch] gh/bobrenjc93/255/base -> origin/gh/bobrenjc93/255/base 2025-03-04T19:48:32.1841216Z * [new branch] gh/bobrenjc93/255/head -> origin/gh/bobrenjc93/255/head 2025-03-04T19:48:32.1842234Z * [new branch] gh/bobrenjc93/255/orig -> origin/gh/bobrenjc93/255/orig 2025-03-04T19:48:32.1843610Z * [new branch] gh/bobrenjc93/260/base -> origin/gh/bobrenjc93/260/base 2025-03-04T19:48:32.1844572Z * [new branch] gh/bobrenjc93/260/head -> origin/gh/bobrenjc93/260/head 2025-03-04T19:48:32.1845848Z * [new branch] gh/bobrenjc93/260/orig -> origin/gh/bobrenjc93/260/orig 2025-03-04T19:48:32.1846846Z * [new branch] gh/bobrenjc93/261/base -> origin/gh/bobrenjc93/261/base 2025-03-04T19:48:32.1847759Z * [new branch] gh/bobrenjc93/261/head -> origin/gh/bobrenjc93/261/head 2025-03-04T19:48:32.1848671Z * [new branch] gh/bobrenjc93/261/orig -> origin/gh/bobrenjc93/261/orig 2025-03-04T19:48:32.1849960Z * [new branch] gh/bobrenjc93/262/base -> origin/gh/bobrenjc93/262/base 2025-03-04T19:48:32.1850910Z * [new branch] gh/bobrenjc93/262/head -> origin/gh/bobrenjc93/262/head 2025-03-04T19:48:32.1851879Z * [new branch] gh/bobrenjc93/262/orig -> origin/gh/bobrenjc93/262/orig 2025-03-04T19:48:32.1853239Z * [new branch] gh/bobrenjc93/263/base -> origin/gh/bobrenjc93/263/base 2025-03-04T19:48:32.1854221Z * [new branch] gh/bobrenjc93/263/head -> origin/gh/bobrenjc93/263/head 2025-03-04T19:48:32.1855149Z * [new branch] gh/bobrenjc93/263/orig -> origin/gh/bobrenjc93/263/orig 2025-03-04T19:48:32.1857104Z * [new branch] gh/bobrenjc93/264/base -> origin/gh/bobrenjc93/264/base 2025-03-04T19:48:32.1858233Z * [new branch] gh/bobrenjc93/264/head -> origin/gh/bobrenjc93/264/head 2025-03-04T19:48:32.1859278Z * [new branch] gh/bobrenjc93/264/orig -> origin/gh/bobrenjc93/264/orig 2025-03-04T19:48:32.1861554Z * [new branch] gh/bobrenjc93/265/base -> origin/gh/bobrenjc93/265/base 2025-03-04T19:48:32.1862978Z * [new branch] gh/bobrenjc93/265/head -> origin/gh/bobrenjc93/265/head 2025-03-04T19:48:32.1864014Z * [new branch] gh/bobrenjc93/265/orig -> origin/gh/bobrenjc93/265/orig 2025-03-04T19:48:32.1865470Z * [new branch] gh/bobrenjc93/266/base -> origin/gh/bobrenjc93/266/base 2025-03-04T19:48:32.1866454Z * [new branch] gh/bobrenjc93/266/head -> origin/gh/bobrenjc93/266/head 2025-03-04T19:48:32.1867492Z * [new branch] gh/bobrenjc93/266/orig -> origin/gh/bobrenjc93/266/orig 2025-03-04T19:48:32.1868621Z * [new branch] gh/bobrenjc93/267/base -> origin/gh/bobrenjc93/267/base 2025-03-04T19:48:32.1869645Z * [new branch] gh/bobrenjc93/267/head -> origin/gh/bobrenjc93/267/head 2025-03-04T19:48:32.1870681Z * [new branch] gh/bobrenjc93/267/orig -> origin/gh/bobrenjc93/267/orig 2025-03-04T19:48:32.1872010Z * [new branch] gh/bobrenjc93/268/base -> origin/gh/bobrenjc93/268/base 2025-03-04T19:48:32.1873031Z * [new branch] gh/bobrenjc93/268/head -> origin/gh/bobrenjc93/268/head 2025-03-04T19:48:32.1874131Z * [new branch] gh/bobrenjc93/268/orig -> origin/gh/bobrenjc93/268/orig 2025-03-04T19:48:32.1875784Z * [new branch] gh/bobrenjc93/269/base -> origin/gh/bobrenjc93/269/base 2025-03-04T19:48:32.1876701Z * [new branch] gh/bobrenjc93/269/head -> origin/gh/bobrenjc93/269/head 2025-03-04T19:48:32.1877658Z * [new branch] gh/bobrenjc93/269/orig -> origin/gh/bobrenjc93/269/orig 2025-03-04T19:48:32.1879406Z * [new branch] gh/bobrenjc93/270/base -> origin/gh/bobrenjc93/270/base 2025-03-04T19:48:32.1880436Z * [new branch] gh/bobrenjc93/270/head -> origin/gh/bobrenjc93/270/head 2025-03-04T19:48:32.1881427Z * [new branch] gh/bobrenjc93/270/orig -> origin/gh/bobrenjc93/270/orig 2025-03-04T19:48:32.1882888Z * [new branch] gh/bobrenjc93/271/base -> origin/gh/bobrenjc93/271/base 2025-03-04T19:48:32.1883824Z * [new branch] gh/bobrenjc93/271/head -> origin/gh/bobrenjc93/271/head 2025-03-04T19:48:32.1884763Z * [new branch] gh/bobrenjc93/271/orig -> origin/gh/bobrenjc93/271/orig 2025-03-04T19:48:32.1886109Z * [new branch] gh/bobrenjc93/272/base -> origin/gh/bobrenjc93/272/base 2025-03-04T19:48:32.1887112Z * [new branch] gh/bobrenjc93/272/head -> origin/gh/bobrenjc93/272/head 2025-03-04T19:48:32.1888088Z * [new branch] gh/bobrenjc93/272/orig -> origin/gh/bobrenjc93/272/orig 2025-03-04T19:48:32.1889323Z * [new branch] gh/bobrenjc93/273/base -> origin/gh/bobrenjc93/273/base 2025-03-04T19:48:32.1890273Z * [new branch] gh/bobrenjc93/273/head -> origin/gh/bobrenjc93/273/head 2025-03-04T19:48:32.1891248Z * [new branch] gh/bobrenjc93/273/orig -> origin/gh/bobrenjc93/273/orig 2025-03-04T19:48:32.1892485Z * [new branch] gh/bobrenjc93/274/base -> origin/gh/bobrenjc93/274/base 2025-03-04T19:48:32.1893385Z * [new branch] gh/bobrenjc93/274/head -> origin/gh/bobrenjc93/274/head 2025-03-04T19:48:32.1894280Z * [new branch] gh/bobrenjc93/274/orig -> origin/gh/bobrenjc93/274/orig 2025-03-04T19:48:32.1895469Z * [new branch] gh/bobrenjc93/275/base -> origin/gh/bobrenjc93/275/base 2025-03-04T19:48:32.1896428Z * [new branch] gh/bobrenjc93/275/head -> origin/gh/bobrenjc93/275/head 2025-03-04T19:48:32.1897397Z * [new branch] gh/bobrenjc93/275/orig -> origin/gh/bobrenjc93/275/orig 2025-03-04T19:48:32.1898645Z * [new branch] gh/bobrenjc93/276/base -> origin/gh/bobrenjc93/276/base 2025-03-04T19:48:32.1899619Z * [new branch] gh/bobrenjc93/276/head -> origin/gh/bobrenjc93/276/head 2025-03-04T19:48:32.1900564Z * [new branch] gh/bobrenjc93/276/orig -> origin/gh/bobrenjc93/276/orig 2025-03-04T19:48:32.1901892Z * [new branch] gh/bobrenjc93/277/base -> origin/gh/bobrenjc93/277/base 2025-03-04T19:48:32.1902848Z * [new branch] gh/bobrenjc93/277/head -> origin/gh/bobrenjc93/277/head 2025-03-04T19:48:32.1903814Z * [new branch] gh/bobrenjc93/277/orig -> origin/gh/bobrenjc93/277/orig 2025-03-04T19:48:32.1905044Z * [new branch] gh/bobrenjc93/278/base -> origin/gh/bobrenjc93/278/base 2025-03-04T19:48:32.1906094Z * [new branch] gh/bobrenjc93/278/head -> origin/gh/bobrenjc93/278/head 2025-03-04T19:48:32.1907093Z * [new branch] gh/bobrenjc93/278/orig -> origin/gh/bobrenjc93/278/orig 2025-03-04T19:48:32.1908466Z * [new branch] gh/bobrenjc93/279/base -> origin/gh/bobrenjc93/279/base 2025-03-04T19:48:32.1909385Z * [new branch] gh/bobrenjc93/279/head -> origin/gh/bobrenjc93/279/head 2025-03-04T19:48:32.1910367Z * [new branch] gh/bobrenjc93/279/orig -> origin/gh/bobrenjc93/279/orig 2025-03-04T19:48:32.1911753Z * [new branch] gh/bobrenjc93/280/base -> origin/gh/bobrenjc93/280/base 2025-03-04T19:48:32.1912828Z * [new branch] gh/bobrenjc93/280/head -> origin/gh/bobrenjc93/280/head 2025-03-04T19:48:32.1913632Z * [new branch] gh/bobrenjc93/280/orig -> origin/gh/bobrenjc93/280/orig 2025-03-04T19:48:32.1915030Z * [new branch] gh/bobrenjc93/281/base -> origin/gh/bobrenjc93/281/base 2025-03-04T19:48:32.1916049Z * [new branch] gh/bobrenjc93/281/head -> origin/gh/bobrenjc93/281/head 2025-03-04T19:48:32.1916996Z * [new branch] gh/bobrenjc93/281/orig -> origin/gh/bobrenjc93/281/orig 2025-03-04T19:48:32.1918366Z * [new branch] gh/bobrenjc93/282/base -> origin/gh/bobrenjc93/282/base 2025-03-04T19:48:32.1919375Z * [new branch] gh/bobrenjc93/282/head -> origin/gh/bobrenjc93/282/head 2025-03-04T19:48:32.1920382Z * [new branch] gh/bobrenjc93/282/orig -> origin/gh/bobrenjc93/282/orig 2025-03-04T19:48:32.1921761Z * [new branch] gh/bobrenjc93/283/base -> origin/gh/bobrenjc93/283/base 2025-03-04T19:48:32.1922702Z * [new branch] gh/bobrenjc93/283/head -> origin/gh/bobrenjc93/283/head 2025-03-04T19:48:32.1923672Z * [new branch] gh/bobrenjc93/283/orig -> origin/gh/bobrenjc93/283/orig 2025-03-04T19:48:32.1924907Z * [new branch] gh/bobrenjc93/284/base -> origin/gh/bobrenjc93/284/base 2025-03-04T19:48:32.1925913Z * [new branch] gh/bobrenjc93/284/head -> origin/gh/bobrenjc93/284/head 2025-03-04T19:48:32.1926944Z * [new branch] gh/bobrenjc93/284/orig -> origin/gh/bobrenjc93/284/orig 2025-03-04T19:48:32.1928132Z * [new branch] gh/bobrenjc93/285/base -> origin/gh/bobrenjc93/285/base 2025-03-04T19:48:32.1929161Z * [new branch] gh/bobrenjc93/285/head -> origin/gh/bobrenjc93/285/head 2025-03-04T19:48:32.1930096Z * [new branch] gh/bobrenjc93/285/orig -> origin/gh/bobrenjc93/285/orig 2025-03-04T19:48:32.1931452Z * [new branch] gh/bobrenjc93/286/base -> origin/gh/bobrenjc93/286/base 2025-03-04T19:48:32.1932420Z * [new branch] gh/bobrenjc93/286/head -> origin/gh/bobrenjc93/286/head 2025-03-04T19:48:32.1933335Z * [new branch] gh/bobrenjc93/286/orig -> origin/gh/bobrenjc93/286/orig 2025-03-04T19:48:32.1934518Z * [new branch] gh/bobrenjc93/287/base -> origin/gh/bobrenjc93/287/base 2025-03-04T19:48:32.1935870Z * [new branch] gh/bobrenjc93/287/head -> origin/gh/bobrenjc93/287/head 2025-03-04T19:48:32.1936841Z * [new branch] gh/bobrenjc93/287/orig -> origin/gh/bobrenjc93/287/orig 2025-03-04T19:48:32.1938308Z * [new branch] gh/bobrenjc93/288/base -> origin/gh/bobrenjc93/288/base 2025-03-04T19:48:32.1939340Z * [new branch] gh/bobrenjc93/288/head -> origin/gh/bobrenjc93/288/head 2025-03-04T19:48:32.1940300Z * [new branch] gh/bobrenjc93/288/orig -> origin/gh/bobrenjc93/288/orig 2025-03-04T19:48:32.1941551Z * [new branch] gh/bobrenjc93/289/base -> origin/gh/bobrenjc93/289/base 2025-03-04T19:48:32.1942566Z * [new branch] gh/bobrenjc93/289/head -> origin/gh/bobrenjc93/289/head 2025-03-04T19:48:32.1943496Z * [new branch] gh/bobrenjc93/289/orig -> origin/gh/bobrenjc93/289/orig 2025-03-04T19:48:32.1944988Z * [new branch] gh/bobrenjc93/290/base -> origin/gh/bobrenjc93/290/base 2025-03-04T19:48:32.1946116Z * [new branch] gh/bobrenjc93/290/head -> origin/gh/bobrenjc93/290/head 2025-03-04T19:48:32.1947112Z * [new branch] gh/bobrenjc93/290/orig -> origin/gh/bobrenjc93/290/orig 2025-03-04T19:48:32.1948340Z * [new branch] gh/bobrenjc93/291/base -> origin/gh/bobrenjc93/291/base 2025-03-04T19:48:32.1949256Z * [new branch] gh/bobrenjc93/291/head -> origin/gh/bobrenjc93/291/head 2025-03-04T19:48:32.1950368Z * [new branch] gh/bobrenjc93/291/orig -> origin/gh/bobrenjc93/291/orig 2025-03-04T19:48:32.1951660Z * [new branch] gh/bobrenjc93/292/base -> origin/gh/bobrenjc93/292/base 2025-03-04T19:48:32.1952422Z * [new branch] gh/bobrenjc93/292/head -> origin/gh/bobrenjc93/292/head 2025-03-04T19:48:32.1953376Z * [new branch] gh/bobrenjc93/292/orig -> origin/gh/bobrenjc93/292/orig 2025-03-04T19:48:32.1954866Z * [new branch] gh/bobrenjc93/293/base -> origin/gh/bobrenjc93/293/base 2025-03-04T19:48:32.1955815Z * [new branch] gh/bobrenjc93/293/head -> origin/gh/bobrenjc93/293/head 2025-03-04T19:48:32.1956818Z * [new branch] gh/bobrenjc93/293/orig -> origin/gh/bobrenjc93/293/orig 2025-03-04T19:48:32.1958444Z * [new branch] gh/briancoutinho/2/base -> origin/gh/briancoutinho/2/base 2025-03-04T19:48:32.1959444Z * [new branch] gh/briancoutinho/2/head -> origin/gh/briancoutinho/2/head 2025-03-04T19:48:32.1961061Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-03-04T19:48:32.1962495Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-03-04T19:48:32.1963808Z * [new branch] gh/c00w/30/base -> origin/gh/c00w/30/base 2025-03-04T19:48:32.1964827Z * [new branch] gh/c00w/30/head -> origin/gh/c00w/30/head 2025-03-04T19:48:32.1965756Z * [new branch] gh/c00w/30/orig -> origin/gh/c00w/30/orig 2025-03-04T19:48:32.1967181Z * [new branch] gh/c00w/35/base -> origin/gh/c00w/35/base 2025-03-04T19:48:32.1968271Z * [new branch] gh/c00w/35/head -> origin/gh/c00w/35/head 2025-03-04T19:48:32.1969273Z * [new branch] gh/c00w/35/orig -> origin/gh/c00w/35/orig 2025-03-04T19:48:32.1970626Z * [new branch] gh/c00w/36/base -> origin/gh/c00w/36/base 2025-03-04T19:48:32.1971584Z * [new branch] gh/c00w/36/head -> origin/gh/c00w/36/head 2025-03-04T19:48:32.1972788Z * [new branch] gh/c00w/36/orig -> origin/gh/c00w/36/orig 2025-03-04T19:48:32.1974295Z * [new branch] gh/c00w/37/base -> origin/gh/c00w/37/base 2025-03-04T19:48:32.1975309Z * [new branch] gh/c00w/37/head -> origin/gh/c00w/37/head 2025-03-04T19:48:32.1976275Z * [new branch] gh/c00w/37/orig -> origin/gh/c00w/37/orig 2025-03-04T19:48:32.1977762Z * [new branch] gh/c00w/38/base -> origin/gh/c00w/38/base 2025-03-04T19:48:32.1978710Z * [new branch] gh/c00w/38/head -> origin/gh/c00w/38/head 2025-03-04T19:48:32.1979704Z * [new branch] gh/c00w/38/orig -> origin/gh/c00w/38/orig 2025-03-04T19:48:32.1981021Z * [new branch] gh/c00w/39/base -> origin/gh/c00w/39/base 2025-03-04T19:48:32.1982104Z * [new branch] gh/c00w/39/head -> origin/gh/c00w/39/head 2025-03-04T19:48:32.1983066Z * [new branch] gh/c00w/39/orig -> origin/gh/c00w/39/orig 2025-03-04T19:48:32.1984550Z * [new branch] gh/c00w/40/base -> origin/gh/c00w/40/base 2025-03-04T19:48:32.1985486Z * [new branch] gh/c00w/40/head -> origin/gh/c00w/40/head 2025-03-04T19:48:32.1986449Z * [new branch] gh/c00w/40/orig -> origin/gh/c00w/40/orig 2025-03-04T19:48:32.1987805Z * [new branch] gh/c00w/41/base -> origin/gh/c00w/41/base 2025-03-04T19:48:32.1988819Z * [new branch] gh/c00w/41/head -> origin/gh/c00w/41/head 2025-03-04T19:48:32.1989877Z * [new branch] gh/c00w/41/orig -> origin/gh/c00w/41/orig 2025-03-04T19:48:32.1991214Z * [new branch] gh/c00w/42/base -> origin/gh/c00w/42/base 2025-03-04T19:48:32.1992352Z * [new branch] gh/c00w/42/head -> origin/gh/c00w/42/head 2025-03-04T19:48:32.1993345Z * [new branch] gh/c00w/42/orig -> origin/gh/c00w/42/orig 2025-03-04T19:48:32.1994885Z * [new branch] gh/chenyang78/1/base -> origin/gh/chenyang78/1/base 2025-03-04T19:48:32.1995879Z * [new branch] gh/chenyang78/1/head -> origin/gh/chenyang78/1/head 2025-03-04T19:48:32.1996872Z * [new branch] gh/chenyang78/1/orig -> origin/gh/chenyang78/1/orig 2025-03-04T19:48:32.1998154Z * [new branch] gh/chenyang78/2/base -> origin/gh/chenyang78/2/base 2025-03-04T19:48:32.1999097Z * [new branch] gh/chenyang78/2/head -> origin/gh/chenyang78/2/head 2025-03-04T19:48:32.2000103Z * [new branch] gh/chenyang78/2/orig -> origin/gh/chenyang78/2/orig 2025-03-04T19:48:32.2001738Z * [new branch] gh/chillee/220/base -> origin/gh/chillee/220/base 2025-03-04T19:48:32.2002707Z * [new branch] gh/chillee/220/head -> origin/gh/chillee/220/head 2025-03-04T19:48:32.2003766Z * [new branch] gh/chillee/220/orig -> origin/gh/chillee/220/orig 2025-03-04T19:48:32.2005069Z * [new branch] gh/chillee/376/base -> origin/gh/chillee/376/base 2025-03-04T19:48:32.2006050Z * [new branch] gh/chillee/376/head -> origin/gh/chillee/376/head 2025-03-04T19:48:32.2007000Z * [new branch] gh/chillee/376/orig -> origin/gh/chillee/376/orig 2025-03-04T19:48:32.2008323Z * [new branch] gh/chillee/377/base -> origin/gh/chillee/377/base 2025-03-04T19:48:32.2009286Z * [new branch] gh/chillee/377/head -> origin/gh/chillee/377/head 2025-03-04T19:48:32.2010270Z * [new branch] gh/chillee/377/orig -> origin/gh/chillee/377/orig 2025-03-04T19:48:32.2011561Z * [new branch] gh/chillee/380/base -> origin/gh/chillee/380/base 2025-03-04T19:48:32.2012540Z * [new branch] gh/chillee/380/head -> origin/gh/chillee/380/head 2025-03-04T19:48:32.2013497Z * [new branch] gh/chillee/380/orig -> origin/gh/chillee/380/orig 2025-03-04T19:48:32.2015059Z * [new branch] gh/chunyuan-w/1/base -> origin/gh/chunyuan-w/1/base 2025-03-04T19:48:32.2016003Z * [new branch] gh/chunyuan-w/1/head -> origin/gh/chunyuan-w/1/head 2025-03-04T19:48:32.2016993Z * [new branch] gh/chunyuan-w/1/orig -> origin/gh/chunyuan-w/1/orig 2025-03-04T19:48:32.2018268Z * [new branch] gh/chunyuan-w/3/base -> origin/gh/chunyuan-w/3/base 2025-03-04T19:48:32.2019265Z * [new branch] gh/chunyuan-w/3/head -> origin/gh/chunyuan-w/3/head 2025-03-04T19:48:32.2020203Z * [new branch] gh/chunyuan-w/3/orig -> origin/gh/chunyuan-w/3/orig 2025-03-04T19:48:32.2021814Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-03-04T19:48:32.2022942Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-03-04T19:48:32.2023888Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-03-04T19:48:32.2025652Z * [new branch] gh/davidberard98/230/base -> origin/gh/davidberard98/230/base 2025-03-04T19:48:32.2026717Z * [new branch] gh/davidberard98/230/head -> origin/gh/davidberard98/230/head 2025-03-04T19:48:32.2027748Z * [new branch] gh/davidberard98/230/orig -> origin/gh/davidberard98/230/orig 2025-03-04T19:48:32.2029029Z * [new branch] gh/davidberard98/335/base -> origin/gh/davidberard98/335/base 2025-03-04T19:48:32.2030269Z * [new branch] gh/davidberard98/335/head -> origin/gh/davidberard98/335/head 2025-03-04T19:48:32.2031124Z * [new branch] gh/davidberard98/335/orig -> origin/gh/davidberard98/335/orig 2025-03-04T19:48:32.2032579Z * [new branch] gh/davidberard98/337/base -> origin/gh/davidberard98/337/base 2025-03-04T19:48:32.2033634Z * [new branch] gh/davidberard98/337/head -> origin/gh/davidberard98/337/head 2025-03-04T19:48:32.2034995Z * [new branch] gh/davidberard98/337/orig -> origin/gh/davidberard98/337/orig 2025-03-04T19:48:32.2035970Z * [new branch] gh/davidberard98/338/base -> origin/gh/davidberard98/338/base 2025-03-04T19:48:32.2036857Z * [new branch] gh/davidberard98/338/head -> origin/gh/davidberard98/338/head 2025-03-04T19:48:32.2037961Z * [new branch] gh/davidberard98/338/orig -> origin/gh/davidberard98/338/orig 2025-03-04T19:48:32.2039516Z * [new branch] gh/davidberard98/339/base -> origin/gh/davidberard98/339/base 2025-03-04T19:48:32.2040270Z * [new branch] gh/davidberard98/339/head -> origin/gh/davidberard98/339/head 2025-03-04T19:48:32.2041324Z * [new branch] gh/davidberard98/339/orig -> origin/gh/davidberard98/339/orig 2025-03-04T19:48:32.2042603Z * [new branch] gh/davidberard98/340/base -> origin/gh/davidberard98/340/base 2025-03-04T19:48:32.2043637Z * [new branch] gh/davidberard98/340/head -> origin/gh/davidberard98/340/head 2025-03-04T19:48:32.2044851Z * [new branch] gh/davidberard98/340/orig -> origin/gh/davidberard98/340/orig 2025-03-04T19:48:32.2045876Z * [new branch] gh/davidberard98/341/base -> origin/gh/davidberard98/341/base 2025-03-04T19:48:32.2046933Z * [new branch] gh/davidberard98/341/head -> origin/gh/davidberard98/341/head 2025-03-04T19:48:32.2047898Z * [new branch] gh/davidberard98/341/orig -> origin/gh/davidberard98/341/orig 2025-03-04T19:48:32.2049432Z * [new branch] gh/desertfire/531/base -> origin/gh/desertfire/531/base 2025-03-04T19:48:32.2050374Z * [new branch] gh/desertfire/531/head -> origin/gh/desertfire/531/head 2025-03-04T19:48:32.2051407Z * [new branch] gh/desertfire/531/orig -> origin/gh/desertfire/531/orig 2025-03-04T19:48:32.2052685Z * [new branch] gh/desertfire/535/base -> origin/gh/desertfire/535/base 2025-03-04T19:48:32.2053684Z * [new branch] gh/desertfire/535/head -> origin/gh/desertfire/535/head 2025-03-04T19:48:32.2054697Z * [new branch] gh/desertfire/535/orig -> origin/gh/desertfire/535/orig 2025-03-04T19:48:32.2056068Z * [new branch] gh/desertfire/536/base -> origin/gh/desertfire/536/base 2025-03-04T19:48:32.2057069Z * [new branch] gh/desertfire/536/head -> origin/gh/desertfire/536/head 2025-03-04T19:48:32.2058080Z * [new branch] gh/desertfire/536/orig -> origin/gh/desertfire/536/orig 2025-03-04T19:48:32.2059394Z * [new branch] gh/desertfire/537/base -> origin/gh/desertfire/537/base 2025-03-04T19:48:32.2060444Z * [new branch] gh/desertfire/537/head -> origin/gh/desertfire/537/head 2025-03-04T19:48:32.2061663Z * [new branch] gh/desertfire/537/orig -> origin/gh/desertfire/537/orig 2025-03-04T19:48:32.2062936Z * [new branch] gh/desertfire/538/base -> origin/gh/desertfire/538/base 2025-03-04T19:48:32.2063873Z * [new branch] gh/desertfire/538/head -> origin/gh/desertfire/538/head 2025-03-04T19:48:32.2065146Z * [new branch] gh/desertfire/539/base -> origin/gh/desertfire/539/base 2025-03-04T19:48:32.2066091Z * [new branch] gh/desertfire/539/head -> origin/gh/desertfire/539/head 2025-03-04T19:48:32.2067134Z * [new branch] gh/desertfire/539/orig -> origin/gh/desertfire/539/orig 2025-03-04T19:48:32.2068373Z * [new branch] gh/desertfire/540/base -> origin/gh/desertfire/540/base 2025-03-04T19:48:32.2069373Z * [new branch] gh/desertfire/540/head -> origin/gh/desertfire/540/head 2025-03-04T19:48:32.2070464Z * [new branch] gh/desertfire/540/orig -> origin/gh/desertfire/540/orig 2025-03-04T19:48:32.2071584Z * [new branch] gh/desertfire/541/base -> origin/gh/desertfire/541/base 2025-03-04T19:48:32.2072808Z * [new branch] gh/desertfire/541/head -> origin/gh/desertfire/541/head 2025-03-04T19:48:32.2073932Z * [new branch] gh/desertfire/541/orig -> origin/gh/desertfire/541/orig 2025-03-04T19:48:32.2075249Z * [new branch] gh/desertfire/542/base -> origin/gh/desertfire/542/base 2025-03-04T19:48:32.2076224Z * [new branch] gh/desertfire/542/head -> origin/gh/desertfire/542/head 2025-03-04T19:48:32.2077228Z * [new branch] gh/desertfire/542/orig -> origin/gh/desertfire/542/orig 2025-03-04T19:48:32.2078519Z * [new branch] gh/desertfire/543/base -> origin/gh/desertfire/543/base 2025-03-04T19:48:32.2079488Z * [new branch] gh/desertfire/543/head -> origin/gh/desertfire/543/head 2025-03-04T19:48:32.2080456Z * [new branch] gh/desertfire/543/orig -> origin/gh/desertfire/543/orig 2025-03-04T19:48:32.2081745Z * [new branch] gh/desertfire/544/base -> origin/gh/desertfire/544/base 2025-03-04T19:48:32.2082683Z * [new branch] gh/desertfire/544/head -> origin/gh/desertfire/544/head 2025-03-04T19:48:32.2083674Z * [new branch] gh/desertfire/544/orig -> origin/gh/desertfire/544/orig 2025-03-04T19:48:32.2084876Z * [new branch] gh/desertfire/545/base -> origin/gh/desertfire/545/base 2025-03-04T19:48:32.2085872Z * [new branch] gh/desertfire/545/head -> origin/gh/desertfire/545/head 2025-03-04T19:48:32.2086832Z * [new branch] gh/desertfire/545/orig -> origin/gh/desertfire/545/orig 2025-03-04T19:48:32.2088067Z * [new branch] gh/desertfire/546/base -> origin/gh/desertfire/546/base 2025-03-04T19:48:32.2089040Z * [new branch] gh/desertfire/546/head -> origin/gh/desertfire/546/head 2025-03-04T19:48:32.2090021Z * [new branch] gh/desertfire/546/orig -> origin/gh/desertfire/546/orig 2025-03-04T19:48:32.2091271Z * [new branch] gh/desertfire/547/base -> origin/gh/desertfire/547/base 2025-03-04T19:48:32.2092227Z * [new branch] gh/desertfire/547/head -> origin/gh/desertfire/547/head 2025-03-04T19:48:32.2093161Z * [new branch] gh/desertfire/547/orig -> origin/gh/desertfire/547/orig 2025-03-04T19:48:32.2094552Z * [new branch] gh/desertfire/548/base -> origin/gh/desertfire/548/base 2025-03-04T19:48:32.2095491Z * [new branch] gh/desertfire/548/head -> origin/gh/desertfire/548/head 2025-03-04T19:48:32.2096498Z * [new branch] gh/desertfire/548/orig -> origin/gh/desertfire/548/orig 2025-03-04T19:48:32.2097794Z * [new branch] gh/desertfire/549/base -> origin/gh/desertfire/549/base 2025-03-04T19:48:32.2098786Z * [new branch] gh/desertfire/549/head -> origin/gh/desertfire/549/head 2025-03-04T19:48:32.2099739Z * [new branch] gh/desertfire/549/orig -> origin/gh/desertfire/549/orig 2025-03-04T19:48:32.2101254Z * [new branch] gh/drisspg/100/base -> origin/gh/drisspg/100/base 2025-03-04T19:48:32.2102309Z * [new branch] gh/drisspg/100/head -> origin/gh/drisspg/100/head 2025-03-04T19:48:32.2103282Z * [new branch] gh/drisspg/100/orig -> origin/gh/drisspg/100/orig 2025-03-04T19:48:32.2104607Z * [new branch] gh/drisspg/103/base -> origin/gh/drisspg/103/base 2025-03-04T19:48:32.2105538Z * [new branch] gh/drisspg/103/head -> origin/gh/drisspg/103/head 2025-03-04T19:48:32.2106547Z * [new branch] gh/drisspg/103/orig -> origin/gh/drisspg/103/orig 2025-03-04T19:48:32.2107901Z * [new branch] gh/drisspg/104/base -> origin/gh/drisspg/104/base 2025-03-04T19:48:32.2108976Z * [new branch] gh/drisspg/104/head -> origin/gh/drisspg/104/head 2025-03-04T19:48:32.2109892Z * [new branch] gh/drisspg/104/orig -> origin/gh/drisspg/104/orig 2025-03-04T19:48:32.2111162Z * [new branch] gh/drisspg/106/base -> origin/gh/drisspg/106/base 2025-03-04T19:48:32.2112105Z * [new branch] gh/drisspg/106/head -> origin/gh/drisspg/106/head 2025-03-04T19:48:32.2113103Z * [new branch] gh/drisspg/106/orig -> origin/gh/drisspg/106/orig 2025-03-04T19:48:32.2114399Z * [new branch] gh/drisspg/111/base -> origin/gh/drisspg/111/base 2025-03-04T19:48:32.2115382Z * [new branch] gh/drisspg/111/head -> origin/gh/drisspg/111/head 2025-03-04T19:48:32.2116335Z * [new branch] gh/drisspg/111/orig -> origin/gh/drisspg/111/orig 2025-03-04T19:48:32.2117624Z * [new branch] gh/drisspg/115/base -> origin/gh/drisspg/115/base 2025-03-04T19:48:32.2118642Z * [new branch] gh/drisspg/115/head -> origin/gh/drisspg/115/head 2025-03-04T19:48:32.2119581Z * [new branch] gh/drisspg/115/orig -> origin/gh/drisspg/115/orig 2025-03-04T19:48:32.2120838Z * [new branch] gh/drisspg/119/base -> origin/gh/drisspg/119/base 2025-03-04T19:48:32.2121807Z * [new branch] gh/drisspg/119/head -> origin/gh/drisspg/119/head 2025-03-04T19:48:32.2122740Z * [new branch] gh/drisspg/119/orig -> origin/gh/drisspg/119/orig 2025-03-04T19:48:32.2124030Z * [new branch] gh/drisspg/120/base -> origin/gh/drisspg/120/base 2025-03-04T19:48:32.2124967Z * [new branch] gh/drisspg/120/head -> origin/gh/drisspg/120/head 2025-03-04T19:48:32.2125941Z * [new branch] gh/drisspg/120/orig -> origin/gh/drisspg/120/orig 2025-03-04T19:48:32.2127285Z * [new branch] gh/drisspg/121/base -> origin/gh/drisspg/121/base 2025-03-04T19:48:32.2128266Z * [new branch] gh/drisspg/121/head -> origin/gh/drisspg/121/head 2025-03-04T19:48:32.2129243Z * [new branch] gh/drisspg/121/orig -> origin/gh/drisspg/121/orig 2025-03-04T19:48:32.2130595Z * [new branch] gh/drisspg/122/base -> origin/gh/drisspg/122/base 2025-03-04T19:48:32.2131553Z * [new branch] gh/drisspg/122/head -> origin/gh/drisspg/122/head 2025-03-04T19:48:32.2132502Z * [new branch] gh/drisspg/122/orig -> origin/gh/drisspg/122/orig 2025-03-04T19:48:32.2133766Z * [new branch] gh/drisspg/123/base -> origin/gh/drisspg/123/base 2025-03-04T19:48:32.2134730Z * [new branch] gh/drisspg/123/head -> origin/gh/drisspg/123/head 2025-03-04T19:48:32.2135704Z * [new branch] gh/drisspg/123/orig -> origin/gh/drisspg/123/orig 2025-03-04T19:48:32.2136995Z * [new branch] gh/drisspg/124/base -> origin/gh/drisspg/124/base 2025-03-04T19:48:32.2137940Z * [new branch] gh/drisspg/124/head -> origin/gh/drisspg/124/head 2025-03-04T19:48:32.2138885Z * [new branch] gh/drisspg/124/orig -> origin/gh/drisspg/124/orig 2025-03-04T19:48:32.2140154Z * [new branch] gh/drisspg/125/base -> origin/gh/drisspg/125/base 2025-03-04T19:48:32.2141143Z * [new branch] gh/drisspg/125/head -> origin/gh/drisspg/125/head 2025-03-04T19:48:32.2142229Z * [new branch] gh/drisspg/125/orig -> origin/gh/drisspg/125/orig 2025-03-04T19:48:32.2143451Z * [new branch] gh/drisspg/126/base -> origin/gh/drisspg/126/base 2025-03-04T19:48:32.2144496Z * [new branch] gh/drisspg/126/head -> origin/gh/drisspg/126/head 2025-03-04T19:48:32.2145317Z * [new branch] gh/drisspg/126/orig -> origin/gh/drisspg/126/orig 2025-03-04T19:48:32.2146697Z * [new branch] gh/drisspg/127/base -> origin/gh/drisspg/127/base 2025-03-04T19:48:32.2147517Z * [new branch] gh/drisspg/127/head -> origin/gh/drisspg/127/head 2025-03-04T19:48:32.2148568Z * [new branch] gh/drisspg/127/orig -> origin/gh/drisspg/127/orig 2025-03-04T19:48:32.2149820Z * [new branch] gh/drisspg/128/base -> origin/gh/drisspg/128/base 2025-03-04T19:48:32.2150781Z * [new branch] gh/drisspg/128/head -> origin/gh/drisspg/128/head 2025-03-04T19:48:32.2151756Z * [new branch] gh/drisspg/128/orig -> origin/gh/drisspg/128/orig 2025-03-04T19:48:32.2153495Z * [new branch] gh/drisspg/129/base -> origin/gh/drisspg/129/base 2025-03-04T19:48:32.2154477Z * [new branch] gh/drisspg/129/head -> origin/gh/drisspg/129/head 2025-03-04T19:48:32.2155449Z * [new branch] gh/drisspg/129/orig -> origin/gh/drisspg/129/orig 2025-03-04T19:48:32.2156789Z * [new branch] gh/drisspg/130/base -> origin/gh/drisspg/130/base 2025-03-04T19:48:32.2157758Z * [new branch] gh/drisspg/130/head -> origin/gh/drisspg/130/head 2025-03-04T19:48:32.2158706Z * [new branch] gh/drisspg/130/orig -> origin/gh/drisspg/130/orig 2025-03-04T19:48:32.2160073Z * [new branch] gh/drisspg/66/base -> origin/gh/drisspg/66/base 2025-03-04T19:48:32.2161009Z * [new branch] gh/drisspg/66/head -> origin/gh/drisspg/66/head 2025-03-04T19:48:32.2161968Z * [new branch] gh/drisspg/66/orig -> origin/gh/drisspg/66/orig 2025-03-04T19:48:32.2163303Z * [new branch] gh/drisspg/79/base -> origin/gh/drisspg/79/base 2025-03-04T19:48:32.2164256Z * [new branch] gh/drisspg/79/head -> origin/gh/drisspg/79/head 2025-03-04T19:48:32.2165252Z * [new branch] gh/drisspg/79/orig -> origin/gh/drisspg/79/orig 2025-03-04T19:48:32.2166532Z * [new branch] gh/drisspg/94/base -> origin/gh/drisspg/94/base 2025-03-04T19:48:32.2167520Z * [new branch] gh/drisspg/94/head -> origin/gh/drisspg/94/head 2025-03-04T19:48:32.2168475Z * [new branch] gh/drisspg/94/orig -> origin/gh/drisspg/94/orig 2025-03-04T19:48:32.2169760Z * [new branch] gh/drisspg/98/base -> origin/gh/drisspg/98/base 2025-03-04T19:48:32.2170738Z * [new branch] gh/drisspg/98/head -> origin/gh/drisspg/98/head 2025-03-04T19:48:32.2171721Z * [new branch] gh/drisspg/98/orig -> origin/gh/drisspg/98/orig 2025-03-04T19:48:32.2175201Z * [new branch] gh/eellison/554/base -> origin/gh/eellison/554/base 2025-03-04T19:48:32.2176341Z * [new branch] gh/eellison/554/head -> origin/gh/eellison/554/head 2025-03-04T19:48:32.2177366Z * [new branch] gh/eellison/554/orig -> origin/gh/eellison/554/orig 2025-03-04T19:48:32.2178713Z * [new branch] gh/eellison/555/base -> origin/gh/eellison/555/base 2025-03-04T19:48:32.2179794Z * [new branch] gh/eellison/555/head -> origin/gh/eellison/555/head 2025-03-04T19:48:32.2180913Z * [new branch] gh/eellison/555/orig -> origin/gh/eellison/555/orig 2025-03-04T19:48:32.2182307Z * [new branch] gh/eellison/691/base -> origin/gh/eellison/691/base 2025-03-04T19:48:32.2183167Z * [new branch] gh/eellison/691/head -> origin/gh/eellison/691/head 2025-03-04T19:48:32.2184100Z * [new branch] gh/eellison/691/orig -> origin/gh/eellison/691/orig 2025-03-04T19:48:32.2185453Z * [new branch] gh/eellison/709/base -> origin/gh/eellison/709/base 2025-03-04T19:48:32.2186202Z * [new branch] gh/eellison/709/head -> origin/gh/eellison/709/head 2025-03-04T19:48:32.2187535Z * [new branch] gh/eellison/709/orig -> origin/gh/eellison/709/orig 2025-03-04T19:48:32.2188573Z * [new branch] gh/eellison/710/base -> origin/gh/eellison/710/base 2025-03-04T19:48:32.2189488Z * [new branch] gh/eellison/710/head -> origin/gh/eellison/710/head 2025-03-04T19:48:32.2190423Z * [new branch] gh/eellison/710/orig -> origin/gh/eellison/710/orig 2025-03-04T19:48:32.2191776Z * [new branch] gh/eellison/711/base -> origin/gh/eellison/711/base 2025-03-04T19:48:32.2192772Z * [new branch] gh/eellison/711/head -> origin/gh/eellison/711/head 2025-03-04T19:48:32.2193741Z * [new branch] gh/eellison/711/orig -> origin/gh/eellison/711/orig 2025-03-04T19:48:32.2195109Z * [new branch] gh/eellison/735/base -> origin/gh/eellison/735/base 2025-03-04T19:48:32.2196134Z * [new branch] gh/eellison/735/head -> origin/gh/eellison/735/head 2025-03-04T19:48:32.2197086Z * [new branch] gh/eellison/735/orig -> origin/gh/eellison/735/orig 2025-03-04T19:48:32.2198378Z * [new branch] gh/eellison/747/base -> origin/gh/eellison/747/base 2025-03-04T19:48:32.2199363Z * [new branch] gh/eellison/747/head -> origin/gh/eellison/747/head 2025-03-04T19:48:32.2200317Z * [new branch] gh/eellison/747/orig -> origin/gh/eellison/747/orig 2025-03-04T19:48:32.2201533Z * [new branch] gh/eellison/752/base -> origin/gh/eellison/752/base 2025-03-04T19:48:32.2202495Z * [new branch] gh/eellison/752/head -> origin/gh/eellison/752/head 2025-03-04T19:48:32.2203531Z * [new branch] gh/eellison/752/orig -> origin/gh/eellison/752/orig 2025-03-04T19:48:32.2204964Z * [new branch] gh/eellison/757/base -> origin/gh/eellison/757/base 2025-03-04T19:48:32.2205921Z * [new branch] gh/eellison/757/head -> origin/gh/eellison/757/head 2025-03-04T19:48:32.2206848Z * [new branch] gh/eellison/757/orig -> origin/gh/eellison/757/orig 2025-03-04T19:48:32.2208337Z * [new branch] gh/eellison/758/base -> origin/gh/eellison/758/base 2025-03-04T19:48:32.2209257Z * [new branch] gh/eellison/758/head -> origin/gh/eellison/758/head 2025-03-04T19:48:32.2210235Z * [new branch] gh/eellison/758/orig -> origin/gh/eellison/758/orig 2025-03-04T19:48:32.2212035Z * [new branch] gh/eellison/759/base -> origin/gh/eellison/759/base 2025-03-04T19:48:32.2213233Z * [new branch] gh/eellison/759/head -> origin/gh/eellison/759/head 2025-03-04T19:48:32.2214199Z * [new branch] gh/eellison/759/orig -> origin/gh/eellison/759/orig 2025-03-04T19:48:32.2215566Z * [new branch] gh/eellison/760/base -> origin/gh/eellison/760/base 2025-03-04T19:48:32.2216619Z * [new branch] gh/eellison/760/head -> origin/gh/eellison/760/head 2025-03-04T19:48:32.2217586Z * [new branch] gh/eellison/760/orig -> origin/gh/eellison/760/orig 2025-03-04T19:48:32.2218847Z * [new branch] gh/eellison/761/base -> origin/gh/eellison/761/base 2025-03-04T19:48:32.2219910Z * [new branch] gh/eellison/761/head -> origin/gh/eellison/761/head 2025-03-04T19:48:32.2220875Z * [new branch] gh/eellison/761/orig -> origin/gh/eellison/761/orig 2025-03-04T19:48:32.2222253Z * [new branch] gh/eellison/762/base -> origin/gh/eellison/762/base 2025-03-04T19:48:32.2223251Z * [new branch] gh/eellison/762/head -> origin/gh/eellison/762/head 2025-03-04T19:48:32.2224185Z * [new branch] gh/eellison/762/orig -> origin/gh/eellison/762/orig 2025-03-04T19:48:32.2225566Z * [new branch] gh/eellison/763/base -> origin/gh/eellison/763/base 2025-03-04T19:48:32.2226667Z * [new branch] gh/eellison/763/head -> origin/gh/eellison/763/head 2025-03-04T19:48:32.2227698Z * [new branch] gh/eellison/763/orig -> origin/gh/eellison/763/orig 2025-03-04T19:48:32.2229432Z * [new branch] gh/eellison/764/base -> origin/gh/eellison/764/base 2025-03-04T19:48:32.2230424Z * [new branch] gh/eellison/764/head -> origin/gh/eellison/764/head 2025-03-04T19:48:32.2231403Z * [new branch] gh/eellison/764/orig -> origin/gh/eellison/764/orig 2025-03-04T19:48:32.2232844Z * [new branch] gh/eellison/765/base -> origin/gh/eellison/765/base 2025-03-04T19:48:32.2233846Z * [new branch] gh/eellison/765/head -> origin/gh/eellison/765/head 2025-03-04T19:48:32.2234841Z * [new branch] gh/eellison/765/orig -> origin/gh/eellison/765/orig 2025-03-04T19:48:32.2236149Z * [new branch] gh/eellison/766/base -> origin/gh/eellison/766/base 2025-03-04T19:48:32.2237104Z * [new branch] gh/eellison/766/head -> origin/gh/eellison/766/head 2025-03-04T19:48:32.2238053Z * [new branch] gh/eellison/766/orig -> origin/gh/eellison/766/orig 2025-03-04T19:48:32.2239385Z * [new branch] gh/eellison/767/base -> origin/gh/eellison/767/base 2025-03-04T19:48:32.2240359Z * [new branch] gh/eellison/767/head -> origin/gh/eellison/767/head 2025-03-04T19:48:32.2241330Z * [new branch] gh/eellison/767/orig -> origin/gh/eellison/767/orig 2025-03-04T19:48:32.2242714Z * [new branch] gh/eellison/768/base -> origin/gh/eellison/768/base 2025-03-04T19:48:32.2243725Z * [new branch] gh/eellison/768/head -> origin/gh/eellison/768/head 2025-03-04T19:48:32.2244487Z * [new branch] gh/eellison/768/orig -> origin/gh/eellison/768/orig 2025-03-04T19:48:32.2246129Z * [new branch] gh/etaf/100/base -> origin/gh/etaf/100/base 2025-03-04T19:48:32.2247244Z * [new branch] gh/etaf/100/head -> origin/gh/etaf/100/head 2025-03-04T19:48:32.2248216Z * [new branch] gh/etaf/100/orig -> origin/gh/etaf/100/orig 2025-03-04T19:48:32.2249682Z * [new branch] gh/etaf/101/base -> origin/gh/etaf/101/base 2025-03-04T19:48:32.2250703Z * [new branch] gh/etaf/101/head -> origin/gh/etaf/101/head 2025-03-04T19:48:32.2251667Z * [new branch] gh/etaf/101/orig -> origin/gh/etaf/101/orig 2025-03-04T19:48:32.2253201Z * [new branch] gh/etaf/102/base -> origin/gh/etaf/102/base 2025-03-04T19:48:32.2254201Z * [new branch] gh/etaf/102/head -> origin/gh/etaf/102/head 2025-03-04T19:48:32.2255343Z * [new branch] gh/etaf/102/orig -> origin/gh/etaf/102/orig 2025-03-04T19:48:32.2256531Z * [new branch] gh/etaf/103/base -> origin/gh/etaf/103/base 2025-03-04T19:48:32.2257606Z * [new branch] gh/etaf/103/head -> origin/gh/etaf/103/head 2025-03-04T19:48:32.2258612Z * [new branch] gh/etaf/103/orig -> origin/gh/etaf/103/orig 2025-03-04T19:48:32.2259812Z * [new branch] gh/etaf/104/base -> origin/gh/etaf/104/base 2025-03-04T19:48:32.2260725Z * [new branch] gh/etaf/104/head -> origin/gh/etaf/104/head 2025-03-04T19:48:32.2261738Z * [new branch] gh/etaf/104/orig -> origin/gh/etaf/104/orig 2025-03-04T19:48:32.2263124Z * [new branch] gh/etaf/64/base -> origin/gh/etaf/64/base 2025-03-04T19:48:32.2264042Z * [new branch] gh/etaf/64/head -> origin/gh/etaf/64/head 2025-03-04T19:48:32.2265039Z * [new branch] gh/etaf/64/orig -> origin/gh/etaf/64/orig 2025-03-04T19:48:32.2266299Z * [new branch] gh/etaf/68/base -> origin/gh/etaf/68/base 2025-03-04T19:48:32.2267329Z * [new branch] gh/etaf/68/head -> origin/gh/etaf/68/head 2025-03-04T19:48:32.2268215Z * [new branch] gh/etaf/68/orig -> origin/gh/etaf/68/orig 2025-03-04T19:48:32.2269436Z * [new branch] gh/etaf/69/base -> origin/gh/etaf/69/base 2025-03-04T19:48:32.2270380Z * [new branch] gh/etaf/69/head -> origin/gh/etaf/69/head 2025-03-04T19:48:32.2271330Z * [new branch] gh/etaf/69/orig -> origin/gh/etaf/69/orig 2025-03-04T19:48:32.2273028Z * [new branch] gh/etaf/84/base -> origin/gh/etaf/84/base 2025-03-04T19:48:32.2274177Z * [new branch] gh/etaf/84/head -> origin/gh/etaf/84/head 2025-03-04T19:48:32.2274978Z * [new branch] gh/etaf/84/orig -> origin/gh/etaf/84/orig 2025-03-04T19:48:32.2276388Z * [new branch] gh/etaf/95/base -> origin/gh/etaf/95/base 2025-03-04T19:48:32.2277449Z * [new branch] gh/etaf/95/head -> origin/gh/etaf/95/head 2025-03-04T19:48:32.2278665Z * [new branch] gh/etaf/95/orig -> origin/gh/etaf/95/orig 2025-03-04T19:48:32.2279812Z * [new branch] gh/etaf/96/base -> origin/gh/etaf/96/base 2025-03-04T19:48:32.2280773Z * [new branch] gh/etaf/96/head -> origin/gh/etaf/96/head 2025-03-04T19:48:32.2281800Z * [new branch] gh/etaf/96/orig -> origin/gh/etaf/96/orig 2025-03-04T19:48:32.2283150Z * [new branch] gh/etaf/97/base -> origin/gh/etaf/97/base 2025-03-04T19:48:32.2284193Z * [new branch] gh/etaf/97/head -> origin/gh/etaf/97/head 2025-03-04T19:48:32.2285130Z * [new branch] gh/etaf/97/orig -> origin/gh/etaf/97/orig 2025-03-04T19:48:32.2286423Z * [new branch] gh/etaf/98/base -> origin/gh/etaf/98/base 2025-03-04T19:48:32.2287378Z * [new branch] gh/etaf/98/head -> origin/gh/etaf/98/head 2025-03-04T19:48:32.2288357Z * [new branch] gh/etaf/98/orig -> origin/gh/etaf/98/orig 2025-03-04T19:48:32.2289503Z * [new branch] gh/etaf/99/base -> origin/gh/etaf/99/base 2025-03-04T19:48:32.2290461Z * [new branch] gh/etaf/99/head -> origin/gh/etaf/99/head 2025-03-04T19:48:32.2291396Z * [new branch] gh/etaf/99/orig -> origin/gh/etaf/99/orig 2025-03-04T19:48:32.2293098Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-03-04T19:48:32.2294059Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-03-04T19:48:32.2295051Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-03-04T19:48:32.2296358Z * [new branch] gh/ezyang/2449/orig -> origin/gh/ezyang/2449/orig 2025-03-04T19:48:32.2297615Z * [new branch] gh/ezyang/2479/next -> origin/gh/ezyang/2479/next 2025-03-04T19:48:32.2298847Z * [new branch] gh/ezyang/2480/next -> origin/gh/ezyang/2480/next 2025-03-04T19:48:32.2300117Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-03-04T19:48:32.2301100Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-03-04T19:48:32.2302190Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-03-04T19:48:32.2303459Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-03-04T19:48:32.2304699Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-03-04T19:48:32.2305527Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-03-04T19:48:32.2306700Z * [new branch] gh/ezyang/2997/base -> origin/gh/ezyang/2997/base 2025-03-04T19:48:32.2307817Z * [new branch] gh/ezyang/2997/head -> origin/gh/ezyang/2997/head 2025-03-04T19:48:32.2308694Z * [new branch] gh/ezyang/2997/orig -> origin/gh/ezyang/2997/orig 2025-03-04T19:48:32.2309939Z * [new branch] gh/ezyang/3031/base -> origin/gh/ezyang/3031/base 2025-03-04T19:48:32.2310902Z * [new branch] gh/ezyang/3031/head -> origin/gh/ezyang/3031/head 2025-03-04T19:48:32.2311899Z * [new branch] gh/ezyang/3031/orig -> origin/gh/ezyang/3031/orig 2025-03-04T19:48:32.2313138Z * [new branch] gh/ezyang/3068/base -> origin/gh/ezyang/3068/base 2025-03-04T19:48:32.2314144Z * [new branch] gh/ezyang/3068/head -> origin/gh/ezyang/3068/head 2025-03-04T19:48:32.2315016Z * [new branch] gh/ezyang/3068/orig -> origin/gh/ezyang/3068/orig 2025-03-04T19:48:32.2316616Z * [new branch] gh/fduwjj/111/base -> origin/gh/fduwjj/111/base 2025-03-04T19:48:32.2317669Z * [new branch] gh/fduwjj/111/head -> origin/gh/fduwjj/111/head 2025-03-04T19:48:32.2318541Z * [new branch] gh/fduwjj/111/orig -> origin/gh/fduwjj/111/orig 2025-03-04T19:48:32.2320246Z * [new branch] gh/fegin/148/base -> origin/gh/fegin/148/base 2025-03-04T19:48:32.2321291Z * [new branch] gh/fegin/148/head -> origin/gh/fegin/148/head 2025-03-04T19:48:32.2322344Z * [new branch] gh/fegin/148/orig -> origin/gh/fegin/148/orig 2025-03-04T19:48:32.2323624Z * [new branch] gh/fegin/159/base -> origin/gh/fegin/159/base 2025-03-04T19:48:32.2324695Z * [new branch] gh/fegin/159/head -> origin/gh/fegin/159/head 2025-03-04T19:48:32.2325729Z * [new branch] gh/fegin/159/orig -> origin/gh/fegin/159/orig 2025-03-04T19:48:32.2327123Z * [new branch] gh/fegin/160/base -> origin/gh/fegin/160/base 2025-03-04T19:48:32.2328033Z * [new branch] gh/fegin/160/head -> origin/gh/fegin/160/head 2025-03-04T19:48:32.2328918Z * [new branch] gh/fegin/160/orig -> origin/gh/fegin/160/orig 2025-03-04T19:48:32.2330273Z * [new branch] gh/fegin/169/base -> origin/gh/fegin/169/base 2025-03-04T19:48:32.2331382Z * [new branch] gh/fegin/169/head -> origin/gh/fegin/169/head 2025-03-04T19:48:32.2332368Z * [new branch] gh/fegin/169/orig -> origin/gh/fegin/169/orig 2025-03-04T19:48:32.2333660Z * [new branch] gh/fegin/171/base -> origin/gh/fegin/171/base 2025-03-04T19:48:32.2334728Z * [new branch] gh/fegin/171/head -> origin/gh/fegin/171/head 2025-03-04T19:48:32.2335769Z * [new branch] gh/fegin/171/orig -> origin/gh/fegin/171/orig 2025-03-04T19:48:32.2337034Z * [new branch] gh/fegin/172/base -> origin/gh/fegin/172/base 2025-03-04T19:48:32.2338131Z * [new branch] gh/fegin/172/head -> origin/gh/fegin/172/head 2025-03-04T19:48:32.2339136Z * [new branch] gh/fegin/172/orig -> origin/gh/fegin/172/orig 2025-03-04T19:48:32.2340437Z * [new branch] gh/fegin/294/base -> origin/gh/fegin/294/base 2025-03-04T19:48:32.2341539Z * [new branch] gh/fegin/294/head -> origin/gh/fegin/294/head 2025-03-04T19:48:32.2342531Z * [new branch] gh/fegin/294/orig -> origin/gh/fegin/294/orig 2025-03-04T19:48:32.2343826Z * [new branch] gh/fegin/295/base -> origin/gh/fegin/295/base 2025-03-04T19:48:32.2344710Z * [new branch] gh/fegin/295/head -> origin/gh/fegin/295/head 2025-03-04T19:48:32.2345803Z * [new branch] gh/fegin/295/orig -> origin/gh/fegin/295/orig 2025-03-04T19:48:32.2347066Z * [new branch] gh/fegin/296/base -> origin/gh/fegin/296/base 2025-03-04T19:48:32.2348238Z * [new branch] gh/fegin/296/head -> origin/gh/fegin/296/head 2025-03-04T19:48:32.2348994Z * [new branch] gh/fegin/296/orig -> origin/gh/fegin/296/orig 2025-03-04T19:48:32.2350279Z * [new branch] gh/fegin/297/base -> origin/gh/fegin/297/base 2025-03-04T19:48:32.2351318Z * [new branch] gh/fegin/297/head -> origin/gh/fegin/297/head 2025-03-04T19:48:32.2352325Z * [new branch] gh/fegin/297/orig -> origin/gh/fegin/297/orig 2025-03-04T19:48:32.2353800Z * [new branch] gh/fffrog/26/base -> origin/gh/fffrog/26/base 2025-03-04T19:48:32.2354800Z * [new branch] gh/fffrog/26/head -> origin/gh/fffrog/26/head 2025-03-04T19:48:32.2355688Z * [new branch] gh/fffrog/26/orig -> origin/gh/fffrog/26/orig 2025-03-04T19:48:32.2356982Z * [new branch] gh/fffrog/28/base -> origin/gh/fffrog/28/base 2025-03-04T19:48:32.2357990Z * [new branch] gh/fffrog/28/head -> origin/gh/fffrog/28/head 2025-03-04T19:48:32.2358883Z * [new branch] gh/fffrog/28/orig -> origin/gh/fffrog/28/orig 2025-03-04T19:48:32.2360170Z * [new branch] gh/fffrog/37/base -> origin/gh/fffrog/37/base 2025-03-04T19:48:32.2361206Z * [new branch] gh/fffrog/37/head -> origin/gh/fffrog/37/head 2025-03-04T19:48:32.2362208Z * [new branch] gh/fffrog/37/orig -> origin/gh/fffrog/37/orig 2025-03-04T19:48:32.2363415Z * [new branch] gh/fffrog/38/base -> origin/gh/fffrog/38/base 2025-03-04T19:48:32.2364418Z * [new branch] gh/fffrog/38/head -> origin/gh/fffrog/38/head 2025-03-04T19:48:32.2365429Z * [new branch] gh/fffrog/38/orig -> origin/gh/fffrog/38/orig 2025-03-04T19:48:32.2366600Z * [new branch] gh/fffrog/39/base -> origin/gh/fffrog/39/base 2025-03-04T19:48:32.2367591Z * [new branch] gh/fffrog/39/head -> origin/gh/fffrog/39/head 2025-03-04T19:48:32.2368623Z * [new branch] gh/fffrog/39/orig -> origin/gh/fffrog/39/orig 2025-03-04T19:48:32.2369919Z * [new branch] gh/fffrog/40/base -> origin/gh/fffrog/40/base 2025-03-04T19:48:32.2370818Z * [new branch] gh/fffrog/40/head -> origin/gh/fffrog/40/head 2025-03-04T19:48:32.2372023Z * [new branch] gh/fffrog/40/orig -> origin/gh/fffrog/40/orig 2025-03-04T19:48:32.2373403Z * [new branch] gh/fffrog/41/base -> origin/gh/fffrog/41/base 2025-03-04T19:48:32.2374460Z * [new branch] gh/fffrog/41/head -> origin/gh/fffrog/41/head 2025-03-04T19:48:32.2375273Z * [new branch] gh/fffrog/41/orig -> origin/gh/fffrog/41/orig 2025-03-04T19:48:32.2376621Z * [new branch] gh/fffrog/42/base -> origin/gh/fffrog/42/base 2025-03-04T19:48:32.2377624Z * [new branch] gh/fffrog/42/head -> origin/gh/fffrog/42/head 2025-03-04T19:48:32.2378487Z * [new branch] gh/fffrog/42/orig -> origin/gh/fffrog/42/orig 2025-03-04T19:48:32.2379769Z * [new branch] gh/fffrog/43/base -> origin/gh/fffrog/43/base 2025-03-04T19:48:32.2380694Z * [new branch] gh/fffrog/43/head -> origin/gh/fffrog/43/head 2025-03-04T19:48:32.2381726Z * [new branch] gh/fffrog/43/orig -> origin/gh/fffrog/43/orig 2025-03-04T19:48:32.2383063Z * [new branch] gh/fffrog/44/base -> origin/gh/fffrog/44/base 2025-03-04T19:48:32.2384021Z * [new branch] gh/fffrog/44/head -> origin/gh/fffrog/44/head 2025-03-04T19:48:32.2385022Z * [new branch] gh/fffrog/44/orig -> origin/gh/fffrog/44/orig 2025-03-04T19:48:32.2386325Z * [new branch] gh/fffrog/45/base -> origin/gh/fffrog/45/base 2025-03-04T19:48:32.2387353Z * [new branch] gh/fffrog/45/head -> origin/gh/fffrog/45/head 2025-03-04T19:48:32.2388474Z * [new branch] gh/fffrog/45/orig -> origin/gh/fffrog/45/orig 2025-03-04T19:48:32.2389543Z * [new branch] gh/fffrog/46/base -> origin/gh/fffrog/46/base 2025-03-04T19:48:32.2390517Z * [new branch] gh/fffrog/46/head -> origin/gh/fffrog/46/head 2025-03-04T19:48:32.2391461Z * [new branch] gh/fffrog/46/orig -> origin/gh/fffrog/46/orig 2025-03-04T19:48:32.2392735Z * [new branch] gh/fffrog/47/base -> origin/gh/fffrog/47/base 2025-03-04T19:48:32.2393683Z * [new branch] gh/fffrog/47/head -> origin/gh/fffrog/47/head 2025-03-04T19:48:32.2394661Z * [new branch] gh/fffrog/47/orig -> origin/gh/fffrog/47/orig 2025-03-04T19:48:32.2395888Z * [new branch] gh/fffrog/48/base -> origin/gh/fffrog/48/base 2025-03-04T19:48:32.2396857Z * [new branch] gh/fffrog/48/head -> origin/gh/fffrog/48/head 2025-03-04T19:48:32.2397838Z * [new branch] gh/fffrog/48/orig -> origin/gh/fffrog/48/orig 2025-03-04T19:48:32.2399102Z * [new branch] gh/fffrog/49/base -> origin/gh/fffrog/49/base 2025-03-04T19:48:32.2400045Z * [new branch] gh/fffrog/49/head -> origin/gh/fffrog/49/head 2025-03-04T19:48:32.2400995Z * [new branch] gh/fffrog/49/orig -> origin/gh/fffrog/49/orig 2025-03-04T19:48:32.2402630Z * [new branch] gh/gasoonjia/2/base -> origin/gh/gasoonjia/2/base 2025-03-04T19:48:32.2403595Z * [new branch] gh/gasoonjia/2/head -> origin/gh/gasoonjia/2/head 2025-03-04T19:48:32.2404589Z * [new branch] gh/gasoonjia/2/orig -> origin/gh/gasoonjia/2/orig 2025-03-04T19:48:32.2406087Z * [new branch] gh/guangyey/114/base -> origin/gh/guangyey/114/base 2025-03-04T19:48:32.2407088Z * [new branch] gh/guangyey/114/head -> origin/gh/guangyey/114/head 2025-03-04T19:48:32.2408044Z * [new branch] gh/guangyey/114/orig -> origin/gh/guangyey/114/orig 2025-03-04T19:48:32.2409328Z * [new branch] gh/guangyey/118/base -> origin/gh/guangyey/118/base 2025-03-04T19:48:32.2410327Z * [new branch] gh/guangyey/118/head -> origin/gh/guangyey/118/head 2025-03-04T19:48:32.2411330Z * [new branch] gh/guangyey/118/orig -> origin/gh/guangyey/118/orig 2025-03-04T19:48:32.2412559Z * [new branch] gh/guangyey/123/base -> origin/gh/guangyey/123/base 2025-03-04T19:48:32.2413548Z * [new branch] gh/guangyey/123/head -> origin/gh/guangyey/123/head 2025-03-04T19:48:32.2414518Z * [new branch] gh/guangyey/123/orig -> origin/gh/guangyey/123/orig 2025-03-04T19:48:32.2415896Z * [new branch] gh/guangyey/124/base -> origin/gh/guangyey/124/base 2025-03-04T19:48:32.2417012Z * [new branch] gh/guangyey/124/head -> origin/gh/guangyey/124/head 2025-03-04T19:48:32.2417859Z * [new branch] gh/guangyey/124/orig -> origin/gh/guangyey/124/orig 2025-03-04T19:48:32.2419117Z * [new branch] gh/guangyey/125/base -> origin/gh/guangyey/125/base 2025-03-04T19:48:32.2420178Z * [new branch] gh/guangyey/125/head -> origin/gh/guangyey/125/head 2025-03-04T19:48:32.2421043Z * [new branch] gh/guangyey/125/orig -> origin/gh/guangyey/125/orig 2025-03-04T19:48:32.2422570Z * [new branch] gh/guangyey/71/base -> origin/gh/guangyey/71/base 2025-03-04T19:48:32.2423477Z * [new branch] gh/guangyey/71/head -> origin/gh/guangyey/71/head 2025-03-04T19:48:32.2424512Z * [new branch] gh/guangyey/71/orig -> origin/gh/guangyey/71/orig 2025-03-04T19:48:32.2425858Z * [new branch] gh/guangyey/79/base -> origin/gh/guangyey/79/base 2025-03-04T19:48:32.2426970Z * [new branch] gh/guangyey/79/head -> origin/gh/guangyey/79/head 2025-03-04T19:48:32.2427858Z * [new branch] gh/guangyey/79/orig -> origin/gh/guangyey/79/orig 2025-03-04T19:48:32.2429158Z * [new branch] gh/guangyey/87/base -> origin/gh/guangyey/87/base 2025-03-04T19:48:32.2430163Z * [new branch] gh/guangyey/87/head -> origin/gh/guangyey/87/head 2025-03-04T19:48:32.2431055Z * [new branch] gh/guangyey/87/orig -> origin/gh/guangyey/87/orig 2025-03-04T19:48:32.2432360Z * [new branch] gh/guangyey/89/base -> origin/gh/guangyey/89/base 2025-03-04T19:48:32.2433398Z * [new branch] gh/guangyey/89/head -> origin/gh/guangyey/89/head 2025-03-04T19:48:32.2434885Z * [new branch] gh/guangyey/89/orig -> origin/gh/guangyey/89/orig 2025-03-04T19:48:32.2436077Z * [new branch] gh/guilhermeleobas/100/base -> origin/gh/guilhermeleobas/100/base 2025-03-04T19:48:32.2436961Z * [new branch] gh/guilhermeleobas/100/head -> origin/gh/guilhermeleobas/100/head 2025-03-04T19:48:32.2438006Z * [new branch] gh/guilhermeleobas/100/orig -> origin/gh/guilhermeleobas/100/orig 2025-03-04T19:48:32.2439236Z * [new branch] gh/guilhermeleobas/101/base -> origin/gh/guilhermeleobas/101/base 2025-03-04T19:48:32.2440290Z * [new branch] gh/guilhermeleobas/101/head -> origin/gh/guilhermeleobas/101/head 2025-03-04T19:48:32.2441207Z * [new branch] gh/guilhermeleobas/101/orig -> origin/gh/guilhermeleobas/101/orig 2025-03-04T19:48:32.2442443Z * [new branch] gh/guilhermeleobas/102/base -> origin/gh/guilhermeleobas/102/base 2025-03-04T19:48:32.2443515Z * [new branch] gh/guilhermeleobas/102/head -> origin/gh/guilhermeleobas/102/head 2025-03-04T19:48:32.2444414Z * [new branch] gh/guilhermeleobas/102/orig -> origin/gh/guilhermeleobas/102/orig 2025-03-04T19:48:32.2445702Z * [new branch] gh/guilhermeleobas/103/base -> origin/gh/guilhermeleobas/103/base 2025-03-04T19:48:32.2446612Z * [new branch] gh/guilhermeleobas/103/head -> origin/gh/guilhermeleobas/103/head 2025-03-04T19:48:32.2447633Z * [new branch] gh/guilhermeleobas/103/orig -> origin/gh/guilhermeleobas/103/orig 2025-03-04T19:48:32.2448952Z * [new branch] gh/guilhermeleobas/104/base -> origin/gh/guilhermeleobas/104/base 2025-03-04T19:48:32.2450016Z * [new branch] gh/guilhermeleobas/104/head -> origin/gh/guilhermeleobas/104/head 2025-03-04T19:48:32.2450913Z * [new branch] gh/guilhermeleobas/104/orig -> origin/gh/guilhermeleobas/104/orig 2025-03-04T19:48:32.2452234Z * [new branch] gh/guilhermeleobas/105/base -> origin/gh/guilhermeleobas/105/base 2025-03-04T19:48:32.2453151Z * [new branch] gh/guilhermeleobas/105/head -> origin/gh/guilhermeleobas/105/head 2025-03-04T19:48:32.2454253Z * [new branch] gh/guilhermeleobas/105/orig -> origin/gh/guilhermeleobas/105/orig 2025-03-04T19:48:32.2455474Z * [new branch] gh/guilhermeleobas/106/base -> origin/gh/guilhermeleobas/106/base 2025-03-04T19:48:32.2456406Z * [new branch] gh/guilhermeleobas/106/head -> origin/gh/guilhermeleobas/106/head 2025-03-04T19:48:32.2457330Z * [new branch] gh/guilhermeleobas/106/orig -> origin/gh/guilhermeleobas/106/orig 2025-03-04T19:48:32.2458628Z * [new branch] gh/guilhermeleobas/107/base -> origin/gh/guilhermeleobas/107/base 2025-03-04T19:48:32.2459789Z * [new branch] gh/guilhermeleobas/107/head -> origin/gh/guilhermeleobas/107/head 2025-03-04T19:48:32.2460619Z * [new branch] gh/guilhermeleobas/107/orig -> origin/gh/guilhermeleobas/107/orig 2025-03-04T19:48:32.2461979Z * [new branch] gh/guilhermeleobas/108/base -> origin/gh/guilhermeleobas/108/base 2025-03-04T19:48:32.2463126Z * [new branch] gh/guilhermeleobas/108/head -> origin/gh/guilhermeleobas/108/head 2025-03-04T19:48:32.2463922Z * [new branch] gh/guilhermeleobas/108/orig -> origin/gh/guilhermeleobas/108/orig 2025-03-04T19:48:32.2465332Z * [new branch] gh/guilhermeleobas/109/base -> origin/gh/guilhermeleobas/109/base 2025-03-04T19:48:32.2466262Z * [new branch] gh/guilhermeleobas/109/head -> origin/gh/guilhermeleobas/109/head 2025-03-04T19:48:32.2467333Z * [new branch] gh/guilhermeleobas/109/orig -> origin/gh/guilhermeleobas/109/orig 2025-03-04T19:48:32.2468546Z * [new branch] gh/guilhermeleobas/11/base -> origin/gh/guilhermeleobas/11/base 2025-03-04T19:48:32.2469638Z * [new branch] gh/guilhermeleobas/11/head -> origin/gh/guilhermeleobas/11/head 2025-03-04T19:48:32.2470541Z * [new branch] gh/guilhermeleobas/11/orig -> origin/gh/guilhermeleobas/11/orig 2025-03-04T19:48:32.2471971Z * [new branch] gh/guilhermeleobas/73/base -> origin/gh/guilhermeleobas/73/base 2025-03-04T19:48:32.2475598Z * [new branch] gh/guilhermeleobas/73/head -> origin/gh/guilhermeleobas/73/head 2025-03-04T19:48:32.2476609Z * [new branch] gh/guilhermeleobas/73/orig -> origin/gh/guilhermeleobas/73/orig 2025-03-04T19:48:32.2478010Z * [new branch] gh/guilhermeleobas/79/base -> origin/gh/guilhermeleobas/79/base 2025-03-04T19:48:32.2478939Z * [new branch] gh/guilhermeleobas/79/head -> origin/gh/guilhermeleobas/79/head 2025-03-04T19:48:32.2479995Z * [new branch] gh/guilhermeleobas/79/orig -> origin/gh/guilhermeleobas/79/orig 2025-03-04T19:48:32.2481179Z * [new branch] gh/guilhermeleobas/83/base -> origin/gh/guilhermeleobas/83/base 2025-03-04T19:48:32.2482132Z * [new branch] gh/guilhermeleobas/83/head -> origin/gh/guilhermeleobas/83/head 2025-03-04T19:48:32.2483127Z * [new branch] gh/guilhermeleobas/83/orig -> origin/gh/guilhermeleobas/83/orig 2025-03-04T19:48:32.2484429Z * [new branch] gh/guilhermeleobas/86/base -> origin/gh/guilhermeleobas/86/base 2025-03-04T19:48:32.2485341Z * [new branch] gh/guilhermeleobas/86/head -> origin/gh/guilhermeleobas/86/head 2025-03-04T19:48:32.2486404Z * [new branch] gh/guilhermeleobas/86/orig -> origin/gh/guilhermeleobas/86/orig 2025-03-04T19:48:32.2487637Z * [new branch] gh/guilhermeleobas/87/base -> origin/gh/guilhermeleobas/87/base 2025-03-04T19:48:32.2488727Z * [new branch] gh/guilhermeleobas/87/head -> origin/gh/guilhermeleobas/87/head 2025-03-04T19:48:32.2489556Z * [new branch] gh/guilhermeleobas/87/orig -> origin/gh/guilhermeleobas/87/orig 2025-03-04T19:48:32.2490980Z * [new branch] gh/guilhermeleobas/88/base -> origin/gh/guilhermeleobas/88/base 2025-03-04T19:48:32.2491988Z * [new branch] gh/guilhermeleobas/88/head -> origin/gh/guilhermeleobas/88/head 2025-03-04T19:48:32.2492904Z * [new branch] gh/guilhermeleobas/88/orig -> origin/gh/guilhermeleobas/88/orig 2025-03-04T19:48:32.2494617Z * [new branch] gh/guilhermeleobas/89/base -> origin/gh/guilhermeleobas/89/base 2025-03-04T19:48:32.2495671Z * [new branch] gh/guilhermeleobas/89/head -> origin/gh/guilhermeleobas/89/head 2025-03-04T19:48:32.2496599Z * [new branch] gh/guilhermeleobas/89/orig -> origin/gh/guilhermeleobas/89/orig 2025-03-04T19:48:32.2497951Z * [new branch] gh/guilhermeleobas/90/base -> origin/gh/guilhermeleobas/90/base 2025-03-04T19:48:32.2498908Z * [new branch] gh/guilhermeleobas/90/head -> origin/gh/guilhermeleobas/90/head 2025-03-04T19:48:32.2499895Z * [new branch] gh/guilhermeleobas/90/orig -> origin/gh/guilhermeleobas/90/orig 2025-03-04T19:48:32.2501203Z * [new branch] gh/guilhermeleobas/91/base -> origin/gh/guilhermeleobas/91/base 2025-03-04T19:48:32.2502471Z * [new branch] gh/guilhermeleobas/91/head -> origin/gh/guilhermeleobas/91/head 2025-03-04T19:48:32.2503525Z * [new branch] gh/guilhermeleobas/91/orig -> origin/gh/guilhermeleobas/91/orig 2025-03-04T19:48:32.2504869Z * [new branch] gh/guilhermeleobas/92/base -> origin/gh/guilhermeleobas/92/base 2025-03-04T19:48:32.2505790Z * [new branch] gh/guilhermeleobas/92/head -> origin/gh/guilhermeleobas/92/head 2025-03-04T19:48:32.2506831Z * [new branch] gh/guilhermeleobas/92/orig -> origin/gh/guilhermeleobas/92/orig 2025-03-04T19:48:32.2508156Z * [new branch] gh/guilhermeleobas/93/base -> origin/gh/guilhermeleobas/93/base 2025-03-04T19:48:32.2509077Z * [new branch] gh/guilhermeleobas/93/head -> origin/gh/guilhermeleobas/93/head 2025-03-04T19:48:32.2510090Z * [new branch] gh/guilhermeleobas/93/orig -> origin/gh/guilhermeleobas/93/orig 2025-03-04T19:48:32.2511410Z * [new branch] gh/guilhermeleobas/94/base -> origin/gh/guilhermeleobas/94/base 2025-03-04T19:48:32.2512495Z * [new branch] gh/guilhermeleobas/94/head -> origin/gh/guilhermeleobas/94/head 2025-03-04T19:48:32.2513329Z * [new branch] gh/guilhermeleobas/94/orig -> origin/gh/guilhermeleobas/94/orig 2025-03-04T19:48:32.2514734Z * [new branch] gh/guilhermeleobas/95/base -> origin/gh/guilhermeleobas/95/base 2025-03-04T19:48:32.2517203Z * [new branch] gh/guilhermeleobas/95/head -> origin/gh/guilhermeleobas/95/head 2025-03-04T19:48:32.2518218Z * [new branch] gh/guilhermeleobas/95/orig -> origin/gh/guilhermeleobas/95/orig 2025-03-04T19:48:32.2519522Z * [new branch] gh/guilhermeleobas/96/base -> origin/gh/guilhermeleobas/96/base 2025-03-04T19:48:32.2520589Z * [new branch] gh/guilhermeleobas/96/head -> origin/gh/guilhermeleobas/96/head 2025-03-04T19:48:32.2521456Z * [new branch] gh/guilhermeleobas/96/orig -> origin/gh/guilhermeleobas/96/orig 2025-03-04T19:48:32.2522854Z * [new branch] gh/guilhermeleobas/97/base -> origin/gh/guilhermeleobas/97/base 2025-03-04T19:48:32.2523890Z * [new branch] gh/guilhermeleobas/97/head -> origin/gh/guilhermeleobas/97/head 2025-03-04T19:48:32.2524818Z * [new branch] gh/guilhermeleobas/97/orig -> origin/gh/guilhermeleobas/97/orig 2025-03-04T19:48:32.2526068Z * [new branch] gh/guilhermeleobas/98/base -> origin/gh/guilhermeleobas/98/base 2025-03-04T19:48:32.2527154Z * [new branch] gh/guilhermeleobas/98/head -> origin/gh/guilhermeleobas/98/head 2025-03-04T19:48:32.2528058Z * [new branch] gh/guilhermeleobas/98/orig -> origin/gh/guilhermeleobas/98/orig 2025-03-04T19:48:32.2529393Z * [new branch] gh/guilhermeleobas/99/base -> origin/gh/guilhermeleobas/99/base 2025-03-04T19:48:32.2530315Z * [new branch] gh/guilhermeleobas/99/head -> origin/gh/guilhermeleobas/99/head 2025-03-04T19:48:32.2531374Z * [new branch] gh/guilhermeleobas/99/orig -> origin/gh/guilhermeleobas/99/orig 2025-03-04T19:48:32.2533137Z * [new branch] gh/henrylhtsang/1/base -> origin/gh/henrylhtsang/1/base 2025-03-04T19:48:32.2534359Z * [new branch] gh/henrylhtsang/1/head -> origin/gh/henrylhtsang/1/head 2025-03-04T19:48:32.2535364Z * [new branch] gh/henrylhtsang/1/orig -> origin/gh/henrylhtsang/1/orig 2025-03-04T19:48:32.2536797Z * [new branch] gh/henrylhtsang/10/base -> origin/gh/henrylhtsang/10/base 2025-03-04T19:48:32.2537930Z * [new branch] gh/henrylhtsang/10/head -> origin/gh/henrylhtsang/10/head 2025-03-04T19:48:32.2538759Z * [new branch] gh/henrylhtsang/10/orig -> origin/gh/henrylhtsang/10/orig 2025-03-04T19:48:32.2540168Z * [new branch] gh/henrylhtsang/11/base -> origin/gh/henrylhtsang/11/base 2025-03-04T19:48:32.2541271Z * [new branch] gh/henrylhtsang/11/head -> origin/gh/henrylhtsang/11/head 2025-03-04T19:48:32.2542255Z * [new branch] gh/henrylhtsang/11/orig -> origin/gh/henrylhtsang/11/orig 2025-03-04T19:48:32.2543583Z * [new branch] gh/henrylhtsang/12/base -> origin/gh/henrylhtsang/12/base 2025-03-04T19:48:32.2544617Z * [new branch] gh/henrylhtsang/12/head -> origin/gh/henrylhtsang/12/head 2025-03-04T19:48:32.2545596Z * [new branch] gh/henrylhtsang/12/orig -> origin/gh/henrylhtsang/12/orig 2025-03-04T19:48:32.2546964Z * [new branch] gh/henrylhtsang/13/base -> origin/gh/henrylhtsang/13/base 2025-03-04T19:48:32.2548003Z * [new branch] gh/henrylhtsang/13/head -> origin/gh/henrylhtsang/13/head 2025-03-04T19:48:32.2548917Z * [new branch] gh/henrylhtsang/13/orig -> origin/gh/henrylhtsang/13/orig 2025-03-04T19:48:32.2550210Z * [new branch] gh/henrylhtsang/14/base -> origin/gh/henrylhtsang/14/base 2025-03-04T19:48:32.2551245Z * [new branch] gh/henrylhtsang/14/head -> origin/gh/henrylhtsang/14/head 2025-03-04T19:48:32.2552139Z * [new branch] gh/henrylhtsang/14/orig -> origin/gh/henrylhtsang/14/orig 2025-03-04T19:48:32.2553535Z * [new branch] gh/henrylhtsang/15/base -> origin/gh/henrylhtsang/15/base 2025-03-04T19:48:32.2554512Z * [new branch] gh/henrylhtsang/15/head -> origin/gh/henrylhtsang/15/head 2025-03-04T19:48:32.2555445Z * [new branch] gh/henrylhtsang/15/orig -> origin/gh/henrylhtsang/15/orig 2025-03-04T19:48:32.2556727Z * [new branch] gh/henrylhtsang/16/base -> origin/gh/henrylhtsang/16/base 2025-03-04T19:48:32.2557613Z * [new branch] gh/henrylhtsang/16/head -> origin/gh/henrylhtsang/16/head 2025-03-04T19:48:32.2558638Z * [new branch] gh/henrylhtsang/16/orig -> origin/gh/henrylhtsang/16/orig 2025-03-04T19:48:32.2559848Z * [new branch] gh/henrylhtsang/17/base -> origin/gh/henrylhtsang/17/base 2025-03-04T19:48:32.2560741Z * [new branch] gh/henrylhtsang/17/head -> origin/gh/henrylhtsang/17/head 2025-03-04T19:48:32.2561816Z * [new branch] gh/henrylhtsang/17/orig -> origin/gh/henrylhtsang/17/orig 2025-03-04T19:48:32.2563255Z * [new branch] gh/henrylhtsang/18/base -> origin/gh/henrylhtsang/18/base 2025-03-04T19:48:32.2564388Z * [new branch] gh/henrylhtsang/18/head -> origin/gh/henrylhtsang/18/head 2025-03-04T19:48:32.2565368Z * [new branch] gh/henrylhtsang/18/orig -> origin/gh/henrylhtsang/18/orig 2025-03-04T19:48:32.2566727Z * [new branch] gh/henrylhtsang/19/base -> origin/gh/henrylhtsang/19/base 2025-03-04T19:48:32.2567584Z * [new branch] gh/henrylhtsang/19/head -> origin/gh/henrylhtsang/19/head 2025-03-04T19:48:32.2568690Z * [new branch] gh/henrylhtsang/19/orig -> origin/gh/henrylhtsang/19/orig 2025-03-04T19:48:32.2569989Z * [new branch] gh/henrylhtsang/2/base -> origin/gh/henrylhtsang/2/base 2025-03-04T19:48:32.2571230Z * [new branch] gh/henrylhtsang/2/head -> origin/gh/henrylhtsang/2/head 2025-03-04T19:48:32.2571896Z * [new branch] gh/henrylhtsang/2/orig -> origin/gh/henrylhtsang/2/orig 2025-03-04T19:48:32.2573378Z * [new branch] gh/henrylhtsang/20/base -> origin/gh/henrylhtsang/20/base 2025-03-04T19:48:32.2574341Z * [new branch] gh/henrylhtsang/20/head -> origin/gh/henrylhtsang/20/head 2025-03-04T19:48:32.2575450Z * [new branch] gh/henrylhtsang/20/orig -> origin/gh/henrylhtsang/20/orig 2025-03-04T19:48:32.2577042Z * [new branch] gh/henrylhtsang/21/base -> origin/gh/henrylhtsang/21/base 2025-03-04T19:48:32.2578607Z * [new branch] gh/henrylhtsang/21/head -> origin/gh/henrylhtsang/21/head 2025-03-04T19:48:32.2580194Z * [new branch] gh/henrylhtsang/21/orig -> origin/gh/henrylhtsang/21/orig 2025-03-04T19:48:32.2582227Z * [new branch] gh/henrylhtsang/22/base -> origin/gh/henrylhtsang/22/base 2025-03-04T19:48:32.2583797Z * [new branch] gh/henrylhtsang/22/head -> origin/gh/henrylhtsang/22/head 2025-03-04T19:48:32.2586569Z * [new branch] gh/henrylhtsang/22/orig -> origin/gh/henrylhtsang/22/orig 2025-03-04T19:48:32.2587858Z * [new branch] gh/henrylhtsang/23/base -> origin/gh/henrylhtsang/23/base 2025-03-04T19:48:32.2589395Z * [new branch] gh/henrylhtsang/23/head -> origin/gh/henrylhtsang/23/head 2025-03-04T19:48:32.2591027Z * [new branch] gh/henrylhtsang/23/orig -> origin/gh/henrylhtsang/23/orig 2025-03-04T19:48:32.2593236Z * [new branch] gh/henrylhtsang/24/base -> origin/gh/henrylhtsang/24/base 2025-03-04T19:48:32.2594988Z * [new branch] gh/henrylhtsang/24/head -> origin/gh/henrylhtsang/24/head 2025-03-04T19:48:32.2596832Z * [new branch] gh/henrylhtsang/24/orig -> origin/gh/henrylhtsang/24/orig 2025-03-04T19:48:32.2598174Z * [new branch] gh/henrylhtsang/25/base -> origin/gh/henrylhtsang/25/base 2025-03-04T19:48:32.2599291Z * [new branch] gh/henrylhtsang/25/head -> origin/gh/henrylhtsang/25/head 2025-03-04T19:48:32.2600324Z * [new branch] gh/henrylhtsang/25/orig -> origin/gh/henrylhtsang/25/orig 2025-03-04T19:48:32.2602189Z * [new branch] gh/henrylhtsang/26/base -> origin/gh/henrylhtsang/26/base 2025-03-04T19:48:32.2603212Z * [new branch] gh/henrylhtsang/26/head -> origin/gh/henrylhtsang/26/head 2025-03-04T19:48:32.2604260Z * [new branch] gh/henrylhtsang/26/orig -> origin/gh/henrylhtsang/26/orig 2025-03-04T19:48:32.2605718Z * [new branch] gh/henrylhtsang/27/base -> origin/gh/henrylhtsang/27/base 2025-03-04T19:48:32.2609284Z * [new branch] gh/henrylhtsang/27/head -> origin/gh/henrylhtsang/27/head 2025-03-04T19:48:32.2610726Z * [new branch] gh/henrylhtsang/27/orig -> origin/gh/henrylhtsang/27/orig 2025-03-04T19:48:32.2611129Z * [new branch] gh/henrylhtsang/28/base -> origin/gh/henrylhtsang/28/base 2025-03-04T19:48:32.2611370Z * [new branch] gh/henrylhtsang/28/head -> origin/gh/henrylhtsang/28/head 2025-03-04T19:48:32.2611622Z * [new branch] gh/henrylhtsang/28/orig -> origin/gh/henrylhtsang/28/orig 2025-03-04T19:48:32.2612921Z * [new branch] gh/henrylhtsang/29/base -> origin/gh/henrylhtsang/29/base 2025-03-04T19:48:32.2614123Z * [new branch] gh/henrylhtsang/29/head -> origin/gh/henrylhtsang/29/head 2025-03-04T19:48:32.2615286Z * [new branch] gh/henrylhtsang/29/orig -> origin/gh/henrylhtsang/29/orig 2025-03-04T19:48:32.2616743Z * [new branch] gh/henrylhtsang/3/base -> origin/gh/henrylhtsang/3/base 2025-03-04T19:48:32.2617921Z * [new branch] gh/henrylhtsang/3/head -> origin/gh/henrylhtsang/3/head 2025-03-04T19:48:32.2619055Z * [new branch] gh/henrylhtsang/3/orig -> origin/gh/henrylhtsang/3/orig 2025-03-04T19:48:32.2620630Z * [new branch] gh/henrylhtsang/30/base -> origin/gh/henrylhtsang/30/base 2025-03-04T19:48:32.2621819Z * [new branch] gh/henrylhtsang/30/head -> origin/gh/henrylhtsang/30/head 2025-03-04T19:48:32.2622990Z * [new branch] gh/henrylhtsang/30/orig -> origin/gh/henrylhtsang/30/orig 2025-03-04T19:48:32.2624420Z * [new branch] gh/henrylhtsang/31/base -> origin/gh/henrylhtsang/31/base 2025-03-04T19:48:32.2625555Z * [new branch] gh/henrylhtsang/31/head -> origin/gh/henrylhtsang/31/head 2025-03-04T19:48:32.2626636Z * [new branch] gh/henrylhtsang/31/orig -> origin/gh/henrylhtsang/31/orig 2025-03-04T19:48:32.2628100Z * [new branch] gh/henrylhtsang/32/base -> origin/gh/henrylhtsang/32/base 2025-03-04T19:48:32.2629280Z * [new branch] gh/henrylhtsang/32/head -> origin/gh/henrylhtsang/32/head 2025-03-04T19:48:32.2630341Z * [new branch] gh/henrylhtsang/32/orig -> origin/gh/henrylhtsang/32/orig 2025-03-04T19:48:32.2631768Z * [new branch] gh/henrylhtsang/4/base -> origin/gh/henrylhtsang/4/base 2025-03-04T19:48:32.2632937Z * [new branch] gh/henrylhtsang/4/head -> origin/gh/henrylhtsang/4/head 2025-03-04T19:48:32.2634045Z * [new branch] gh/henrylhtsang/4/orig -> origin/gh/henrylhtsang/4/orig 2025-03-04T19:48:32.2635462Z * [new branch] gh/henrylhtsang/5/base -> origin/gh/henrylhtsang/5/base 2025-03-04T19:48:32.2636617Z * [new branch] gh/henrylhtsang/5/head -> origin/gh/henrylhtsang/5/head 2025-03-04T19:48:32.2637543Z * [new branch] gh/henrylhtsang/5/orig -> origin/gh/henrylhtsang/5/orig 2025-03-04T19:48:32.2639325Z * [new branch] gh/henrylhtsang/6/base -> origin/gh/henrylhtsang/6/base 2025-03-04T19:48:32.2640446Z * [new branch] gh/henrylhtsang/6/head -> origin/gh/henrylhtsang/6/head 2025-03-04T19:48:32.2641544Z * [new branch] gh/henrylhtsang/6/orig -> origin/gh/henrylhtsang/6/orig 2025-03-04T19:48:32.2642972Z * [new branch] gh/henrylhtsang/7/base -> origin/gh/henrylhtsang/7/base 2025-03-04T19:48:32.2644116Z * [new branch] gh/henrylhtsang/7/head -> origin/gh/henrylhtsang/7/head 2025-03-04T19:48:32.2645259Z * [new branch] gh/henrylhtsang/7/orig -> origin/gh/henrylhtsang/7/orig 2025-03-04T19:48:32.2646529Z * [new branch] gh/henrylhtsang/8/base -> origin/gh/henrylhtsang/8/base 2025-03-04T19:48:32.2647911Z * [new branch] gh/henrylhtsang/8/head -> origin/gh/henrylhtsang/8/head 2025-03-04T19:48:32.2648782Z * [new branch] gh/henrylhtsang/8/orig -> origin/gh/henrylhtsang/8/orig 2025-03-04T19:48:32.2650312Z * [new branch] gh/henrylhtsang/9/base -> origin/gh/henrylhtsang/9/base 2025-03-04T19:48:32.2651501Z * [new branch] gh/henrylhtsang/9/head -> origin/gh/henrylhtsang/9/head 2025-03-04T19:48:32.2652636Z * [new branch] gh/henrylhtsang/9/orig -> origin/gh/henrylhtsang/9/orig 2025-03-04T19:48:32.2654370Z * [new branch] gh/int3/10/base -> origin/gh/int3/10/base 2025-03-04T19:48:32.2655629Z * [new branch] gh/int3/10/head -> origin/gh/int3/10/head 2025-03-04T19:48:32.2656861Z * [new branch] gh/int3/10/orig -> origin/gh/int3/10/orig 2025-03-04T19:48:32.2658383Z * [new branch] gh/int3/11/base -> origin/gh/int3/11/base 2025-03-04T19:48:32.2659620Z * [new branch] gh/int3/11/head -> origin/gh/int3/11/head 2025-03-04T19:48:32.2660761Z * [new branch] gh/int3/11/orig -> origin/gh/int3/11/orig 2025-03-04T19:48:32.2662360Z * [new branch] gh/int3/21/base -> origin/gh/int3/21/base 2025-03-04T19:48:32.2663525Z * [new branch] gh/int3/21/head -> origin/gh/int3/21/head 2025-03-04T19:48:32.2664669Z * [new branch] gh/int3/21/orig -> origin/gh/int3/21/orig 2025-03-04T19:48:32.2666162Z * [new branch] gh/int3/34/base -> origin/gh/int3/34/base 2025-03-04T19:48:32.2667375Z * [new branch] gh/int3/34/head -> origin/gh/int3/34/head 2025-03-04T19:48:32.2668458Z * [new branch] gh/int3/34/orig -> origin/gh/int3/34/orig 2025-03-04T19:48:32.2669904Z * [new branch] gh/int3/36/base -> origin/gh/int3/36/base 2025-03-04T19:48:32.2671057Z * [new branch] gh/int3/36/head -> origin/gh/int3/36/head 2025-03-04T19:48:32.2672329Z * [new branch] gh/int3/36/orig -> origin/gh/int3/36/orig 2025-03-04T19:48:32.2674025Z * [new branch] gh/int3/41/base -> origin/gh/int3/41/base 2025-03-04T19:48:32.2675121Z * [new branch] gh/int3/41/head -> origin/gh/int3/41/head 2025-03-04T19:48:32.2676201Z * [new branch] gh/int3/41/orig -> origin/gh/int3/41/orig 2025-03-04T19:48:32.2677749Z * [new branch] gh/int3/45/base -> origin/gh/int3/45/base 2025-03-04T19:48:32.2678951Z * [new branch] gh/int3/45/head -> origin/gh/int3/45/head 2025-03-04T19:48:32.2680174Z * [new branch] gh/int3/45/orig -> origin/gh/int3/45/orig 2025-03-04T19:48:32.2681714Z * [new branch] gh/int3/46/base -> origin/gh/int3/46/base 2025-03-04T19:48:32.2682843Z * [new branch] gh/int3/46/head -> origin/gh/int3/46/head 2025-03-04T19:48:32.2684009Z * [new branch] gh/int3/46/orig -> origin/gh/int3/46/orig 2025-03-04T19:48:32.2685529Z * [new branch] gh/int3/47/base -> origin/gh/int3/47/base 2025-03-04T19:48:32.2687209Z * [new branch] gh/int3/47/head -> origin/gh/int3/47/head 2025-03-04T19:48:32.2687757Z * [new branch] gh/int3/47/orig -> origin/gh/int3/47/orig 2025-03-04T19:48:32.2689364Z * [new branch] gh/int3/55/base -> origin/gh/int3/55/base 2025-03-04T19:48:32.2690513Z * [new branch] gh/int3/55/head -> origin/gh/int3/55/head 2025-03-04T19:48:32.2691695Z * [new branch] gh/int3/55/orig -> origin/gh/int3/55/orig 2025-03-04T19:48:32.2693163Z * [new branch] gh/int3/79/base -> origin/gh/int3/79/base 2025-03-04T19:48:32.2694327Z * [new branch] gh/int3/79/head -> origin/gh/int3/79/head 2025-03-04T19:48:32.2695430Z * [new branch] gh/int3/79/orig -> origin/gh/int3/79/orig 2025-03-04T19:48:32.2697015Z * [new branch] gh/int3/9/base -> origin/gh/int3/9/base 2025-03-04T19:48:32.2698260Z * [new branch] gh/int3/9/head -> origin/gh/int3/9/head 2025-03-04T19:48:32.2699416Z * [new branch] gh/int3/9/orig -> origin/gh/int3/9/orig 2025-03-04T19:48:32.2700937Z * [new branch] gh/int3/94/base -> origin/gh/int3/94/base 2025-03-04T19:48:32.2715897Z * [new branch] gh/int3/94/head -> origin/gh/int3/94/head 2025-03-04T19:48:32.2716199Z * [new branch] gh/int3/94/orig -> origin/gh/int3/94/orig 2025-03-04T19:48:32.2716430Z * [new branch] gh/int3/95/base -> origin/gh/int3/95/base 2025-03-04T19:48:32.2716669Z * [new branch] gh/int3/95/head -> origin/gh/int3/95/head 2025-03-04T19:48:32.2716969Z * [new branch] gh/int3/95/orig -> origin/gh/int3/95/orig 2025-03-04T19:48:32.2717182Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-03-04T19:48:32.2717382Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-03-04T19:48:32.2717614Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-03-04T19:48:32.2717957Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-03-04T19:48:32.2718182Z * [new branch] gh/isuruf/105/base -> origin/gh/isuruf/105/base 2025-03-04T19:48:32.2718389Z * [new branch] gh/isuruf/105/head -> origin/gh/isuruf/105/head 2025-03-04T19:48:32.2718741Z * [new branch] gh/isuruf/105/orig -> origin/gh/isuruf/105/orig 2025-03-04T19:48:32.2718949Z * [new branch] gh/isuruf/110/base -> origin/gh/isuruf/110/base 2025-03-04T19:48:32.2719332Z * [new branch] gh/isuruf/110/head -> origin/gh/isuruf/110/head 2025-03-04T19:48:32.2719557Z * [new branch] gh/isuruf/110/orig -> origin/gh/isuruf/110/orig 2025-03-04T19:48:32.2719833Z * [new branch] gh/isuruf/112/base -> origin/gh/isuruf/112/base 2025-03-04T19:48:32.2721085Z * [new branch] gh/isuruf/112/head -> origin/gh/isuruf/112/head 2025-03-04T19:48:32.2721851Z * [new branch] gh/isuruf/112/orig -> origin/gh/isuruf/112/orig 2025-03-04T19:48:32.2723318Z * [new branch] gh/isuruf/115/base -> origin/gh/isuruf/115/base 2025-03-04T19:48:32.2724395Z * [new branch] gh/isuruf/115/head -> origin/gh/isuruf/115/head 2025-03-04T19:48:32.2725479Z * [new branch] gh/isuruf/115/orig -> origin/gh/isuruf/115/orig 2025-03-04T19:48:32.2726906Z * [new branch] gh/isuruf/116/base -> origin/gh/isuruf/116/base 2025-03-04T19:48:32.2728028Z * [new branch] gh/isuruf/116/head -> origin/gh/isuruf/116/head 2025-03-04T19:48:32.2729074Z * [new branch] gh/isuruf/116/orig -> origin/gh/isuruf/116/orig 2025-03-04T19:48:32.2730530Z * [new branch] gh/isuruf/117/base -> origin/gh/isuruf/117/base 2025-03-04T19:48:32.2731585Z * [new branch] gh/isuruf/117/head -> origin/gh/isuruf/117/head 2025-03-04T19:48:32.2732803Z * [new branch] gh/isuruf/117/orig -> origin/gh/isuruf/117/orig 2025-03-04T19:48:32.2734096Z * [new branch] gh/isuruf/118/base -> origin/gh/isuruf/118/base 2025-03-04T19:48:32.2735163Z * [new branch] gh/isuruf/118/head -> origin/gh/isuruf/118/head 2025-03-04T19:48:32.2736250Z * [new branch] gh/isuruf/118/orig -> origin/gh/isuruf/118/orig 2025-03-04T19:48:32.2737696Z * [new branch] gh/isuruf/119/base -> origin/gh/isuruf/119/base 2025-03-04T19:48:32.2738777Z * [new branch] gh/isuruf/119/head -> origin/gh/isuruf/119/head 2025-03-04T19:48:32.2739878Z * [new branch] gh/isuruf/119/orig -> origin/gh/isuruf/119/orig 2025-03-04T19:48:32.2741307Z * [new branch] gh/isuruf/120/base -> origin/gh/isuruf/120/base 2025-03-04T19:48:32.2742536Z * [new branch] gh/isuruf/120/head -> origin/gh/isuruf/120/head 2025-03-04T19:48:32.2743600Z * [new branch] gh/isuruf/120/orig -> origin/gh/isuruf/120/orig 2025-03-04T19:48:32.2745023Z * [new branch] gh/isuruf/121/base -> origin/gh/isuruf/121/base 2025-03-04T19:48:32.2746111Z * [new branch] gh/isuruf/121/head -> origin/gh/isuruf/121/head 2025-03-04T19:48:32.2747565Z * [new branch] gh/isuruf/121/orig -> origin/gh/isuruf/121/orig 2025-03-04T19:48:32.2748565Z * [new branch] gh/isuruf/122/base -> origin/gh/isuruf/122/base 2025-03-04T19:48:32.2749522Z * [new branch] gh/isuruf/122/head -> origin/gh/isuruf/122/head 2025-03-04T19:48:32.2750510Z * [new branch] gh/isuruf/122/orig -> origin/gh/isuruf/122/orig 2025-03-04T19:48:32.2751739Z * [new branch] gh/isuruf/123/base -> origin/gh/isuruf/123/base 2025-03-04T19:48:32.2752699Z * [new branch] gh/isuruf/123/head -> origin/gh/isuruf/123/head 2025-03-04T19:48:32.2753662Z * [new branch] gh/isuruf/123/orig -> origin/gh/isuruf/123/orig 2025-03-04T19:48:32.2754952Z * [new branch] gh/isuruf/124/base -> origin/gh/isuruf/124/base 2025-03-04T19:48:32.2755930Z * [new branch] gh/isuruf/124/head -> origin/gh/isuruf/124/head 2025-03-04T19:48:32.2756923Z * [new branch] gh/isuruf/124/orig -> origin/gh/isuruf/124/orig 2025-03-04T19:48:32.2758423Z * [new branch] gh/isuruf/125/base -> origin/gh/isuruf/125/base 2025-03-04T19:48:32.2759510Z * [new branch] gh/isuruf/125/head -> origin/gh/isuruf/125/head 2025-03-04T19:48:32.2760588Z * [new branch] gh/isuruf/125/orig -> origin/gh/isuruf/125/orig 2025-03-04T19:48:32.2761779Z * [new branch] gh/isuruf/126/base -> origin/gh/isuruf/126/base 2025-03-04T19:48:32.2762768Z * [new branch] gh/isuruf/126/head -> origin/gh/isuruf/126/head 2025-03-04T19:48:32.2763752Z * [new branch] gh/isuruf/126/orig -> origin/gh/isuruf/126/orig 2025-03-04T19:48:32.2765050Z * [new branch] gh/isuruf/39/base -> origin/gh/isuruf/39/base 2025-03-04T19:48:32.2766035Z * [new branch] gh/isuruf/39/head -> origin/gh/isuruf/39/head 2025-03-04T19:48:32.2767060Z * [new branch] gh/isuruf/39/orig -> origin/gh/isuruf/39/orig 2025-03-04T19:48:32.2768823Z * [new branch] gh/isuruf/81/base -> origin/gh/isuruf/81/base 2025-03-04T19:48:32.2769781Z * [new branch] gh/isuruf/81/head -> origin/gh/isuruf/81/head 2025-03-04T19:48:32.2770756Z * [new branch] gh/isuruf/81/orig -> origin/gh/isuruf/81/orig 2025-03-04T19:48:32.2772487Z * [new branch] gh/jamesjwu/100/base -> origin/gh/jamesjwu/100/base 2025-03-04T19:48:32.2773493Z * [new branch] gh/jamesjwu/100/head -> origin/gh/jamesjwu/100/head 2025-03-04T19:48:32.2774501Z * [new branch] gh/jamesjwu/100/orig -> origin/gh/jamesjwu/100/orig 2025-03-04T19:48:32.2775840Z * [new branch] gh/jamesjwu/101/base -> origin/gh/jamesjwu/101/base 2025-03-04T19:48:32.2777001Z * [new branch] gh/jamesjwu/101/head -> origin/gh/jamesjwu/101/head 2025-03-04T19:48:32.2778041Z * [new branch] gh/jamesjwu/101/orig -> origin/gh/jamesjwu/101/orig 2025-03-04T19:48:32.2779221Z * [new branch] gh/jamesjwu/102/base -> origin/gh/jamesjwu/102/base 2025-03-04T19:48:32.2780207Z * [new branch] gh/jamesjwu/102/head -> origin/gh/jamesjwu/102/head 2025-03-04T19:48:32.2781368Z * [new branch] gh/jamesjwu/103/base -> origin/gh/jamesjwu/103/base 2025-03-04T19:48:32.2782496Z * [new branch] gh/jamesjwu/103/head -> origin/gh/jamesjwu/103/head 2025-03-04T19:48:32.2783669Z * [new branch] gh/jamesjwu/104/base -> origin/gh/jamesjwu/104/base 2025-03-04T19:48:32.2784712Z * [new branch] gh/jamesjwu/104/head -> origin/gh/jamesjwu/104/head 2025-03-04T19:48:32.2786077Z * [new branch] gh/jamesjwu/105/base -> origin/gh/jamesjwu/105/base 2025-03-04T19:48:32.2787272Z * [new branch] gh/jamesjwu/105/head -> origin/gh/jamesjwu/105/head 2025-03-04T19:48:32.2788469Z * [new branch] gh/jamesjwu/105/orig -> origin/gh/jamesjwu/105/orig 2025-03-04T19:48:32.2790045Z * [new branch] gh/jamesjwu/106/base -> origin/gh/jamesjwu/106/base 2025-03-04T19:48:32.2791215Z * [new branch] gh/jamesjwu/106/head -> origin/gh/jamesjwu/106/head 2025-03-04T19:48:32.2792665Z * [new branch] gh/jamesjwu/106/orig -> origin/gh/jamesjwu/106/orig 2025-03-04T19:48:32.2793990Z * [new branch] gh/jamesjwu/107/base -> origin/gh/jamesjwu/107/base 2025-03-04T19:48:32.2794953Z * [new branch] gh/jamesjwu/107/head -> origin/gh/jamesjwu/107/head 2025-03-04T19:48:32.2795984Z * [new branch] gh/jamesjwu/107/orig -> origin/gh/jamesjwu/107/orig 2025-03-04T19:48:32.2797276Z * [new branch] gh/jamesjwu/108/base -> origin/gh/jamesjwu/108/base 2025-03-04T19:48:32.2798279Z * [new branch] gh/jamesjwu/108/head -> origin/gh/jamesjwu/108/head 2025-03-04T19:48:32.2799195Z * [new branch] gh/jamesjwu/108/orig -> origin/gh/jamesjwu/108/orig 2025-03-04T19:48:32.2800708Z * [new branch] gh/jamesjwu/109/base -> origin/gh/jamesjwu/109/base 2025-03-04T19:48:32.2801648Z * [new branch] gh/jamesjwu/109/head -> origin/gh/jamesjwu/109/head 2025-03-04T19:48:32.2802738Z * [new branch] gh/jamesjwu/109/orig -> origin/gh/jamesjwu/109/orig 2025-03-04T19:48:32.2804075Z * [new branch] gh/jamesjwu/110/base -> origin/gh/jamesjwu/110/base 2025-03-04T19:48:32.2805229Z * [new branch] gh/jamesjwu/110/head -> origin/gh/jamesjwu/110/head 2025-03-04T19:48:32.2806200Z * [new branch] gh/jamesjwu/110/orig -> origin/gh/jamesjwu/110/orig 2025-03-04T19:48:32.2807562Z * [new branch] gh/jamesjwu/111/base -> origin/gh/jamesjwu/111/base 2025-03-04T19:48:32.2808619Z * [new branch] gh/jamesjwu/111/head -> origin/gh/jamesjwu/111/head 2025-03-04T19:48:32.2809621Z * [new branch] gh/jamesjwu/111/orig -> origin/gh/jamesjwu/111/orig 2025-03-04T19:48:32.2810856Z * [new branch] gh/jamesjwu/112/base -> origin/gh/jamesjwu/112/base 2025-03-04T19:48:32.2811959Z * [new branch] gh/jamesjwu/112/head -> origin/gh/jamesjwu/112/head 2025-03-04T19:48:32.2812889Z * [new branch] gh/jamesjwu/112/orig -> origin/gh/jamesjwu/112/orig 2025-03-04T19:48:32.2814042Z * [new branch] gh/jamesjwu/113/base -> origin/gh/jamesjwu/113/base 2025-03-04T19:48:32.2814992Z * [new branch] gh/jamesjwu/113/head -> origin/gh/jamesjwu/113/head 2025-03-04T19:48:32.2815858Z * [new branch] gh/jamesjwu/113/orig -> origin/gh/jamesjwu/113/orig 2025-03-04T19:48:32.2817212Z * [new branch] gh/jamesjwu/114/base -> origin/gh/jamesjwu/114/base 2025-03-04T19:48:32.2818186Z * [new branch] gh/jamesjwu/114/head -> origin/gh/jamesjwu/114/head 2025-03-04T19:48:32.2819222Z * [new branch] gh/jamesjwu/114/orig -> origin/gh/jamesjwu/114/orig 2025-03-04T19:48:32.2820572Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-03-04T19:48:32.2821621Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-03-04T19:48:32.2822823Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-03-04T19:48:32.2823737Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-03-04T19:48:32.2825344Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-03-04T19:48:32.2826283Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-03-04T19:48:32.2827526Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-03-04T19:48:32.2828440Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-03-04T19:48:32.2829622Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-03-04T19:48:32.2831003Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-03-04T19:48:32.2832235Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-03-04T19:48:32.2833923Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-03-04T19:48:32.2834766Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-03-04T19:48:32.2835525Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-03-04T19:48:32.2836727Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-03-04T19:48:32.2837550Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-03-04T19:48:32.2838796Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-03-04T19:48:32.2839812Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-03-04T19:48:32.2841088Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-03-04T19:48:32.2842123Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-03-04T19:48:32.2843268Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-03-04T19:48:32.2844460Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-03-04T19:48:32.2845287Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-03-04T19:48:32.2846256Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-03-04T19:48:32.2847672Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-03-04T19:48:32.2848575Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-03-04T19:48:32.2849976Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-03-04T19:48:32.2850928Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-03-04T19:48:32.2852356Z * [new branch] gh/jamesjwu/97/base -> origin/gh/jamesjwu/97/base 2025-03-04T19:48:32.2853253Z * [new branch] gh/jamesjwu/97/head -> origin/gh/jamesjwu/97/head 2025-03-04T19:48:32.2854193Z * [new branch] gh/jamesjwu/97/orig -> origin/gh/jamesjwu/97/orig 2025-03-04T19:48:32.2855808Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-03-04T19:48:32.2856740Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-03-04T19:48:32.2857704Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-03-04T19:48:32.2858889Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-03-04T19:48:32.2859890Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-03-04T19:48:32.2860860Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-03-04T19:48:32.2862395Z * [new branch] gh/janeyx99/221/base -> origin/gh/janeyx99/221/base 2025-03-04T19:48:32.2863079Z * [new branch] gh/janeyx99/221/head -> origin/gh/janeyx99/221/head 2025-03-04T19:48:32.2864103Z * [new branch] gh/janeyx99/221/orig -> origin/gh/janeyx99/221/orig 2025-03-04T19:48:32.2865601Z * [new branch] gh/janeyx99/222/base -> origin/gh/janeyx99/222/base 2025-03-04T19:48:32.2866637Z * [new branch] gh/janeyx99/222/head -> origin/gh/janeyx99/222/head 2025-03-04T19:48:32.2867619Z * [new branch] gh/janeyx99/222/orig -> origin/gh/janeyx99/222/orig 2025-03-04T19:48:32.2868942Z * [new branch] gh/janeyx99/223/base -> origin/gh/janeyx99/223/base 2025-03-04T19:48:32.2869933Z * [new branch] gh/janeyx99/223/head -> origin/gh/janeyx99/223/head 2025-03-04T19:48:32.2870926Z * [new branch] gh/janeyx99/223/orig -> origin/gh/janeyx99/223/orig 2025-03-04T19:48:32.2872449Z * [new branch] gh/janeyx99/224/base -> origin/gh/janeyx99/224/base 2025-03-04T19:48:32.2876747Z * [new branch] gh/janeyx99/224/head -> origin/gh/janeyx99/224/head 2025-03-04T19:48:32.2877756Z * [new branch] gh/janeyx99/224/orig -> origin/gh/janeyx99/224/orig 2025-03-04T19:48:32.2879259Z * [new branch] gh/janeyx99/225/base -> origin/gh/janeyx99/225/base 2025-03-04T19:48:32.2880101Z * [new branch] gh/janeyx99/225/head -> origin/gh/janeyx99/225/head 2025-03-04T19:48:32.2881248Z * [new branch] gh/janeyx99/225/orig -> origin/gh/janeyx99/225/orig 2025-03-04T19:48:32.2882735Z * [new branch] gh/janeyx99/226/base -> origin/gh/janeyx99/226/base 2025-03-04T19:48:32.2883805Z * [new branch] gh/janeyx99/226/head -> origin/gh/janeyx99/226/head 2025-03-04T19:48:32.2884988Z * [new branch] gh/janeyx99/226/orig -> origin/gh/janeyx99/226/orig 2025-03-04T19:48:32.2886382Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-03-04T19:48:32.2887505Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-03-04T19:48:32.2888551Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-03-04T19:48:32.2890474Z * [new branch] gh/jansel/227/base -> origin/gh/jansel/227/base 2025-03-04T19:48:32.2891574Z * [new branch] gh/jansel/227/head -> origin/gh/jansel/227/head 2025-03-04T19:48:32.2892656Z * [new branch] gh/jansel/227/orig -> origin/gh/jansel/227/orig 2025-03-04T19:48:32.2894134Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-03-04T19:48:32.2895198Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-03-04T19:48:32.2896673Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-03-04T19:48:32.2897751Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-03-04T19:48:32.2898895Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-03-04T19:48:32.2900344Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-03-04T19:48:32.2901547Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-03-04T19:48:32.2902648Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-03-04T19:48:32.2904314Z * [new branch] gh/jansel/473/base -> origin/gh/jansel/473/base 2025-03-04T19:48:32.2904928Z * [new branch] gh/jansel/473/head -> origin/gh/jansel/473/head 2025-03-04T19:48:32.2906140Z * [new branch] gh/jansel/473/orig -> origin/gh/jansel/473/orig 2025-03-04T19:48:32.2907563Z * [new branch] gh/jansel/480/base -> origin/gh/jansel/480/base 2025-03-04T19:48:32.2908634Z * [new branch] gh/jansel/480/head -> origin/gh/jansel/480/head 2025-03-04T19:48:32.2909705Z * [new branch] gh/jansel/480/orig -> origin/gh/jansel/480/orig 2025-03-04T19:48:32.2911115Z * [new branch] gh/jansel/486/base -> origin/gh/jansel/486/base 2025-03-04T19:48:32.2912180Z * [new branch] gh/jansel/486/head -> origin/gh/jansel/486/head 2025-03-04T19:48:32.2913289Z * [new branch] gh/jansel/486/orig -> origin/gh/jansel/486/orig 2025-03-04T19:48:32.2914690Z * [new branch] gh/jansel/489/base -> origin/gh/jansel/489/base 2025-03-04T19:48:32.2915843Z * [new branch] gh/jansel/489/head -> origin/gh/jansel/489/head 2025-03-04T19:48:32.2916894Z * [new branch] gh/jansel/489/orig -> origin/gh/jansel/489/orig 2025-03-04T19:48:32.2918360Z * [new branch] gh/jansel/490/base -> origin/gh/jansel/490/base 2025-03-04T19:48:32.2919445Z * [new branch] gh/jansel/490/head -> origin/gh/jansel/490/head 2025-03-04T19:48:32.2920523Z * [new branch] gh/jansel/490/orig -> origin/gh/jansel/490/orig 2025-03-04T19:48:32.2921931Z * [new branch] gh/jansel/491/base -> origin/gh/jansel/491/base 2025-03-04T19:48:32.2923021Z * [new branch] gh/jansel/491/head -> origin/gh/jansel/491/head 2025-03-04T19:48:32.2924110Z * [new branch] gh/jansel/491/orig -> origin/gh/jansel/491/orig 2025-03-04T19:48:32.2925530Z * [new branch] gh/jansel/492/base -> origin/gh/jansel/492/base 2025-03-04T19:48:32.2926624Z * [new branch] gh/jansel/492/head -> origin/gh/jansel/492/head 2025-03-04T19:48:32.2927714Z * [new branch] gh/jansel/492/orig -> origin/gh/jansel/492/orig 2025-03-04T19:48:32.2929238Z * [new branch] gh/jansel/493/base -> origin/gh/jansel/493/base 2025-03-04T19:48:32.2930193Z * [new branch] gh/jansel/493/head -> origin/gh/jansel/493/head 2025-03-04T19:48:32.2931291Z * [new branch] gh/jansel/493/orig -> origin/gh/jansel/493/orig 2025-03-04T19:48:32.2932671Z * [new branch] gh/jansel/494/base -> origin/gh/jansel/494/base 2025-03-04T19:48:32.2933790Z * [new branch] gh/jansel/494/head -> origin/gh/jansel/494/head 2025-03-04T19:48:32.2934846Z * [new branch] gh/jansel/494/orig -> origin/gh/jansel/494/orig 2025-03-04T19:48:32.2936310Z * [new branch] gh/jansel/495/base -> origin/gh/jansel/495/base 2025-03-04T19:48:32.2937375Z * [new branch] gh/jansel/495/head -> origin/gh/jansel/495/head 2025-03-04T19:48:32.2938520Z * [new branch] gh/jansel/495/orig -> origin/gh/jansel/495/orig 2025-03-04T19:48:32.2939874Z * [new branch] gh/jansel/496/base -> origin/gh/jansel/496/base 2025-03-04T19:48:32.2940971Z * [new branch] gh/jansel/496/head -> origin/gh/jansel/496/head 2025-03-04T19:48:32.2942152Z * [new branch] gh/jansel/496/orig -> origin/gh/jansel/496/orig 2025-03-04T19:48:32.2943699Z * [new branch] gh/jansel/497/base -> origin/gh/jansel/497/base 2025-03-04T19:48:32.2944740Z * [new branch] gh/jansel/497/head -> origin/gh/jansel/497/head 2025-03-04T19:48:32.2945839Z * [new branch] gh/jansel/497/orig -> origin/gh/jansel/497/orig 2025-03-04T19:48:32.2947640Z * [new branch] gh/jansel/498/base -> origin/gh/jansel/498/base 2025-03-04T19:48:32.2948742Z * [new branch] gh/jansel/498/head -> origin/gh/jansel/498/head 2025-03-04T19:48:32.2949807Z * [new branch] gh/jansel/498/orig -> origin/gh/jansel/498/orig 2025-03-04T19:48:32.2951316Z * [new branch] gh/jansel/499/base -> origin/gh/jansel/499/base 2025-03-04T19:48:32.2952395Z * [new branch] gh/jansel/499/head -> origin/gh/jansel/499/head 2025-03-04T19:48:32.2953561Z * [new branch] gh/jansel/499/orig -> origin/gh/jansel/499/orig 2025-03-04T19:48:32.2954964Z * [new branch] gh/jansel/500/base -> origin/gh/jansel/500/base 2025-03-04T19:48:32.2956046Z * [new branch] gh/jansel/500/head -> origin/gh/jansel/500/head 2025-03-04T19:48:32.2957120Z * [new branch] gh/jansel/500/orig -> origin/gh/jansel/500/orig 2025-03-04T19:48:32.2958573Z * [new branch] gh/jansel/501/base -> origin/gh/jansel/501/base 2025-03-04T19:48:32.2959629Z * [new branch] gh/jansel/501/head -> origin/gh/jansel/501/head 2025-03-04T19:48:32.2960921Z * [new branch] gh/jansel/501/orig -> origin/gh/jansel/501/orig 2025-03-04T19:48:32.2962289Z * [new branch] gh/jansel/502/base -> origin/gh/jansel/502/base 2025-03-04T19:48:32.2963367Z * [new branch] gh/jansel/502/head -> origin/gh/jansel/502/head 2025-03-04T19:48:32.2964437Z * [new branch] gh/jansel/502/orig -> origin/gh/jansel/502/orig 2025-03-04T19:48:32.2965903Z * [new branch] gh/jansel/503/base -> origin/gh/jansel/503/base 2025-03-04T19:48:32.2966977Z * [new branch] gh/jansel/503/head -> origin/gh/jansel/503/head 2025-03-04T19:48:32.2968063Z * [new branch] gh/jansel/503/orig -> origin/gh/jansel/503/orig 2025-03-04T19:48:32.2969525Z * [new branch] gh/jansel/504/base -> origin/gh/jansel/504/base 2025-03-04T19:48:32.2970612Z * [new branch] gh/jansel/504/head -> origin/gh/jansel/504/head 2025-03-04T19:48:32.2972133Z * [new branch] gh/jansel/504/orig -> origin/gh/jansel/504/orig 2025-03-04T19:48:32.2973486Z * [new branch] gh/jansel/505/base -> origin/gh/jansel/505/base 2025-03-04T19:48:32.2974499Z * [new branch] gh/jansel/505/head -> origin/gh/jansel/505/head 2025-03-04T19:48:32.2975675Z * [new branch] gh/jansel/505/orig -> origin/gh/jansel/505/orig 2025-03-04T19:48:32.2977141Z * [new branch] gh/jansel/506/base -> origin/gh/jansel/506/base 2025-03-04T19:48:32.2978211Z * [new branch] gh/jansel/506/head -> origin/gh/jansel/506/head 2025-03-04T19:48:32.2979387Z * [new branch] gh/jansel/506/orig -> origin/gh/jansel/506/orig 2025-03-04T19:48:32.2980901Z * [new branch] gh/jansel/507/base -> origin/gh/jansel/507/base 2025-03-04T19:48:32.2982148Z * [new branch] gh/jansel/507/head -> origin/gh/jansel/507/head 2025-03-04T19:48:32.2983212Z * [new branch] gh/jansel/507/orig -> origin/gh/jansel/507/orig 2025-03-04T19:48:32.2984625Z * [new branch] gh/jansel/508/base -> origin/gh/jansel/508/base 2025-03-04T19:48:32.2985690Z * [new branch] gh/jansel/508/head -> origin/gh/jansel/508/head 2025-03-04T19:48:32.2986786Z * [new branch] gh/jansel/508/orig -> origin/gh/jansel/508/orig 2025-03-04T19:48:32.2988180Z * [new branch] gh/jansel/509/base -> origin/gh/jansel/509/base 2025-03-04T19:48:32.2989278Z * [new branch] gh/jansel/509/head -> origin/gh/jansel/509/head 2025-03-04T19:48:32.2990396Z * [new branch] gh/jansel/509/orig -> origin/gh/jansel/509/orig 2025-03-04T19:48:32.2991873Z * [new branch] gh/jansel/510/base -> origin/gh/jansel/510/base 2025-03-04T19:48:32.2992931Z * [new branch] gh/jansel/510/head -> origin/gh/jansel/510/head 2025-03-04T19:48:32.2994013Z * [new branch] gh/jansel/510/orig -> origin/gh/jansel/510/orig 2025-03-04T19:48:32.2995439Z * [new branch] gh/jansel/511/base -> origin/gh/jansel/511/base 2025-03-04T19:48:32.2996535Z * [new branch] gh/jansel/511/head -> origin/gh/jansel/511/head 2025-03-04T19:48:32.2997588Z * [new branch] gh/jansel/511/orig -> origin/gh/jansel/511/orig 2025-03-04T19:48:32.2999072Z * [new branch] gh/jansel/512/base -> origin/gh/jansel/512/base 2025-03-04T19:48:32.3000152Z * [new branch] gh/jansel/512/head -> origin/gh/jansel/512/head 2025-03-04T19:48:32.3001269Z * [new branch] gh/jansel/512/orig -> origin/gh/jansel/512/orig 2025-03-04T19:48:32.3002669Z * [new branch] gh/jansel/513/base -> origin/gh/jansel/513/base 2025-03-04T19:48:32.3003775Z * [new branch] gh/jansel/513/head -> origin/gh/jansel/513/head 2025-03-04T19:48:32.3004863Z * [new branch] gh/jansel/513/orig -> origin/gh/jansel/513/orig 2025-03-04T19:48:32.3006329Z * [new branch] gh/jansel/514/base -> origin/gh/jansel/514/base 2025-03-04T19:48:32.3007420Z * [new branch] gh/jansel/514/head -> origin/gh/jansel/514/head 2025-03-04T19:48:32.3008495Z * [new branch] gh/jansel/514/orig -> origin/gh/jansel/514/orig 2025-03-04T19:48:32.3009951Z * [new branch] gh/jansel/515/base -> origin/gh/jansel/515/base 2025-03-04T19:48:32.3011071Z * [new branch] gh/jansel/515/head -> origin/gh/jansel/515/head 2025-03-04T19:48:32.3012120Z * [new branch] gh/jansel/515/orig -> origin/gh/jansel/515/orig 2025-03-04T19:48:32.3013530Z * [new branch] gh/jansel/516/base -> origin/gh/jansel/516/base 2025-03-04T19:48:32.3014620Z * [new branch] gh/jansel/516/head -> origin/gh/jansel/516/head 2025-03-04T19:48:32.3015811Z * [new branch] gh/jansel/516/orig -> origin/gh/jansel/516/orig 2025-03-04T19:48:32.3017130Z * [new branch] gh/jansel/517/base -> origin/gh/jansel/517/base 2025-03-04T19:48:32.3018184Z * [new branch] gh/jansel/517/head -> origin/gh/jansel/517/head 2025-03-04T19:48:32.3019344Z * [new branch] gh/jansel/517/orig -> origin/gh/jansel/517/orig 2025-03-04T19:48:32.3020779Z * [new branch] gh/jansel/518/base -> origin/gh/jansel/518/base 2025-03-04T19:48:32.3021902Z * [new branch] gh/jansel/518/head -> origin/gh/jansel/518/head 2025-03-04T19:48:32.3022991Z * [new branch] gh/jansel/518/orig -> origin/gh/jansel/518/orig 2025-03-04T19:48:32.3024427Z * [new branch] gh/jansel/519/base -> origin/gh/jansel/519/base 2025-03-04T19:48:32.3025513Z * [new branch] gh/jansel/519/head -> origin/gh/jansel/519/head 2025-03-04T19:48:32.3026632Z * [new branch] gh/jansel/519/orig -> origin/gh/jansel/519/orig 2025-03-04T19:48:32.3028412Z * [new branch] gh/jbschlosser/195/base -> origin/gh/jbschlosser/195/base 2025-03-04T19:48:32.3029560Z * [new branch] gh/jbschlosser/195/head -> origin/gh/jbschlosser/195/head 2025-03-04T19:48:32.3030606Z * [new branch] gh/jbschlosser/195/orig -> origin/gh/jbschlosser/195/orig 2025-03-04T19:48:32.3032189Z * [new branch] gh/jbschlosser/208/base -> origin/gh/jbschlosser/208/base 2025-03-04T19:48:32.3033215Z * [new branch] gh/jbschlosser/208/head -> origin/gh/jbschlosser/208/head 2025-03-04T19:48:32.3034318Z * [new branch] gh/jbschlosser/208/orig -> origin/gh/jbschlosser/208/orig 2025-03-04T19:48:32.3035980Z * [new branch] gh/jbschlosser/214/base -> origin/gh/jbschlosser/214/base 2025-03-04T19:48:32.3037032Z * [new branch] gh/jbschlosser/214/head -> origin/gh/jbschlosser/214/head 2025-03-04T19:48:32.3038065Z * [new branch] gh/jbschlosser/214/orig -> origin/gh/jbschlosser/214/orig 2025-03-04T19:48:32.3039508Z * [new branch] gh/jbschlosser/226/base -> origin/gh/jbschlosser/226/base 2025-03-04T19:48:32.3040574Z * [new branch] gh/jbschlosser/226/head -> origin/gh/jbschlosser/226/head 2025-03-04T19:48:32.3041650Z * [new branch] gh/jbschlosser/226/orig -> origin/gh/jbschlosser/226/orig 2025-03-04T19:48:32.3043286Z * [new branch] gh/jbschlosser/227/base -> origin/gh/jbschlosser/227/base 2025-03-04T19:48:32.3044313Z * [new branch] gh/jbschlosser/227/head -> origin/gh/jbschlosser/227/head 2025-03-04T19:48:32.3045381Z * [new branch] gh/jbschlosser/227/orig -> origin/gh/jbschlosser/227/orig 2025-03-04T19:48:32.3046810Z * [new branch] gh/jbschlosser/228/base -> origin/gh/jbschlosser/228/base 2025-03-04T19:48:32.3047998Z * [new branch] gh/jbschlosser/228/head -> origin/gh/jbschlosser/228/head 2025-03-04T19:48:32.3049057Z * [new branch] gh/jbschlosser/228/orig -> origin/gh/jbschlosser/228/orig 2025-03-04T19:48:32.3050664Z * [new branch] gh/jbschlosser/229/base -> origin/gh/jbschlosser/229/base 2025-03-04T19:48:32.3051664Z * [new branch] gh/jbschlosser/229/head -> origin/gh/jbschlosser/229/head 2025-03-04T19:48:32.3052757Z * [new branch] gh/jbschlosser/229/orig -> origin/gh/jbschlosser/229/orig 2025-03-04T19:48:32.3054154Z * [new branch] gh/jbschlosser/89/base -> origin/gh/jbschlosser/89/base 2025-03-04T19:48:32.3055339Z * [new branch] gh/jbschlosser/89/head -> origin/gh/jbschlosser/89/head 2025-03-04T19:48:32.3056323Z * [new branch] gh/jbschlosser/89/orig -> origin/gh/jbschlosser/89/orig 2025-03-04T19:48:32.3058126Z * [new branch] gh/jcaip/70/base -> origin/gh/jcaip/70/base 2025-03-04T19:48:32.3059160Z * [new branch] gh/jcaip/70/head -> origin/gh/jcaip/70/head 2025-03-04T19:48:32.3060244Z * [new branch] gh/jcaip/70/orig -> origin/gh/jcaip/70/orig 2025-03-04T19:48:32.3062160Z * [new branch] gh/jerryzh168/855/base -> origin/gh/jerryzh168/855/base 2025-03-04T19:48:32.3063286Z * [new branch] gh/jerryzh168/855/head -> origin/gh/jerryzh168/855/head 2025-03-04T19:48:32.3064401Z * [new branch] gh/jerryzh168/855/orig -> origin/gh/jerryzh168/855/orig 2025-03-04T19:48:32.3065924Z * [new branch] gh/jerryzh168/859/base -> origin/gh/jerryzh168/859/base 2025-03-04T19:48:32.3067002Z * [new branch] gh/jerryzh168/859/head -> origin/gh/jerryzh168/859/head 2025-03-04T19:48:32.3068170Z * [new branch] gh/jerryzh168/859/orig -> origin/gh/jerryzh168/859/orig 2025-03-04T19:48:32.3069453Z * [new branch] gh/jerryzh168/860/base -> origin/gh/jerryzh168/860/base 2025-03-04T19:48:32.3070565Z * [new branch] gh/jerryzh168/860/head -> origin/gh/jerryzh168/860/head 2025-03-04T19:48:32.3071686Z * [new branch] gh/jerryzh168/860/orig -> origin/gh/jerryzh168/860/orig 2025-03-04T19:48:32.3073654Z * [new branch] gh/jgong5/23/base -> origin/gh/jgong5/23/base 2025-03-04T19:48:32.3074727Z * [new branch] gh/jgong5/23/head -> origin/gh/jgong5/23/head 2025-03-04T19:48:32.3076415Z * [new branch] gh/jiayisunx/34/base -> origin/gh/jiayisunx/34/base 2025-03-04T19:48:32.3077526Z * [new branch] gh/jiayisunx/34/head -> origin/gh/jiayisunx/34/head 2025-03-04T19:48:32.3078612Z * [new branch] gh/jiayisunx/34/orig -> origin/gh/jiayisunx/34/orig 2025-03-04T19:48:32.3079986Z * [new branch] gh/jiayisunx/37/base -> origin/gh/jiayisunx/37/base 2025-03-04T19:48:32.3081084Z * [new branch] gh/jiayisunx/37/head -> origin/gh/jiayisunx/37/head 2025-03-04T19:48:32.3082286Z * [new branch] gh/jiayisunx/37/orig -> origin/gh/jiayisunx/37/orig 2025-03-04T19:48:32.3083663Z * [new branch] gh/jiayisunx/50/base -> origin/gh/jiayisunx/50/base 2025-03-04T19:48:32.3084742Z * [new branch] gh/jiayisunx/50/head -> origin/gh/jiayisunx/50/head 2025-03-04T19:48:32.3085821Z * [new branch] gh/jiayisunx/50/orig -> origin/gh/jiayisunx/50/orig 2025-03-04T19:48:32.3087240Z * [new branch] gh/jiayisunx/51/base -> origin/gh/jiayisunx/51/base 2025-03-04T19:48:32.3088307Z * [new branch] gh/jiayisunx/51/head -> origin/gh/jiayisunx/51/head 2025-03-04T19:48:32.3089441Z * [new branch] gh/jiayisunx/51/orig -> origin/gh/jiayisunx/51/orig 2025-03-04T19:48:32.3090838Z * [new branch] gh/jiayisunx/53/base -> origin/gh/jiayisunx/53/base 2025-03-04T19:48:32.3091966Z * [new branch] gh/jiayisunx/53/head -> origin/gh/jiayisunx/53/head 2025-03-04T19:48:32.3093035Z * [new branch] gh/jiayisunx/53/orig -> origin/gh/jiayisunx/53/orig 2025-03-04T19:48:32.3094418Z * [new branch] gh/jiayisunx/54/base -> origin/gh/jiayisunx/54/base 2025-03-04T19:48:32.3095497Z * [new branch] gh/jiayisunx/54/head -> origin/gh/jiayisunx/54/head 2025-03-04T19:48:32.3096634Z * [new branch] gh/jiayisunx/54/orig -> origin/gh/jiayisunx/54/orig 2025-03-04T19:48:32.3098047Z * [new branch] gh/jiayisunx/55/base -> origin/gh/jiayisunx/55/base 2025-03-04T19:48:32.3099143Z * [new branch] gh/jiayisunx/55/head -> origin/gh/jiayisunx/55/head 2025-03-04T19:48:32.3100209Z * [new branch] gh/jiayisunx/55/orig -> origin/gh/jiayisunx/55/orig 2025-03-04T19:48:32.3101818Z * [new branch] gh/jiayisunx/56/base -> origin/gh/jiayisunx/56/base 2025-03-04T19:48:32.3102873Z * [new branch] gh/jiayisunx/56/head -> origin/gh/jiayisunx/56/head 2025-03-04T19:48:32.3103922Z * [new branch] gh/jiayisunx/56/orig -> origin/gh/jiayisunx/56/orig 2025-03-04T19:48:32.3105314Z * [new branch] gh/jiayisunx/57/base -> origin/gh/jiayisunx/57/base 2025-03-04T19:48:32.3106417Z * [new branch] gh/jiayisunx/57/head -> origin/gh/jiayisunx/57/head 2025-03-04T19:48:32.3107534Z * [new branch] gh/jiayisunx/57/orig -> origin/gh/jiayisunx/57/orig 2025-03-04T19:48:32.3108902Z * [new branch] gh/jiayisunx/58/base -> origin/gh/jiayisunx/58/base 2025-03-04T19:48:32.3110006Z * [new branch] gh/jiayisunx/58/head -> origin/gh/jiayisunx/58/head 2025-03-04T19:48:32.3111076Z * [new branch] gh/jiayisunx/58/orig -> origin/gh/jiayisunx/58/orig 2025-03-04T19:48:32.3112414Z * [new branch] gh/jiayisunx/59/base -> origin/gh/jiayisunx/59/base 2025-03-04T19:48:32.3113468Z * [new branch] gh/jiayisunx/59/head -> origin/gh/jiayisunx/59/head 2025-03-04T19:48:32.3114539Z * [new branch] gh/jiayisunx/59/orig -> origin/gh/jiayisunx/59/orig 2025-03-04T19:48:32.3115940Z * [new branch] gh/jiayisunx/60/base -> origin/gh/jiayisunx/60/base 2025-03-04T19:48:32.3117034Z * [new branch] gh/jiayisunx/60/head -> origin/gh/jiayisunx/60/head 2025-03-04T19:48:32.3118100Z * [new branch] gh/jiayisunx/60/orig -> origin/gh/jiayisunx/60/orig 2025-03-04T19:48:32.3119771Z * [new branch] gh/jiayisunx/61/base -> origin/gh/jiayisunx/61/base 2025-03-04T19:48:32.3120873Z * [new branch] gh/jiayisunx/61/head -> origin/gh/jiayisunx/61/head 2025-03-04T19:48:32.3122000Z * [new branch] gh/jiayisunx/61/orig -> origin/gh/jiayisunx/61/orig 2025-03-04T19:48:32.3123558Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-03-04T19:48:32.3124594Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-03-04T19:48:32.3126301Z * [new branch] gh/jon-chuang/1/base -> origin/gh/jon-chuang/1/base 2025-03-04T19:48:32.3127443Z * [new branch] gh/jon-chuang/1/head -> origin/gh/jon-chuang/1/head 2025-03-04T19:48:32.3128838Z * [new branch] gh/jon-chuang/12/base -> origin/gh/jon-chuang/12/base 2025-03-04T19:48:32.3130249Z * [new branch] gh/jon-chuang/13/base -> origin/gh/jon-chuang/13/base 2025-03-04T19:48:32.3131624Z * [new branch] gh/jon-chuang/14/base -> origin/gh/jon-chuang/14/base 2025-03-04T19:48:32.3133083Z * [new branch] gh/jon-chuang/16/base -> origin/gh/jon-chuang/16/base 2025-03-04T19:48:32.3134217Z * [new branch] gh/jon-chuang/16/head -> origin/gh/jon-chuang/16/head 2025-03-04T19:48:32.3135348Z * [new branch] gh/jon-chuang/16/orig -> origin/gh/jon-chuang/16/orig 2025-03-04T19:48:32.3136770Z * [new branch] gh/jon-chuang/19/base -> origin/gh/jon-chuang/19/base 2025-03-04T19:48:32.3137872Z * [new branch] gh/jon-chuang/19/head -> origin/gh/jon-chuang/19/head 2025-03-04T19:48:32.3138977Z * [new branch] gh/jon-chuang/19/orig -> origin/gh/jon-chuang/19/orig 2025-03-04T19:48:32.3140291Z * [new branch] gh/jon-chuang/2/base -> origin/gh/jon-chuang/2/base 2025-03-04T19:48:32.3141353Z * [new branch] gh/jon-chuang/2/head -> origin/gh/jon-chuang/2/head 2025-03-04T19:48:32.3142769Z * [new branch] gh/jon-chuang/3/base -> origin/gh/jon-chuang/3/base 2025-03-04T19:48:32.3143801Z * [new branch] gh/jon-chuang/3/head -> origin/gh/jon-chuang/3/head 2025-03-04T19:48:32.3145160Z * [new branch] gh/jon-chuang/4/base -> origin/gh/jon-chuang/4/base 2025-03-04T19:48:32.3146149Z * [new branch] gh/jon-chuang/4/head -> origin/gh/jon-chuang/4/head 2025-03-04T19:48:32.3147442Z * [new branch] gh/jon-chuang/5/base -> origin/gh/jon-chuang/5/base 2025-03-04T19:48:32.3148474Z * [new branch] gh/jon-chuang/5/head -> origin/gh/jon-chuang/5/head 2025-03-04T19:48:32.3149714Z * [new branch] gh/jon-chuang/6/base -> origin/gh/jon-chuang/6/base 2025-03-04T19:48:32.3150781Z * [new branch] gh/jon-chuang/6/head -> origin/gh/jon-chuang/6/head 2025-03-04T19:48:32.3152071Z * [new branch] gh/jon-chuang/7/base -> origin/gh/jon-chuang/7/base 2025-03-04T19:48:32.3153112Z * [new branch] gh/jon-chuang/7/head -> origin/gh/jon-chuang/7/head 2025-03-04T19:48:32.3154384Z * [new branch] gh/jon-chuang/8/base -> origin/gh/jon-chuang/8/base 2025-03-04T19:48:32.3155493Z * [new branch] gh/jon-chuang/8/head -> origin/gh/jon-chuang/8/head 2025-03-04T19:48:32.3157203Z * [new branch] gh/justinchuby/101/base -> origin/gh/justinchuby/101/base 2025-03-04T19:48:32.3158301Z * [new branch] gh/justinchuby/101/head -> origin/gh/justinchuby/101/head 2025-03-04T19:48:32.3159357Z * [new branch] gh/justinchuby/101/orig -> origin/gh/justinchuby/101/orig 2025-03-04T19:48:32.3160784Z * [new branch] gh/justinchuby/102/base -> origin/gh/justinchuby/102/base 2025-03-04T19:48:32.3161866Z * [new branch] gh/justinchuby/102/head -> origin/gh/justinchuby/102/head 2025-03-04T19:48:32.3162974Z * [new branch] gh/justinchuby/102/orig -> origin/gh/justinchuby/102/orig 2025-03-04T19:48:32.3164352Z * [new branch] gh/justinchuby/103/base -> origin/gh/justinchuby/103/base 2025-03-04T19:48:32.3165408Z * [new branch] gh/justinchuby/103/head -> origin/gh/justinchuby/103/head 2025-03-04T19:48:32.3166504Z * [new branch] gh/justinchuby/103/orig -> origin/gh/justinchuby/103/orig 2025-03-04T19:48:32.3167928Z * [new branch] gh/justinchuby/104/base -> origin/gh/justinchuby/104/base 2025-03-04T19:48:32.3168986Z * [new branch] gh/justinchuby/104/head -> origin/gh/justinchuby/104/head 2025-03-04T19:48:32.3170099Z * [new branch] gh/justinchuby/104/orig -> origin/gh/justinchuby/104/orig 2025-03-04T19:48:32.3171440Z * [new branch] gh/justinchuby/105/base -> origin/gh/justinchuby/105/base 2025-03-04T19:48:32.3175232Z * [new branch] gh/justinchuby/105/head -> origin/gh/justinchuby/105/head 2025-03-04T19:48:32.3176429Z * [new branch] gh/justinchuby/105/orig -> origin/gh/justinchuby/105/orig 2025-03-04T19:48:32.3177804Z * [new branch] gh/justinchuby/106/base -> origin/gh/justinchuby/106/base 2025-03-04T19:48:32.3178881Z * [new branch] gh/justinchuby/106/head -> origin/gh/justinchuby/106/head 2025-03-04T19:48:32.3179926Z * [new branch] gh/justinchuby/106/orig -> origin/gh/justinchuby/106/orig 2025-03-04T19:48:32.3181368Z * [new branch] gh/justinchuby/107/base -> origin/gh/justinchuby/107/base 2025-03-04T19:48:32.3182613Z * [new branch] gh/justinchuby/107/head -> origin/gh/justinchuby/107/head 2025-03-04T19:48:32.3183795Z * [new branch] gh/justinchuby/107/orig -> origin/gh/justinchuby/107/orig 2025-03-04T19:48:32.3185406Z * [new branch] gh/justinchuby/108/base -> origin/gh/justinchuby/108/base 2025-03-04T19:48:32.3186389Z * [new branch] gh/justinchuby/108/head -> origin/gh/justinchuby/108/head 2025-03-04T19:48:32.3187527Z * [new branch] gh/justinchuby/108/orig -> origin/gh/justinchuby/108/orig 2025-03-04T19:48:32.3189028Z * [new branch] gh/justinchuby/109/base -> origin/gh/justinchuby/109/base 2025-03-04T19:48:32.3190052Z * [new branch] gh/justinchuby/109/head -> origin/gh/justinchuby/109/head 2025-03-04T19:48:32.3191023Z * [new branch] gh/justinchuby/109/orig -> origin/gh/justinchuby/109/orig 2025-03-04T19:48:32.3192574Z * [new branch] gh/justinchuby/110/base -> origin/gh/justinchuby/110/base 2025-03-04T19:48:32.3193533Z * [new branch] gh/justinchuby/110/head -> origin/gh/justinchuby/110/head 2025-03-04T19:48:32.3194574Z * [new branch] gh/justinchuby/110/orig -> origin/gh/justinchuby/110/orig 2025-03-04T19:48:32.3196108Z * [new branch] gh/justinchuby/111/base -> origin/gh/justinchuby/111/base 2025-03-04T19:48:32.3197076Z * [new branch] gh/justinchuby/111/head -> origin/gh/justinchuby/111/head 2025-03-04T19:48:32.3198081Z * [new branch] gh/justinchuby/111/orig -> origin/gh/justinchuby/111/orig 2025-03-04T19:48:32.3199529Z * [new branch] gh/justinchuby/112/base -> origin/gh/justinchuby/112/base 2025-03-04T19:48:32.3200550Z * [new branch] gh/justinchuby/112/head -> origin/gh/justinchuby/112/head 2025-03-04T19:48:32.3201597Z * [new branch] gh/justinchuby/112/orig -> origin/gh/justinchuby/112/orig 2025-03-04T19:48:32.3203650Z * [new branch] gh/kadeng/1/base -> origin/gh/kadeng/1/base 2025-03-04T19:48:32.3204638Z * [new branch] gh/kadeng/1/head -> origin/gh/kadeng/1/head 2025-03-04T19:48:32.3206316Z * [new branch] gh/kadeng/1/orig -> origin/gh/kadeng/1/orig 2025-03-04T19:48:32.3207495Z * [new branch] gh/kadeng/12/base -> origin/gh/kadeng/12/base 2025-03-04T19:48:32.3208604Z * [new branch] gh/kadeng/12/head -> origin/gh/kadeng/12/head 2025-03-04T19:48:32.3210104Z * [new branch] gh/kadeng/13/base -> origin/gh/kadeng/13/base 2025-03-04T19:48:32.3211260Z * [new branch] gh/kadeng/13/head -> origin/gh/kadeng/13/head 2025-03-04T19:48:32.3212547Z * [new branch] gh/kadeng/14/base -> origin/gh/kadeng/14/base 2025-03-04T19:48:32.3213586Z * [new branch] gh/kadeng/14/head -> origin/gh/kadeng/14/head 2025-03-04T19:48:32.3215081Z * [new branch] gh/kadeng/16/base -> origin/gh/kadeng/16/base 2025-03-04T19:48:32.3216177Z * [new branch] gh/kadeng/16/head -> origin/gh/kadeng/16/head 2025-03-04T19:48:32.3218129Z * [new branch] gh/kadeng/6/base -> origin/gh/kadeng/6/base 2025-03-04T19:48:32.3219261Z * [new branch] gh/kadeng/6/head -> origin/gh/kadeng/6/head 2025-03-04T19:48:32.3220573Z * [new branch] gh/kadeng/7/base -> origin/gh/kadeng/7/base 2025-03-04T19:48:32.3222012Z * [new branch] gh/kadeng/9/base -> origin/gh/kadeng/9/base 2025-03-04T19:48:32.3223050Z * [new branch] gh/kadeng/9/head -> origin/gh/kadeng/9/head 2025-03-04T19:48:32.3224784Z * [new branch] gh/kimishpatel/186/base -> origin/gh/kimishpatel/186/base 2025-03-04T19:48:32.3225935Z * [new branch] gh/kimishpatel/186/head -> origin/gh/kimishpatel/186/head 2025-03-04T19:48:32.3227129Z * [new branch] gh/kimishpatel/186/orig -> origin/gh/kimishpatel/186/orig 2025-03-04T19:48:32.3228756Z * [new branch] gh/kurtamohler/31/base -> origin/gh/kurtamohler/31/base 2025-03-04T19:48:32.3229850Z * [new branch] gh/kurtamohler/31/head -> origin/gh/kurtamohler/31/head 2025-03-04T19:48:32.3230950Z * [new branch] gh/kurtamohler/31/orig -> origin/gh/kurtamohler/31/orig 2025-03-04T19:48:32.3232343Z * [new branch] gh/kurtamohler/32/base -> origin/gh/kurtamohler/32/base 2025-03-04T19:48:32.3233406Z * [new branch] gh/kurtamohler/32/head -> origin/gh/kurtamohler/32/head 2025-03-04T19:48:32.3234539Z * [new branch] gh/kurtamohler/32/orig -> origin/gh/kurtamohler/32/orig 2025-03-04T19:48:32.3236268Z * [new branch] gh/kwen2501/1/base -> origin/gh/kwen2501/1/base 2025-03-04T19:48:32.3237428Z * [new branch] gh/kwen2501/1/head -> origin/gh/kwen2501/1/head 2025-03-04T19:48:32.3239216Z * [new branch] gh/kwen2501/108/base -> origin/gh/kwen2501/108/base 2025-03-04T19:48:32.3240314Z * [new branch] gh/kwen2501/108/head -> origin/gh/kwen2501/108/head 2025-03-04T19:48:32.3241433Z * [new branch] gh/kwen2501/108/orig -> origin/gh/kwen2501/108/orig 2025-03-04T19:48:32.3242905Z * [new branch] gh/kwen2501/109/base -> origin/gh/kwen2501/109/base 2025-03-04T19:48:32.3244077Z * [new branch] gh/kwen2501/109/head -> origin/gh/kwen2501/109/head 2025-03-04T19:48:32.3245231Z * [new branch] gh/kwen2501/109/orig -> origin/gh/kwen2501/109/orig 2025-03-04T19:48:32.3246628Z * [new branch] gh/kwen2501/118/base -> origin/gh/kwen2501/118/base 2025-03-04T19:48:32.3247866Z * [new branch] gh/kwen2501/118/head -> origin/gh/kwen2501/118/head 2025-03-04T19:48:32.3248945Z * [new branch] gh/kwen2501/118/orig -> origin/gh/kwen2501/118/orig 2025-03-04T19:48:32.3250572Z * [new branch] gh/kwen2501/122/base -> origin/gh/kwen2501/122/base 2025-03-04T19:48:32.3252153Z * [new branch] gh/kwen2501/122/head -> origin/gh/kwen2501/122/head 2025-03-04T19:48:32.3253020Z * [new branch] gh/kwen2501/122/orig -> origin/gh/kwen2501/122/orig 2025-03-04T19:48:32.3254527Z * [new branch] gh/kwen2501/123/base -> origin/gh/kwen2501/123/base 2025-03-04T19:48:32.3255708Z * [new branch] gh/kwen2501/123/head -> origin/gh/kwen2501/123/head 2025-03-04T19:48:32.3256718Z * [new branch] gh/kwen2501/123/orig -> origin/gh/kwen2501/123/orig 2025-03-04T19:48:32.3258060Z * [new branch] gh/kwen2501/124/base -> origin/gh/kwen2501/124/base 2025-03-04T19:48:32.3259062Z * [new branch] gh/kwen2501/124/head -> origin/gh/kwen2501/124/head 2025-03-04T19:48:32.3260128Z * [new branch] gh/kwen2501/124/orig -> origin/gh/kwen2501/124/orig 2025-03-04T19:48:32.3261682Z * [new branch] gh/kwen2501/125/base -> origin/gh/kwen2501/125/base 2025-03-04T19:48:32.3262732Z * [new branch] gh/kwen2501/125/head -> origin/gh/kwen2501/125/head 2025-03-04T19:48:32.3263890Z * [new branch] gh/kwen2501/125/orig -> origin/gh/kwen2501/125/orig 2025-03-04T19:48:32.3265290Z * [new branch] gh/kwen2501/126/base -> origin/gh/kwen2501/126/base 2025-03-04T19:48:32.3266288Z * [new branch] gh/kwen2501/126/head -> origin/gh/kwen2501/126/head 2025-03-04T19:48:32.3267479Z * [new branch] gh/kwen2501/126/orig -> origin/gh/kwen2501/126/orig 2025-03-04T19:48:32.3268978Z * [new branch] gh/kwen2501/127/base -> origin/gh/kwen2501/127/base 2025-03-04T19:48:32.3269992Z * [new branch] gh/kwen2501/127/head -> origin/gh/kwen2501/127/head 2025-03-04T19:48:32.3271196Z * [new branch] gh/kwen2501/127/orig -> origin/gh/kwen2501/127/orig 2025-03-04T19:48:32.3272797Z * [new branch] gh/kwen2501/15/base -> origin/gh/kwen2501/15/base 2025-03-04T19:48:32.3273779Z * [new branch] gh/kwen2501/15/head -> origin/gh/kwen2501/15/head 2025-03-04T19:48:32.3275327Z * [new branch] gh/kwen2501/87/base -> origin/gh/kwen2501/87/base 2025-03-04T19:48:32.3276355Z * [new branch] gh/kwen2501/87/head -> origin/gh/kwen2501/87/head 2025-03-04T19:48:32.3277385Z * [new branch] gh/kwen2501/87/orig -> origin/gh/kwen2501/87/orig 2025-03-04T19:48:32.3279062Z * [new branch] gh/kwen2501/97/base -> origin/gh/kwen2501/97/base 2025-03-04T19:48:32.3280017Z * [new branch] gh/kwen2501/97/head -> origin/gh/kwen2501/97/head 2025-03-04T19:48:32.3281098Z * [new branch] gh/kwen2501/97/orig -> origin/gh/kwen2501/97/orig 2025-03-04T19:48:32.3282837Z * [new branch] gh/laithsakka/102/base -> origin/gh/laithsakka/102/base 2025-03-04T19:48:32.3284150Z * [new branch] gh/laithsakka/102/head -> origin/gh/laithsakka/102/head 2025-03-04T19:48:32.3285182Z * [new branch] gh/laithsakka/102/orig -> origin/gh/laithsakka/102/orig 2025-03-04T19:48:32.3286723Z * [new branch] gh/laithsakka/107/base -> origin/gh/laithsakka/107/base 2025-03-04T19:48:32.3287700Z * [new branch] gh/laithsakka/107/head -> origin/gh/laithsakka/107/head 2025-03-04T19:48:32.3288798Z * [new branch] gh/laithsakka/107/orig -> origin/gh/laithsakka/107/orig 2025-03-04T19:48:32.3290362Z * [new branch] gh/laithsakka/108/base -> origin/gh/laithsakka/108/base 2025-03-04T19:48:32.3291611Z * [new branch] gh/laithsakka/108/head -> origin/gh/laithsakka/108/head 2025-03-04T19:48:32.3292538Z * [new branch] gh/laithsakka/108/orig -> origin/gh/laithsakka/108/orig 2025-03-04T19:48:32.3294090Z * [new branch] gh/laithsakka/109/base -> origin/gh/laithsakka/109/base 2025-03-04T19:48:32.3295122Z * [new branch] gh/laithsakka/109/head -> origin/gh/laithsakka/109/head 2025-03-04T19:48:32.3296316Z * [new branch] gh/laithsakka/109/orig -> origin/gh/laithsakka/109/orig 2025-03-04T19:48:32.3297549Z * [new branch] gh/laithsakka/110/base -> origin/gh/laithsakka/110/base 2025-03-04T19:48:32.3298790Z * [new branch] gh/laithsakka/110/head -> origin/gh/laithsakka/110/head 2025-03-04T19:48:32.3299815Z * [new branch] gh/laithsakka/110/orig -> origin/gh/laithsakka/110/orig 2025-03-04T19:48:32.3301530Z * [new branch] gh/laithsakka/111/base -> origin/gh/laithsakka/111/base 2025-03-04T19:48:32.3302525Z * [new branch] gh/laithsakka/111/head -> origin/gh/laithsakka/111/head 2025-03-04T19:48:32.3303546Z * [new branch] gh/laithsakka/111/orig -> origin/gh/laithsakka/111/orig 2025-03-04T19:48:32.3305145Z * [new branch] gh/laithsakka/112/base -> origin/gh/laithsakka/112/base 2025-03-04T19:48:32.3306376Z * [new branch] gh/laithsakka/112/head -> origin/gh/laithsakka/112/head 2025-03-04T19:48:32.3307375Z * [new branch] gh/laithsakka/112/orig -> origin/gh/laithsakka/112/orig 2025-03-04T19:48:32.3309004Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-03-04T19:48:32.3310320Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-03-04T19:48:32.3311594Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-03-04T19:48:32.3312646Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-03-04T19:48:32.3313981Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-03-04T19:48:32.3314981Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-03-04T19:48:32.3316325Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-03-04T19:48:32.3317242Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-03-04T19:48:32.3318986Z * [new branch] gh/larryliu0820/44/base -> origin/gh/larryliu0820/44/base 2025-03-04T19:48:32.3319985Z * [new branch] gh/larryliu0820/44/head -> origin/gh/larryliu0820/44/head 2025-03-04T19:48:32.3321298Z * [new branch] gh/larryliu0820/44/orig -> origin/gh/larryliu0820/44/orig 2025-03-04T19:48:32.3322691Z * [new branch] gh/larryliu0820/45/base -> origin/gh/larryliu0820/45/base 2025-03-04T19:48:32.3323749Z * [new branch] gh/larryliu0820/45/head -> origin/gh/larryliu0820/45/head 2025-03-04T19:48:32.3324972Z * [new branch] gh/larryliu0820/45/orig -> origin/gh/larryliu0820/45/orig 2025-03-04T19:48:32.3326458Z * [new branch] gh/larryliu0820/46/base -> origin/gh/larryliu0820/46/base 2025-03-04T19:48:32.3327713Z * [new branch] gh/larryliu0820/46/head -> origin/gh/larryliu0820/46/head 2025-03-04T19:48:32.3328914Z * [new branch] gh/larryliu0820/46/orig -> origin/gh/larryliu0820/46/orig 2025-03-04T19:48:32.3330638Z * [new branch] gh/leslie-fang-intel/180/base -> origin/gh/leslie-fang-intel/180/base 2025-03-04T19:48:32.3331649Z * [new branch] gh/leslie-fang-intel/180/head -> origin/gh/leslie-fang-intel/180/head 2025-03-04T19:48:32.3332692Z * [new branch] gh/leslie-fang-intel/180/orig -> origin/gh/leslie-fang-intel/180/orig 2025-03-04T19:48:32.3334188Z * [new branch] gh/leslie-fang-intel/181/base -> origin/gh/leslie-fang-intel/181/base 2025-03-04T19:48:32.3335199Z * [new branch] gh/leslie-fang-intel/181/head -> origin/gh/leslie-fang-intel/181/head 2025-03-04T19:48:32.3336276Z * [new branch] gh/leslie-fang-intel/181/orig -> origin/gh/leslie-fang-intel/181/orig 2025-03-04T19:48:32.3337734Z * [new branch] gh/leslie-fang-intel/182/base -> origin/gh/leslie-fang-intel/182/base 2025-03-04T19:48:32.3338753Z * [new branch] gh/leslie-fang-intel/182/head -> origin/gh/leslie-fang-intel/182/head 2025-03-04T19:48:32.3339795Z * [new branch] gh/leslie-fang-intel/182/orig -> origin/gh/leslie-fang-intel/182/orig 2025-03-04T19:48:32.3341275Z * [new branch] gh/leslie-fang-intel/183/base -> origin/gh/leslie-fang-intel/183/base 2025-03-04T19:48:32.3342327Z * [new branch] gh/leslie-fang-intel/183/head -> origin/gh/leslie-fang-intel/183/head 2025-03-04T19:48:32.3343396Z * [new branch] gh/leslie-fang-intel/183/orig -> origin/gh/leslie-fang-intel/183/orig 2025-03-04T19:48:32.3344895Z * [new branch] gh/leslie-fang-intel/184/base -> origin/gh/leslie-fang-intel/184/base 2025-03-04T19:48:32.3345866Z * [new branch] gh/leslie-fang-intel/184/head -> origin/gh/leslie-fang-intel/184/head 2025-03-04T19:48:32.3346980Z * [new branch] gh/leslie-fang-intel/184/orig -> origin/gh/leslie-fang-intel/184/orig 2025-03-04T19:48:32.3348470Z * [new branch] gh/leslie-fang-intel/185/base -> origin/gh/leslie-fang-intel/185/base 2025-03-04T19:48:32.3349431Z * [new branch] gh/leslie-fang-intel/185/head -> origin/gh/leslie-fang-intel/185/head 2025-03-04T19:48:32.3350496Z * [new branch] gh/leslie-fang-intel/185/orig -> origin/gh/leslie-fang-intel/185/orig 2025-03-04T19:48:32.3351965Z * [new branch] gh/leslie-fang-intel/186/base -> origin/gh/leslie-fang-intel/186/base 2025-03-04T19:48:32.3352945Z * [new branch] gh/leslie-fang-intel/186/head -> origin/gh/leslie-fang-intel/186/head 2025-03-04T19:48:32.3353955Z * [new branch] gh/leslie-fang-intel/186/orig -> origin/gh/leslie-fang-intel/186/orig 2025-03-04T19:48:32.3355444Z * [new branch] gh/leslie-fang-intel/187/base -> origin/gh/leslie-fang-intel/187/base 2025-03-04T19:48:32.3356508Z * [new branch] gh/leslie-fang-intel/187/head -> origin/gh/leslie-fang-intel/187/head 2025-03-04T19:48:32.3357586Z * [new branch] gh/leslie-fang-intel/187/orig -> origin/gh/leslie-fang-intel/187/orig 2025-03-04T19:48:32.3359202Z * [new branch] gh/lucasllc/1/head -> origin/gh/lucasllc/1/head 2025-03-04T19:48:32.3360964Z * [new branch] gh/lw/5/head -> origin/gh/lw/5/head 2025-03-04T19:48:32.3362494Z * [new branch] gh/lw/6/base -> origin/gh/lw/6/base 2025-03-04T19:48:32.3363341Z * [new branch] gh/lw/6/head -> origin/gh/lw/6/head 2025-03-04T19:48:32.3364662Z * [new branch] gh/lw/6/orig -> origin/gh/lw/6/orig 2025-03-04T19:48:32.3366342Z * [new branch] gh/malfet/137/base -> origin/gh/malfet/137/base 2025-03-04T19:48:32.3367361Z * [new branch] gh/malfet/137/head -> origin/gh/malfet/137/head 2025-03-04T19:48:32.3368550Z * [new branch] gh/malfet/137/orig -> origin/gh/malfet/137/orig 2025-03-04T19:48:32.3370018Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-03-04T19:48:32.3371408Z * [new branch] gh/malfet/155/base -> origin/gh/malfet/155/base 2025-03-04T19:48:32.3372805Z * [new branch] gh/malfet/155/head -> origin/gh/malfet/155/head 2025-03-04T19:48:32.3373805Z * [new branch] gh/malfet/155/orig -> origin/gh/malfet/155/orig 2025-03-04T19:48:32.3375270Z * [new branch] gh/malfet/159/base -> origin/gh/malfet/159/base 2025-03-04T19:48:32.3376417Z * [new branch] gh/malfet/159/head -> origin/gh/malfet/159/head 2025-03-04T19:48:32.3377349Z * [new branch] gh/malfet/159/orig -> origin/gh/malfet/159/orig 2025-03-04T19:48:32.3378829Z * [new branch] gh/malfet/161/base -> origin/gh/malfet/161/base 2025-03-04T19:48:32.3379781Z * [new branch] gh/malfet/161/head -> origin/gh/malfet/161/head 2025-03-04T19:48:32.3380954Z * [new branch] gh/malfet/161/orig -> origin/gh/malfet/161/orig 2025-03-04T19:48:32.3382411Z * [new branch] gh/malfet/162/base -> origin/gh/malfet/162/base 2025-03-04T19:48:32.3383411Z * [new branch] gh/malfet/162/head -> origin/gh/malfet/162/head 2025-03-04T19:48:32.3384609Z * [new branch] gh/malfet/162/orig -> origin/gh/malfet/162/orig 2025-03-04T19:48:32.3385900Z * [new branch] gh/malfet/163/base -> origin/gh/malfet/163/base 2025-03-04T19:48:32.3386884Z * [new branch] gh/malfet/163/head -> origin/gh/malfet/163/head 2025-03-04T19:48:32.3387943Z * [new branch] gh/malfet/163/orig -> origin/gh/malfet/163/orig 2025-03-04T19:48:32.3389422Z * [new branch] gh/malfet/164/base -> origin/gh/malfet/164/base 2025-03-04T19:48:32.3390442Z * [new branch] gh/malfet/164/head -> origin/gh/malfet/164/head 2025-03-04T19:48:32.3391466Z * [new branch] gh/malfet/164/orig -> origin/gh/malfet/164/orig 2025-03-04T19:48:32.3392942Z * [new branch] gh/malfet/165/base -> origin/gh/malfet/165/base 2025-03-04T19:48:32.3393948Z * [new branch] gh/malfet/165/head -> origin/gh/malfet/165/head 2025-03-04T19:48:32.3395150Z * [new branch] gh/malfet/165/orig -> origin/gh/malfet/165/orig 2025-03-04T19:48:32.3396523Z * [new branch] gh/malfet/166/base -> origin/gh/malfet/166/base 2025-03-04T19:48:32.3397552Z * [new branch] gh/malfet/166/head -> origin/gh/malfet/166/head 2025-03-04T19:48:32.3398592Z * [new branch] gh/malfet/166/orig -> origin/gh/malfet/166/orig 2025-03-04T19:48:32.3400126Z * [new branch] gh/malfet/167/base -> origin/gh/malfet/167/base 2025-03-04T19:48:32.3401045Z * [new branch] gh/malfet/167/head -> origin/gh/malfet/167/head 2025-03-04T19:48:32.3402314Z * [new branch] gh/malfet/167/orig -> origin/gh/malfet/167/orig 2025-03-04T19:48:32.3403593Z * [new branch] gh/malfet/168/base -> origin/gh/malfet/168/base 2025-03-04T19:48:32.3404637Z * [new branch] gh/malfet/168/head -> origin/gh/malfet/168/head 2025-03-04T19:48:32.3405962Z * [new branch] gh/malfet/168/orig -> origin/gh/malfet/168/orig 2025-03-04T19:48:32.3407382Z * [new branch] gh/malfet/169/base -> origin/gh/malfet/169/base 2025-03-04T19:48:32.3408310Z * [new branch] gh/malfet/169/head -> origin/gh/malfet/169/head 2025-03-04T19:48:32.3409584Z * [new branch] gh/malfet/169/orig -> origin/gh/malfet/169/orig 2025-03-04T19:48:32.3410940Z * [new branch] gh/malfet/170/base -> origin/gh/malfet/170/base 2025-03-04T19:48:32.3411948Z * [new branch] gh/malfet/170/head -> origin/gh/malfet/170/head 2025-03-04T19:48:32.3413179Z * [new branch] gh/malfet/170/orig -> origin/gh/malfet/170/orig 2025-03-04T19:48:32.3414607Z * [new branch] gh/malfet/171/base -> origin/gh/malfet/171/base 2025-03-04T19:48:32.3415622Z * [new branch] gh/malfet/171/head -> origin/gh/malfet/171/head 2025-03-04T19:48:32.3416887Z * [new branch] gh/malfet/171/orig -> origin/gh/malfet/171/orig 2025-03-04T19:48:32.3418305Z * [new branch] gh/malfet/172/base -> origin/gh/malfet/172/base 2025-03-04T19:48:32.3419330Z * [new branch] gh/malfet/172/head -> origin/gh/malfet/172/head 2025-03-04T19:48:32.3420548Z * [new branch] gh/malfet/172/orig -> origin/gh/malfet/172/orig 2025-03-04T19:48:32.3422068Z * [new branch] gh/malfet/173/base -> origin/gh/malfet/173/base 2025-03-04T19:48:32.3422991Z * [new branch] gh/malfet/173/head -> origin/gh/malfet/173/head 2025-03-04T19:48:32.3424183Z * [new branch] gh/malfet/173/orig -> origin/gh/malfet/173/orig 2025-03-04T19:48:32.3426032Z * [new branch] gh/malfet/174/base -> origin/gh/malfet/174/base 2025-03-04T19:48:32.3427019Z * [new branch] gh/malfet/174/head -> origin/gh/malfet/174/head 2025-03-04T19:48:32.3428220Z * [new branch] gh/malfet/174/orig -> origin/gh/malfet/174/orig 2025-03-04T19:48:32.3429719Z * [new branch] gh/malfet/175/base -> origin/gh/malfet/175/base 2025-03-04T19:48:32.3430743Z * [new branch] gh/malfet/175/head -> origin/gh/malfet/175/head 2025-03-04T19:48:32.3432010Z * [new branch] gh/malfet/175/orig -> origin/gh/malfet/175/orig 2025-03-04T19:48:32.3433471Z * [new branch] gh/malfet/176/base -> origin/gh/malfet/176/base 2025-03-04T19:48:32.3434428Z * [new branch] gh/malfet/176/head -> origin/gh/malfet/176/head 2025-03-04T19:48:32.3435662Z * [new branch] gh/malfet/176/orig -> origin/gh/malfet/176/orig 2025-03-04T19:48:32.3437422Z * [new branch] gh/malfet/177/base -> origin/gh/malfet/177/base 2025-03-04T19:48:32.3438602Z * [new branch] gh/malfet/177/head -> origin/gh/malfet/177/head 2025-03-04T19:48:32.3439562Z * [new branch] gh/malfet/177/orig -> origin/gh/malfet/177/orig 2025-03-04T19:48:32.3441157Z * [new branch] gh/malfet/178/base -> origin/gh/malfet/178/base 2025-03-04T19:48:32.3442116Z * [new branch] gh/malfet/178/head -> origin/gh/malfet/178/head 2025-03-04T19:48:32.3443284Z * [new branch] gh/malfet/178/orig -> origin/gh/malfet/178/orig 2025-03-04T19:48:32.3444678Z * [new branch] gh/malfet/179/base -> origin/gh/malfet/179/base 2025-03-04T19:48:32.3445684Z * [new branch] gh/malfet/179/head -> origin/gh/malfet/179/head 2025-03-04T19:48:32.3446714Z * [new branch] gh/malfet/179/orig -> origin/gh/malfet/179/orig 2025-03-04T19:48:32.3448217Z * [new branch] gh/malfet/180/base -> origin/gh/malfet/180/base 2025-03-04T19:48:32.3449286Z * [new branch] gh/malfet/180/head -> origin/gh/malfet/180/head 2025-03-04T19:48:32.3450318Z * [new branch] gh/malfet/180/orig -> origin/gh/malfet/180/orig 2025-03-04T19:48:32.3451851Z * [new branch] gh/malfet/181/base -> origin/gh/malfet/181/base 2025-03-04T19:48:32.3452834Z * [new branch] gh/malfet/181/head -> origin/gh/malfet/181/head 2025-03-04T19:48:32.3454047Z * [new branch] gh/malfet/181/orig -> origin/gh/malfet/181/orig 2025-03-04T19:48:32.3455482Z * [new branch] gh/malfet/182/base -> origin/gh/malfet/182/base 2025-03-04T19:48:32.3456499Z * [new branch] gh/malfet/182/head -> origin/gh/malfet/182/head 2025-03-04T19:48:32.3457780Z * [new branch] gh/malfet/182/orig -> origin/gh/malfet/182/orig 2025-03-04T19:48:32.3459250Z * [new branch] gh/malfet/183/base -> origin/gh/malfet/183/base 2025-03-04T19:48:32.3460306Z * [new branch] gh/malfet/183/head -> origin/gh/malfet/183/head 2025-03-04T19:48:32.3461371Z * [new branch] gh/malfet/183/orig -> origin/gh/malfet/183/orig 2025-03-04T19:48:32.3462924Z * [new branch] gh/malfet/184/base -> origin/gh/malfet/184/base 2025-03-04T19:48:32.3463957Z * [new branch] gh/malfet/184/head -> origin/gh/malfet/184/head 2025-03-04T19:48:32.3465101Z * [new branch] gh/malfet/184/orig -> origin/gh/malfet/184/orig 2025-03-04T19:48:32.3466476Z * [new branch] gh/malfet/185/base -> origin/gh/malfet/185/base 2025-03-04T19:48:32.3467453Z * [new branch] gh/malfet/185/head -> origin/gh/malfet/185/head 2025-03-04T19:48:32.3468503Z * [new branch] gh/malfet/185/orig -> origin/gh/malfet/185/orig 2025-03-04T19:48:32.3469972Z * [new branch] gh/malfet/186/base -> origin/gh/malfet/186/base 2025-03-04T19:48:32.3470983Z * [new branch] gh/malfet/186/head -> origin/gh/malfet/186/head 2025-03-04T19:48:32.3472386Z * [new branch] gh/malfet/186/orig -> origin/gh/malfet/186/orig 2025-03-04T19:48:32.3473920Z * [new branch] gh/malfet/187/base -> origin/gh/malfet/187/base 2025-03-04T19:48:32.3474891Z * [new branch] gh/malfet/187/head -> origin/gh/malfet/187/head 2025-03-04T19:48:32.3476162Z * [new branch] gh/malfet/187/orig -> origin/gh/malfet/187/orig 2025-03-04T19:48:32.3477577Z * [new branch] gh/malfet/188/base -> origin/gh/malfet/188/base 2025-03-04T19:48:32.3478569Z * [new branch] gh/malfet/188/head -> origin/gh/malfet/188/head 2025-03-04T19:48:32.3479614Z * [new branch] gh/malfet/188/orig -> origin/gh/malfet/188/orig 2025-03-04T19:48:32.3481126Z * [new branch] gh/malfet/189/base -> origin/gh/malfet/189/base 2025-03-04T19:48:32.3482205Z * [new branch] gh/malfet/189/head -> origin/gh/malfet/189/head 2025-03-04T19:48:32.3483706Z * [new branch] gh/malfet/190/base -> origin/gh/malfet/190/base 2025-03-04T19:48:32.3484700Z * [new branch] gh/malfet/190/head -> origin/gh/malfet/190/head 2025-03-04T19:48:32.3485890Z * [new branch] gh/malfet/190/orig -> origin/gh/malfet/190/orig 2025-03-04T19:48:32.3487414Z * [new branch] gh/malfet/191/base -> origin/gh/malfet/191/base 2025-03-04T19:48:32.3488420Z * [new branch] gh/malfet/191/head -> origin/gh/malfet/191/head 2025-03-04T19:48:32.3489671Z * [new branch] gh/malfet/191/orig -> origin/gh/malfet/191/orig 2025-03-04T19:48:32.3490979Z * [new branch] gh/malfet/192/base -> origin/gh/malfet/192/base 2025-03-04T19:48:32.3491974Z * [new branch] gh/malfet/192/head -> origin/gh/malfet/192/head 2025-03-04T19:48:32.3493139Z * [new branch] gh/malfet/192/orig -> origin/gh/malfet/192/orig 2025-03-04T19:48:32.3494396Z * [new branch] gh/malfet/193/base -> origin/gh/malfet/193/base 2025-03-04T19:48:32.3495409Z * [new branch] gh/malfet/193/head -> origin/gh/malfet/193/head 2025-03-04T19:48:32.3496592Z * [new branch] gh/malfet/193/orig -> origin/gh/malfet/193/orig 2025-03-04T19:48:32.3498278Z * [new branch] gh/malfet/194/base -> origin/gh/malfet/194/base 2025-03-04T19:48:32.3499326Z * [new branch] gh/malfet/194/head -> origin/gh/malfet/194/head 2025-03-04T19:48:32.3500518Z * [new branch] gh/malfet/194/orig -> origin/gh/malfet/194/orig 2025-03-04T19:48:32.3502009Z * [new branch] gh/malfet/195/base -> origin/gh/malfet/195/base 2025-03-04T19:48:32.3503032Z * [new branch] gh/malfet/195/head -> origin/gh/malfet/195/head 2025-03-04T19:48:32.3504056Z * [new branch] gh/malfet/195/orig -> origin/gh/malfet/195/orig 2025-03-04T19:48:32.3505594Z * [new branch] gh/malfet/196/base -> origin/gh/malfet/196/base 2025-03-04T19:48:32.3506561Z * [new branch] gh/malfet/196/head -> origin/gh/malfet/196/head 2025-03-04T19:48:32.3507816Z * [new branch] gh/malfet/196/orig -> origin/gh/malfet/196/orig 2025-03-04T19:48:32.3509217Z * [new branch] gh/malfet/197/base -> origin/gh/malfet/197/base 2025-03-04T19:48:32.3510228Z * [new branch] gh/malfet/197/head -> origin/gh/malfet/197/head 2025-03-04T19:48:32.3511256Z * [new branch] gh/malfet/197/orig -> origin/gh/malfet/197/orig 2025-03-04T19:48:32.3512737Z * [new branch] gh/malfet/198/base -> origin/gh/malfet/198/base 2025-03-04T19:48:32.3513746Z * [new branch] gh/malfet/198/head -> origin/gh/malfet/198/head 2025-03-04T19:48:32.3514976Z * [new branch] gh/malfet/198/orig -> origin/gh/malfet/198/orig 2025-03-04T19:48:32.3516422Z * [new branch] gh/malfet/199/base -> origin/gh/malfet/199/base 2025-03-04T19:48:32.3517498Z * [new branch] gh/malfet/199/head -> origin/gh/malfet/199/head 2025-03-04T19:48:32.3518662Z * [new branch] gh/malfet/199/orig -> origin/gh/malfet/199/orig 2025-03-04T19:48:32.3520145Z * [new branch] gh/malfet/200/base -> origin/gh/malfet/200/base 2025-03-04T19:48:32.3521571Z * [new branch] gh/malfet/200/head -> origin/gh/malfet/200/head 2025-03-04T19:48:32.3522943Z * [new branch] gh/malfet/200/orig -> origin/gh/malfet/200/orig 2025-03-04T19:48:32.3524478Z * [new branch] gh/malfet/201/base -> origin/gh/malfet/201/base 2025-03-04T19:48:32.3525406Z * [new branch] gh/malfet/201/head -> origin/gh/malfet/201/head 2025-03-04T19:48:32.3526721Z * [new branch] gh/malfet/201/orig -> origin/gh/malfet/201/orig 2025-03-04T19:48:32.3528069Z * [new branch] gh/malfet/202/base -> origin/gh/malfet/202/base 2025-03-04T19:48:32.3529081Z * [new branch] gh/malfet/202/head -> origin/gh/malfet/202/head 2025-03-04T19:48:32.3530130Z * [new branch] gh/malfet/202/orig -> origin/gh/malfet/202/orig 2025-03-04T19:48:32.3531515Z * [new branch] gh/malfet/203/base -> origin/gh/malfet/203/base 2025-03-04T19:48:32.3532554Z * [new branch] gh/malfet/203/head -> origin/gh/malfet/203/head 2025-03-04T19:48:32.3533646Z * [new branch] gh/malfet/203/orig -> origin/gh/malfet/203/orig 2025-03-04T19:48:32.3535173Z * [new branch] gh/malfet/204/base -> origin/gh/malfet/204/base 2025-03-04T19:48:32.3536156Z * [new branch] gh/malfet/204/head -> origin/gh/malfet/204/head 2025-03-04T19:48:32.3537488Z * [new branch] gh/malfet/204/orig -> origin/gh/malfet/204/orig 2025-03-04T19:48:32.3538832Z * [new branch] gh/malfet/205/base -> origin/gh/malfet/205/base 2025-03-04T19:48:32.3539818Z * [new branch] gh/malfet/205/head -> origin/gh/malfet/205/head 2025-03-04T19:48:32.3541494Z * [new branch] gh/malfet/205/orig -> origin/gh/malfet/205/orig 2025-03-04T19:48:32.3542999Z * [new branch] gh/malfet/206/base -> origin/gh/malfet/206/base 2025-03-04T19:48:32.3543952Z * [new branch] gh/malfet/206/head -> origin/gh/malfet/206/head 2025-03-04T19:48:32.3545209Z * [new branch] gh/malfet/206/orig -> origin/gh/malfet/206/orig 2025-03-04T19:48:32.3546636Z * [new branch] gh/malfet/207/base -> origin/gh/malfet/207/base 2025-03-04T19:48:32.3547662Z * [new branch] gh/malfet/207/head -> origin/gh/malfet/207/head 2025-03-04T19:48:32.3548702Z * [new branch] gh/malfet/207/orig -> origin/gh/malfet/207/orig 2025-03-04T19:48:32.3550201Z * [new branch] gh/malfet/208/base -> origin/gh/malfet/208/base 2025-03-04T19:48:32.3551425Z * [new branch] gh/malfet/208/head -> origin/gh/malfet/208/head 2025-03-04T19:48:32.3552621Z * [new branch] gh/malfet/208/orig -> origin/gh/malfet/208/orig 2025-03-04T19:48:32.3553962Z * [new branch] gh/malfet/209/base -> origin/gh/malfet/209/base 2025-03-04T19:48:32.3555007Z * [new branch] gh/malfet/209/head -> origin/gh/malfet/209/head 2025-03-04T19:48:32.3556231Z * [new branch] gh/malfet/209/orig -> origin/gh/malfet/209/orig 2025-03-04T19:48:32.3557713Z * [new branch] gh/malfet/210/base -> origin/gh/malfet/210/base 2025-03-04T19:48:32.3558732Z * [new branch] gh/malfet/210/head -> origin/gh/malfet/210/head 2025-03-04T19:48:32.3560028Z * [new branch] gh/malfet/210/orig -> origin/gh/malfet/210/orig 2025-03-04T19:48:32.3561518Z * [new branch] gh/malfet/211/base -> origin/gh/malfet/211/base 2025-03-04T19:48:32.3562441Z * [new branch] gh/malfet/211/head -> origin/gh/malfet/211/head 2025-03-04T19:48:32.3563468Z * [new branch] gh/malfet/211/orig -> origin/gh/malfet/211/orig 2025-03-04T19:48:32.3565120Z * [new branch] gh/malfet/212/base -> origin/gh/malfet/212/base 2025-03-04T19:48:32.3566092Z * [new branch] gh/malfet/212/head -> origin/gh/malfet/212/head 2025-03-04T19:48:32.3567101Z * [new branch] gh/malfet/212/orig -> origin/gh/malfet/212/orig 2025-03-04T19:48:32.3568764Z * [new branch] gh/malfet/213/base -> origin/gh/malfet/213/base 2025-03-04T19:48:32.3569810Z * [new branch] gh/malfet/213/head -> origin/gh/malfet/213/head 2025-03-04T19:48:32.3570856Z * [new branch] gh/malfet/213/orig -> origin/gh/malfet/213/orig 2025-03-04T19:48:32.3572526Z * [new branch] gh/malfet/214/base -> origin/gh/malfet/214/base 2025-03-04T19:48:32.3576873Z * [new branch] gh/malfet/214/head -> origin/gh/malfet/214/head 2025-03-04T19:48:32.3577892Z * [new branch] gh/malfet/214/orig -> origin/gh/malfet/214/orig 2025-03-04T19:48:32.3579430Z * [new branch] gh/malfet/215/base -> origin/gh/malfet/215/base 2025-03-04T19:48:32.3580432Z * [new branch] gh/malfet/215/head -> origin/gh/malfet/215/head 2025-03-04T19:48:32.3581586Z * [new branch] gh/malfet/215/orig -> origin/gh/malfet/215/orig 2025-03-04T19:48:32.3583155Z * [new branch] gh/malfet/37/base -> origin/gh/malfet/37/base 2025-03-04T19:48:32.3584325Z * [new branch] gh/malfet/37/head -> origin/gh/malfet/37/head 2025-03-04T19:48:32.3585184Z * [new branch] gh/malfet/37/orig -> origin/gh/malfet/37/orig 2025-03-04T19:48:32.3586664Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-03-04T19:48:32.3587651Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-03-04T19:48:32.3589170Z * [new branch] gh/malfet/96/base -> origin/gh/malfet/96/base 2025-03-04T19:48:32.3590322Z * [new branch] gh/malfet/96/head -> origin/gh/malfet/96/head 2025-03-04T19:48:32.3591329Z * [new branch] gh/malfet/96/orig -> origin/gh/malfet/96/orig 2025-03-04T19:48:32.3593181Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-03-04T19:48:32.3595115Z * [new branch] gh/masnesral/140/base -> origin/gh/masnesral/140/base 2025-03-04T19:48:32.3596057Z * [new branch] gh/masnesral/140/head -> origin/gh/masnesral/140/head 2025-03-04T19:48:32.3597120Z * [new branch] gh/masnesral/140/orig -> origin/gh/masnesral/140/orig 2025-03-04T19:48:32.3598751Z * [new branch] gh/masnesral/155/base -> origin/gh/masnesral/155/base 2025-03-04T19:48:32.3600095Z * [new branch] gh/masnesral/155/head -> origin/gh/masnesral/155/head 2025-03-04T19:48:32.3601095Z * [new branch] gh/masnesral/155/orig -> origin/gh/masnesral/155/orig 2025-03-04T19:48:32.3602627Z * [new branch] gh/masnesral/161/base -> origin/gh/masnesral/161/base 2025-03-04T19:48:32.3603597Z * [new branch] gh/masnesral/161/head -> origin/gh/masnesral/161/head 2025-03-04T19:48:32.3604692Z * [new branch] gh/masnesral/161/orig -> origin/gh/masnesral/161/orig 2025-03-04T19:48:32.3606001Z * [new branch] gh/masnesral/162/base -> origin/gh/masnesral/162/base 2025-03-04T19:48:32.3607073Z * [new branch] gh/masnesral/162/head -> origin/gh/masnesral/162/head 2025-03-04T19:48:32.3608086Z * [new branch] gh/masnesral/162/orig -> origin/gh/masnesral/162/orig 2025-03-04T19:48:32.3609678Z * [new branch] gh/masnesral/173/base -> origin/gh/masnesral/173/base 2025-03-04T19:48:32.3610750Z * [new branch] gh/masnesral/173/head -> origin/gh/masnesral/173/head 2025-03-04T19:48:32.3611935Z * [new branch] gh/masnesral/173/orig -> origin/gh/masnesral/173/orig 2025-03-04T19:48:32.3613220Z * [new branch] gh/masnesral/174/base -> origin/gh/masnesral/174/base 2025-03-04T19:48:32.3614251Z * [new branch] gh/masnesral/174/head -> origin/gh/masnesral/174/head 2025-03-04T19:48:32.3615249Z * [new branch] gh/masnesral/174/orig -> origin/gh/masnesral/174/orig 2025-03-04T19:48:32.3616867Z * [new branch] gh/masnesral/175/base -> origin/gh/masnesral/175/base 2025-03-04T19:48:32.3617826Z * [new branch] gh/masnesral/175/head -> origin/gh/masnesral/175/head 2025-03-04T19:48:32.3618834Z * [new branch] gh/masnesral/175/orig -> origin/gh/masnesral/175/orig 2025-03-04T19:48:32.3620508Z * [new branch] gh/masnesral/176/base -> origin/gh/masnesral/176/base 2025-03-04T19:48:32.3621918Z * [new branch] gh/masnesral/176/head -> origin/gh/masnesral/176/head 2025-03-04T19:48:32.3622931Z * [new branch] gh/masnesral/176/orig -> origin/gh/masnesral/176/orig 2025-03-04T19:48:32.3624597Z * [new branch] gh/masnesral/177/base -> origin/gh/masnesral/177/base 2025-03-04T19:48:32.3625845Z * [new branch] gh/masnesral/177/head -> origin/gh/masnesral/177/head 2025-03-04T19:48:32.3626887Z * [new branch] gh/masnesral/177/orig -> origin/gh/masnesral/177/orig 2025-03-04T19:48:32.3628535Z * [new branch] gh/masnesral/34/base -> origin/gh/masnesral/34/base 2025-03-04T19:48:32.3630043Z * [new branch] gh/mcr229/3/base -> origin/gh/mcr229/3/base 2025-03-04T19:48:32.3631235Z * [new branch] gh/mcr229/3/head -> origin/gh/mcr229/3/head 2025-03-04T19:48:32.3632276Z * [new branch] gh/mcr229/3/orig -> origin/gh/mcr229/3/orig 2025-03-04T19:48:32.3634099Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-03-04T19:48:32.3635129Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-03-04T19:48:32.3636509Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-03-04T19:48:32.3637490Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-03-04T19:48:32.3638847Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-03-04T19:48:32.3639862Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-03-04T19:48:32.3641232Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-03-04T19:48:32.3642290Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-03-04T19:48:32.3643690Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-03-04T19:48:32.3644615Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-03-04T19:48:32.3646465Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-03-04T19:48:32.3647370Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-03-04T19:48:32.3648753Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-03-04T19:48:32.3649650Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-03-04T19:48:32.3651573Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-03-04T19:48:32.3652598Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-03-04T19:48:32.3654009Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-03-04T19:48:32.3654942Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-03-04T19:48:32.3656349Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-03-04T19:48:32.3657282Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-03-04T19:48:32.3658675Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-03-04T19:48:32.3659576Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-03-04T19:48:32.3661065Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-03-04T19:48:32.3662174Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-03-04T19:48:32.3663977Z * [new branch] gh/mikaylagawarecki/281/base -> origin/gh/mikaylagawarecki/281/base 2025-03-04T19:48:32.3665093Z * [new branch] gh/mikaylagawarecki/281/head -> origin/gh/mikaylagawarecki/281/head 2025-03-04T19:48:32.3666155Z * [new branch] gh/mikaylagawarecki/281/orig -> origin/gh/mikaylagawarecki/281/orig 2025-03-04T19:48:32.3667678Z * [new branch] gh/mikaylagawarecki/299/base -> origin/gh/mikaylagawarecki/299/base 2025-03-04T19:48:32.3668671Z * [new branch] gh/mikaylagawarecki/299/head -> origin/gh/mikaylagawarecki/299/head 2025-03-04T19:48:32.3669935Z * [new branch] gh/mikaylagawarecki/299/orig -> origin/gh/mikaylagawarecki/299/orig 2025-03-04T19:48:32.3671439Z * [new branch] gh/mikaylagawarecki/304/base -> origin/gh/mikaylagawarecki/304/base 2025-03-04T19:48:32.3672540Z * [new branch] gh/mikaylagawarecki/304/head -> origin/gh/mikaylagawarecki/304/head 2025-03-04T19:48:32.3673605Z * [new branch] gh/mikaylagawarecki/304/orig -> origin/gh/mikaylagawarecki/304/orig 2025-03-04T19:48:32.3675105Z * [new branch] gh/mikaylagawarecki/307/base -> origin/gh/mikaylagawarecki/307/base 2025-03-04T19:48:32.3676051Z * [new branch] gh/mikaylagawarecki/307/head -> origin/gh/mikaylagawarecki/307/head 2025-03-04T19:48:32.3677101Z * [new branch] gh/mikaylagawarecki/307/orig -> origin/gh/mikaylagawarecki/307/orig 2025-03-04T19:48:32.3678638Z * [new branch] gh/mikaylagawarecki/310/base -> origin/gh/mikaylagawarecki/310/base 2025-03-04T19:48:32.3679674Z * [new branch] gh/mikaylagawarecki/310/head -> origin/gh/mikaylagawarecki/310/head 2025-03-04T19:48:32.3680705Z * [new branch] gh/mikaylagawarecki/310/orig -> origin/gh/mikaylagawarecki/310/orig 2025-03-04T19:48:32.3682248Z * [new branch] gh/mikaylagawarecki/311/base -> origin/gh/mikaylagawarecki/311/base 2025-03-04T19:48:32.3683146Z * [new branch] gh/mikaylagawarecki/311/head -> origin/gh/mikaylagawarecki/311/head 2025-03-04T19:48:32.3684257Z * [new branch] gh/mikaylagawarecki/311/orig -> origin/gh/mikaylagawarecki/311/orig 2025-03-04T19:48:32.3685806Z * [new branch] gh/mikaylagawarecki/312/base -> origin/gh/mikaylagawarecki/312/base 2025-03-04T19:48:32.3686764Z * [new branch] gh/mikaylagawarecki/312/head -> origin/gh/mikaylagawarecki/312/head 2025-03-04T19:48:32.3687811Z * [new branch] gh/mikaylagawarecki/312/orig -> origin/gh/mikaylagawarecki/312/orig 2025-03-04T19:48:32.3689296Z * [new branch] gh/mikaylagawarecki/313/base -> origin/gh/mikaylagawarecki/313/base 2025-03-04T19:48:32.3690342Z * [new branch] gh/mikaylagawarecki/313/head -> origin/gh/mikaylagawarecki/313/head 2025-03-04T19:48:32.3691388Z * [new branch] gh/mikaylagawarecki/313/orig -> origin/gh/mikaylagawarecki/313/orig 2025-03-04T19:48:32.3692723Z * [new branch] gh/mikaylagawarecki/314/base -> origin/gh/mikaylagawarecki/314/base 2025-03-04T19:48:32.3693754Z * [new branch] gh/mikaylagawarecki/314/head -> origin/gh/mikaylagawarecki/314/head 2025-03-04T19:48:32.3694867Z * [new branch] gh/mikaylagawarecki/314/orig -> origin/gh/mikaylagawarecki/314/orig 2025-03-04T19:48:32.3696463Z * [new branch] gh/mikaylagawarecki/315/base -> origin/gh/mikaylagawarecki/315/base 2025-03-04T19:48:32.3697459Z * [new branch] gh/mikaylagawarecki/315/head -> origin/gh/mikaylagawarecki/315/head 2025-03-04T19:48:32.3698541Z * [new branch] gh/mikaylagawarecki/315/orig -> origin/gh/mikaylagawarecki/315/orig 2025-03-04T19:48:32.3700132Z * [new branch] gh/mikaylagawarecki/316/base -> origin/gh/mikaylagawarecki/316/base 2025-03-04T19:48:32.3701113Z * [new branch] gh/mikaylagawarecki/316/head -> origin/gh/mikaylagawarecki/316/head 2025-03-04T19:48:32.3702283Z * [new branch] gh/mikaylagawarecki/316/orig -> origin/gh/mikaylagawarecki/316/orig 2025-03-04T19:48:32.3704187Z * [new branch] gh/mikaylagawarecki/317/base -> origin/gh/mikaylagawarecki/317/base 2025-03-04T19:48:32.3705212Z * [new branch] gh/mikaylagawarecki/317/head -> origin/gh/mikaylagawarecki/317/head 2025-03-04T19:48:32.3706276Z * [new branch] gh/mikaylagawarecki/317/orig -> origin/gh/mikaylagawarecki/317/orig 2025-03-04T19:48:32.3707832Z * [new branch] gh/mikaylagawarecki/318/base -> origin/gh/mikaylagawarecki/318/base 2025-03-04T19:48:32.3708856Z * [new branch] gh/mikaylagawarecki/318/head -> origin/gh/mikaylagawarecki/318/head 2025-03-04T19:48:32.3709936Z * [new branch] gh/mikaylagawarecki/318/orig -> origin/gh/mikaylagawarecki/318/orig 2025-03-04T19:48:32.3711819Z * [new branch] gh/mikaylagawarecki/319/base -> origin/gh/mikaylagawarecki/319/base 2025-03-04T19:48:32.3712708Z * [new branch] gh/mikaylagawarecki/319/head -> origin/gh/mikaylagawarecki/319/head 2025-03-04T19:48:32.3713741Z * [new branch] gh/mikaylagawarecki/319/orig -> origin/gh/mikaylagawarecki/319/orig 2025-03-04T19:48:32.3715389Z * [new branch] gh/mikaylagawarecki/320/base -> origin/gh/mikaylagawarecki/320/base 2025-03-04T19:48:32.3716302Z * [new branch] gh/mikaylagawarecki/320/head -> origin/gh/mikaylagawarecki/320/head 2025-03-04T19:48:32.3717343Z * [new branch] gh/mikaylagawarecki/320/orig -> origin/gh/mikaylagawarecki/320/orig 2025-03-04T19:48:32.3718912Z * [new branch] gh/mikaylagawarecki/321/base -> origin/gh/mikaylagawarecki/321/base 2025-03-04T19:48:32.3720012Z * [new branch] gh/mikaylagawarecki/321/head -> origin/gh/mikaylagawarecki/321/head 2025-03-04T19:48:32.3721109Z * [new branch] gh/mikaylagawarecki/321/orig -> origin/gh/mikaylagawarecki/321/orig 2025-03-04T19:48:32.3722625Z * [new branch] gh/mikaylagawarecki/322/base -> origin/gh/mikaylagawarecki/322/base 2025-03-04T19:48:32.3723602Z * [new branch] gh/mikaylagawarecki/322/head -> origin/gh/mikaylagawarecki/322/head 2025-03-04T19:48:32.3724611Z * [new branch] gh/mikaylagawarecki/322/orig -> origin/gh/mikaylagawarecki/322/orig 2025-03-04T19:48:32.3726191Z * [new branch] gh/mikaylagawarecki/323/base -> origin/gh/mikaylagawarecki/323/base 2025-03-04T19:48:32.3727278Z * [new branch] gh/mikaylagawarecki/323/head -> origin/gh/mikaylagawarecki/323/head 2025-03-04T19:48:32.3728381Z * [new branch] gh/mikaylagawarecki/323/orig -> origin/gh/mikaylagawarecki/323/orig 2025-03-04T19:48:32.3729938Z * [new branch] gh/mikaylagawarecki/324/base -> origin/gh/mikaylagawarecki/324/base 2025-03-04T19:48:32.3730881Z * [new branch] gh/mikaylagawarecki/324/head -> origin/gh/mikaylagawarecki/324/head 2025-03-04T19:48:32.3731932Z * [new branch] gh/mikaylagawarecki/324/orig -> origin/gh/mikaylagawarecki/324/orig 2025-03-04T19:48:32.3733530Z * [new branch] gh/mlazos/1/base -> origin/gh/mlazos/1/base 2025-03-04T19:48:32.3734571Z * [new branch] gh/mlazos/1/head -> origin/gh/mlazos/1/head 2025-03-04T19:48:32.3735945Z * [new branch] gh/mlazos/2/base -> origin/gh/mlazos/2/base 2025-03-04T19:48:32.3736853Z * [new branch] gh/mlazos/2/head -> origin/gh/mlazos/2/head 2025-03-04T19:48:32.3738362Z * [new branch] gh/mlazos/3/base -> origin/gh/mlazos/3/base 2025-03-04T19:48:32.3739390Z * [new branch] gh/mlazos/3/head -> origin/gh/mlazos/3/head 2025-03-04T19:48:32.3740463Z * [new branch] gh/mlazos/3/orig -> origin/gh/mlazos/3/orig 2025-03-04T19:48:32.3742100Z * [new branch] gh/mlazos/4/base -> origin/gh/mlazos/4/base 2025-03-04T19:48:32.3743080Z * [new branch] gh/mlazos/4/head -> origin/gh/mlazos/4/head 2025-03-04T19:48:32.3744231Z * [new branch] gh/mlazos/4/orig -> origin/gh/mlazos/4/orig 2025-03-04T19:48:32.3745824Z * [new branch] gh/mlazos/5/base -> origin/gh/mlazos/5/base 2025-03-04T19:48:32.3747137Z * [new branch] gh/mlazos/5/head -> origin/gh/mlazos/5/head 2025-03-04T19:48:32.3747958Z * [new branch] gh/mlazos/5/orig -> origin/gh/mlazos/5/orig 2025-03-04T19:48:32.3749378Z * [new branch] gh/mlazos/6/base -> origin/gh/mlazos/6/base 2025-03-04T19:48:32.3750370Z * [new branch] gh/mlazos/6/head -> origin/gh/mlazos/6/head 2025-03-04T19:48:32.3751984Z * [new branch] gh/mlazos/6/orig -> origin/gh/mlazos/6/orig 2025-03-04T19:48:32.3753352Z * [new branch] gh/mlazos/7/base -> origin/gh/mlazos/7/base 2025-03-04T19:48:32.3754495Z * [new branch] gh/mlazos/7/head -> origin/gh/mlazos/7/head 2025-03-04T19:48:32.3755407Z * [new branch] gh/mlazos/7/orig -> origin/gh/mlazos/7/orig 2025-03-04T19:48:32.3757219Z * [new branch] gh/muchulee8/1/base -> origin/gh/muchulee8/1/base 2025-03-04T19:48:32.3758266Z * [new branch] gh/muchulee8/1/orig -> origin/gh/muchulee8/1/orig 2025-03-04T19:48:32.3759745Z * [new branch] gh/muchulee8/2/base -> origin/gh/muchulee8/2/base 2025-03-04T19:48:32.3760767Z * [new branch] gh/muchulee8/2/orig -> origin/gh/muchulee8/2/orig 2025-03-04T19:48:32.3762273Z * [new branch] gh/muchulee8/40/base -> origin/gh/muchulee8/40/base 2025-03-04T19:48:32.3763284Z * [new branch] gh/muchulee8/40/head -> origin/gh/muchulee8/40/head 2025-03-04T19:48:32.3766580Z * [new branch] gh/muchulee8/40/orig -> origin/gh/muchulee8/40/orig 2025-03-04T19:48:32.3768025Z * [new branch] gh/muchulee8/41/base -> origin/gh/muchulee8/41/base 2025-03-04T19:48:32.3768260Z * [new branch] gh/muchulee8/41/head -> origin/gh/muchulee8/41/head 2025-03-04T19:48:32.3768481Z * [new branch] gh/muchulee8/41/orig -> origin/gh/muchulee8/41/orig 2025-03-04T19:48:32.3769413Z * [new branch] gh/muchulee8/42/base -> origin/gh/muchulee8/42/base 2025-03-04T19:48:32.3770487Z * [new branch] gh/muchulee8/42/head -> origin/gh/muchulee8/42/head 2025-03-04T19:48:32.3771631Z * [new branch] gh/muchulee8/42/orig -> origin/gh/muchulee8/42/orig 2025-03-04T19:48:32.3773372Z * [new branch] gh/muchulee8/5/base -> origin/gh/muchulee8/5/base 2025-03-04T19:48:32.3774468Z * [new branch] gh/muchulee8/5/orig -> origin/gh/muchulee8/5/orig 2025-03-04T19:48:32.3776176Z * [new branch] gh/mzzchy/2/base -> origin/gh/mzzchy/2/base 2025-03-04T19:48:32.3777375Z * [new branch] gh/mzzchy/2/head -> origin/gh/mzzchy/2/head 2025-03-04T19:48:32.3778484Z * [new branch] gh/mzzchy/2/orig -> origin/gh/mzzchy/2/orig 2025-03-04T19:48:32.3779908Z * [new branch] gh/mzzchy/3/base -> origin/gh/mzzchy/3/base 2025-03-04T19:48:32.3780981Z * [new branch] gh/mzzchy/3/head -> origin/gh/mzzchy/3/head 2025-03-04T19:48:32.3782296Z * [new branch] gh/mzzchy/3/orig -> origin/gh/mzzchy/3/orig 2025-03-04T19:48:32.3783556Z * [new branch] gh/mzzchy/4/base -> origin/gh/mzzchy/4/base 2025-03-04T19:48:32.3784774Z * [new branch] gh/mzzchy/4/head -> origin/gh/mzzchy/4/head 2025-03-04T19:48:32.3786281Z * [new branch] gh/mzzchy/5/base -> origin/gh/mzzchy/5/base 2025-03-04T19:48:32.3787517Z * [new branch] gh/mzzchy/5/head -> origin/gh/mzzchy/5/head 2025-03-04T19:48:32.3788665Z * [new branch] gh/mzzchy/5/orig -> origin/gh/mzzchy/5/orig 2025-03-04T19:48:32.3790421Z * [new branch] gh/nmacchioni/12/base -> origin/gh/nmacchioni/12/base 2025-03-04T19:48:32.3791528Z * [new branch] gh/nmacchioni/12/head -> origin/gh/nmacchioni/12/head 2025-03-04T19:48:32.3792655Z * [new branch] gh/nmacchioni/12/orig -> origin/gh/nmacchioni/12/orig 2025-03-04T19:48:32.3794015Z * [new branch] gh/nmacchioni/31/base -> origin/gh/nmacchioni/31/base 2025-03-04T19:48:32.3795062Z * [new branch] gh/nmacchioni/31/head -> origin/gh/nmacchioni/31/head 2025-03-04T19:48:32.3796149Z * [new branch] gh/nmacchioni/31/orig -> origin/gh/nmacchioni/31/orig 2025-03-04T19:48:32.3797625Z * [new branch] gh/nmacchioni/32/base -> origin/gh/nmacchioni/32/base 2025-03-04T19:48:32.3798649Z * [new branch] gh/nmacchioni/32/head -> origin/gh/nmacchioni/32/head 2025-03-04T19:48:32.3799706Z * [new branch] gh/nmacchioni/32/orig -> origin/gh/nmacchioni/32/orig 2025-03-04T19:48:32.3801137Z * [new branch] gh/nmacchioni/33/base -> origin/gh/nmacchioni/33/base 2025-03-04T19:48:32.3802193Z * [new branch] gh/nmacchioni/33/head -> origin/gh/nmacchioni/33/head 2025-03-04T19:48:32.3803294Z * [new branch] gh/nmacchioni/33/orig -> origin/gh/nmacchioni/33/orig 2025-03-04T19:48:32.3804728Z * [new branch] gh/nmacchioni/35/base -> origin/gh/nmacchioni/35/base 2025-03-04T19:48:32.3805865Z * [new branch] gh/nmacchioni/35/head -> origin/gh/nmacchioni/35/head 2025-03-04T19:48:32.3806948Z * [new branch] gh/nmacchioni/35/orig -> origin/gh/nmacchioni/35/orig 2025-03-04T19:48:32.3808358Z * [new branch] gh/nmacchioni/36/base -> origin/gh/nmacchioni/36/base 2025-03-04T19:48:32.3809424Z * [new branch] gh/nmacchioni/36/head -> origin/gh/nmacchioni/36/head 2025-03-04T19:48:32.3810519Z * [new branch] gh/nmacchioni/36/orig -> origin/gh/nmacchioni/36/orig 2025-03-04T19:48:32.3811845Z * [new branch] gh/nmacchioni/37/base -> origin/gh/nmacchioni/37/base 2025-03-04T19:48:32.3812961Z * [new branch] gh/nmacchioni/37/head -> origin/gh/nmacchioni/37/head 2025-03-04T19:48:32.3814065Z * [new branch] gh/nmacchioni/37/orig -> origin/gh/nmacchioni/37/orig 2025-03-04T19:48:32.3815473Z * [new branch] gh/nmacchioni/39/base -> origin/gh/nmacchioni/39/base 2025-03-04T19:48:32.3816546Z * [new branch] gh/nmacchioni/39/head -> origin/gh/nmacchioni/39/head 2025-03-04T19:48:32.3817626Z * [new branch] gh/nmacchioni/39/orig -> origin/gh/nmacchioni/39/orig 2025-03-04T19:48:32.3819115Z * [new branch] gh/nmacchioni/8/base -> origin/gh/nmacchioni/8/base 2025-03-04T19:48:32.3820281Z * [new branch] gh/nmacchioni/8/head -> origin/gh/nmacchioni/8/head 2025-03-04T19:48:32.3821364Z * [new branch] gh/nmacchioni/8/orig -> origin/gh/nmacchioni/8/orig 2025-03-04T19:48:32.3823134Z * [new branch] gh/oulgen/150/base -> origin/gh/oulgen/150/base 2025-03-04T19:48:32.3824197Z * [new branch] gh/oulgen/150/head -> origin/gh/oulgen/150/head 2025-03-04T19:48:32.3825344Z * [new branch] gh/oulgen/150/orig -> origin/gh/oulgen/150/orig 2025-03-04T19:48:32.3826746Z * [new branch] gh/oulgen/151/base -> origin/gh/oulgen/151/base 2025-03-04T19:48:32.3827871Z * [new branch] gh/oulgen/151/head -> origin/gh/oulgen/151/head 2025-03-04T19:48:32.3828966Z * [new branch] gh/oulgen/151/orig -> origin/gh/oulgen/151/orig 2025-03-04T19:48:32.3830443Z * [new branch] gh/oulgen/152/base -> origin/gh/oulgen/152/base 2025-03-04T19:48:32.3831491Z * [new branch] gh/oulgen/152/head -> origin/gh/oulgen/152/head 2025-03-04T19:48:32.3833024Z * [new branch] gh/oulgen/152/orig -> origin/gh/oulgen/152/orig 2025-03-04T19:48:32.3834489Z * [new branch] gh/oulgen/153/base -> origin/gh/oulgen/153/base 2025-03-04T19:48:32.3835576Z * [new branch] gh/oulgen/153/head -> origin/gh/oulgen/153/head 2025-03-04T19:48:32.3836678Z * [new branch] gh/oulgen/153/orig -> origin/gh/oulgen/153/orig 2025-03-04T19:48:32.3838282Z * [new branch] gh/oulgen/154/base -> origin/gh/oulgen/154/base 2025-03-04T19:48:32.3839432Z * [new branch] gh/oulgen/154/head -> origin/gh/oulgen/154/head 2025-03-04T19:48:32.3840524Z * [new branch] gh/oulgen/154/orig -> origin/gh/oulgen/154/orig 2025-03-04T19:48:32.3841876Z * [new branch] gh/oulgen/155/base -> origin/gh/oulgen/155/base 2025-03-04T19:48:32.3842996Z * [new branch] gh/oulgen/155/head -> origin/gh/oulgen/155/head 2025-03-04T19:48:32.3844093Z * [new branch] gh/oulgen/155/orig -> origin/gh/oulgen/155/orig 2025-03-04T19:48:32.3845460Z * [new branch] gh/oulgen/156/base -> origin/gh/oulgen/156/base 2025-03-04T19:48:32.3846503Z * [new branch] gh/oulgen/156/head -> origin/gh/oulgen/156/head 2025-03-04T19:48:32.3847595Z * [new branch] gh/oulgen/156/orig -> origin/gh/oulgen/156/orig 2025-03-04T19:48:32.3849001Z * [new branch] gh/oulgen/157/base -> origin/gh/oulgen/157/base 2025-03-04T19:48:32.3850099Z * [new branch] gh/oulgen/157/head -> origin/gh/oulgen/157/head 2025-03-04T19:48:32.3851271Z * [new branch] gh/oulgen/157/orig -> origin/gh/oulgen/157/orig 2025-03-04T19:48:32.3853068Z * [new branch] gh/oulgen/158/base -> origin/gh/oulgen/158/base 2025-03-04T19:48:32.3854245Z * [new branch] gh/oulgen/158/head -> origin/gh/oulgen/158/head 2025-03-04T19:48:32.3855370Z * [new branch] gh/oulgen/158/orig -> origin/gh/oulgen/158/orig 2025-03-04T19:48:32.3856809Z * [new branch] gh/oulgen/159/base -> origin/gh/oulgen/159/base 2025-03-04T19:48:32.3857844Z * [new branch] gh/oulgen/159/head -> origin/gh/oulgen/159/head 2025-03-04T19:48:32.3858853Z * [new branch] gh/oulgen/159/orig -> origin/gh/oulgen/159/orig 2025-03-04T19:48:32.3860573Z * [new branch] gh/oulgen/160/base -> origin/gh/oulgen/160/base 2025-03-04T19:48:32.3861757Z * [new branch] gh/oulgen/160/head -> origin/gh/oulgen/160/head 2025-03-04T19:48:32.3862919Z * [new branch] gh/oulgen/160/orig -> origin/gh/oulgen/160/orig 2025-03-04T19:48:32.3864918Z * [new branch] gh/oulgen/161/base -> origin/gh/oulgen/161/base 2025-03-04T19:48:32.3866036Z * [new branch] gh/oulgen/161/head -> origin/gh/oulgen/161/head 2025-03-04T19:48:32.3867158Z * [new branch] gh/oulgen/161/orig -> origin/gh/oulgen/161/orig 2025-03-04T19:48:32.3868691Z * [new branch] gh/oulgen/2/base -> origin/gh/oulgen/2/base 2025-03-04T19:48:32.3869818Z * [new branch] gh/oulgen/2/head -> origin/gh/oulgen/2/head 2025-03-04T19:48:32.3870945Z * [new branch] gh/oulgen/2/orig -> origin/gh/oulgen/2/orig 2025-03-04T19:48:32.3872664Z * [new branch] gh/oulgen/21/base -> origin/gh/oulgen/21/base 2025-03-04T19:48:32.3873748Z * [new branch] gh/oulgen/21/head -> origin/gh/oulgen/21/head 2025-03-04T19:48:32.3874898Z * [new branch] gh/oulgen/21/orig -> origin/gh/oulgen/21/orig 2025-03-04T19:48:32.3876791Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-03-04T19:48:32.3877902Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-03-04T19:48:32.3879063Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-03-04T19:48:32.3880859Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-03-04T19:48:32.3882163Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-03-04T19:48:32.3883342Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-03-04T19:48:32.3884926Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-03-04T19:48:32.3886016Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-03-04T19:48:32.3887202Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-03-04T19:48:32.3888925Z * [new branch] gh/peterbell10/603/base -> origin/gh/peterbell10/603/base 2025-03-04T19:48:32.3890044Z * [new branch] gh/peterbell10/603/head -> origin/gh/peterbell10/603/head 2025-03-04T19:48:32.3891143Z * [new branch] gh/peterbell10/603/orig -> origin/gh/peterbell10/603/orig 2025-03-04T19:48:32.3892718Z * [new branch] gh/peterbell10/635/base -> origin/gh/peterbell10/635/base 2025-03-04T19:48:32.3893856Z * [new branch] gh/peterbell10/635/head -> origin/gh/peterbell10/635/head 2025-03-04T19:48:32.3894979Z * [new branch] gh/peterbell10/635/orig -> origin/gh/peterbell10/635/orig 2025-03-04T19:48:32.3896754Z * [new branch] gh/peterbell10/636/base -> origin/gh/peterbell10/636/base 2025-03-04T19:48:32.3897747Z * [new branch] gh/peterbell10/636/head -> origin/gh/peterbell10/636/head 2025-03-04T19:48:32.3898857Z * [new branch] gh/peterbell10/636/orig -> origin/gh/peterbell10/636/orig 2025-03-04T19:48:32.3900462Z * [new branch] gh/qqaatw/26/base -> origin/gh/qqaatw/26/base 2025-03-04T19:48:32.3901649Z * [new branch] gh/qqaatw/26/head -> origin/gh/qqaatw/26/head 2025-03-04T19:48:32.3902721Z * [new branch] gh/qqaatw/26/orig -> origin/gh/qqaatw/26/orig 2025-03-04T19:48:32.3904176Z * [new branch] gh/raymo/log-graph-breaks -> origin/gh/raymo/log-graph-breaks 2025-03-04T19:48:32.3905850Z * [new branch] gh/rec/115/base -> origin/gh/rec/115/base 2025-03-04T19:48:32.3906993Z * [new branch] gh/rec/115/head -> origin/gh/rec/115/head 2025-03-04T19:48:32.3908044Z * [new branch] gh/rec/115/orig -> origin/gh/rec/115/orig 2025-03-04T19:48:32.3909519Z * [new branch] gh/rec/118/base -> origin/gh/rec/118/base 2025-03-04T19:48:32.3910612Z * [new branch] gh/rec/118/head -> origin/gh/rec/118/head 2025-03-04T19:48:32.3911719Z * [new branch] gh/rec/118/orig -> origin/gh/rec/118/orig 2025-03-04T19:48:32.3913178Z * [new branch] gh/rec/119/base -> origin/gh/rec/119/base 2025-03-04T19:48:32.3914243Z * [new branch] gh/rec/119/head -> origin/gh/rec/119/head 2025-03-04T19:48:32.3915336Z * [new branch] gh/rec/119/orig -> origin/gh/rec/119/orig 2025-03-04T19:48:32.3916830Z * [new branch] gh/rec/120/base -> origin/gh/rec/120/base 2025-03-04T19:48:32.3917877Z * [new branch] gh/rec/120/head -> origin/gh/rec/120/head 2025-03-04T19:48:32.3918972Z * [new branch] gh/rec/120/orig -> origin/gh/rec/120/orig 2025-03-04T19:48:32.3920374Z * [new branch] gh/rec/124/base -> origin/gh/rec/124/base 2025-03-04T19:48:32.3921432Z * [new branch] gh/rec/124/head -> origin/gh/rec/124/head 2025-03-04T19:48:32.3922509Z * [new branch] gh/rec/124/orig -> origin/gh/rec/124/orig 2025-03-04T19:48:32.3923875Z * [new branch] gh/rec/125/base -> origin/gh/rec/125/base 2025-03-04T19:48:32.3925070Z * [new branch] gh/rec/125/head -> origin/gh/rec/125/head 2025-03-04T19:48:32.3926130Z * [new branch] gh/rec/125/orig -> origin/gh/rec/125/orig 2025-03-04T19:48:32.3927545Z * [new branch] gh/rec/128/base -> origin/gh/rec/128/base 2025-03-04T19:48:32.3928595Z * [new branch] gh/rec/128/head -> origin/gh/rec/128/head 2025-03-04T19:48:32.3929749Z * [new branch] gh/rec/128/orig -> origin/gh/rec/128/orig 2025-03-04T19:48:32.3931079Z * [new branch] gh/rec/129/base -> origin/gh/rec/129/base 2025-03-04T19:48:32.3932217Z * [new branch] gh/rec/129/head -> origin/gh/rec/129/head 2025-03-04T19:48:32.3933238Z * [new branch] gh/rec/129/orig -> origin/gh/rec/129/orig 2025-03-04T19:48:32.3934624Z * [new branch] gh/rec/130/base -> origin/gh/rec/130/base 2025-03-04T19:48:32.3935672Z * [new branch] gh/rec/130/head -> origin/gh/rec/130/head 2025-03-04T19:48:32.3936779Z * [new branch] gh/rec/130/orig -> origin/gh/rec/130/orig 2025-03-04T19:48:32.3938149Z * [new branch] gh/rec/131/base -> origin/gh/rec/131/base 2025-03-04T19:48:32.3939293Z * [new branch] gh/rec/131/head -> origin/gh/rec/131/head 2025-03-04T19:48:32.3940372Z * [new branch] gh/rec/131/orig -> origin/gh/rec/131/orig 2025-03-04T19:48:32.3941843Z * [new branch] gh/rec/132/base -> origin/gh/rec/132/base 2025-03-04T19:48:32.3942941Z * [new branch] gh/rec/132/head -> origin/gh/rec/132/head 2025-03-04T19:48:32.3944004Z * [new branch] gh/rec/132/orig -> origin/gh/rec/132/orig 2025-03-04T19:48:32.3945419Z * [new branch] gh/rec/133/base -> origin/gh/rec/133/base 2025-03-04T19:48:32.3946469Z * [new branch] gh/rec/133/head -> origin/gh/rec/133/head 2025-03-04T19:48:32.3947843Z * [new branch] gh/rec/133/orig -> origin/gh/rec/133/orig 2025-03-04T19:48:32.3949026Z * [new branch] gh/rec/134/base -> origin/gh/rec/134/base 2025-03-04T19:48:32.3950082Z * [new branch] gh/rec/134/head -> origin/gh/rec/134/head 2025-03-04T19:48:32.3951158Z * [new branch] gh/rec/134/orig -> origin/gh/rec/134/orig 2025-03-04T19:48:32.3953027Z * [new branch] gh/rec/135/base -> origin/gh/rec/135/base 2025-03-04T19:48:32.3954116Z * [new branch] gh/rec/135/head -> origin/gh/rec/135/head 2025-03-04T19:48:32.3955228Z * [new branch] gh/rec/135/orig -> origin/gh/rec/135/orig 2025-03-04T19:48:32.3956603Z * [new branch] gh/rec/136/base -> origin/gh/rec/136/base 2025-03-04T19:48:32.3958097Z * [new branch] gh/rec/136/head -> origin/gh/rec/136/head 2025-03-04T19:48:32.3958771Z * [new branch] gh/rec/136/orig -> origin/gh/rec/136/orig 2025-03-04T19:48:32.3960238Z * [new branch] gh/rec/27/base -> origin/gh/rec/27/base 2025-03-04T19:48:32.3961358Z * [new branch] gh/rec/27/head -> origin/gh/rec/27/head 2025-03-04T19:48:32.3962454Z * [new branch] gh/rec/27/orig -> origin/gh/rec/27/orig 2025-03-04T19:48:32.3964194Z * [new branch] gh/rohan-varma/742/base -> origin/gh/rohan-varma/742/base 2025-03-04T19:48:32.3965357Z * [new branch] gh/rohan-varma/742/head -> origin/gh/rohan-varma/742/head 2025-03-04T19:48:32.3966892Z * [new branch] gh/rohan-varma/742/orig -> origin/gh/rohan-varma/742/orig 2025-03-04T19:48:32.3968515Z * [new branch] gh/seemethere/10/base -> origin/gh/seemethere/10/base 2025-03-04T19:48:32.3969300Z * [new branch] gh/seemethere/10/head -> origin/gh/seemethere/10/head 2025-03-04T19:48:32.3970445Z * [new branch] gh/seemethere/10/orig -> origin/gh/seemethere/10/orig 2025-03-04T19:48:32.3972007Z * [new branch] gh/seemethere/11/base -> origin/gh/seemethere/11/base 2025-03-04T19:48:32.3975412Z * [new branch] gh/seemethere/11/head -> origin/gh/seemethere/11/head 2025-03-04T19:48:32.3976537Z * [new branch] gh/seemethere/11/orig -> origin/gh/seemethere/11/orig 2025-03-04T19:48:32.3977983Z * [new branch] gh/seemethere/12/base -> origin/gh/seemethere/12/base 2025-03-04T19:48:32.3979136Z * [new branch] gh/seemethere/12/head -> origin/gh/seemethere/12/head 2025-03-04T19:48:32.3980217Z * [new branch] gh/seemethere/12/orig -> origin/gh/seemethere/12/orig 2025-03-04T19:48:32.3981637Z * [new branch] gh/seemethere/13/base -> origin/gh/seemethere/13/base 2025-03-04T19:48:32.3982778Z * [new branch] gh/seemethere/13/head -> origin/gh/seemethere/13/head 2025-03-04T19:48:32.3983932Z * [new branch] gh/seemethere/13/orig -> origin/gh/seemethere/13/orig 2025-03-04T19:48:32.3985252Z * [new branch] gh/seemethere/14/base -> origin/gh/seemethere/14/base 2025-03-04T19:48:32.3986360Z * [new branch] gh/seemethere/14/head -> origin/gh/seemethere/14/head 2025-03-04T19:48:32.3987502Z * [new branch] gh/seemethere/14/orig -> origin/gh/seemethere/14/orig 2025-03-04T19:48:32.3988914Z * [new branch] gh/seemethere/15/base -> origin/gh/seemethere/15/base 2025-03-04T19:48:32.3990029Z * [new branch] gh/seemethere/15/head -> origin/gh/seemethere/15/head 2025-03-04T19:48:32.3991154Z * [new branch] gh/seemethere/15/orig -> origin/gh/seemethere/15/orig 2025-03-04T19:48:32.3992501Z * [new branch] gh/seemethere/16/base -> origin/gh/seemethere/16/base 2025-03-04T19:48:32.3993584Z * [new branch] gh/seemethere/16/head -> origin/gh/seemethere/16/head 2025-03-04T19:48:32.3994684Z * [new branch] gh/seemethere/16/orig -> origin/gh/seemethere/16/orig 2025-03-04T19:48:32.3996117Z * [new branch] gh/seemethere/7/base -> origin/gh/seemethere/7/base 2025-03-04T19:48:32.3997182Z * [new branch] gh/seemethere/7/head -> origin/gh/seemethere/7/head 2025-03-04T19:48:32.3998270Z * [new branch] gh/seemethere/7/orig -> origin/gh/seemethere/7/orig 2025-03-04T19:48:32.3999733Z * [new branch] gh/seemethere/8/base -> origin/gh/seemethere/8/base 2025-03-04T19:48:32.4000813Z * [new branch] gh/seemethere/8/head -> origin/gh/seemethere/8/head 2025-03-04T19:48:32.4002026Z * [new branch] gh/seemethere/8/orig -> origin/gh/seemethere/8/orig 2025-03-04T19:48:32.4003426Z * [new branch] gh/seemethere/9/base -> origin/gh/seemethere/9/base 2025-03-04T19:48:32.4004498Z * [new branch] gh/seemethere/9/head -> origin/gh/seemethere/9/head 2025-03-04T19:48:32.4005649Z * [new branch] gh/seemethere/9/orig -> origin/gh/seemethere/9/orig 2025-03-04T19:48:32.4007552Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-03-04T19:48:32.4008785Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-03-04T19:48:32.4009899Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-03-04T19:48:32.4011546Z * [new branch] gh/shunting314/151/base -> origin/gh/shunting314/151/base 2025-03-04T19:48:32.4012636Z * [new branch] gh/shunting314/151/head -> origin/gh/shunting314/151/head 2025-03-04T19:48:32.4013764Z * [new branch] gh/shunting314/151/orig -> origin/gh/shunting314/151/orig 2025-03-04T19:48:32.4015268Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-03-04T19:48:32.4016401Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-03-04T19:48:32.4017550Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-03-04T19:48:32.4019064Z * [new branch] gh/shunting314/187/base -> origin/gh/shunting314/187/base 2025-03-04T19:48:32.4020109Z * [new branch] gh/shunting314/187/head -> origin/gh/shunting314/187/head 2025-03-04T19:48:32.4021179Z * [new branch] gh/shunting314/187/orig -> origin/gh/shunting314/187/orig 2025-03-04T19:48:32.4022881Z * [new branch] gh/shunting314/196/base -> origin/gh/shunting314/196/base 2025-03-04T19:48:32.4023943Z * [new branch] gh/shunting314/196/head -> origin/gh/shunting314/196/head 2025-03-04T19:48:32.4025061Z * [new branch] gh/shunting314/196/orig -> origin/gh/shunting314/196/orig 2025-03-04T19:48:32.4026653Z * [new branch] gh/shunting314/197/base -> origin/gh/shunting314/197/base 2025-03-04T19:48:32.4027695Z * [new branch] gh/shunting314/197/head -> origin/gh/shunting314/197/head 2025-03-04T19:48:32.4028786Z * [new branch] gh/shunting314/197/orig -> origin/gh/shunting314/197/orig 2025-03-04T19:48:32.4030088Z * [new branch] gh/shunting314/198/base -> origin/gh/shunting314/198/base 2025-03-04T19:48:32.4031150Z * [new branch] gh/shunting314/198/head -> origin/gh/shunting314/198/head 2025-03-04T19:48:32.4032236Z * [new branch] gh/shunting314/198/orig -> origin/gh/shunting314/198/orig 2025-03-04T19:48:32.4033821Z * [new branch] gh/shunting314/199/base -> origin/gh/shunting314/199/base 2025-03-04T19:48:32.4034988Z * [new branch] gh/shunting314/199/head -> origin/gh/shunting314/199/head 2025-03-04T19:48:32.4036069Z * [new branch] gh/shunting314/199/orig -> origin/gh/shunting314/199/orig 2025-03-04T19:48:32.4037619Z * [new branch] gh/sijiac/1/base -> origin/gh/sijiac/1/base 2025-03-04T19:48:32.4038717Z * [new branch] gh/sijiac/1/head -> origin/gh/sijiac/1/head 2025-03-04T19:48:32.4039968Z * [new branch] gh/sijiac/2/base -> origin/gh/sijiac/2/base 2025-03-04T19:48:32.4041105Z * [new branch] gh/sijiac/2/head -> origin/gh/sijiac/2/head 2025-03-04T19:48:32.4042408Z * [new branch] gh/sijiac/3/base -> origin/gh/sijiac/3/base 2025-03-04T19:48:32.4043425Z * [new branch] gh/sijiac/3/head -> origin/gh/sijiac/3/head 2025-03-04T19:48:32.4045139Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-03-04T19:48:32.4046252Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-03-04T19:48:32.4047557Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-03-04T19:48:32.4048562Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-03-04T19:48:32.4049836Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-03-04T19:48:32.4050917Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-03-04T19:48:32.4052205Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-03-04T19:48:32.4053253Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-03-04T19:48:32.4054983Z * [new branch] gh/sinhaanhsul/1/base -> origin/gh/sinhaanhsul/1/base 2025-03-04T19:48:32.4056099Z * [new branch] gh/sinhaanhsul/1/head -> origin/gh/sinhaanhsul/1/head 2025-03-04T19:48:32.4057936Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-03-04T19:48:32.4058937Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-03-04T19:48:32.4060040Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-03-04T19:48:32.4061724Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-03-04T19:48:32.4062853Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-03-04T19:48:32.4063890Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-03-04T19:48:32.4065600Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-03-04T19:48:32.4066594Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-03-04T19:48:32.4067717Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-03-04T19:48:32.4069275Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-03-04T19:48:32.4070425Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-03-04T19:48:32.4071904Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-03-04T19:48:32.4073528Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-03-04T19:48:32.4074621Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-03-04T19:48:32.4075730Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-03-04T19:48:32.4077150Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-03-04T19:48:32.4078381Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-03-04T19:48:32.4079443Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-03-04T19:48:32.4081010Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-03-04T19:48:32.4082184Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-03-04T19:48:32.4083256Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-03-04T19:48:32.4084696Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-03-04T19:48:32.4085770Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-03-04T19:48:32.4086831Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-03-04T19:48:32.4088272Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-03-04T19:48:32.4089330Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-03-04T19:48:32.4090417Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-03-04T19:48:32.4091990Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-03-04T19:48:32.4093298Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-03-04T19:48:32.4094320Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-03-04T19:48:32.4095805Z * [new branch] gh/soulitzer/329/base -> origin/gh/soulitzer/329/base 2025-03-04T19:48:32.4096894Z * [new branch] gh/soulitzer/329/head -> origin/gh/soulitzer/329/head 2025-03-04T19:48:32.4097963Z * [new branch] gh/soulitzer/329/orig -> origin/gh/soulitzer/329/orig 2025-03-04T19:48:32.4099412Z * [new branch] gh/soulitzer/331/base -> origin/gh/soulitzer/331/base 2025-03-04T19:48:32.4100494Z * [new branch] gh/soulitzer/331/head -> origin/gh/soulitzer/331/head 2025-03-04T19:48:32.4101652Z * [new branch] gh/soulitzer/331/orig -> origin/gh/soulitzer/331/orig 2025-03-04T19:48:32.4103125Z * [new branch] gh/soulitzer/332/base -> origin/gh/soulitzer/332/base 2025-03-04T19:48:32.4104380Z * [new branch] gh/soulitzer/332/head -> origin/gh/soulitzer/332/head 2025-03-04T19:48:32.4105447Z * [new branch] gh/soulitzer/332/orig -> origin/gh/soulitzer/332/orig 2025-03-04T19:48:32.4106970Z * [new branch] gh/soulitzer/335/base -> origin/gh/soulitzer/335/base 2025-03-04T19:48:32.4108024Z * [new branch] gh/soulitzer/335/head -> origin/gh/soulitzer/335/head 2025-03-04T19:48:32.4109201Z * [new branch] gh/soulitzer/335/orig -> origin/gh/soulitzer/335/orig 2025-03-04T19:48:32.4110705Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-03-04T19:48:32.4111752Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-03-04T19:48:32.4112880Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-03-04T19:48:32.4114316Z * [new branch] gh/soulitzer/347/base -> origin/gh/soulitzer/347/base 2025-03-04T19:48:32.4115318Z * [new branch] gh/soulitzer/347/head -> origin/gh/soulitzer/347/head 2025-03-04T19:48:32.4116403Z * [new branch] gh/soulitzer/347/orig -> origin/gh/soulitzer/347/orig 2025-03-04T19:48:32.4118491Z * [new branch] gh/soulitzer/349/base -> origin/gh/soulitzer/349/base 2025-03-04T19:48:32.4119631Z * [new branch] gh/soulitzer/349/head -> origin/gh/soulitzer/349/head 2025-03-04T19:48:32.4120753Z * [new branch] gh/soulitzer/349/orig -> origin/gh/soulitzer/349/orig 2025-03-04T19:48:32.4122222Z * [new branch] gh/soulitzer/350/base -> origin/gh/soulitzer/350/base 2025-03-04T19:48:32.4123244Z * [new branch] gh/soulitzer/350/head -> origin/gh/soulitzer/350/head 2025-03-04T19:48:32.4124311Z * [new branch] gh/soulitzer/350/orig -> origin/gh/soulitzer/350/orig 2025-03-04T19:48:32.4125807Z * [new branch] gh/soulitzer/351/base -> origin/gh/soulitzer/351/base 2025-03-04T19:48:32.4126896Z * [new branch] gh/soulitzer/351/head -> origin/gh/soulitzer/351/head 2025-03-04T19:48:32.4127949Z * [new branch] gh/soulitzer/351/orig -> origin/gh/soulitzer/351/orig 2025-03-04T19:48:32.4129483Z * [new branch] gh/soulitzer/352/base -> origin/gh/soulitzer/352/base 2025-03-04T19:48:32.4130476Z * [new branch] gh/soulitzer/352/head -> origin/gh/soulitzer/352/head 2025-03-04T19:48:32.4131565Z * [new branch] gh/soulitzer/352/orig -> origin/gh/soulitzer/352/orig 2025-03-04T19:48:32.4132921Z * [new branch] gh/soulitzer/353/base -> origin/gh/soulitzer/353/base 2025-03-04T19:48:32.4134124Z * [new branch] gh/soulitzer/353/head -> origin/gh/soulitzer/353/head 2025-03-04T19:48:32.4135265Z * [new branch] gh/soulitzer/353/orig -> origin/gh/soulitzer/353/orig 2025-03-04T19:48:32.4136975Z * [new branch] gh/suo/619/base -> origin/gh/suo/619/base 2025-03-04T19:48:32.4138685Z * [new branch] gh/swolchok/704/base -> origin/gh/swolchok/704/base 2025-03-04T19:48:32.4139924Z * [new branch] gh/swolchok/704/head -> origin/gh/swolchok/704/head 2025-03-04T19:48:32.4141143Z * [new branch] gh/swolchok/704/orig -> origin/gh/swolchok/704/orig 2025-03-04T19:48:32.4142803Z * [new branch] gh/swolchok/710/base -> origin/gh/swolchok/710/base 2025-03-04T19:48:32.4143919Z * [new branch] gh/swolchok/710/head -> origin/gh/swolchok/710/head 2025-03-04T19:48:32.4145014Z * [new branch] gh/swolchok/710/orig -> origin/gh/swolchok/710/orig 2025-03-04T19:48:32.4146329Z * [new branch] gh/swolchok/711/base -> origin/gh/swolchok/711/base 2025-03-04T19:48:32.4147401Z * [new branch] gh/swolchok/711/head -> origin/gh/swolchok/711/head 2025-03-04T19:48:32.4148552Z * [new branch] gh/swolchok/711/orig -> origin/gh/swolchok/711/orig 2025-03-04T19:48:32.4150107Z * [new branch] gh/swolchok/722/base -> origin/gh/swolchok/722/base 2025-03-04T19:48:32.4151168Z * [new branch] gh/swolchok/722/head -> origin/gh/swolchok/722/head 2025-03-04T19:48:32.4152295Z * [new branch] gh/swolchok/722/orig -> origin/gh/swolchok/722/orig 2025-03-04T19:48:32.4153689Z * [new branch] gh/swolchok/723/base -> origin/gh/swolchok/723/base 2025-03-04T19:48:32.4154720Z * [new branch] gh/swolchok/723/head -> origin/gh/swolchok/723/head 2025-03-04T19:48:32.4155797Z * [new branch] gh/swolchok/723/orig -> origin/gh/swolchok/723/orig 2025-03-04T19:48:32.4157471Z * [new branch] gh/syed-ahmed/1/base -> origin/gh/syed-ahmed/1/base 2025-03-04T19:48:32.4158537Z * [new branch] gh/syed-ahmed/1/head -> origin/gh/syed-ahmed/1/head 2025-03-04T19:48:32.4159611Z * [new branch] gh/syed-ahmed/1/orig -> origin/gh/syed-ahmed/1/orig 2025-03-04T19:48:32.4161090Z * [new branch] gh/syed-ahmed/2/base -> origin/gh/syed-ahmed/2/base 2025-03-04T19:48:32.4162211Z * [new branch] gh/syed-ahmed/2/head -> origin/gh/syed-ahmed/2/head 2025-03-04T19:48:32.4163213Z * [new branch] gh/syed-ahmed/2/orig -> origin/gh/syed-ahmed/2/orig 2025-03-04T19:48:32.4164880Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-03-04T19:48:32.4166010Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-03-04T19:48:32.4167085Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-03-04T19:48:32.4168557Z * [new branch] gh/tianyu-l/6/base -> origin/gh/tianyu-l/6/base 2025-03-04T19:48:32.4169696Z * [new branch] gh/tianyu-l/6/head -> origin/gh/tianyu-l/6/head 2025-03-04T19:48:32.4170818Z * [new branch] gh/tianyu-l/6/orig -> origin/gh/tianyu-l/6/orig 2025-03-04T19:48:32.4173725Z * [new branch] gh/tianyu-l/7/base -> origin/gh/tianyu-l/7/base 2025-03-04T19:48:32.4174463Z * [new branch] gh/tianyu-l/7/head -> origin/gh/tianyu-l/7/head 2025-03-04T19:48:32.4175914Z * [new branch] gh/tianyu-l/7/orig -> origin/gh/tianyu-l/7/orig 2025-03-04T19:48:32.4178251Z * [new branch] gh/tugsbayasgalan/155/base -> origin/gh/tugsbayasgalan/155/base 2025-03-04T19:48:32.4179664Z * [new branch] gh/tugsbayasgalan/155/head -> origin/gh/tugsbayasgalan/155/head 2025-03-04T19:48:32.4181034Z * [new branch] gh/tugsbayasgalan/155/orig -> origin/gh/tugsbayasgalan/155/orig 2025-03-04T19:48:32.4183136Z * [new branch] gh/tugsbayasgalan/162/base -> origin/gh/tugsbayasgalan/162/base 2025-03-04T19:48:32.4184488Z * [new branch] gh/tugsbayasgalan/162/head -> origin/gh/tugsbayasgalan/162/head 2025-03-04T19:48:32.4185909Z * [new branch] gh/tugsbayasgalan/162/orig -> origin/gh/tugsbayasgalan/162/orig 2025-03-04T19:48:32.4187824Z * [new branch] gh/tugsbayasgalan/277/base -> origin/gh/tugsbayasgalan/277/base 2025-03-04T19:48:32.4189118Z * [new branch] gh/tugsbayasgalan/277/head -> origin/gh/tugsbayasgalan/277/head 2025-03-04T19:48:32.4190457Z * [new branch] gh/tugsbayasgalan/277/orig -> origin/gh/tugsbayasgalan/277/orig 2025-03-04T19:48:32.4192703Z * [new branch] gh/tugsbayasgalan/282/base -> origin/gh/tugsbayasgalan/282/base 2025-03-04T19:48:32.4194320Z * [new branch] gh/tugsbayasgalan/282/head -> origin/gh/tugsbayasgalan/282/head 2025-03-04T19:48:32.4195747Z * [new branch] gh/tugsbayasgalan/282/orig -> origin/gh/tugsbayasgalan/282/orig 2025-03-04T19:48:32.4197625Z * [new branch] gh/tugsbayasgalan/287/base -> origin/gh/tugsbayasgalan/287/base 2025-03-04T19:48:32.4200088Z * [new branch] gh/tugsbayasgalan/287/head -> origin/gh/tugsbayasgalan/287/head 2025-03-04T19:48:32.4201635Z * [new branch] gh/tugsbayasgalan/287/orig -> origin/gh/tugsbayasgalan/287/orig 2025-03-04T19:48:32.4203695Z * [new branch] gh/tugsbayasgalan/288/base -> origin/gh/tugsbayasgalan/288/base 2025-03-04T19:48:32.4205117Z * [new branch] gh/tugsbayasgalan/288/head -> origin/gh/tugsbayasgalan/288/head 2025-03-04T19:48:32.4206379Z * [new branch] gh/tugsbayasgalan/288/orig -> origin/gh/tugsbayasgalan/288/orig 2025-03-04T19:48:32.4208125Z * [new branch] gh/tugsbayasgalan/289/base -> origin/gh/tugsbayasgalan/289/base 2025-03-04T19:48:32.4209487Z * [new branch] gh/tugsbayasgalan/289/head -> origin/gh/tugsbayasgalan/289/head 2025-03-04T19:48:32.4210685Z * [new branch] gh/tugsbayasgalan/289/orig -> origin/gh/tugsbayasgalan/289/orig 2025-03-04T19:48:32.4212036Z * [new branch] gh/tugsbayasgalan/290/base -> origin/gh/tugsbayasgalan/290/base 2025-03-04T19:48:32.4213037Z * [new branch] gh/tugsbayasgalan/290/head -> origin/gh/tugsbayasgalan/290/head 2025-03-04T19:48:32.4213999Z * [new branch] gh/tugsbayasgalan/290/orig -> origin/gh/tugsbayasgalan/290/orig 2025-03-04T19:48:32.4215397Z * [new branch] gh/tugsbayasgalan/291/base -> origin/gh/tugsbayasgalan/291/base 2025-03-04T19:48:32.4216452Z * [new branch] gh/tugsbayasgalan/291/head -> origin/gh/tugsbayasgalan/291/head 2025-03-04T19:48:32.4217480Z * [new branch] gh/tugsbayasgalan/291/orig -> origin/gh/tugsbayasgalan/291/orig 2025-03-04T19:48:32.4218840Z * [new branch] gh/tugsbayasgalan/292/base -> origin/gh/tugsbayasgalan/292/base 2025-03-04T19:48:32.4219783Z * [new branch] gh/tugsbayasgalan/292/head -> origin/gh/tugsbayasgalan/292/head 2025-03-04T19:48:32.4220744Z * [new branch] gh/tugsbayasgalan/292/orig -> origin/gh/tugsbayasgalan/292/orig 2025-03-04T19:48:32.4222156Z * [new branch] gh/tugsbayasgalan/293/base -> origin/gh/tugsbayasgalan/293/base 2025-03-04T19:48:32.4223102Z * [new branch] gh/tugsbayasgalan/293/head -> origin/gh/tugsbayasgalan/293/head 2025-03-04T19:48:32.4224075Z * [new branch] gh/tugsbayasgalan/293/orig -> origin/gh/tugsbayasgalan/293/orig 2025-03-04T19:48:32.4225432Z * [new branch] gh/tugsbayasgalan/294/base -> origin/gh/tugsbayasgalan/294/base 2025-03-04T19:48:32.4226352Z * [new branch] gh/tugsbayasgalan/294/head -> origin/gh/tugsbayasgalan/294/head 2025-03-04T19:48:32.4227260Z * [new branch] gh/tugsbayasgalan/294/orig -> origin/gh/tugsbayasgalan/294/orig 2025-03-04T19:48:32.4228644Z * [new branch] gh/tugsbayasgalan/295/base -> origin/gh/tugsbayasgalan/295/base 2025-03-04T19:48:32.4229624Z * [new branch] gh/tugsbayasgalan/295/head -> origin/gh/tugsbayasgalan/295/head 2025-03-04T19:48:32.4230620Z * [new branch] gh/tugsbayasgalan/295/orig -> origin/gh/tugsbayasgalan/295/orig 2025-03-04T19:48:32.4231922Z * [new branch] gh/tugsbayasgalan/296/base -> origin/gh/tugsbayasgalan/296/base 2025-03-04T19:48:32.4232965Z * [new branch] gh/tugsbayasgalan/296/head -> origin/gh/tugsbayasgalan/296/head 2025-03-04T19:48:32.4233911Z * [new branch] gh/tugsbayasgalan/296/orig -> origin/gh/tugsbayasgalan/296/orig 2025-03-04T19:48:32.4235468Z * [new branch] gh/vkuzo/1/head -> origin/gh/vkuzo/1/head 2025-03-04T19:48:32.4236361Z * [new branch] gh/vkuzo/1/next -> origin/gh/vkuzo/1/next 2025-03-04T19:48:32.4237384Z * [new branch] gh/vkuzo/1/orig -> origin/gh/vkuzo/1/orig 2025-03-04T19:48:32.4238631Z * [new branch] gh/vkuzo/2/head -> origin/gh/vkuzo/2/head 2025-03-04T19:48:32.4239511Z * [new branch] gh/vkuzo/2/next -> origin/gh/vkuzo/2/next 2025-03-04T19:48:32.4240513Z * [new branch] gh/vkuzo/2/orig -> origin/gh/vkuzo/2/orig 2025-03-04T19:48:32.4241753Z * [new branch] gh/vkuzo/3/head -> origin/gh/vkuzo/3/head 2025-03-04T19:48:32.4242516Z * [new branch] gh/vkuzo/3/next -> origin/gh/vkuzo/3/next 2025-03-04T19:48:32.4243602Z * [new branch] gh/vkuzo/3/orig -> origin/gh/vkuzo/3/orig 2025-03-04T19:48:32.4244838Z * [new branch] gh/vkuzo/4/base -> origin/gh/vkuzo/4/base 2025-03-04T19:48:32.4245725Z * [new branch] gh/vkuzo/4/head -> origin/gh/vkuzo/4/head 2025-03-04T19:48:32.4246657Z * [new branch] gh/vkuzo/4/orig -> origin/gh/vkuzo/4/orig 2025-03-04T19:48:32.4248155Z * [new branch] gh/vkuzo/5/base -> origin/gh/vkuzo/5/base 2025-03-04T19:48:32.4249145Z * [new branch] gh/vkuzo/5/head -> origin/gh/vkuzo/5/head 2025-03-04T19:48:32.4250103Z * [new branch] gh/vkuzo/5/orig -> origin/gh/vkuzo/5/orig 2025-03-04T19:48:32.4251368Z * [new branch] gh/vkuzo/6/base -> origin/gh/vkuzo/6/base 2025-03-04T19:48:32.4252285Z * [new branch] gh/vkuzo/6/head -> origin/gh/vkuzo/6/head 2025-03-04T19:48:32.4253296Z * [new branch] gh/vkuzo/6/orig -> origin/gh/vkuzo/6/orig 2025-03-04T19:48:32.4254596Z * [new branch] gh/vkuzo/7/base -> origin/gh/vkuzo/7/base 2025-03-04T19:48:32.4255560Z * [new branch] gh/vkuzo/7/head -> origin/gh/vkuzo/7/head 2025-03-04T19:48:32.4256611Z * [new branch] gh/vkuzo/7/orig -> origin/gh/vkuzo/7/orig 2025-03-04T19:48:32.4258156Z * [new branch] gh/vmoens/10/base -> origin/gh/vmoens/10/base 2025-03-04T19:48:32.4259101Z * [new branch] gh/vmoens/10/head -> origin/gh/vmoens/10/head 2025-03-04T19:48:32.4260071Z * [new branch] gh/vmoens/10/orig -> origin/gh/vmoens/10/orig 2025-03-04T19:48:32.4261329Z * [new branch] gh/vmoens/15/base -> origin/gh/vmoens/15/base 2025-03-04T19:48:32.4262398Z * [new branch] gh/vmoens/15/head -> origin/gh/vmoens/15/head 2025-03-04T19:48:32.4263361Z * [new branch] gh/vmoens/15/orig -> origin/gh/vmoens/15/orig 2025-03-04T19:48:32.4264618Z * [new branch] gh/vmoens/16/base -> origin/gh/vmoens/16/base 2025-03-04T19:48:32.4265597Z * [new branch] gh/vmoens/16/head -> origin/gh/vmoens/16/head 2025-03-04T19:48:32.4266482Z * [new branch] gh/vmoens/16/orig -> origin/gh/vmoens/16/orig 2025-03-04T19:48:32.4267836Z * [new branch] gh/vmoens/17/base -> origin/gh/vmoens/17/base 2025-03-04T19:48:32.4268761Z * [new branch] gh/vmoens/17/head -> origin/gh/vmoens/17/head 2025-03-04T19:48:32.4269731Z * [new branch] gh/vmoens/17/orig -> origin/gh/vmoens/17/orig 2025-03-04T19:48:32.4270971Z * [new branch] gh/vmoens/18/base -> origin/gh/vmoens/18/base 2025-03-04T19:48:32.4272071Z * [new branch] gh/vmoens/18/head -> origin/gh/vmoens/18/head 2025-03-04T19:48:32.4273171Z * [new branch] gh/vmoens/18/orig -> origin/gh/vmoens/18/orig 2025-03-04T19:48:32.4274425Z * [new branch] gh/vmoens/19/base -> origin/gh/vmoens/19/base 2025-03-04T19:48:32.4275330Z * [new branch] gh/vmoens/19/head -> origin/gh/vmoens/19/head 2025-03-04T19:48:32.4276427Z * [new branch] gh/vmoens/19/orig -> origin/gh/vmoens/19/orig 2025-03-04T19:48:32.4277718Z * [new branch] gh/vmoens/20/base -> origin/gh/vmoens/20/base 2025-03-04T19:48:32.4278697Z * [new branch] gh/vmoens/20/head -> origin/gh/vmoens/20/head 2025-03-04T19:48:32.4279668Z * [new branch] gh/vmoens/20/orig -> origin/gh/vmoens/20/orig 2025-03-04T19:48:32.4281475Z * [new branch] gh/voznesenskym/211/base -> origin/gh/voznesenskym/211/base 2025-03-04T19:48:32.4282554Z * [new branch] gh/voznesenskym/211/head -> origin/gh/voznesenskym/211/head 2025-03-04T19:48:32.4283597Z * [new branch] gh/voznesenskym/211/orig -> origin/gh/voznesenskym/211/orig 2025-03-04T19:48:32.4284877Z * [new branch] gh/voznesenskym/231/base -> origin/gh/voznesenskym/231/base 2025-03-04T19:48:32.4285906Z * [new branch] gh/voznesenskym/231/head -> origin/gh/voznesenskym/231/head 2025-03-04T19:48:32.4286845Z * [new branch] gh/voznesenskym/231/orig -> origin/gh/voznesenskym/231/orig 2025-03-04T19:48:32.4288200Z * [new branch] gh/voznesenskym/254/base -> origin/gh/voznesenskym/254/base 2025-03-04T19:48:32.4289270Z * [new branch] gh/voznesenskym/254/head -> origin/gh/voznesenskym/254/head 2025-03-04T19:48:32.4290240Z * [new branch] gh/voznesenskym/254/orig -> origin/gh/voznesenskym/254/orig 2025-03-04T19:48:32.4291819Z * [new branch] gh/wanchaol/360/base -> origin/gh/wanchaol/360/base 2025-03-04T19:48:32.4292965Z * [new branch] gh/wanchaol/360/head -> origin/gh/wanchaol/360/head 2025-03-04T19:48:32.4293936Z * [new branch] gh/wanchaol/360/orig -> origin/gh/wanchaol/360/orig 2025-03-04T19:48:32.4295353Z * [new branch] gh/wanchaol/367/base -> origin/gh/wanchaol/367/base 2025-03-04T19:48:32.4296403Z * [new branch] gh/wanchaol/367/head -> origin/gh/wanchaol/367/head 2025-03-04T19:48:32.4297575Z * [new branch] gh/wanchaol/367/orig -> origin/gh/wanchaol/367/orig 2025-03-04T19:48:32.4298880Z * [new branch] gh/wanchaol/368/base -> origin/gh/wanchaol/368/base 2025-03-04T19:48:32.4299882Z * [new branch] gh/wanchaol/368/head -> origin/gh/wanchaol/368/head 2025-03-04T19:48:32.4300909Z * [new branch] gh/wanchaol/368/orig -> origin/gh/wanchaol/368/orig 2025-03-04T19:48:32.4302637Z * [new branch] gh/wconstab/204/base -> origin/gh/wconstab/204/base 2025-03-04T19:48:32.4303739Z * [new branch] gh/wconstab/204/orig -> origin/gh/wconstab/204/orig 2025-03-04T19:48:32.4305008Z * [new branch] gh/wconstab/380/base -> origin/gh/wconstab/380/base 2025-03-04T19:48:32.4305953Z * [new branch] gh/wconstab/380/head -> origin/gh/wconstab/380/head 2025-03-04T19:48:32.4306917Z * [new branch] gh/wconstab/380/orig -> origin/gh/wconstab/380/orig 2025-03-04T19:48:32.4308205Z * [new branch] gh/wconstab/382/base -> origin/gh/wconstab/382/base 2025-03-04T19:48:32.4309492Z * [new branch] gh/wconstab/383/base -> origin/gh/wconstab/383/base 2025-03-04T19:48:32.4311099Z * [new branch] gh/wconstab/384/base -> origin/gh/wconstab/384/base 2025-03-04T19:48:32.4312413Z * [new branch] gh/wconstab/385/base -> origin/gh/wconstab/385/base 2025-03-04T19:48:32.4313452Z * [new branch] gh/wconstab/385/head -> origin/gh/wconstab/385/head 2025-03-04T19:48:32.4314717Z * [new branch] gh/wconstab/386/base -> origin/gh/wconstab/386/base 2025-03-04T19:48:32.4315902Z * [new branch] gh/wconstab/391/base -> origin/gh/wconstab/391/base 2025-03-04T19:48:32.4316908Z * [new branch] gh/wconstab/391/head -> origin/gh/wconstab/391/head 2025-03-04T19:48:32.4317874Z * [new branch] gh/wconstab/391/orig -> origin/gh/wconstab/391/orig 2025-03-04T19:48:32.4319255Z * [new branch] gh/wconstab/392/base -> origin/gh/wconstab/392/base 2025-03-04T19:48:32.4320164Z * [new branch] gh/wconstab/392/head -> origin/gh/wconstab/392/head 2025-03-04T19:48:32.4321162Z * [new branch] gh/wconstab/392/orig -> origin/gh/wconstab/392/orig 2025-03-04T19:48:32.4322890Z * [new branch] gh/wconstab/393/base -> origin/gh/wconstab/393/base 2025-03-04T19:48:32.4323864Z * [new branch] gh/wconstab/393/head -> origin/gh/wconstab/393/head 2025-03-04T19:48:32.4324897Z * [new branch] gh/wconstab/393/orig -> origin/gh/wconstab/393/orig 2025-03-04T19:48:32.4326013Z * [new branch] gh/wconstab/394/base -> origin/gh/wconstab/394/base 2025-03-04T19:48:32.4326930Z * [new branch] gh/wconstab/394/head -> origin/gh/wconstab/394/head 2025-03-04T19:48:32.4327880Z * [new branch] gh/wconstab/394/orig -> origin/gh/wconstab/394/orig 2025-03-04T19:48:32.4329441Z * [new branch] gh/wconstab/395/base -> origin/gh/wconstab/395/base 2025-03-04T19:48:32.4330451Z * [new branch] gh/wconstab/395/head -> origin/gh/wconstab/395/head 2025-03-04T19:48:32.4331499Z * [new branch] gh/wconstab/395/orig -> origin/gh/wconstab/395/orig 2025-03-04T19:48:32.4332979Z * [new branch] gh/wconstab/396/base -> origin/gh/wconstab/396/base 2025-03-04T19:48:32.4333954Z * [new branch] gh/wconstab/396/head -> origin/gh/wconstab/396/head 2025-03-04T19:48:32.4335028Z * [new branch] gh/wconstab/396/orig -> origin/gh/wconstab/396/orig 2025-03-04T19:48:32.4336432Z * [new branch] gh/wconstab/397/base -> origin/gh/wconstab/397/base 2025-03-04T19:48:32.4337418Z * [new branch] gh/wconstab/397/head -> origin/gh/wconstab/397/head 2025-03-04T19:48:32.4338409Z * [new branch] gh/wconstab/397/orig -> origin/gh/wconstab/397/orig 2025-03-04T19:48:32.4339803Z * [new branch] gh/wconstab/398/base -> origin/gh/wconstab/398/base 2025-03-04T19:48:32.4340714Z * [new branch] gh/wconstab/398/head -> origin/gh/wconstab/398/head 2025-03-04T19:48:32.4341767Z * [new branch] gh/wconstab/398/orig -> origin/gh/wconstab/398/orig 2025-03-04T19:48:32.4343453Z * [new branch] gh/weifengpy/21/base -> origin/gh/weifengpy/21/base 2025-03-04T19:48:32.4344407Z * [new branch] gh/weifengpy/21/head -> origin/gh/weifengpy/21/head 2025-03-04T19:48:32.4345392Z * [new branch] gh/weifengpy/21/orig -> origin/gh/weifengpy/21/orig 2025-03-04T19:48:32.4346968Z * [new branch] gh/williamwen42/196/base -> origin/gh/williamwen42/196/base 2025-03-04T19:48:32.4347936Z * [new branch] gh/williamwen42/196/head -> origin/gh/williamwen42/196/head 2025-03-04T19:48:32.4348890Z * [new branch] gh/williamwen42/196/orig -> origin/gh/williamwen42/196/orig 2025-03-04T19:48:32.4350184Z * [new branch] gh/williamwen42/197/base -> origin/gh/williamwen42/197/base 2025-03-04T19:48:32.4351180Z * [new branch] gh/williamwen42/197/head -> origin/gh/williamwen42/197/head 2025-03-04T19:48:32.4352140Z * [new branch] gh/williamwen42/197/orig -> origin/gh/williamwen42/197/orig 2025-03-04T19:48:32.4353577Z * [new branch] gh/williamwen42/199/base -> origin/gh/williamwen42/199/base 2025-03-04T19:48:32.4354514Z * [new branch] gh/williamwen42/199/head -> origin/gh/williamwen42/199/head 2025-03-04T19:48:32.4355491Z * [new branch] gh/williamwen42/199/orig -> origin/gh/williamwen42/199/orig 2025-03-04T19:48:32.4356915Z * [new branch] gh/williamwen42/200/base -> origin/gh/williamwen42/200/base 2025-03-04T19:48:32.4357937Z * [new branch] gh/williamwen42/200/head -> origin/gh/williamwen42/200/head 2025-03-04T19:48:32.4358918Z * [new branch] gh/williamwen42/200/orig -> origin/gh/williamwen42/200/orig 2025-03-04T19:48:32.4360246Z * [new branch] gh/williamwen42/201/base -> origin/gh/williamwen42/201/base 2025-03-04T19:48:32.4361337Z * [new branch] gh/williamwen42/201/head -> origin/gh/williamwen42/201/head 2025-03-04T19:48:32.4362442Z * [new branch] gh/williamwen42/201/orig -> origin/gh/williamwen42/201/orig 2025-03-04T19:48:32.4363690Z * [new branch] gh/williamwen42/204/base -> origin/gh/williamwen42/204/base 2025-03-04T19:48:32.4364701Z * [new branch] gh/williamwen42/204/head -> origin/gh/williamwen42/204/head 2025-03-04T19:48:32.4365599Z * [new branch] gh/williamwen42/204/orig -> origin/gh/williamwen42/204/orig 2025-03-04T19:48:32.4367013Z * [new branch] gh/williamwen42/205/base -> origin/gh/williamwen42/205/base 2025-03-04T19:48:32.4368132Z * [new branch] gh/williamwen42/205/head -> origin/gh/williamwen42/205/head 2025-03-04T19:48:32.4369087Z * [new branch] gh/williamwen42/205/orig -> origin/gh/williamwen42/205/orig 2025-03-04T19:48:32.4370564Z * [new branch] gh/williamwen42/206/base -> origin/gh/williamwen42/206/base 2025-03-04T19:48:32.4371559Z * [new branch] gh/williamwen42/206/head -> origin/gh/williamwen42/206/head 2025-03-04T19:48:32.4372861Z * [new branch] gh/williamwen42/206/orig -> origin/gh/williamwen42/206/orig 2025-03-04T19:48:32.4374137Z * [new branch] gh/williamwen42/207/base -> origin/gh/williamwen42/207/base 2025-03-04T19:48:32.4375249Z * [new branch] gh/williamwen42/207/head -> origin/gh/williamwen42/207/head 2025-03-04T19:48:32.4376211Z * [new branch] gh/williamwen42/207/orig -> origin/gh/williamwen42/207/orig 2025-03-04T19:48:32.4377722Z * [new branch] gh/williamwen42/208/base -> origin/gh/williamwen42/208/base 2025-03-04T19:48:32.4378723Z * [new branch] gh/williamwen42/208/head -> origin/gh/williamwen42/208/head 2025-03-04T19:48:32.4379931Z * [new branch] gh/williamwen42/208/orig -> origin/gh/williamwen42/208/orig 2025-03-04T19:48:32.4381094Z * [new branch] gh/williamwen42/209/base -> origin/gh/williamwen42/209/base 2025-03-04T19:48:32.4382173Z * [new branch] gh/williamwen42/209/head -> origin/gh/williamwen42/209/head 2025-03-04T19:48:32.4383134Z * [new branch] gh/williamwen42/209/orig -> origin/gh/williamwen42/209/orig 2025-03-04T19:48:32.4384490Z * [new branch] gh/williamwen42/210/base -> origin/gh/williamwen42/210/base 2025-03-04T19:48:32.4385925Z * [new branch] gh/williamwen42/210/head -> origin/gh/williamwen42/210/head 2025-03-04T19:48:32.4386947Z * [new branch] gh/williamwen42/210/orig -> origin/gh/williamwen42/210/orig 2025-03-04T19:48:32.4388190Z * [new branch] gh/williamwen42/211/base -> origin/gh/williamwen42/211/base 2025-03-04T19:48:32.4389090Z * [new branch] gh/williamwen42/211/head -> origin/gh/williamwen42/211/head 2025-03-04T19:48:32.4390027Z * [new branch] gh/williamwen42/211/orig -> origin/gh/williamwen42/211/orig 2025-03-04T19:48:32.4391331Z * [new branch] gh/williamwen42/212/base -> origin/gh/williamwen42/212/base 2025-03-04T19:48:32.4392377Z * [new branch] gh/williamwen42/212/head -> origin/gh/williamwen42/212/head 2025-03-04T19:48:32.4393404Z * [new branch] gh/williamwen42/212/orig -> origin/gh/williamwen42/212/orig 2025-03-04T19:48:32.4394741Z * [new branch] gh/williamwen42/213/base -> origin/gh/williamwen42/213/base 2025-03-04T19:48:32.4395775Z * [new branch] gh/williamwen42/213/head -> origin/gh/williamwen42/213/head 2025-03-04T19:48:32.4396787Z * [new branch] gh/williamwen42/213/orig -> origin/gh/williamwen42/213/orig 2025-03-04T19:48:32.4398231Z * [new branch] gh/williamwen42/214/base -> origin/gh/williamwen42/214/base 2025-03-04T19:48:32.4399099Z * [new branch] gh/williamwen42/214/head -> origin/gh/williamwen42/214/head 2025-03-04T19:48:32.4400068Z * [new branch] gh/williamwen42/214/orig -> origin/gh/williamwen42/214/orig 2025-03-04T19:48:32.4401791Z * [new branch] gh/williamwen42/215/base -> origin/gh/williamwen42/215/base 2025-03-04T19:48:32.4402815Z * [new branch] gh/williamwen42/215/head -> origin/gh/williamwen42/215/head 2025-03-04T19:48:32.4403909Z * [new branch] gh/williamwen42/215/orig -> origin/gh/williamwen42/215/orig 2025-03-04T19:48:32.4405196Z * [new branch] gh/williamwen42/216/base -> origin/gh/williamwen42/216/base 2025-03-04T19:48:32.4406230Z * [new branch] gh/williamwen42/216/head -> origin/gh/williamwen42/216/head 2025-03-04T19:48:32.4407160Z * [new branch] gh/williamwen42/216/orig -> origin/gh/williamwen42/216/orig 2025-03-04T19:48:32.4408468Z * [new branch] gh/williamwen42/217/base -> origin/gh/williamwen42/217/base 2025-03-04T19:48:32.4409474Z * [new branch] gh/williamwen42/217/head -> origin/gh/williamwen42/217/head 2025-03-04T19:48:32.4410461Z * [new branch] gh/williamwen42/217/orig -> origin/gh/williamwen42/217/orig 2025-03-04T19:48:32.4412050Z * [new branch] gh/wz337/2/base -> origin/gh/wz337/2/base 2025-03-04T19:48:32.4413052Z * [new branch] gh/wz337/2/head -> origin/gh/wz337/2/head 2025-03-04T19:48:32.4414197Z * [new branch] gh/wz337/3/base -> origin/gh/wz337/3/base 2025-03-04T19:48:32.4415076Z * [new branch] gh/wz337/3/head -> origin/gh/wz337/3/head 2025-03-04T19:48:32.4416614Z * [new branch] gh/xmfan/138/base -> origin/gh/xmfan/138/base 2025-03-04T19:48:32.4417625Z * [new branch] gh/xmfan/138/head -> origin/gh/xmfan/138/head 2025-03-04T19:48:32.4418587Z * [new branch] gh/xmfan/138/orig -> origin/gh/xmfan/138/orig 2025-03-04T19:48:32.4420040Z * [new branch] gh/xmfan/140/base -> origin/gh/xmfan/140/base 2025-03-04T19:48:32.4420987Z * [new branch] gh/xmfan/140/head -> origin/gh/xmfan/140/head 2025-03-04T19:48:32.4422196Z * [new branch] gh/xmfan/140/orig -> origin/gh/xmfan/140/orig 2025-03-04T19:48:32.4423490Z * [new branch] gh/xmfan/157/base -> origin/gh/xmfan/157/base 2025-03-04T19:48:32.4424422Z * [new branch] gh/xmfan/157/head -> origin/gh/xmfan/157/head 2025-03-04T19:48:32.4425461Z * [new branch] gh/xmfan/157/orig -> origin/gh/xmfan/157/orig 2025-03-04T19:48:32.4426703Z * [new branch] gh/xmfan/166/base -> origin/gh/xmfan/166/base 2025-03-04T19:48:32.4427645Z * [new branch] gh/xmfan/166/head -> origin/gh/xmfan/166/head 2025-03-04T19:48:32.4428592Z * [new branch] gh/xmfan/166/orig -> origin/gh/xmfan/166/orig 2025-03-04T19:48:32.4429906Z * [new branch] gh/xmfan/167/base -> origin/gh/xmfan/167/base 2025-03-04T19:48:32.4430853Z * [new branch] gh/xmfan/167/head -> origin/gh/xmfan/167/head 2025-03-04T19:48:32.4431830Z * [new branch] gh/xmfan/167/orig -> origin/gh/xmfan/167/orig 2025-03-04T19:48:32.4433144Z * [new branch] gh/xmfan/168/base -> origin/gh/xmfan/168/base 2025-03-04T19:48:32.4434114Z * [new branch] gh/xmfan/168/head -> origin/gh/xmfan/168/head 2025-03-04T19:48:32.4435051Z * [new branch] gh/xmfan/168/orig -> origin/gh/xmfan/168/orig 2025-03-04T19:48:32.4436343Z * [new branch] gh/xmfan/169/base -> origin/gh/xmfan/169/base 2025-03-04T19:48:32.4437290Z * [new branch] gh/xmfan/169/head -> origin/gh/xmfan/169/head 2025-03-04T19:48:32.4438531Z * [new branch] gh/xmfan/170/base -> origin/gh/xmfan/170/base 2025-03-04T19:48:32.4439435Z * [new branch] gh/xmfan/170/head -> origin/gh/xmfan/170/head 2025-03-04T19:48:32.4440682Z * [new branch] gh/xmfan/171/base -> origin/gh/xmfan/171/base 2025-03-04T19:48:32.4441616Z * [new branch] gh/xmfan/171/head -> origin/gh/xmfan/171/head 2025-03-04T19:48:32.4442639Z * [new branch] gh/xmfan/171/orig -> origin/gh/xmfan/171/orig 2025-03-04T19:48:32.4443875Z * [new branch] gh/xmfan/172/base -> origin/gh/xmfan/172/base 2025-03-04T19:48:32.4444855Z * [new branch] gh/xmfan/172/head -> origin/gh/xmfan/172/head 2025-03-04T19:48:32.4445813Z * [new branch] gh/xmfan/172/orig -> origin/gh/xmfan/172/orig 2025-03-04T19:48:32.4447058Z * [new branch] gh/xmfan/173/base -> origin/gh/xmfan/173/base 2025-03-04T19:48:32.4448024Z * [new branch] gh/xmfan/173/head -> origin/gh/xmfan/173/head 2025-03-04T19:48:32.4448964Z * [new branch] gh/xmfan/173/orig -> origin/gh/xmfan/173/orig 2025-03-04T19:48:32.4450243Z * [new branch] gh/xmfan/174/base -> origin/gh/xmfan/174/base 2025-03-04T19:48:32.4451187Z * [new branch] gh/xmfan/174/head -> origin/gh/xmfan/174/head 2025-03-04T19:48:32.4452147Z * [new branch] gh/xmfan/174/orig -> origin/gh/xmfan/174/orig 2025-03-04T19:48:32.4453421Z * [new branch] gh/xmfan/175/base -> origin/gh/xmfan/175/base 2025-03-04T19:48:32.4454356Z * [new branch] gh/xmfan/175/head -> origin/gh/xmfan/175/head 2025-03-04T19:48:32.4455291Z * [new branch] gh/xmfan/175/orig -> origin/gh/xmfan/175/orig 2025-03-04T19:48:32.4456581Z * [new branch] gh/xmfan/176/base -> origin/gh/xmfan/176/base 2025-03-04T19:48:32.4457590Z * [new branch] gh/xmfan/176/head -> origin/gh/xmfan/176/head 2025-03-04T19:48:32.4458527Z * [new branch] gh/xmfan/176/orig -> origin/gh/xmfan/176/orig 2025-03-04T19:48:32.4459784Z * [new branch] gh/xmfan/177/base -> origin/gh/xmfan/177/base 2025-03-04T19:48:32.4460777Z * [new branch] gh/xmfan/177/head -> origin/gh/xmfan/177/head 2025-03-04T19:48:32.4461845Z * [new branch] gh/xmfan/177/orig -> origin/gh/xmfan/177/orig 2025-03-04T19:48:32.4463135Z * [new branch] gh/xmfan/178/base -> origin/gh/xmfan/178/base 2025-03-04T19:48:32.4464081Z * [new branch] gh/xmfan/178/head -> origin/gh/xmfan/178/head 2025-03-04T19:48:32.4465024Z * [new branch] gh/xmfan/178/orig -> origin/gh/xmfan/178/orig 2025-03-04T19:48:32.4466691Z * [new branch] gh/xmfan/179/base -> origin/gh/xmfan/179/base 2025-03-04T19:48:32.4467612Z * [new branch] gh/xmfan/179/head -> origin/gh/xmfan/179/head 2025-03-04T19:48:32.4468581Z * [new branch] gh/xmfan/179/orig -> origin/gh/xmfan/179/orig 2025-03-04T19:48:32.4469982Z * [new branch] gh/xmfan/18/base -> origin/gh/xmfan/18/base 2025-03-04T19:48:32.4470971Z * [new branch] gh/xmfan/18/head -> origin/gh/xmfan/18/head 2025-03-04T19:48:32.4472371Z * [new branch] gh/xmfan/180/base -> origin/gh/xmfan/180/base 2025-03-04T19:48:32.4473651Z * [new branch] gh/xmfan/180/head -> origin/gh/xmfan/180/head 2025-03-04T19:48:32.4474910Z * [new branch] gh/xmfan/180/orig -> origin/gh/xmfan/180/orig 2025-03-04T19:48:32.4476452Z * [new branch] gh/xmfan/181/base -> origin/gh/xmfan/181/base 2025-03-04T19:48:32.4477376Z * [new branch] gh/xmfan/181/head -> origin/gh/xmfan/181/head 2025-03-04T19:48:32.4478347Z * [new branch] gh/xmfan/181/orig -> origin/gh/xmfan/181/orig 2025-03-04T19:48:32.4479668Z * [new branch] gh/xmfan/182/base -> origin/gh/xmfan/182/base 2025-03-04T19:48:32.4480636Z * [new branch] gh/xmfan/182/head -> origin/gh/xmfan/182/head 2025-03-04T19:48:32.4481564Z * [new branch] gh/xmfan/182/orig -> origin/gh/xmfan/182/orig 2025-03-04T19:48:32.4482957Z * [new branch] gh/xmfan/183/base -> origin/gh/xmfan/183/base 2025-03-04T19:48:32.4483830Z * [new branch] gh/xmfan/183/head -> origin/gh/xmfan/183/head 2025-03-04T19:48:32.4484798Z * [new branch] gh/xmfan/183/orig -> origin/gh/xmfan/183/orig 2025-03-04T19:48:32.4486010Z * [new branch] gh/xmfan/184/base -> origin/gh/xmfan/184/base 2025-03-04T19:48:32.4486998Z * [new branch] gh/xmfan/184/head -> origin/gh/xmfan/184/head 2025-03-04T19:48:32.4487926Z * [new branch] gh/xmfan/184/orig -> origin/gh/xmfan/184/orig 2025-03-04T19:48:32.4489265Z * [new branch] gh/xmfan/185/base -> origin/gh/xmfan/185/base 2025-03-04T19:48:32.4490284Z * [new branch] gh/xmfan/185/head -> origin/gh/xmfan/185/head 2025-03-04T19:48:32.4491253Z * [new branch] gh/xmfan/185/orig -> origin/gh/xmfan/185/orig 2025-03-04T19:48:32.4492540Z * [new branch] gh/xmfan/186/base -> origin/gh/xmfan/186/base 2025-03-04T19:48:32.4493494Z * [new branch] gh/xmfan/186/head -> origin/gh/xmfan/186/head 2025-03-04T19:48:32.4494436Z * [new branch] gh/xmfan/186/orig -> origin/gh/xmfan/186/orig 2025-03-04T19:48:32.4495701Z * [new branch] gh/xmfan/187/base -> origin/gh/xmfan/187/base 2025-03-04T19:48:32.4496638Z * [new branch] gh/xmfan/187/head -> origin/gh/xmfan/187/head 2025-03-04T19:48:32.4497565Z * [new branch] gh/xmfan/187/orig -> origin/gh/xmfan/187/orig 2025-03-04T19:48:32.4498910Z * [new branch] gh/xmfan/188/base -> origin/gh/xmfan/188/base 2025-03-04T19:48:32.4499843Z * [new branch] gh/xmfan/188/head -> origin/gh/xmfan/188/head 2025-03-04T19:48:32.4500790Z * [new branch] gh/xmfan/188/orig -> origin/gh/xmfan/188/orig 2025-03-04T19:48:32.4502197Z * [new branch] gh/xmfan/189/base -> origin/gh/xmfan/189/base 2025-03-04T19:48:32.4503177Z * [new branch] gh/xmfan/189/head -> origin/gh/xmfan/189/head 2025-03-04T19:48:32.4504118Z * [new branch] gh/xmfan/189/orig -> origin/gh/xmfan/189/orig 2025-03-04T19:48:32.4505456Z * [new branch] gh/xmfan/190/base -> origin/gh/xmfan/190/base 2025-03-04T19:48:32.4506391Z * [new branch] gh/xmfan/190/head -> origin/gh/xmfan/190/head 2025-03-04T19:48:32.4507367Z * [new branch] gh/xmfan/190/orig -> origin/gh/xmfan/190/orig 2025-03-04T19:48:32.4508973Z * [new branch] gh/xuanzhang816/10/base -> origin/gh/xuanzhang816/10/base 2025-03-04T19:48:32.4510009Z * [new branch] gh/xuanzhang816/10/head -> origin/gh/xuanzhang816/10/head 2025-03-04T19:48:32.4510960Z * [new branch] gh/xuanzhang816/10/orig -> origin/gh/xuanzhang816/10/orig 2025-03-04T19:48:32.4512298Z * [new branch] gh/xuanzhang816/11/base -> origin/gh/xuanzhang816/11/base 2025-03-04T19:48:32.4513257Z * [new branch] gh/xuanzhang816/11/head -> origin/gh/xuanzhang816/11/head 2025-03-04T19:48:32.4514212Z * [new branch] gh/xuanzhang816/11/orig -> origin/gh/xuanzhang816/11/orig 2025-03-04T19:48:32.4515352Z * [new branch] gh/xuanzhang816/12/base -> origin/gh/xuanzhang816/12/base 2025-03-04T19:48:32.4516353Z * [new branch] gh/xuanzhang816/12/head -> origin/gh/xuanzhang816/12/head 2025-03-04T19:48:32.4517329Z * [new branch] gh/xuanzhang816/12/orig -> origin/gh/xuanzhang816/12/orig 2025-03-04T19:48:32.4518643Z * [new branch] gh/xuanzhang816/13/base -> origin/gh/xuanzhang816/13/base 2025-03-04T19:48:32.4519603Z * [new branch] gh/xuanzhang816/13/head -> origin/gh/xuanzhang816/13/head 2025-03-04T19:48:32.4520661Z * [new branch] gh/xuanzhang816/13/orig -> origin/gh/xuanzhang816/13/orig 2025-03-04T19:48:32.4522237Z * [new branch] gh/xuhancn/1/base -> origin/gh/xuhancn/1/base 2025-03-04T19:48:32.4523211Z * [new branch] gh/xuhancn/1/head -> origin/gh/xuhancn/1/head 2025-03-04T19:48:32.4524379Z * [new branch] gh/xuhancn/2/base -> origin/gh/xuhancn/2/base 2025-03-04T19:48:32.4525292Z * [new branch] gh/xuhancn/2/head -> origin/gh/xuhancn/2/head 2025-03-04T19:48:32.4526436Z * [new branch] gh/xuhancn/3/base -> origin/gh/xuhancn/3/base 2025-03-04T19:48:32.4527346Z * [new branch] gh/xuhancn/3/head -> origin/gh/xuhancn/3/head 2025-03-04T19:48:32.4528492Z * [new branch] gh/xuhancn/4/base -> origin/gh/xuhancn/4/base 2025-03-04T19:48:32.4529386Z * [new branch] gh/xuhancn/4/head -> origin/gh/xuhancn/4/head 2025-03-04T19:48:32.4530538Z * [new branch] gh/xuhancn/5/base -> origin/gh/xuhancn/5/base 2025-03-04T19:48:32.4531439Z * [new branch] gh/xuhancn/5/head -> origin/gh/xuhancn/5/head 2025-03-04T19:48:32.4532576Z * [new branch] gh/xuhancn/6/base -> origin/gh/xuhancn/6/base 2025-03-04T19:48:32.4533462Z * [new branch] gh/xuhancn/6/head -> origin/gh/xuhancn/6/head 2025-03-04T19:48:32.4534618Z * [new branch] gh/xuhancn/7/base -> origin/gh/xuhancn/7/base 2025-03-04T19:48:32.4535498Z * [new branch] gh/xuhancn/7/head -> origin/gh/xuhancn/7/head 2025-03-04T19:48:32.4537012Z * [new branch] gh/xunnanxu/1/base -> origin/gh/xunnanxu/1/base 2025-03-04T19:48:32.4537771Z * [new branch] gh/xunnanxu/1/head -> origin/gh/xunnanxu/1/head 2025-03-04T19:48:32.4538820Z * [new branch] gh/xunnanxu/1/orig -> origin/gh/xunnanxu/1/orig 2025-03-04T19:48:32.4540091Z * [new branch] gh/xunnanxu/2/base -> origin/gh/xunnanxu/2/base 2025-03-04T19:48:32.4540954Z * [new branch] gh/xunnanxu/2/head -> origin/gh/xunnanxu/2/head 2025-03-04T19:48:32.4542063Z * [new branch] gh/xunnanxu/2/orig -> origin/gh/xunnanxu/2/orig 2025-03-04T19:48:32.4554034Z * [new branch] gh/xunnanxu/3/base -> origin/gh/xunnanxu/3/base 2025-03-04T19:48:32.4554848Z * [new branch] gh/xunnanxu/3/head -> origin/gh/xunnanxu/3/head 2025-03-04T19:48:32.4555205Z * [new branch] gh/xunnanxu/3/orig -> origin/gh/xunnanxu/3/orig 2025-03-04T19:48:32.4555440Z * [new branch] gh/xunnanxu/4/base -> origin/gh/xunnanxu/4/base 2025-03-04T19:48:32.4555660Z * [new branch] gh/xunnanxu/4/head -> origin/gh/xunnanxu/4/head 2025-03-04T19:48:32.4555885Z * [new branch] gh/xunnanxu/4/orig -> origin/gh/xunnanxu/4/orig 2025-03-04T19:48:32.4556132Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-03-04T19:48:32.4556466Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-03-04T19:48:32.4556683Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-03-04T19:48:32.4556913Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-03-04T19:48:32.4557172Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-03-04T19:48:32.4557511Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-03-04T19:48:32.4557738Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-03-04T19:48:32.4557990Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-03-04T19:48:32.4558536Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-03-04T19:48:32.4559928Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-03-04T19:48:32.4560803Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-03-04T19:48:32.4561802Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-03-04T19:48:32.4562983Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-03-04T19:48:32.4563965Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-03-04T19:48:32.4564862Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-03-04T19:48:32.4566057Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-03-04T19:48:32.4567092Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-03-04T19:48:32.4568044Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-03-04T19:48:32.4569351Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-03-04T19:48:32.4570289Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-03-04T19:48:32.4571644Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-03-04T19:48:32.4573173Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-03-04T19:48:32.4574205Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-03-04T19:48:32.4575156Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-03-04T19:48:32.4576420Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-03-04T19:48:32.4577464Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-03-04T19:48:32.4578649Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-03-04T19:48:32.4579659Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-03-04T19:48:32.4580474Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-03-04T19:48:32.4581913Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-03-04T19:48:32.4582917Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-03-04T19:48:32.4583915Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-03-04T19:48:32.4585233Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-03-04T19:48:32.4586249Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-03-04T19:48:32.4587230Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-03-04T19:48:32.4588480Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-03-04T19:48:32.4589444Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-03-04T19:48:32.4590396Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-03-04T19:48:32.4591656Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-03-04T19:48:32.4592621Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-03-04T19:48:32.4593545Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-03-04T19:48:32.4594814Z * [new branch] gh/yanbing-j/28/base -> origin/gh/yanbing-j/28/base 2025-03-04T19:48:32.4595903Z * [new branch] gh/yanbing-j/28/head -> origin/gh/yanbing-j/28/head 2025-03-04T19:48:32.4596729Z * [new branch] gh/yanbing-j/28/orig -> origin/gh/yanbing-j/28/orig 2025-03-04T19:48:32.4598128Z * [new branch] gh/yanbing-j/32/base -> origin/gh/yanbing-j/32/base 2025-03-04T19:48:32.4598975Z * [new branch] gh/yanbing-j/32/head -> origin/gh/yanbing-j/32/head 2025-03-04T19:48:32.4599988Z * [new branch] gh/yanbing-j/32/orig -> origin/gh/yanbing-j/32/orig 2025-03-04T19:48:32.4601239Z * [new branch] gh/yanbing-j/34/base -> origin/gh/yanbing-j/34/base 2025-03-04T19:48:32.4602215Z * [new branch] gh/yanbing-j/34/head -> origin/gh/yanbing-j/34/head 2025-03-04T19:48:32.4603180Z * [new branch] gh/yanbing-j/34/orig -> origin/gh/yanbing-j/34/orig 2025-03-04T19:48:32.4604441Z * [new branch] gh/yanbing-j/35/base -> origin/gh/yanbing-j/35/base 2025-03-04T19:48:32.4605435Z * [new branch] gh/yanbing-j/35/head -> origin/gh/yanbing-j/35/head 2025-03-04T19:48:32.4606312Z * [new branch] gh/yanbing-j/35/orig -> origin/gh/yanbing-j/35/orig 2025-03-04T19:48:32.4608024Z * [new branch] gh/yanbing-j/36/base -> origin/gh/yanbing-j/36/base 2025-03-04T19:48:32.4609068Z * [new branch] gh/yanbing-j/36/head -> origin/gh/yanbing-j/36/head 2025-03-04T19:48:32.4609915Z * [new branch] gh/yanbing-j/36/orig -> origin/gh/yanbing-j/36/orig 2025-03-04T19:48:32.4611289Z * [new branch] gh/yanbing-j/37/base -> origin/gh/yanbing-j/37/base 2025-03-04T19:48:32.4612282Z * [new branch] gh/yanbing-j/37/head -> origin/gh/yanbing-j/37/head 2025-03-04T19:48:32.4613427Z * [new branch] gh/yanbing-j/37/orig -> origin/gh/yanbing-j/37/orig 2025-03-04T19:48:32.4614689Z * [new branch] gh/yanboliang/41/base -> origin/gh/yanboliang/41/base 2025-03-04T19:48:32.4615674Z * [new branch] gh/yanboliang/41/orig -> origin/gh/yanboliang/41/orig 2025-03-04T19:48:32.4617054Z * [new branch] gh/yanboliang/58/base -> origin/gh/yanboliang/58/base 2025-03-04T19:48:32.4617998Z * [new branch] gh/yanboliang/58/orig -> origin/gh/yanboliang/58/orig 2025-03-04T19:48:32.4619347Z * [new branch] gh/yanboliang/59/base -> origin/gh/yanboliang/59/base 2025-03-04T19:48:32.4620300Z * [new branch] gh/yanboliang/59/orig -> origin/gh/yanboliang/59/orig 2025-03-04T19:48:32.4622054Z * [new branch] gh/yanboliang/60/base -> origin/gh/yanboliang/60/base 2025-03-04T19:48:32.4623033Z * [new branch] gh/yanboliang/60/orig -> origin/gh/yanboliang/60/orig 2025-03-04T19:48:32.4624269Z * [new branch] gh/yanboliang/61/base -> origin/gh/yanboliang/61/base 2025-03-04T19:48:32.4625231Z * [new branch] gh/yanboliang/61/orig -> origin/gh/yanboliang/61/orig 2025-03-04T19:48:32.4626464Z * [new branch] gh/yanboliang/62/base -> origin/gh/yanboliang/62/base 2025-03-04T19:48:32.4627486Z * [new branch] gh/yanboliang/62/head -> origin/gh/yanboliang/62/head 2025-03-04T19:48:32.4628438Z * [new branch] gh/yanboliang/62/orig -> origin/gh/yanboliang/62/orig 2025-03-04T19:48:32.4629744Z * [new branch] gh/yanboliang/63/base -> origin/gh/yanboliang/63/base 2025-03-04T19:48:32.4630689Z * [new branch] gh/yanboliang/63/orig -> origin/gh/yanboliang/63/orig 2025-03-04T19:48:32.4631919Z * [new branch] gh/yanboliang/64/base -> origin/gh/yanboliang/64/base 2025-03-04T19:48:32.4632873Z * [new branch] gh/yanboliang/64/orig -> origin/gh/yanboliang/64/orig 2025-03-04T19:48:32.4634082Z * [new branch] gh/yanboliang/65/base -> origin/gh/yanboliang/65/base 2025-03-04T19:48:32.4635127Z * [new branch] gh/yanboliang/65/orig -> origin/gh/yanboliang/65/orig 2025-03-04T19:48:32.4636801Z * [new branch] gh/ydwu4/168/base -> origin/gh/ydwu4/168/base 2025-03-04T19:48:32.4637837Z * [new branch] gh/ydwu4/168/head -> origin/gh/ydwu4/168/head 2025-03-04T19:48:32.4638759Z * [new branch] gh/ydwu4/168/orig -> origin/gh/ydwu4/168/orig 2025-03-04T19:48:32.4640166Z * [new branch] gh/ydwu4/179/base -> origin/gh/ydwu4/179/base 2025-03-04T19:48:32.4641107Z * [new branch] gh/ydwu4/179/head -> origin/gh/ydwu4/179/head 2025-03-04T19:48:32.4642047Z * [new branch] gh/ydwu4/179/orig -> origin/gh/ydwu4/179/orig 2025-03-04T19:48:32.4643595Z * [new branch] gh/ydwu4/180/base -> origin/gh/ydwu4/180/base 2025-03-04T19:48:32.4644603Z * [new branch] gh/ydwu4/180/head -> origin/gh/ydwu4/180/head 2025-03-04T19:48:32.4645548Z * [new branch] gh/ydwu4/180/orig -> origin/gh/ydwu4/180/orig 2025-03-04T19:48:32.4646988Z * [new branch] gh/ydwu4/193/base -> origin/gh/ydwu4/193/base 2025-03-04T19:48:32.4647911Z * [new branch] gh/ydwu4/193/head -> origin/gh/ydwu4/193/head 2025-03-04T19:48:32.4648860Z * [new branch] gh/ydwu4/193/orig -> origin/gh/ydwu4/193/orig 2025-03-04T19:48:32.4650278Z * [new branch] gh/ydwu4/194/base -> origin/gh/ydwu4/194/base 2025-03-04T19:48:32.4651179Z * [new branch] gh/ydwu4/194/head -> origin/gh/ydwu4/194/head 2025-03-04T19:48:32.4652121Z * [new branch] gh/ydwu4/194/orig -> origin/gh/ydwu4/194/orig 2025-03-04T19:48:32.4653676Z * [new branch] gh/ydwu4/201/base -> origin/gh/ydwu4/201/base 2025-03-04T19:48:32.4654629Z * [new branch] gh/ydwu4/201/head -> origin/gh/ydwu4/201/head 2025-03-04T19:48:32.4655579Z * [new branch] gh/ydwu4/201/orig -> origin/gh/ydwu4/201/orig 2025-03-04T19:48:32.4656887Z * [new branch] gh/ydwu4/203/base -> origin/gh/ydwu4/203/base 2025-03-04T19:48:32.4657882Z * [new branch] gh/ydwu4/203/head -> origin/gh/ydwu4/203/head 2025-03-04T19:48:32.4658864Z * [new branch] gh/ydwu4/203/orig -> origin/gh/ydwu4/203/orig 2025-03-04T19:48:32.4660247Z * [new branch] gh/ydwu4/204/base -> origin/gh/ydwu4/204/base 2025-03-04T19:48:32.4661192Z * [new branch] gh/ydwu4/204/head -> origin/gh/ydwu4/204/head 2025-03-04T19:48:32.4662297Z * [new branch] gh/ydwu4/204/orig -> origin/gh/ydwu4/204/orig 2025-03-04T19:48:32.4663668Z * [new branch] gh/ydwu4/205/base -> origin/gh/ydwu4/205/base 2025-03-04T19:48:32.4664763Z * [new branch] gh/ydwu4/205/head -> origin/gh/ydwu4/205/head 2025-03-04T19:48:32.4665743Z * [new branch] gh/ydwu4/205/orig -> origin/gh/ydwu4/205/orig 2025-03-04T19:48:32.4667048Z * [new branch] gh/ydwu4/206/base -> origin/gh/ydwu4/206/base 2025-03-04T19:48:32.4667978Z * [new branch] gh/ydwu4/206/head -> origin/gh/ydwu4/206/head 2025-03-04T19:48:32.4668978Z * [new branch] gh/ydwu4/206/orig -> origin/gh/ydwu4/206/orig 2025-03-04T19:48:32.4670430Z * [new branch] gh/ydwu4/207/base -> origin/gh/ydwu4/207/base 2025-03-04T19:48:32.4671467Z * [new branch] gh/ydwu4/207/head -> origin/gh/ydwu4/207/head 2025-03-04T19:48:32.4672690Z * [new branch] gh/ydwu4/207/orig -> origin/gh/ydwu4/207/orig 2025-03-04T19:48:32.4674098Z * [new branch] gh/ydwu4/208/base -> origin/gh/ydwu4/208/base 2025-03-04T19:48:32.4675039Z * [new branch] gh/ydwu4/208/head -> origin/gh/ydwu4/208/head 2025-03-04T19:48:32.4675991Z * [new branch] gh/ydwu4/208/orig -> origin/gh/ydwu4/208/orig 2025-03-04T19:48:32.4677318Z * [new branch] gh/ydwu4/209/base -> origin/gh/ydwu4/209/base 2025-03-04T19:48:32.4678353Z * [new branch] gh/ydwu4/209/head -> origin/gh/ydwu4/209/head 2025-03-04T19:48:32.4679320Z * [new branch] gh/ydwu4/209/orig -> origin/gh/ydwu4/209/orig 2025-03-04T19:48:32.4680571Z * [new branch] gh/ydwu4/210/base -> origin/gh/ydwu4/210/base 2025-03-04T19:48:32.4681536Z * [new branch] gh/ydwu4/210/head -> origin/gh/ydwu4/210/head 2025-03-04T19:48:32.4682466Z * [new branch] gh/ydwu4/210/orig -> origin/gh/ydwu4/210/orig 2025-03-04T19:48:32.4683787Z * [new branch] gh/ydwu4/211/base -> origin/gh/ydwu4/211/base 2025-03-04T19:48:32.4684664Z * [new branch] gh/ydwu4/211/head -> origin/gh/ydwu4/211/head 2025-03-04T19:48:32.4685683Z * [new branch] gh/ydwu4/211/orig -> origin/gh/ydwu4/211/orig 2025-03-04T19:48:32.4686995Z * [new branch] gh/ydwu4/212/base -> origin/gh/ydwu4/212/base 2025-03-04T19:48:32.4687949Z * [new branch] gh/ydwu4/212/head -> origin/gh/ydwu4/212/head 2025-03-04T19:48:32.4688891Z * [new branch] gh/ydwu4/212/orig -> origin/gh/ydwu4/212/orig 2025-03-04T19:48:32.4690622Z * [new branch] gh/ydwu4/213/base -> origin/gh/ydwu4/213/base 2025-03-04T19:48:32.4691602Z * [new branch] gh/ydwu4/213/head -> origin/gh/ydwu4/213/head 2025-03-04T19:48:32.4692744Z * [new branch] gh/ydwu4/213/orig -> origin/gh/ydwu4/213/orig 2025-03-04T19:48:32.4694102Z * [new branch] gh/ydwu4/214/base -> origin/gh/ydwu4/214/base 2025-03-04T19:48:32.4695057Z * [new branch] gh/ydwu4/214/head -> origin/gh/ydwu4/214/head 2025-03-04T19:48:32.4695978Z * [new branch] gh/ydwu4/214/orig -> origin/gh/ydwu4/214/orig 2025-03-04T19:48:32.4697378Z * [new branch] gh/ydwu4/215/base -> origin/gh/ydwu4/215/base 2025-03-04T19:48:32.4698324Z * [new branch] gh/ydwu4/215/head -> origin/gh/ydwu4/215/head 2025-03-04T19:48:32.4699328Z * [new branch] gh/ydwu4/215/orig -> origin/gh/ydwu4/215/orig 2025-03-04T19:48:32.4700933Z * [new branch] gh/ydwu4/216/base -> origin/gh/ydwu4/216/base 2025-03-04T19:48:32.4702336Z * [new branch] gh/ydwu4/216/head -> origin/gh/ydwu4/216/head 2025-03-04T19:48:32.4703321Z * [new branch] gh/ydwu4/216/orig -> origin/gh/ydwu4/216/orig 2025-03-04T19:48:32.4704691Z * [new branch] gh/ydwu4/217/base -> origin/gh/ydwu4/217/base 2025-03-04T19:48:32.4705636Z * [new branch] gh/ydwu4/217/head -> origin/gh/ydwu4/217/head 2025-03-04T19:48:32.4706628Z * [new branch] gh/ydwu4/217/orig -> origin/gh/ydwu4/217/orig 2025-03-04T19:48:32.4708014Z * [new branch] gh/ydwu4/218/base -> origin/gh/ydwu4/218/base 2025-03-04T19:48:32.4709016Z * [new branch] gh/ydwu4/218/head -> origin/gh/ydwu4/218/head 2025-03-04T19:48:32.4709993Z * [new branch] gh/ydwu4/218/orig -> origin/gh/ydwu4/218/orig 2025-03-04T19:48:32.4711467Z * [new branch] gh/ydwu4/219/base -> origin/gh/ydwu4/219/base 2025-03-04T19:48:32.4712568Z * [new branch] gh/ydwu4/219/head -> origin/gh/ydwu4/219/head 2025-03-04T19:48:32.4713561Z * [new branch] gh/ydwu4/219/orig -> origin/gh/ydwu4/219/orig 2025-03-04T19:48:32.4715049Z * [new branch] gh/ydwu4/7/base -> origin/gh/ydwu4/7/base 2025-03-04T19:48:32.4716055Z * [new branch] gh/ydwu4/7/head -> origin/gh/ydwu4/7/head 2025-03-04T19:48:32.4717035Z * [new branch] gh/ydwu4/7/orig -> origin/gh/ydwu4/7/orig 2025-03-04T19:48:32.4718626Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-03-04T19:48:32.4719664Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-03-04T19:48:32.4720932Z * [new branch] gh/yf225/151/base -> origin/gh/yf225/151/base 2025-03-04T19:48:32.4721930Z * [new branch] gh/yf225/151/head -> origin/gh/yf225/151/head 2025-03-04T19:48:32.4722889Z * [new branch] gh/yf225/151/orig -> origin/gh/yf225/151/orig 2025-03-04T19:48:32.4724384Z * [new branch] gh/yf225/156/base -> origin/gh/yf225/156/base 2025-03-04T19:48:32.4725299Z * [new branch] gh/yf225/156/head -> origin/gh/yf225/156/head 2025-03-04T19:48:32.4726245Z * [new branch] gh/yf225/156/orig -> origin/gh/yf225/156/orig 2025-03-04T19:48:32.4727600Z * [new branch] gh/yf225/157/base -> origin/gh/yf225/157/base 2025-03-04T19:48:32.4728576Z * [new branch] gh/yf225/157/head -> origin/gh/yf225/157/head 2025-03-04T19:48:32.4729565Z * [new branch] gh/yf225/157/orig -> origin/gh/yf225/157/orig 2025-03-04T19:48:32.4731086Z * [new branch] gh/yf225/158/base -> origin/gh/yf225/158/base 2025-03-04T19:48:32.4732031Z * [new branch] gh/yf225/158/head -> origin/gh/yf225/158/head 2025-03-04T19:48:32.4732998Z * [new branch] gh/yf225/158/orig -> origin/gh/yf225/158/orig 2025-03-04T19:48:32.4734369Z * [new branch] gh/yf225/159/base -> origin/gh/yf225/159/base 2025-03-04T19:48:32.4735318Z * [new branch] gh/yf225/159/head -> origin/gh/yf225/159/head 2025-03-04T19:48:32.4736285Z * [new branch] gh/yf225/159/orig -> origin/gh/yf225/159/orig 2025-03-04T19:48:32.4737796Z * [new branch] gh/yf225/160/base -> origin/gh/yf225/160/base 2025-03-04T19:48:32.4738771Z * [new branch] gh/yf225/160/head -> origin/gh/yf225/160/head 2025-03-04T19:48:32.4739717Z * [new branch] gh/yf225/160/orig -> origin/gh/yf225/160/orig 2025-03-04T19:48:32.4740996Z * [new branch] gh/yf225/162/base -> origin/gh/yf225/162/base 2025-03-04T19:48:32.4742006Z * [new branch] gh/yf225/162/head -> origin/gh/yf225/162/head 2025-03-04T19:48:32.4743036Z * [new branch] gh/yf225/162/orig -> origin/gh/yf225/162/orig 2025-03-04T19:48:32.4744346Z * [new branch] gh/yf225/163/base -> origin/gh/yf225/163/base 2025-03-04T19:48:32.4745307Z * [new branch] gh/yf225/163/head -> origin/gh/yf225/163/head 2025-03-04T19:48:32.4746241Z * [new branch] gh/yf225/163/orig -> origin/gh/yf225/163/orig 2025-03-04T19:48:32.4747536Z * [new branch] gh/yf225/85/base -> origin/gh/yf225/85/base 2025-03-04T19:48:32.4748510Z * [new branch] gh/yf225/85/head -> origin/gh/yf225/85/head 2025-03-04T19:48:32.4749526Z * [new branch] gh/yf225/85/orig -> origin/gh/yf225/85/orig 2025-03-04T19:48:32.4750767Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-03-04T19:48:32.4751721Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-03-04T19:48:32.4753732Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-03-04T19:48:32.4754938Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-03-04T19:48:32.4755942Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-03-04T19:48:32.4757269Z * [new branch] gh/yifuwang/163/base -> origin/gh/yifuwang/163/base 2025-03-04T19:48:32.4758242Z * [new branch] gh/yifuwang/163/head -> origin/gh/yifuwang/163/head 2025-03-04T19:48:32.4759196Z * [new branch] gh/yifuwang/163/orig -> origin/gh/yifuwang/163/orig 2025-03-04T19:48:32.4760591Z * [new branch] gh/yifuwang/174/base -> origin/gh/yifuwang/174/base 2025-03-04T19:48:32.4761496Z * [new branch] gh/yifuwang/174/head -> origin/gh/yifuwang/174/head 2025-03-04T19:48:32.4762455Z * [new branch] gh/yifuwang/174/orig -> origin/gh/yifuwang/174/orig 2025-03-04T19:48:32.4763810Z * [new branch] gh/yifuwang/185/base -> origin/gh/yifuwang/185/base 2025-03-04T19:48:32.4765196Z * [new branch] gh/yifuwang/185/head -> origin/gh/yifuwang/185/head 2025-03-04T19:48:32.4766142Z * [new branch] gh/yifuwang/185/orig -> origin/gh/yifuwang/185/orig 2025-03-04T19:48:32.4767312Z * [new branch] gh/yifuwang/186/base -> origin/gh/yifuwang/186/base 2025-03-04T19:48:32.4768256Z * [new branch] gh/yifuwang/186/head -> origin/gh/yifuwang/186/head 2025-03-04T19:48:32.4769258Z * [new branch] gh/yifuwang/186/orig -> origin/gh/yifuwang/186/orig 2025-03-04T19:48:32.4770546Z * [new branch] gh/yifuwang/187/base -> origin/gh/yifuwang/187/base 2025-03-04T19:48:32.4771558Z * [new branch] gh/yifuwang/187/head -> origin/gh/yifuwang/187/head 2025-03-04T19:48:32.4772838Z * [new branch] gh/yifuwang/187/orig -> origin/gh/yifuwang/187/orig 2025-03-04T19:48:32.4774301Z * [new branch] gh/yifuwang/188/base -> origin/gh/yifuwang/188/base 2025-03-04T19:48:32.4775226Z * [new branch] gh/yifuwang/188/head -> origin/gh/yifuwang/188/head 2025-03-04T19:48:32.4776553Z * [new branch] gh/yifuwang/188/orig -> origin/gh/yifuwang/188/orig 2025-03-04T19:48:32.4777668Z * [new branch] gh/yifuwang/189/base -> origin/gh/yifuwang/189/base 2025-03-04T19:48:32.4778637Z * [new branch] gh/yifuwang/189/head -> origin/gh/yifuwang/189/head 2025-03-04T19:48:32.4779571Z * [new branch] gh/yifuwang/189/orig -> origin/gh/yifuwang/189/orig 2025-03-04T19:48:32.4781083Z * [new branch] gh/yifuwang/190/base -> origin/gh/yifuwang/190/base 2025-03-04T19:48:32.4781943Z * [new branch] gh/yifuwang/190/head -> origin/gh/yifuwang/190/head 2025-03-04T19:48:32.4782992Z * [new branch] gh/yifuwang/190/orig -> origin/gh/yifuwang/190/orig 2025-03-04T19:48:32.4784082Z * [new branch] gh/yifuwang/191/base -> origin/gh/yifuwang/191/base 2025-03-04T19:48:32.4785115Z * [new branch] gh/yifuwang/191/head -> origin/gh/yifuwang/191/head 2025-03-04T19:48:32.4786097Z * [new branch] gh/yifuwang/191/orig -> origin/gh/yifuwang/191/orig 2025-03-04T19:48:32.4787260Z * [new branch] gh/yifuwang/192/base -> origin/gh/yifuwang/192/base 2025-03-04T19:48:32.4788101Z * [new branch] gh/yifuwang/192/head -> origin/gh/yifuwang/192/head 2025-03-04T19:48:32.4789141Z * [new branch] gh/yifuwang/192/orig -> origin/gh/yifuwang/192/orig 2025-03-04T19:48:32.4790545Z * [new branch] gh/yifuwang/193/base -> origin/gh/yifuwang/193/base 2025-03-04T19:48:32.4791571Z * [new branch] gh/yifuwang/193/head -> origin/gh/yifuwang/193/head 2025-03-04T19:48:32.4792386Z * [new branch] gh/yifuwang/193/orig -> origin/gh/yifuwang/193/orig 2025-03-04T19:48:32.4793720Z * [new branch] gh/yifuwang/194/base -> origin/gh/yifuwang/194/base 2025-03-04T19:48:32.4794665Z * [new branch] gh/yifuwang/194/head -> origin/gh/yifuwang/194/head 2025-03-04T19:48:32.4795587Z * [new branch] gh/yifuwang/194/orig -> origin/gh/yifuwang/194/orig 2025-03-04T19:48:32.4796772Z * [new branch] gh/yifuwang/195/base -> origin/gh/yifuwang/195/base 2025-03-04T19:48:32.4797816Z * [new branch] gh/yifuwang/195/head -> origin/gh/yifuwang/195/head 2025-03-04T19:48:32.4798890Z * [new branch] gh/yifuwang/195/orig -> origin/gh/yifuwang/195/orig 2025-03-04T19:48:32.4800046Z * [new branch] gh/yifuwang/196/base -> origin/gh/yifuwang/196/base 2025-03-04T19:48:32.4801039Z * [new branch] gh/yifuwang/196/head -> origin/gh/yifuwang/196/head 2025-03-04T19:48:32.4801998Z * [new branch] gh/yifuwang/196/orig -> origin/gh/yifuwang/196/orig 2025-03-04T19:48:32.4803661Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-03-04T19:48:32.4804612Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-03-04T19:48:32.4805768Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-03-04T19:48:32.4806626Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-03-04T19:48:32.4808190Z * [new branch] gh/ysiraichi/78/base -> origin/gh/ysiraichi/78/base 2025-03-04T19:48:32.4809168Z * [new branch] gh/ysiraichi/78/head -> origin/gh/ysiraichi/78/head 2025-03-04T19:48:32.4810243Z * [new branch] gh/ysiraichi/78/orig -> origin/gh/ysiraichi/78/orig 2025-03-04T19:48:32.4811509Z * [new branch] gh/ysiraichi/79/base -> origin/gh/ysiraichi/79/base 2025-03-04T19:48:32.4812536Z * [new branch] gh/ysiraichi/79/head -> origin/gh/ysiraichi/79/head 2025-03-04T19:48:32.4813609Z * [new branch] gh/ysiraichi/79/orig -> origin/gh/ysiraichi/79/orig 2025-03-04T19:48:32.4814905Z * [new branch] gh/ysiraichi/80/base -> origin/gh/ysiraichi/80/base 2025-03-04T19:48:32.4815884Z * [new branch] gh/ysiraichi/80/head -> origin/gh/ysiraichi/80/head 2025-03-04T19:48:32.4817005Z * [new branch] gh/ysiraichi/80/orig -> origin/gh/ysiraichi/80/orig 2025-03-04T19:48:32.4818256Z * [new branch] gh/ysiraichi/81/base -> origin/gh/ysiraichi/81/base 2025-03-04T19:48:32.4819249Z * [new branch] gh/ysiraichi/81/head -> origin/gh/ysiraichi/81/head 2025-03-04T19:48:32.4820224Z * [new branch] gh/ysiraichi/81/orig -> origin/gh/ysiraichi/81/orig 2025-03-04T19:48:32.4821515Z * [new branch] gh/ysiraichi/82/base -> origin/gh/ysiraichi/82/base 2025-03-04T19:48:32.4822531Z * [new branch] gh/ysiraichi/82/head -> origin/gh/ysiraichi/82/head 2025-03-04T19:48:32.4823595Z * [new branch] gh/ysiraichi/82/orig -> origin/gh/ysiraichi/82/orig 2025-03-04T19:48:32.4825123Z * [new branch] gh/zhuhaozhe/28/base -> origin/gh/zhuhaozhe/28/base 2025-03-04T19:48:32.4826143Z * [new branch] gh/zhuhaozhe/28/head -> origin/gh/zhuhaozhe/28/head 2025-03-04T19:48:32.4827137Z * [new branch] gh/zhuhaozhe/28/orig -> origin/gh/zhuhaozhe/28/orig 2025-03-04T19:48:32.4828280Z * [new branch] gh/zhuhaozhe/29/base -> origin/gh/zhuhaozhe/29/base 2025-03-04T19:48:32.4829256Z * [new branch] gh/zhuhaozhe/29/head -> origin/gh/zhuhaozhe/29/head 2025-03-04T19:48:32.4830247Z * [new branch] gh/zhuhaozhe/29/orig -> origin/gh/zhuhaozhe/29/orig 2025-03-04T19:48:32.4831522Z * [new branch] gh/zhuhaozhe/31/base -> origin/gh/zhuhaozhe/31/base 2025-03-04T19:48:32.4832528Z * [new branch] gh/zhuhaozhe/31/head -> origin/gh/zhuhaozhe/31/head 2025-03-04T19:48:32.4833468Z * [new branch] gh/zhuhaozhe/31/orig -> origin/gh/zhuhaozhe/31/orig 2025-03-04T19:48:32.4834789Z * [new branch] gh/zhuhaozhe/32/base -> origin/gh/zhuhaozhe/32/base 2025-03-04T19:48:32.4835818Z * [new branch] gh/zhuhaozhe/32/head -> origin/gh/zhuhaozhe/32/head 2025-03-04T19:48:32.4836774Z * [new branch] gh/zhuhaozhe/32/orig -> origin/gh/zhuhaozhe/32/orig 2025-03-04T19:48:32.4838087Z * [new branch] gh/zhuhaozhe/33/base -> origin/gh/zhuhaozhe/33/base 2025-03-04T19:48:32.4839139Z * [new branch] gh/zhuhaozhe/33/head -> origin/gh/zhuhaozhe/33/head 2025-03-04T19:48:32.4839953Z * [new branch] gh/zhuhaozhe/33/orig -> origin/gh/zhuhaozhe/33/orig 2025-03-04T19:48:32.4841572Z * [new branch] gh/zou3519/1081/base -> origin/gh/zou3519/1081/base 2025-03-04T19:48:32.4842568Z * [new branch] gh/zou3519/1081/head -> origin/gh/zou3519/1081/head 2025-03-04T19:48:32.4843679Z * [new branch] gh/zou3519/1081/orig -> origin/gh/zou3519/1081/orig 2025-03-04T19:48:32.4845000Z * [new branch] gh/zou3519/1088/base -> origin/gh/zou3519/1088/base 2025-03-04T19:48:32.4846013Z * [new branch] gh/zou3519/1088/head -> origin/gh/zou3519/1088/head 2025-03-04T19:48:32.4847044Z * [new branch] gh/zou3519/1088/orig -> origin/gh/zou3519/1088/orig 2025-03-04T19:48:32.4848294Z * [new branch] gh/zou3519/1095/base -> origin/gh/zou3519/1095/base 2025-03-04T19:48:32.4849312Z * [new branch] gh/zou3519/1095/head -> origin/gh/zou3519/1095/head 2025-03-04T19:48:32.4850315Z * [new branch] gh/zou3519/1095/orig -> origin/gh/zou3519/1095/orig 2025-03-04T19:48:32.4851564Z * [new branch] gh/zou3519/1105/base -> origin/gh/zou3519/1105/base 2025-03-04T19:48:32.4852669Z * [new branch] gh/zou3519/1105/head -> origin/gh/zou3519/1105/head 2025-03-04T19:48:32.4853666Z * [new branch] gh/zou3519/1105/orig -> origin/gh/zou3519/1105/orig 2025-03-04T19:48:32.4855238Z * [new branch] gh/zou3519/1106/base -> origin/gh/zou3519/1106/base 2025-03-04T19:48:32.4856356Z * [new branch] gh/zou3519/1106/head -> origin/gh/zou3519/1106/head 2025-03-04T19:48:32.4857580Z * [new branch] gh/zou3519/1106/orig -> origin/gh/zou3519/1106/orig 2025-03-04T19:48:32.4858905Z * [new branch] gh/zou3519/1107/base -> origin/gh/zou3519/1107/base 2025-03-04T19:48:32.4859947Z * [new branch] gh/zou3519/1107/head -> origin/gh/zou3519/1107/head 2025-03-04T19:48:32.4860954Z * [new branch] gh/zou3519/1107/orig -> origin/gh/zou3519/1107/orig 2025-03-04T19:48:32.4862582Z * [new branch] gh/zou3519/1108/base -> origin/gh/zou3519/1108/base 2025-03-04T19:48:32.4863579Z * [new branch] gh/zou3519/1108/head -> origin/gh/zou3519/1108/head 2025-03-04T19:48:32.4864578Z * [new branch] gh/zou3519/1108/orig -> origin/gh/zou3519/1108/orig 2025-03-04T19:48:32.4866160Z * [new branch] gh/zou3519/1109/base -> origin/gh/zou3519/1109/base 2025-03-04T19:48:32.4867212Z * [new branch] gh/zou3519/1109/head -> origin/gh/zou3519/1109/head 2025-03-04T19:48:32.4868336Z * [new branch] gh/zou3519/1109/orig -> origin/gh/zou3519/1109/orig 2025-03-04T19:48:32.4869928Z * [new branch] gh/zou3519/1110/base -> origin/gh/zou3519/1110/base 2025-03-04T19:48:32.4870979Z * [new branch] gh/zou3519/1110/head -> origin/gh/zou3519/1110/head 2025-03-04T19:48:32.4872293Z * [new branch] gh/zou3519/1110/orig -> origin/gh/zou3519/1110/orig 2025-03-04T19:48:32.4875768Z * [new branch] gh/zou3519/1111/base -> origin/gh/zou3519/1111/base 2025-03-04T19:48:32.4876889Z * [new branch] gh/zou3519/1111/head -> origin/gh/zou3519/1111/head 2025-03-04T19:48:32.4877810Z * [new branch] gh/zou3519/1111/orig -> origin/gh/zou3519/1111/orig 2025-03-04T19:48:32.4879202Z * [new branch] gh/zou3519/1112/base -> origin/gh/zou3519/1112/base 2025-03-04T19:48:32.4880294Z * [new branch] gh/zou3519/1112/head -> origin/gh/zou3519/1112/head 2025-03-04T19:48:32.4881521Z * [new branch] gh/zou3519/1112/orig -> origin/gh/zou3519/1112/orig 2025-03-04T19:48:32.4882759Z * [new branch] gh/zou3519/1117/base -> origin/gh/zou3519/1117/base 2025-03-04T19:48:32.4883782Z * [new branch] gh/zou3519/1117/head -> origin/gh/zou3519/1117/head 2025-03-04T19:48:32.4884775Z * [new branch] gh/zou3519/1117/orig -> origin/gh/zou3519/1117/orig 2025-03-04T19:48:32.4886076Z * [new branch] gh/zou3519/1123/base -> origin/gh/zou3519/1123/base 2025-03-04T19:48:32.4887130Z * [new branch] gh/zou3519/1123/head -> origin/gh/zou3519/1123/head 2025-03-04T19:48:32.4888144Z * [new branch] gh/zou3519/1123/orig -> origin/gh/zou3519/1123/orig 2025-03-04T19:48:32.4889373Z * [new branch] gh/zou3519/1126/base -> origin/gh/zou3519/1126/base 2025-03-04T19:48:32.4890402Z * [new branch] gh/zou3519/1126/head -> origin/gh/zou3519/1126/head 2025-03-04T19:48:32.4891418Z * [new branch] gh/zou3519/1126/orig -> origin/gh/zou3519/1126/orig 2025-03-04T19:48:32.4892742Z * [new branch] gh/zou3519/1127/base -> origin/gh/zou3519/1127/base 2025-03-04T19:48:32.4893758Z * [new branch] gh/zou3519/1127/head -> origin/gh/zou3519/1127/head 2025-03-04T19:48:32.4894768Z * [new branch] gh/zou3519/1127/orig -> origin/gh/zou3519/1127/orig 2025-03-04T19:48:32.4896478Z * [new branch] gh/zou3519/1128/base -> origin/gh/zou3519/1128/base 2025-03-04T19:48:32.4900588Z * [new branch] gh/zou3519/1128/head -> origin/gh/zou3519/1128/head 2025-03-04T19:48:32.4900965Z * [new branch] gh/zou3519/1128/orig -> origin/gh/zou3519/1128/orig 2025-03-04T19:48:32.4901181Z * [new branch] gh/zou3519/1129/base -> origin/gh/zou3519/1129/base 2025-03-04T19:48:32.4901603Z * [new branch] gh/zou3519/1129/head -> origin/gh/zou3519/1129/head 2025-03-04T19:48:32.4902134Z * [new branch] gh/zou3519/1129/orig -> origin/gh/zou3519/1129/orig 2025-03-04T19:48:32.4903290Z * [new branch] gh/zou3519/1130/base -> origin/gh/zou3519/1130/base 2025-03-04T19:48:32.4904248Z * [new branch] gh/zou3519/1130/head -> origin/gh/zou3519/1130/head 2025-03-04T19:48:32.4905266Z * [new branch] gh/zou3519/1130/orig -> origin/gh/zou3519/1130/orig 2025-03-04T19:48:32.4906627Z * [new branch] gh/zou3519/1131/base -> origin/gh/zou3519/1131/base 2025-03-04T19:48:32.4907636Z * [new branch] gh/zou3519/1131/head -> origin/gh/zou3519/1131/head 2025-03-04T19:48:32.4908659Z * [new branch] gh/zou3519/1131/orig -> origin/gh/zou3519/1131/orig 2025-03-04T19:48:32.4909874Z * [new branch] gh/zou3519/1132/base -> origin/gh/zou3519/1132/base 2025-03-04T19:48:32.4910857Z * [new branch] gh/zou3519/1132/head -> origin/gh/zou3519/1132/head 2025-03-04T19:48:32.4911798Z * [new branch] gh/zou3519/1132/orig -> origin/gh/zou3519/1132/orig 2025-03-04T19:48:32.4913003Z * [new branch] gh/zou3519/1133/base -> origin/gh/zou3519/1133/base 2025-03-04T19:48:32.4913956Z * [new branch] gh/zou3519/1133/head -> origin/gh/zou3519/1133/head 2025-03-04T19:48:32.4914926Z * [new branch] gh/zou3519/1133/orig -> origin/gh/zou3519/1133/orig 2025-03-04T19:48:32.4916134Z * [new branch] gh/zou3519/1134/base -> origin/gh/zou3519/1134/base 2025-03-04T19:48:32.4917107Z * [new branch] gh/zou3519/1134/head -> origin/gh/zou3519/1134/head 2025-03-04T19:48:32.4918615Z * [new branch] gh/zou3519/1135/base -> origin/gh/zou3519/1135/base 2025-03-04T19:48:32.4919581Z * [new branch] gh/zou3519/1135/head -> origin/gh/zou3519/1135/head 2025-03-04T19:48:32.4921026Z * [new branch] gh/zou3519/1135/orig -> origin/gh/zou3519/1135/orig 2025-03-04T19:48:32.4922575Z * [new branch] gh/zou3519/1136/base -> origin/gh/zou3519/1136/base 2025-03-04T19:48:32.4923383Z * [new branch] gh/zou3519/1136/head -> origin/gh/zou3519/1136/head 2025-03-04T19:48:32.4924399Z * [new branch] gh/zou3519/1136/orig -> origin/gh/zou3519/1136/orig 2025-03-04T19:48:32.4925783Z * [new branch] gh/zou3519/1137/base -> origin/gh/zou3519/1137/base 2025-03-04T19:48:32.4926761Z * [new branch] gh/zou3519/1137/head -> origin/gh/zou3519/1137/head 2025-03-04T19:48:32.4927759Z * [new branch] gh/zou3519/1137/orig -> origin/gh/zou3519/1137/orig 2025-03-04T19:48:32.4929156Z * [new branch] gh/zou3519/1138/base -> origin/gh/zou3519/1138/base 2025-03-04T19:48:32.4930029Z * [new branch] gh/zou3519/1138/head -> origin/gh/zou3519/1138/head 2025-03-04T19:48:32.4931080Z * [new branch] gh/zou3519/1138/orig -> origin/gh/zou3519/1138/orig 2025-03-04T19:48:32.4933108Z * [new branch] gh/zou3519/1139/base -> origin/gh/zou3519/1139/base 2025-03-04T19:48:32.4934064Z * [new branch] gh/zou3519/1139/head -> origin/gh/zou3519/1139/head 2025-03-04T19:48:32.4934898Z * [new branch] gh/zou3519/1139/orig -> origin/gh/zou3519/1139/orig 2025-03-04T19:48:32.4936522Z * [new branch] gh/zou3519/1140/base -> origin/gh/zou3519/1140/base 2025-03-04T19:48:32.4937574Z * [new branch] gh/zou3519/1140/head -> origin/gh/zou3519/1140/head 2025-03-04T19:48:32.4938709Z * [new branch] gh/zou3519/1140/orig -> origin/gh/zou3519/1140/orig 2025-03-04T19:48:32.4940217Z * [new branch] gh/zou3519/1141/base -> origin/gh/zou3519/1141/base 2025-03-04T19:48:32.4941191Z * [new branch] gh/zou3519/1141/head -> origin/gh/zou3519/1141/head 2025-03-04T19:48:32.4942282Z * [new branch] gh/zou3519/1141/orig -> origin/gh/zou3519/1141/orig 2025-03-04T19:48:32.4943768Z * [new branch] gh/zou3519/1142/base -> origin/gh/zou3519/1142/base 2025-03-04T19:48:32.4944831Z * [new branch] gh/zou3519/1142/head -> origin/gh/zou3519/1142/head 2025-03-04T19:48:32.4945674Z * [new branch] gh/zou3519/1142/orig -> origin/gh/zou3519/1142/orig 2025-03-04T19:48:32.4947160Z * [new branch] gh/zou3519/1143/base -> origin/gh/zou3519/1143/base 2025-03-04T19:48:32.4948202Z * [new branch] gh/zou3519/1143/head -> origin/gh/zou3519/1143/head 2025-03-04T19:48:32.4949040Z * [new branch] gh/zou3519/1143/orig -> origin/gh/zou3519/1143/orig 2025-03-04T19:48:32.4950669Z * [new branch] gh/zou3519/1144/base -> origin/gh/zou3519/1144/base 2025-03-04T19:48:32.4951666Z * [new branch] gh/zou3519/1144/head -> origin/gh/zou3519/1144/head 2025-03-04T19:48:32.4952669Z * [new branch] gh/zou3519/1144/orig -> origin/gh/zou3519/1144/orig 2025-03-04T19:48:32.4954003Z * [new branch] gh/zou3519/1145/base -> origin/gh/zou3519/1145/base 2025-03-04T19:48:32.4954883Z * [new branch] gh/zou3519/1145/head -> origin/gh/zou3519/1145/head 2025-03-04T19:48:32.4955938Z * [new branch] gh/zou3519/1145/orig -> origin/gh/zou3519/1145/orig 2025-03-04T19:48:32.4957337Z * [new branch] gh/zou3519/1146/base -> origin/gh/zou3519/1146/base 2025-03-04T19:48:32.4958437Z * [new branch] gh/zou3519/1146/head -> origin/gh/zou3519/1146/head 2025-03-04T19:48:32.4959432Z * [new branch] gh/zou3519/1146/orig -> origin/gh/zou3519/1146/orig 2025-03-04T19:48:32.4960878Z * [new branch] gh/zou3519/754/base -> origin/gh/zou3519/754/base 2025-03-04T19:48:32.4961944Z * [new branch] gh/zou3519/754/head -> origin/gh/zou3519/754/head 2025-03-04T19:48:32.4962962Z * [new branch] gh/zou3519/754/orig -> origin/gh/zou3519/754/orig 2025-03-04T19:48:32.4964298Z * [new branch] gh/zou3519/916/base -> origin/gh/zou3519/916/base 2025-03-04T19:48:32.4965360Z * [new branch] gh/zou3519/916/head -> origin/gh/zou3519/916/head 2025-03-04T19:48:32.4966441Z * [new branch] google-main -> origin/google-main 2025-03-04T19:48:32.4967774Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-03-04T19:48:32.4968628Z * [new branch] guangyey/host_alloc -> origin/guangyey/host_alloc 2025-03-04T19:48:32.4969656Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-03-04T19:48:32.4970629Z * [new branch] guard_system -> origin/guard_system 2025-03-04T19:48:32.4972248Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-03-04T19:48:32.4973498Z * [new branch] haozhe/bf16-dynamic-shape -> origin/haozhe/bf16-dynamic-shape 2025-03-04T19:48:32.4974485Z * [new branch] hhh_rand -> origin/hhh_rand 2025-03-04T19:48:32.4975461Z * [new branch] hoy-update-wheel -> origin/hoy-update-wheel 2025-03-04T19:48:32.4976891Z * [new branch] hoy/autofdo/xblock -> origin/hoy/autofdo/xblock 2025-03-04T19:48:32.4978103Z * [new branch] hoy/autotune/nreg -> origin/hoy/autotune/nreg 2025-03-04T19:48:32.4979184Z * [new branch] hoy/autotune/numwarps -> origin/hoy/autotune/numwarps 2025-03-04T19:48:32.4980012Z * [new branch] hoy/mmsplitk -> origin/hoy/mmsplitk 2025-03-04T19:48:32.4981009Z * [new branch] hoy/triton-PR3973 -> origin/hoy/triton-PR3973 2025-03-04T19:48:32.4982254Z * [new branch] hoy/triton-coalescing-baseline -> origin/hoy/triton-coalescing-baseline 2025-03-04T19:48:32.4982992Z * [new branch] hoy/triton-coalescing-min -> origin/hoy/triton-coalescing-min 2025-03-04T19:48:32.4984246Z * [new branch] hoy/triton-coalescing-new -> origin/hoy/triton-coalescing-new 2025-03-04T19:48:32.4985581Z * [new branch] hoy/triton-coalescing-vec -> origin/hoy/triton-coalescing-vec 2025-03-04T19:48:32.4986559Z * [new branch] improve_vec_log -> origin/improve_vec_log 2025-03-04T19:48:32.4987703Z * [new branch] inductor_layout_opt_rocm_disable -> origin/inductor_layout_opt_rocm_disable 2025-03-04T19:48:32.4988684Z * [new branch] inline -> origin/inline 2025-03-04T19:48:32.4989720Z * [new branch] inlining -> origin/inlining 2025-03-04T19:48:32.4990766Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-03-04T19:48:32.4991739Z * [new branch] int8_sdpa -> origin/int8_sdpa 2025-03-04T19:48:32.4992724Z * [new branch] int8_sdpa_template -> origin/int8_sdpa_template 2025-03-04T19:48:32.4993793Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-03-04T19:48:32.4994777Z * [new branch] ios-mac-m1 -> origin/ios-mac-m1 2025-03-04T19:48:32.4996100Z * [new branch] ipiszy/fix -> origin/ipiszy/fix 2025-03-04T19:48:32.4997008Z * [new branch] ipiszy/fp8_test -> origin/ipiszy/fp8_test 2025-03-04T19:48:32.4997848Z * [new branch] ipiszy/mypy -> origin/ipiszy/mypy 2025-03-04T19:48:32.4998981Z * [new branch] issue#58739 -> origin/issue#58739 2025-03-04T19:48:32.5004323Z * [new branch] ivanov/cherry-pick-ckpt-fixes -> origin/ivanov/cherry-pick-ckpt-fixes 2025-03-04T19:48:32.5005188Z * [new branch] jataylo-nvfuser_blocklist -> origin/jataylo-nvfuser_blocklist 2025-03-04T19:48:32.5006551Z * [new branch] jcaip-patch-1 -> origin/jcaip-patch-1 2025-03-04T19:48:32.5007865Z * [new branch] jcaip/fix-int8-bug -> origin/jcaip/fix-int8-bug 2025-03-04T19:48:32.5008884Z * [new branch] jcaip/fix-int8-bug-alpha -> origin/jcaip/fix-int8-bug-alpha 2025-03-04T19:48:32.5010054Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-03-04T19:48:32.5010866Z * [new branch] jcaip/torch-compile-sparse -> origin/jcaip/torch-compile-sparse 2025-03-04T19:48:32.5012039Z * [new branch] jcaip/update-benchmarks -> origin/jcaip/update-benchmarks 2025-03-04T19:48:32.5013310Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-03-04T19:48:32.5014603Z * [new branch] jeanschmidt/manywheel_memory -> origin/jeanschmidt/manywheel_memory 2025-03-04T19:48:32.5016029Z * [new branch] jnair/mi300_docker_caching_workflow -> origin/jnair/mi300_docker_caching_workflow 2025-03-04T19:48:32.5017316Z * [new branch] jon-chuang/compile-config-hash -> origin/jon-chuang/compile-config-hash 2025-03-04T19:48:32.5018119Z * [new branch] jon-chuang/compile-ignored -> origin/jon-chuang/compile-ignored 2025-03-04T19:48:32.5019533Z * [new branch] justinchu/onnxscript-0.2.2 -> origin/justinchu/onnxscript-0.2.2 2025-03-04T19:48:32.5020529Z * [new branch] justinchu/safe-tensors -> origin/justinchu/safe-tensors 2025-03-04T19:48:32.5021645Z * [new branch] justinchuby-patch-1 -> origin/justinchuby-patch-1 2025-03-04T19:48:32.5023125Z * [new branch] jwagantall/migrate-checkout -> origin/jwagantall/migrate-checkout 2025-03-04T19:48:32.5024307Z * [new branch] jz/istft -> origin/jz/istft 2025-03-04T19:48:32.5025335Z * [new branch] jz/stft-old-fc -> origin/jz/stft-old-fc 2025-03-04T19:48:32.5026231Z * [new branch] jz/stft-test -> origin/jz/stft-test 2025-03-04T19:48:32.5027548Z * [new branch] kadeng/dev-1 -> origin/kadeng/dev-1 2025-03-04T19:48:32.5029268Z * [new branch] kadeng/inductor-backend/cutlass-evt-fusion-1 -> origin/kadeng/inductor-backend/cutlass-evt-fusion-1 2025-03-04T19:48:32.5030138Z * [new branch] kadeng/inductor-cutlass-epilogue -> origin/kadeng/inductor-cutlass-epilogue 2025-03-04T19:48:32.5031422Z * [new branch] kenjin/call_method_userdefined -> origin/kenjin/call_method_userdefined 2025-03-04T19:48:32.5032206Z * [new branch] kenjin/lambdas -> origin/kenjin/lambdas 2025-03-04T19:48:32.5033224Z * [new branch] kenjin/norefcycles -> origin/kenjin/norefcycles 2025-03-04T19:48:32.5034237Z * [new branch] kit1980-patch-2 -> origin/kit1980-patch-2 2025-03-04T19:48:32.5035301Z * [new branch] kleidiai_bf16_issue_fix -> origin/kleidiai_bf16_issue_fix 2025-03-04T19:48:32.5036342Z * [new branch] kleidiai_submodule_update -> origin/kleidiai_submodule_update 2025-03-04T19:48:32.5037398Z * [new branch] kleidiai_threading_improvement -> origin/kleidiai_threading_improvement 2025-03-04T19:48:32.5038410Z * [new branch] larryliu0820-patch-1 -> origin/larryliu0820-patch-1 2025-03-04T19:48:32.5039745Z * [new branch] leslie/enable_poc_reduction_fusion -> origin/leslie/enable_poc_reduction_fusion 2025-03-04T19:48:32.5040584Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-03-04T19:48:32.5042276Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-03-04T19:48:32.5043277Z * [new branch] main -> origin/main 2025-03-04T19:48:32.5044295Z * [new branch] main_dev_hhh -> origin/main_dev_hhh 2025-03-04T19:48:32.5045350Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-03-04T19:48:32.5046416Z * [new branch] malfet-patch-10 -> origin/malfet-patch-10 2025-03-04T19:48:32.5047536Z * [new branch] malfet-patch-11 -> origin/malfet-patch-11 2025-03-04T19:48:32.5048613Z * [new branch] malfet-patch-12 -> origin/malfet-patch-12 2025-03-04T19:48:32.5049664Z * [new branch] malfet-patch-13 -> origin/malfet-patch-13 2025-03-04T19:48:32.5050753Z * [new branch] malfet-patch-14 -> origin/malfet-patch-14 2025-03-04T19:48:32.5051847Z * [new branch] malfet-patch-15 -> origin/malfet-patch-15 2025-03-04T19:48:32.5052932Z * [new branch] malfet-patch-19 -> origin/malfet-patch-19 2025-03-04T19:48:32.5053935Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-03-04T19:48:32.5054994Z * [new branch] malfet-patch-23 -> origin/malfet-patch-23 2025-03-04T19:48:32.5055938Z * [new branch] malfet-patch-25 -> origin/malfet-patch-25 2025-03-04T19:48:32.5056971Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-03-04T19:48:32.5057982Z * [new branch] malfet-patch-32 -> origin/malfet-patch-32 2025-03-04T19:48:32.5059026Z * [new branch] malfet-patch-42 -> origin/malfet-patch-42 2025-03-04T19:48:32.5060135Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-03-04T19:48:32.5061646Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-03-04T19:48:32.5062936Z * [new branch] malfet-patch-8 -> origin/malfet-patch-8 2025-03-04T19:48:32.5064356Z * [new branch] malfet/add-benchmark-func -> origin/malfet/add-benchmark-func 2025-03-04T19:48:32.5065355Z * [new branch] malfet/delete-find-openmp -> origin/malfet/delete-find-openmp 2025-03-04T19:48:32.5066253Z * [new branch] malfet/mps-add-bilineard2d-aa -> origin/malfet/mps-add-bilineard2d-aa 2025-03-04T19:48:32.5067364Z * [new branch] malfet/mps-fix-rand-5d -> origin/malfet/mps-fix-rand-5d 2025-03-04T19:48:32.5068506Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-03-04T19:48:32.5069403Z * [new branch] maxautotune_big_gpu -> origin/maxautotune_big_gpu 2025-03-04T19:48:32.5070436Z * [new branch] mesh_check -> origin/mesh_check 2025-03-04T19:48:32.5071516Z * [new branch] migrate_map -> origin/migrate_map 2025-03-04T19:48:32.5072892Z * [new branch] missing_gloo_causes_deadlock -> origin/missing_gloo_causes_deadlock 2025-03-04T19:48:32.5074181Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-03-04T19:48:32.5074997Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-03-04T19:48:32.5076016Z * [new branch] mlazos/adam-compiled -> origin/mlazos/adam-compiled 2025-03-04T19:48:32.5076894Z * [new branch] mlazos/adam-fused-bench -> origin/mlazos/adam-fused-bench 2025-03-04T19:48:32.5077843Z * [new branch] mlazos/adam-fused-bench2 -> origin/mlazos/adam-fused-bench2 2025-03-04T19:48:32.5078692Z * [new branch] mlazos/adam-test2 -> origin/mlazos/adam-test2 2025-03-04T19:48:32.5079711Z * [new branch] mlazos/asgd-compile -> origin/mlazos/asgd-compile 2025-03-04T19:48:32.5080589Z * [new branch] mlazos/aux-vars -> origin/mlazos/aux-vars 2025-03-04T19:48:32.5081797Z * [new branch] mlazos/backup-test-branch -> origin/mlazos/backup-test-branch 2025-03-04T19:48:32.5083026Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-03-04T19:48:32.5084040Z * [new branch] mlazos/baseline -> origin/mlazos/baseline 2025-03-04T19:48:32.5085101Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-03-04T19:48:32.5086145Z * [new branch] mlazos/batch-fuse-opt -> origin/mlazos/batch-fuse-opt 2025-03-04T19:48:32.5086947Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-03-04T19:48:32.5087945Z * [new branch] mlazos/buff-opt2 -> origin/mlazos/buff-opt2 2025-03-04T19:48:32.5088908Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-03-04T19:48:32.5089695Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-03-04T19:48:32.5090730Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-03-04T19:48:32.5092063Z * [new branch] mlazos/ck2 -> origin/mlazos/ck2 2025-03-04T19:48:32.5093160Z * [new branch] mlazos/combokernels -> origin/mlazos/combokernels 2025-03-04T19:48:32.5094238Z * [new branch] mlazos/compiled-nadam -> origin/mlazos/compiled-nadam 2025-03-04T19:48:32.5095106Z * [new branch] mlazos/concat2 -> origin/mlazos/concat2 2025-03-04T19:48:32.5096054Z * [new branch] mlazos/copy2 -> origin/mlazos/copy2 2025-03-04T19:48:32.5097214Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-03-04T19:48:32.5098154Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-03-04T19:48:32.5099104Z * [new branch] mlazos/data-gather -> origin/mlazos/data-gather 2025-03-04T19:48:32.5100082Z * [new branch] mlazos/data-ptrs2 -> origin/mlazos/data-ptrs2 2025-03-04T19:48:32.5101046Z * [new branch] mlazos/data-ptrs3 -> origin/mlazos/data-ptrs3 2025-03-04T19:48:32.5102172Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-03-04T19:48:32.5103215Z * [new branch] mlazos/disable-closures -> origin/mlazos/disable-closures 2025-03-04T19:48:32.5104106Z * [new branch] mlazos/disable-subclass -> origin/mlazos/disable-subclass 2025-03-04T19:48:32.5105092Z * [new branch] mlazos/disabled-opt -> origin/mlazos/disabled-opt 2025-03-04T19:48:32.5106138Z * [new branch] mlazos/exp_disable -> origin/mlazos/exp_disable 2025-03-04T19:48:32.5107056Z * [new branch] mlazos/faster -> origin/mlazos/faster 2025-03-04T19:48:32.5108046Z * [new branch] mlazos/faster2 -> origin/mlazos/faster2 2025-03-04T19:48:32.5109112Z * [new branch] mlazos/fe-copy -> origin/mlazos/fe-copy 2025-03-04T19:48:32.5110155Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-03-04T19:48:32.5111130Z * [new branch] mlazos/foreach-reds -> origin/mlazos/foreach-reds 2025-03-04T19:48:32.5111980Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-03-04T19:48:32.5113045Z * [new branch] mlazos/fuse-cat -> origin/mlazos/fuse-cat 2025-03-04T19:48:32.5113912Z * [new branch] mlazos/gen-foreach -> origin/mlazos/gen-foreach 2025-03-04T19:48:32.5114817Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-03-04T19:48:32.5115828Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-03-04T19:48:32.5116855Z * [new branch] mlazos/hc-hf -> origin/mlazos/hc-hf 2025-03-04T19:48:32.5117765Z * [new branch] mlazos/init-per-param -> origin/mlazos/init-per-param 2025-03-04T19:48:32.5118825Z * [new branch] mlazos/init_per_param -> origin/mlazos/init_per_param 2025-03-04T19:48:32.5119611Z * [new branch] mlazos/less-guards -> origin/mlazos/less-guards 2025-03-04T19:48:32.5120674Z * [new branch] mlazos/lr-composibility -> origin/mlazos/lr-composibility 2025-03-04T19:48:32.5121767Z * [new branch] mlazos/main-test-enablement -> origin/mlazos/main-test-enablement 2025-03-04T19:48:32.5122608Z * [new branch] mlazos/main2 -> origin/mlazos/main2 2025-03-04T19:48:32.5123869Z * [new branch] mlazos/main_test -> origin/mlazos/main_test 2025-03-04T19:48:32.5124854Z * [new branch] mlazos/mcg -> origin/mlazos/mcg 2025-03-04T19:48:32.5125866Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-03-04T19:48:32.5126875Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-03-04T19:48:32.5128070Z * [new branch] mlazos/mlazos/ck2 -> origin/mlazos/mlazos/ck2 2025-03-04T19:48:32.5128850Z * [new branch] mlazos/mlazos/clean -> origin/mlazos/mlazos/clean 2025-03-04T19:48:32.5129897Z * [new branch] mlazos/mlazos/faster2 -> origin/mlazos/mlazos/faster2 2025-03-04T19:48:32.5131017Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-03-04T19:48:32.5131774Z * [new branch] mlazos/mlazos/subclass-test -> origin/mlazos/mlazos/subclass-test 2025-03-04T19:48:32.5132876Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-03-04T19:48:32.5133716Z * [new branch] mlazos/mlazos/tf-trace-full -> origin/mlazos/mlazos/tf-trace-full 2025-03-04T19:48:32.5134747Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-03-04T19:48:32.5135742Z * [new branch] mlazos/more-tests -> origin/mlazos/more-tests 2025-03-04T19:48:32.5136750Z * [new branch] mlazos/mutable-backup -> origin/mlazos/mutable-backup 2025-03-04T19:48:32.5137751Z * [new branch] mlazos/mv-tfo -> origin/mlazos/mv-tfo 2025-03-04T19:48:32.5139020Z * [new branch] mlazos/no-cpp -> origin/mlazos/no-cpp 2025-03-04T19:48:32.5140124Z * [new branch] mlazos/no-init-group-handling -> origin/mlazos/no-init-group-handling 2025-03-04T19:48:32.5141108Z * [new branch] mlazos/op-investigation -> origin/mlazos/op-investigation 2025-03-04T19:48:32.5142148Z * [new branch] mlazos/opt-bench-exp2 -> origin/mlazos/opt-bench-exp2 2025-03-04T19:48:32.5143098Z * [new branch] mlazos/opt-bench2 -> origin/mlazos/opt-bench2 2025-03-04T19:48:32.5144051Z * [new branch] mlazos/opt-bench3 -> origin/mlazos/opt-bench3 2025-03-04T19:48:32.5145007Z * [new branch] mlazos/opt-incr -> origin/mlazos/opt-incr 2025-03-04T19:48:32.5146126Z * [new branch] mlazos/opt-recipe -> origin/mlazos/opt-recipe 2025-03-04T19:48:32.5146909Z * [new branch] mlazos/opt-slowdown -> origin/mlazos/opt-slowdown 2025-03-04T19:48:32.5147923Z * [new branch] mlazos/opt-warn -> origin/mlazos/opt-warn 2025-03-04T19:48:32.5148988Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-03-04T19:48:32.5149953Z * [new branch] mlazos/proxy-opt -> origin/mlazos/proxy-opt 2025-03-04T19:48:32.5150907Z * [new branch] mlazos/pt -> origin/mlazos/pt 2025-03-04T19:48:32.5152066Z * [new branch] mlazos/restart -> origin/mlazos/restart 2025-03-04T19:48:32.5152877Z * [new branch] mlazos/rm-thunkify -> origin/mlazos/rm-thunkify 2025-03-04T19:48:32.5153674Z * [new branch] mlazos/rtp -> origin/mlazos/rtp 2025-03-04T19:48:32.5154697Z * [new branch] mlazos/sdpa-driss -> origin/mlazos/sdpa-driss 2025-03-04T19:48:32.5155716Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-03-04T19:48:32.5156499Z * [new branch] mlazos/subclass-test -> origin/mlazos/subclass-test 2025-03-04T19:48:32.5157525Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-03-04T19:48:32.5158539Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-03-04T19:48:32.5159394Z * [new branch] mlazos/tensor-inherit-backup -> origin/mlazos/tensor-inherit-backup 2025-03-04T19:48:32.5160405Z * [new branch] mlazos/tensor-like-fix -> origin/mlazos/tensor-like-fix 2025-03-04T19:48:32.5161508Z * [new branch] mlazos/tensor-lr -> origin/mlazos/tensor-lr 2025-03-04T19:48:32.5162673Z * [new branch] mlazos/tensor-lr2 -> origin/mlazos/tensor-lr2 2025-03-04T19:48:32.5163473Z * [new branch] mlazos/tf-inherit -> origin/mlazos/tf-inherit 2025-03-04T19:48:32.5164507Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-03-04T19:48:32.5165559Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-03-04T19:48:32.5166533Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-03-04T19:48:32.5167603Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-03-04T19:48:32.5168590Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-03-04T19:48:32.5169522Z * [new branch] mlazos/tf-refactor -> origin/mlazos/tf-refactor 2025-03-04T19:48:32.5170526Z * [new branch] mlazos/tf-subclass-stack -> origin/mlazos/tf-subclass-stack 2025-03-04T19:48:32.5171470Z * [new branch] mlazos/tf-trace-full -> origin/mlazos/tf-trace-full 2025-03-04T19:48:32.5174448Z * [new branch] mlazos/th -> origin/mlazos/th 2025-03-04T19:48:32.5175436Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-03-04T19:48:32.5176441Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-03-04T19:48:32.5177416Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-03-04T19:48:32.5178396Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-03-04T19:48:32.5179464Z * [new branch] mod_guards1 -> origin/mod_guards1 2025-03-04T19:48:32.5180532Z * [new branch] mod_guards3 -> origin/mod_guards3 2025-03-04T19:48:32.5181640Z * [new branch] moderniz29_cyy -> origin/moderniz29_cyy 2025-03-04T19:48:32.5182782Z * [new branch] mps-linear-1d -> origin/mps-linear-1d 2025-03-04T19:48:32.5184154Z * [new branch] mradmila/host_stats -> origin/mradmila/host_stats 2025-03-04T19:48:32.5185216Z * [new branch] msaroufim-patch-10 -> origin/msaroufim-patch-10 2025-03-04T19:48:32.5186290Z * [new branch] msaroufim-patch-11 -> origin/msaroufim-patch-11 2025-03-04T19:48:32.5187348Z * [new branch] msaroufim-patch-12 -> origin/msaroufim-patch-12 2025-03-04T19:48:32.5188389Z * [new branch] msaroufim-patch-13 -> origin/msaroufim-patch-13 2025-03-04T19:48:32.5189471Z * [new branch] msaroufim-patch-14 -> origin/msaroufim-patch-14 2025-03-04T19:48:32.5191279Z * [new branch] msaroufim/cache -> origin/msaroufim/cache 2025-03-04T19:48:32.5192327Z * [new branch] msaroufim/dtensorfusedadam -> origin/msaroufim/dtensorfusedadam 2025-03-04T19:48:32.5193126Z * [new branch] msaroufim/warn_once -> origin/msaroufim/warn_once 2025-03-04T19:48:32.5194165Z * [new branch] mypy_fix -> origin/mypy_fix 2025-03-04T19:48:32.5195333Z * [new branch] myst_nb_trial -> origin/myst_nb_trial 2025-03-04T19:48:32.5196359Z * [new branch] nestedfairseq2ops1 -> origin/nestedfairseq2ops1 2025-03-04T19:48:32.5197399Z * [new branch] new-batch-norm -> origin/new-batch-norm 2025-03-04T19:48:32.5198437Z * [new branch] new_branch -> origin/new_branch 2025-03-04T19:48:32.5199466Z * [new branch] new_guard_system -> origin/new_guard_system 2025-03-04T19:48:32.5200748Z * [new branch] ngimel/bits -> origin/ngimel/bits 2025-03-04T19:48:32.5202162Z * [new branch] ngimel/copy2d -> origin/ngimel/copy2d 2025-03-04T19:48:32.5202669Z * [new branch] ngimel/gg -> origin/ngimel/gg 2025-03-04T19:48:32.5203660Z * [new branch] ngimel/min_docs -> origin/ngimel/min_docs 2025-03-04T19:48:32.5204655Z * [new branch] nightly -> origin/nightly 2025-03-04T19:48:32.5206057Z * [new branch] nikitaved/linalg_codeowners -> origin/nikitaved/linalg_codeowners 2025-03-04T19:48:32.5206933Z * [new branch] nikitaved/solve_doc_update -> origin/nikitaved/solve_doc_update 2025-03-04T19:48:32.5207969Z * [new branch] nikitaved/tensordot -> origin/nikitaved/tensordot 2025-03-04T19:48:32.5208924Z * [new branch] offline -> origin/offline 2025-03-04T19:48:32.5210087Z * [new branch] openblas_gemv -> origin/openblas_gemv 2025-03-04T19:48:32.5211768Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-03-04T19:48:32.5212821Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-03-04T19:48:32.5213811Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-03-04T19:48:32.5214971Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-03-04T19:48:32.5216057Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-03-04T19:48:32.5217361Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-03-04T19:48:32.5218390Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-03-04T19:48:32.5219398Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-03-04T19:48:32.5220373Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-03-04T19:48:32.5221464Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-03-04T19:48:32.5222442Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-03-04T19:48:32.5223437Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-03-04T19:48:32.5224547Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-03-04T19:48:32.5225587Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-03-04T19:48:32.5226437Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-03-04T19:48:32.5228648Z * [new branch] origin/gh/stroxler/1/head -> origin/origin/gh/stroxler/1/head 2025-03-04T19:48:32.5229839Z * [new branch] origin/voz/serde -> origin/origin/voz/serde 2025-03-04T19:48:32.5231362Z * [new branch] oulgen/fx_graph -> origin/oulgen/fx_graph 2025-03-04T19:48:32.5232359Z * [new branch] palic_hotfix -> origin/palic_hotfix 2025-03-04T19:48:32.5233767Z * [new branch] parallel_cat -> origin/parallel_cat 2025-03-04T19:48:32.5234827Z * [new branch] parallel_reduce -> origin/parallel_reduce 2025-03-04T19:48:32.5235851Z * [new branch] pca2 -> origin/pca2 2025-03-04T19:48:32.5237218Z * [new branch] peterbell10/null-change -> origin/peterbell10/null-change 2025-03-04T19:48:32.5238617Z * [new branch] pianpwk/backed_symint_endofbounds -> origin/pianpwk/backed_symint_endofbounds 2025-03-04T19:48:32.5239494Z * [new branch] pianpwk/clear_pending_unbacked -> origin/pianpwk/clear_pending_unbacked 2025-03-04T19:48:32.5240347Z * [new branch] pianpwk/draft_strict_stack -> origin/pianpwk/draft_strict_stack 2025-03-04T19:48:32.5241508Z * [new branch] pianpwk/inductor_unbacked_symint -> origin/pianpwk/inductor_unbacked_symint 2025-03-04T19:48:32.5242136Z * [new branch] pianpwk/meta_sdpa_for_cpu -> origin/pianpwk/meta_sdpa_for_cpu 2025-03-04T19:48:32.5243354Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-03-04T19:48:32.5244714Z * [new branch] pianpwk/symbol_provenance_draft -> origin/pianpwk/symbol_provenance_draft 2025-03-04T19:48:32.5245590Z * [new branch] pianpwk/symbol_provenance_v1 -> origin/pianpwk/symbol_provenance_v1 2025-03-04T19:48:32.5246614Z * [new branch] pianpwk/treat_sizes_as_size_like -> origin/pianpwk/treat_sizes_as_size_like 2025-03-04T19:48:32.5247701Z * [new branch] pianpwk/unbacked_bindings -> origin/pianpwk/unbacked_bindings 2025-03-04T19:48:32.5248710Z * [new branch] pianpwk/unbacked_mod_hint -> origin/pianpwk/unbacked_mod_hint 2025-03-04T19:48:32.5249794Z * [new branch] plain-metal-mul-kernel -> origin/plain-metal-mul-kernel 2025-03-04T19:48:32.5250791Z * [new branch] polyfill-class -> origin/polyfill-class 2025-03-04T19:48:32.5252172Z * [new branch] pr/131860 -> origin/pr/131860 2025-03-04T19:48:32.5253352Z * [new branch] prepare-android-artifacts -> origin/prepare-android-artifacts 2025-03-04T19:48:32.5254769Z * [new branch] profiler_triton_kwargs -> origin/profiler_triton_kwargs 2025-03-04T19:48:32.5255818Z * [new branch] pt-debug-cpu0 -> origin/pt-debug-cpu0 2025-03-04T19:48:32.5256823Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-03-04T19:48:32.5258166Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-03-04T19:48:32.5259242Z * [new branch] qat-conv-bn-1d -> origin/qat-conv-bn-1d 2025-03-04T19:48:32.5260333Z * [new branch] qat-remove-bias-temp -> origin/qat-remove-bias-temp 2025-03-04T19:48:32.5261717Z * [new branch] qat_cudnn_batchnorm -> origin/qat_cudnn_batchnorm 2025-03-04T19:48:32.5262534Z * [new branch] qat_preserve_source_fn_stack -> origin/qat_preserve_source_fn_stack 2025-03-04T19:48:32.5264346Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-03-04T19:48:32.5265372Z * [new branch] raggedsdpa -> origin/raggedsdpa 2025-03-04T19:48:32.5266480Z * [new branch] reenable-sgd-benchmark -> origin/reenable-sgd-benchmark 2025-03-04T19:48:32.5267448Z * [new branch] refactor-adamw -> origin/refactor-adamw 2025-03-04T19:48:32.5268863Z * [new branch] release/1.10 -> origin/release/1.10 2025-03-04T19:48:32.5269900Z * [new branch] release/1.11 -> origin/release/1.11 2025-03-04T19:48:32.5271063Z * [new branch] release/1.12 -> origin/release/1.12 2025-03-04T19:48:32.5272121Z * [new branch] release/1.13 -> origin/release/1.13 2025-03-04T19:48:32.5273074Z * [new branch] release/1.4 -> origin/release/1.4 2025-03-04T19:48:32.5273832Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-03-04T19:48:32.5274930Z * [new branch] release/1.5 -> origin/release/1.5 2025-03-04T19:48:32.5275919Z * [new branch] release/1.6 -> origin/release/1.6 2025-03-04T19:48:32.5276953Z * [new branch] release/1.7 -> origin/release/1.7 2025-03-04T19:48:32.5278056Z * [new branch] release/1.8 -> origin/release/1.8 2025-03-04T19:48:32.5279102Z * [new branch] release/1.9 -> origin/release/1.9 2025-03-04T19:48:32.5280053Z * [new branch] release/2.0 -> origin/release/2.0 2025-03-04T19:48:32.5281653Z * [new branch] release/2.1 -> origin/release/2.1 2025-03-04T19:48:32.5282601Z * [new branch] release/2.2 -> origin/release/2.2 2025-03-04T19:48:32.5283718Z * [new branch] release/2.3 -> origin/release/2.3 2025-03-04T19:48:32.5284998Z * [new branch] release/2.4 -> origin/release/2.4 2025-03-04T19:48:32.5286469Z * [new branch] release/2.5 -> origin/release/2.5 2025-03-04T19:48:32.5287474Z * [new branch] release/2.6 -> origin/release/2.6 2025-03-04T19:48:32.5288515Z * [new branch] release/3.2.x -> origin/release/3.2.x 2025-03-04T19:48:32.5289521Z * [new branch] release_notes -> origin/release_notes 2025-03-04T19:48:32.5290744Z * [new branch] remove-edit-on-github -> origin/remove-edit-on-github 2025-03-04T19:48:32.5291722Z * [new branch] remove-link-survey -> origin/remove-link-survey 2025-03-04T19:48:32.5293053Z * [new branch] remove_global_ns -> origin/remove_global_ns 2025-03-04T19:48:32.5293996Z * [new branch] requires_grad_fix -> origin/requires_grad_fix 2025-03-04T19:48:32.5295894Z * [new branch] revert-111036-skylion007/backport-2-1-1-2023-10-11-0 -> origin/revert-111036-skylion007/backport-2-1-1-2023-10-11-0 2025-03-04T19:48:32.5296398Z * [new branch] revert-112125 -> origin/revert-112125 2025-03-04T19:48:32.5298760Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-03-04T19:48:32.5300527Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-03-04T19:48:32.5301309Z * [new branch] revert_commit_b57b38b -> origin/revert_commit_b57b38b 2025-03-04T19:48:32.5302917Z * [new branch] revert_realize_input_ExternKernel -> origin/revert_realize_input_ExternKernel 2025-03-04T19:48:32.5303822Z * [new branch] rohan-varma-patch-13 -> origin/rohan-varma-patch-13 2025-03-04T19:48:32.5305077Z * [new branch] rohan-varma-patch-14 -> origin/rohan-varma-patch-14 2025-03-04T19:48:32.5306005Z * [new branch] rohan-varma-patch-15 -> origin/rohan-varma-patch-15 2025-03-04T19:48:32.5307189Z * [new branch] rohan-varma-patch-16 -> origin/rohan-varma-patch-16 2025-03-04T19:48:32.5308102Z * [new branch] rprop-playground -> origin/rprop-playground 2025-03-04T19:48:32.5309244Z * [new branch] run-ios-test-device-farm -> origin/run-ios-test-device-farm 2025-03-04T19:48:32.5310980Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-03-04T19:48:32.5311739Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-03-04T19:48:32.5313009Z * [new branch] rzou/cache_name -> origin/rzou/cache_name 2025-03-04T19:48:32.5313927Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-03-04T19:48:32.5314810Z * [new branch] rzou/fix -> origin/rzou/fix 2025-03-04T19:48:32.5315732Z * [new branch] rzou/fix2 -> origin/rzou/fix2 2025-03-04T19:48:32.5316626Z * [new branch] rzou/njt -> origin/rzou/njt 2025-03-04T19:48:32.5317580Z * [new branch] rzou/operator -> origin/rzou/operator 2025-03-04T19:48:32.5318499Z * [new branch] rzou/pca -> origin/rzou/pca 2025-03-04T19:48:32.5319493Z * [new branch] rzou/pipe_split -> origin/rzou/pipe_split 2025-03-04T19:48:32.5320342Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-03-04T19:48:32.5321326Z * [new branch] rzou/setup_context -> origin/rzou/setup_context 2025-03-04T19:48:32.5322316Z * [new branch] safe-rollout -> origin/safe-rollout 2025-03-04T19:48:32.5324178Z * [new branch] sanchitintel/fix_llama_da8w8_corner_case -> origin/sanchitintel/fix_llama_da8w8_corner_case 2025-03-04T19:48:32.5325316Z * [new branch] sanchitintel/gemm_template_avoid_malloc_lock_contention -> origin/sanchitintel/gemm_template_avoid_malloc_lock_contention 2025-03-04T19:48:32.5326086Z * [new branch] sanchitintel/modify_fp32_micro_gemm -> origin/sanchitintel/modify_fp32_micro_gemm 2025-03-04T19:48:32.5327567Z * [new branch] sanchitintel/refactor_aten_int8_woq_gemm -> origin/sanchitintel/refactor_aten_int8_woq_gemm 2025-03-04T19:48:32.5329153Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-03-04T19:48:32.5329741Z * [new branch] sanchitintel/woq_gemm_buf_size_patch -> origin/sanchitintel/woq_gemm_buf_size_patch 2025-03-04T19:48:32.5331540Z * [new branch] sanchitj/remove_duplicate_line_from_freezing.py -> origin/sanchitj/remove_duplicate_line_from_freezing.py 2025-03-04T19:48:32.5332141Z * [new branch] sdpa_autocast_cpu -> origin/sdpa_autocast_cpu 2025-03-04T19:48:32.5333157Z * [new branch] sdpa_base -> origin/sdpa_base 2025-03-04T19:48:32.5334485Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-03-04T19:48:32.5335499Z * [new branch] sdym/docker-python-3.8 -> origin/sdym/docker-python-3.8 2025-03-04T19:48:32.5336362Z * [new branch] sdym/revert-107846 -> origin/sdym/revert-107846 2025-03-04T19:48:32.5337262Z * [new branch] sdym/revert-109859 -> origin/sdym/revert-109859 2025-03-04T19:48:32.5338140Z * [new branch] sdym/skip-asan -> origin/sdym/skip-asan 2025-03-04T19:48:32.5339129Z * [new branch] sdym/todo-docstring -> origin/sdym/todo-docstring 2025-03-04T19:48:32.5339977Z * [new branch] sdym/torchfix -> origin/sdym/torchfix 2025-03-04T19:48:32.5341351Z * [new branch] sdym/torchvision-pretrained -> origin/sdym/torchvision-pretrained 2025-03-04T19:48:32.5342566Z * [new branch] sdym/typed-storage -> origin/sdym/typed-storage 2025-03-04T19:48:32.5343926Z * [new branch] sdym/wno -> origin/sdym/wno 2025-03-04T19:48:32.5345776Z * [new branch] seemethere/add_h100_nightly_perf_benchmarks -> origin/seemethere/add_h100_nightly_perf_benchmarks 2025-03-04T19:48:32.5346437Z * [new branch] share_and_pin_fork -> origin/share_and_pin_fork 2025-03-04T19:48:32.5347974Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-03-04T19:48:32.5348840Z * [new branch] shikaili_fp8_allgather -> origin/shikaili_fp8_allgather 2025-03-04T19:48:32.5350021Z * [new branch] shunting-loaf-bm-3 -> origin/shunting-loaf-bm-3 2025-03-04T19:48:32.5350943Z * [new branch] shunting-loaf-bm-4 -> origin/shunting-loaf-bm-4 2025-03-04T19:48:32.5352020Z * [new branch] shunting-loaf-bm-5 -> origin/shunting-loaf-bm-5 2025-03-04T19:48:32.5353151Z * [new branch] shunting-loaf-bm-6 -> origin/shunting-loaf-bm-6 2025-03-04T19:48:32.5354425Z * [new branch] shunting-loop-ordering-after-fusion-bm-2 -> origin/shunting-loop-ordering-after-fusion-bm-2 2025-03-04T19:48:32.5355376Z * [new branch] shunting-multi-kernel-2 -> origin/shunting-multi-kernel-2 2025-03-04T19:48:32.5356491Z * [new branch] shunting-multi-kernel-3 -> origin/shunting-multi-kernel-3 2025-03-04T19:48:32.5357522Z * [new branch] shunting-scale-down-rblock -> origin/shunting-scale-down-rblock 2025-03-04T19:48:32.5358541Z * [new branch] shunting-tigher-upperbound -> origin/shunting-tigher-upperbound 2025-03-04T19:48:32.5359560Z * [new branch] shunting-triton-pin-update-5 -> origin/shunting-triton-pin-update-5 2025-03-04T19:48:32.5360607Z * [new branch] simplify-fq-per-channel -> origin/simplify-fq-per-channel 2025-03-04T19:48:32.5361934Z * [new branch] source_fn_stack -> origin/source_fn_stack 2025-03-04T19:48:32.5363043Z * [new branch] speedup-mps-string-key -> origin/speedup-mps-string-key 2025-03-04T19:48:32.5364406Z * [new branch] sqzhang/flight4 -> origin/sqzhang/flight4 2025-03-04T19:48:32.5365375Z * [new branch] sqzhang/flight4plus -> origin/sqzhang/flight4plus 2025-03-04T19:48:32.5366818Z * [new branch] sraikund/record_funct_test -> origin/sraikund/record_funct_test 2025-03-04T19:48:32.5368057Z * [new branch] sraikund16/test -> origin/sraikund16/test 2025-03-04T19:48:32.5369165Z * [new branch] subscribe_codeowners_lucasllc -> origin/subscribe_codeowners_lucasllc 2025-03-04T19:48:32.5370006Z * [new branch] super -> origin/super 2025-03-04T19:48:32.5371263Z * [new branch] svekars-patch-7 -> origin/svekars-patch-7 2025-03-04T19:48:32.5372420Z * [new branch] switch-bn -> origin/switch-bn 2025-03-04T19:48:32.5373713Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-03-04T19:48:32.5374857Z * [new branch] teja/dcp_poc -> origin/teja/dcp_poc 2025-03-04T19:48:32.5375869Z * [new branch] tensor_life -> origin/tensor_life 2025-03-04T19:48:32.5377095Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-03-04T19:48:32.5378173Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-03-04T19:48:32.5379313Z * [new branch] test-torchvision-install-ci -> origin/test-torchvision-install-ci 2025-03-04T19:48:32.5380640Z * [new branch] test/inductor -> origin/test/inductor 2025-03-04T19:48:32.5381637Z * [new branch] test_od -> origin/test_od 2025-03-04T19:48:32.5382912Z * [new branch] test_od_cudnn_bn_qat_fusion -> origin/test_od_cudnn_bn_qat_fusion 2025-03-04T19:48:32.5383815Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-03-04T19:48:32.5384800Z * [new branch] torchgen_ns -> origin/torchgen_ns 2025-03-04T19:48:32.5386083Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-03-04T19:48:32.5387101Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-03-04T19:48:32.5387969Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-03-04T19:48:32.5389201Z * [new branch] tree_vec_base -> origin/tree_vec_base 2025-03-04T19:48:32.5390327Z * [new branch] triton-cpu-arm-expriment -> origin/triton-cpu-arm-expriment 2025-03-04T19:48:32.5391262Z * [new branch] triton-update -> origin/triton-update 2025-03-04T19:48:32.5392790Z * [new branch] triton_kernel -> origin/triton_kernel 2025-03-04T19:48:32.5393675Z * [new branch] triton_kernel_perf -> origin/triton_kernel_perf 2025-03-04T19:48:32.5394727Z * [new branch] try-speedup-docbuild -> origin/try-speedup-docbuild 2025-03-04T19:48:32.5395642Z * [new branch] type_dec -> origin/type_dec 2025-03-04T19:48:32.5396789Z * [new branch] unbreak_cpp_builder_clang -> origin/unbreak_cpp_builder_clang 2025-03-04T19:48:32.5399060Z * [new branch] update-audio-commit-hash/13043025845-1444-1 -> origin/update-audio-commit-hash/13043025845-1444-1 2025-03-04T19:48:32.5399959Z * [new branch] update-audio-commit-hash/13210264744-1454-1 -> origin/update-audio-commit-hash/13210264744-1454-1 2025-03-04T19:48:32.5400906Z * [new branch] update-audio-commit-hash/13402729107-1466-1 -> origin/update-audio-commit-hash/13402729107-1466-1 2025-03-04T19:48:32.5402216Z * [new branch] update-executorch-commit-hash/12838938822-1425-1 -> origin/update-executorch-commit-hash/12838938822-1425-1 2025-03-04T19:48:32.5403122Z * [new branch] update-executorch-commit-hash/13319730828-1460-1 -> origin/update-executorch-commit-hash/13319730828-1460-1 2025-03-04T19:48:32.5404034Z * [new branch] update-executorch-commit-hash/13339750520-1461-1 -> origin/update-executorch-commit-hash/13339750520-1461-1 2025-03-04T19:48:32.5404923Z * [new branch] update-executorch-commit-hash/13349943940-1462-1 -> origin/update-executorch-commit-hash/13349943940-1462-1 2025-03-04T19:48:32.5405878Z * [new branch] update-executorch-commit-hash/13360269739-1463-1 -> origin/update-executorch-commit-hash/13360269739-1463-1 2025-03-04T19:48:32.5407097Z * [new branch] update-executorch-commit-hash/13380672687-1464-1 -> origin/update-executorch-commit-hash/13380672687-1464-1 2025-03-04T19:48:32.5408300Z * [new branch] update-executorch-commit-hash/13402729107-1466-1 -> origin/update-executorch-commit-hash/13402729107-1466-1 2025-03-04T19:48:32.5409501Z * [new branch] update-vision-commit-hash/6078630218-694-1 -> origin/update-vision-commit-hash/6078630218-694-1 2025-03-04T19:48:32.5410415Z * [new branch] update-vision-commit-hash/6091086722-695-1 -> origin/update-vision-commit-hash/6091086722-695-1 2025-03-04T19:48:32.5411336Z * [new branch] update-vision-commit-hash/6116061554-699-1 -> origin/update-vision-commit-hash/6116061554-699-1 2025-03-04T19:48:32.5412244Z * [new branch] update-vision-commit-hash/6140304273-702-1 -> origin/update-vision-commit-hash/6140304273-702-1 2025-03-04T19:48:32.5413151Z * [new branch] update-vision-commit-hash/6210383723-710-1 -> origin/update-vision-commit-hash/6210383723-710-1 2025-03-04T19:48:32.5414086Z * [new branch] update-vision-commit-hash/6319671985-721-1 -> origin/update-vision-commit-hash/6319671985-721-1 2025-03-04T19:48:32.5415229Z * [new branch] update-vision-commit-hash/6345577305-723-1 -> origin/update-vision-commit-hash/6345577305-723-1 2025-03-04T19:48:32.5416513Z * [new branch] update-vision-commit-hash/6366568705-725-1 -> origin/update-vision-commit-hash/6366568705-725-1 2025-03-04T19:48:32.5417453Z * [new branch] update-vision-commit-hash/6386942932-727-1 -> origin/update-vision-commit-hash/6386942932-727-1 2025-03-04T19:48:32.5418481Z * [new branch] update-vision-commit-hash/6399845260-728-1 -> origin/update-vision-commit-hash/6399845260-728-1 2025-03-04T19:48:32.5419346Z * [new branch] update-vision-commit-hash/6412969951-729-1 -> origin/update-vision-commit-hash/6412969951-729-1 2025-03-04T19:48:32.5420307Z * [new branch] update-vision-commit-hash/6425844356-730-1 -> origin/update-vision-commit-hash/6425844356-730-1 2025-03-04T19:48:32.5421254Z * [new branch] update-vision-commit-hash/6463026337-734-1 -> origin/update-vision-commit-hash/6463026337-734-1 2025-03-04T19:48:32.5422322Z * [new branch] update-vision-commit-hash/6489506557-736-1 -> origin/update-vision-commit-hash/6489506557-736-1 2025-03-04T19:48:32.5423295Z * [new branch] update-vision-commit-hash/6520762621-739-1 -> origin/update-vision-commit-hash/6520762621-739-1 2025-03-04T19:48:32.5424269Z * [new branch] update-vision-commit-hash/6581672893-744-1 -> origin/update-vision-commit-hash/6581672893-744-1 2025-03-04T19:48:32.5425186Z * [new branch] update-vision-commit-hash/6593929043-745-1 -> origin/update-vision-commit-hash/6593929043-745-1 2025-03-04T19:48:32.5426218Z * [new branch] update-vision-commit-hash/6634009725-750-1 -> origin/update-vision-commit-hash/6634009725-750-1 2025-03-04T19:48:32.5427097Z * [new branch] update-vision-commit-hash/6673463792-754-1 -> origin/update-vision-commit-hash/6673463792-754-1 2025-03-04T19:48:32.5428055Z * [new branch] update-vision-commit-hash/6700258936-758-1 -> origin/update-vision-commit-hash/6700258936-758-1 2025-03-04T19:48:32.5428989Z * [new branch] update-vision-commit-hash/6805589684-770-1 -> origin/update-vision-commit-hash/6805589684-770-1 2025-03-04T19:48:32.5429965Z * [new branch] update-vision-commit-hash/6818989957-773-1 -> origin/update-vision-commit-hash/6818989957-773-1 2025-03-04T19:48:32.5430900Z * [new branch] update-vision-commit-hash/6830864778-774-1 -> origin/update-vision-commit-hash/6830864778-774-1 2025-03-04T19:48:32.5431855Z * [new branch] update-vision-commit-hash/6857388096-777-1 -> origin/update-vision-commit-hash/6857388096-777-1 2025-03-04T19:48:32.5432764Z * [new branch] update-vision-commit-hash/6871122584-778-1 -> origin/update-vision-commit-hash/6871122584-778-1 2025-03-04T19:48:32.5433740Z * [new branch] update-vision-commit-hash/6884505667-779-1 -> origin/update-vision-commit-hash/6884505667-779-1 2025-03-04T19:48:32.5434674Z * [new branch] update-vision-commit-hash/9010274985-1089-1 -> origin/update-vision-commit-hash/9010274985-1089-1 2025-03-04T19:48:32.5436045Z * [new branch] update-xla-commit-hash/10140112669-125-1 -> origin/update-xla-commit-hash/10140112669-125-1 2025-03-04T19:48:32.5436901Z * [new branch] update-xla-commit-hash/6070520075-77-1 -> origin/update-xla-commit-hash/6070520075-77-1 2025-03-04T19:48:32.5437811Z * [new branch] update-xla-commit-hash/6143382673-78-1 -> origin/update-xla-commit-hash/6143382673-78-1 2025-03-04T19:48:32.5438690Z * [new branch] update-xla-commit-hash/6219563710-79-1 -> origin/update-xla-commit-hash/6219563710-79-1 2025-03-04T19:48:32.5439601Z * [new branch] update-xla-commit-hash/6296332542-80-1 -> origin/update-xla-commit-hash/6296332542-80-1 2025-03-04T19:48:32.5440486Z * [new branch] update-xla-commit-hash/6377302016-81-1 -> origin/update-xla-commit-hash/6377302016-81-1 2025-03-04T19:48:32.5441622Z * [new branch] update-xla-commit-hash/6453689944-82-1 -> origin/update-xla-commit-hash/6453689944-82-1 2025-03-04T19:48:32.5442781Z * [new branch] update-xla-commit-hash/6530489691-83-1 -> origin/update-xla-commit-hash/6530489691-83-1 2025-03-04T19:48:32.5444080Z * [new branch] update-xla-commit-hash/6610159969-84-1 -> origin/update-xla-commit-hash/6610159969-84-1 2025-03-04T19:48:32.5445061Z * [new branch] update-xla-commit-hash/6689695021-85-1 -> origin/update-xla-commit-hash/6689695021-85-1 2025-03-04T19:48:32.5445971Z * [new branch] update-xla-commit-hash/6767672412-86-1 -> origin/update-xla-commit-hash/6767672412-86-1 2025-03-04T19:48:32.5446918Z * [new branch] update-xla-commit-hash/6846986487-87-1 -> origin/update-xla-commit-hash/6846986487-87-1 2025-03-04T19:48:32.5448047Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-03-04T19:48:32.5448836Z * [new branch] update_kineto_0212_3 -> origin/update_kineto_0212_3 2025-03-04T19:48:32.5449895Z * [new branch] update_kineto_0214 -> origin/update_kineto_0214 2025-03-04T19:48:32.5450984Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-03-04T19:48:32.5452045Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-03-04T19:48:32.5453037Z * [new branch] update_slow_tests_1738568376 -> origin/update_slow_tests_1738568376 2025-03-04T19:48:32.5454016Z * [new branch] update_slow_tests_1739173241 -> origin/update_slow_tests_1739173241 2025-03-04T19:48:32.5454970Z * [new branch] update_slow_tests_1739777990 -> origin/update_slow_tests_1739777990 2025-03-04T19:48:32.5455956Z * [new branch] update_slow_tests_1740382789 -> origin/update_slow_tests_1740382789 2025-03-04T19:48:32.5456911Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-03-04T19:48:32.5457927Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-03-04T19:48:32.5459056Z * [new branch] use-better-label-for-dcp -> origin/use-better-label-for-dcp 2025-03-04T19:48:32.5460160Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-03-04T19:48:32.5461287Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-03-04T19:48:32.5462515Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-03-04T19:48:32.5463501Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-03-04T19:48:32.5464884Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-03-04T19:48:32.5465987Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-03-04T19:48:32.5467164Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-03-04T19:48:32.5468208Z * [new branch] validate_fn -> origin/validate_fn 2025-03-04T19:48:32.5469378Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-03-04T19:48:32.5470370Z * [new branch] vfdev-5-patch-2 -> origin/vfdev-5-patch-2 2025-03-04T19:48:32.5471628Z * [new branch] viable/strict -> origin/viable/strict 2025-03-04T19:48:32.5475915Z * [new branch] voz/compiled_autograd_hooks -> origin/voz/compiled_autograd_hooks 2025-03-04T19:48:32.5476651Z * [new branch] voz/fsdp_autograd2 -> origin/voz/fsdp_autograd2 2025-03-04T19:48:32.5477588Z * [new branch] voz/fsdp_autograd4 -> origin/voz/fsdp_autograd4 2025-03-04T19:48:32.5478503Z * [new branch] voz/fsdp_autograd_merge -> origin/voz/fsdp_autograd_merge 2025-03-04T19:48:32.5479420Z * [new branch] voz/fsdp_autograd_merge2 -> origin/voz/fsdp_autograd_merge2 2025-03-04T19:48:32.5480236Z * [new branch] voz/partials -> origin/voz/partials 2025-03-04T19:48:32.5481100Z * [new branch] voz/puffery -> origin/voz/puffery 2025-03-04T19:48:32.5482308Z * [new branch] voz/serde2 -> origin/voz/serde2 2025-03-04T19:48:32.5484295Z * [new branch] voz/soft_fork_autograd_fsdp -> origin/voz/soft_fork_autograd_fsdp 2025-03-04T19:48:32.5485456Z * [new branch] wdvr/add_boto3 -> origin/wdvr/add_boto3 2025-03-04T19:48:32.5486331Z * [new branch] wdvr/iss145259_alt -> origin/wdvr/iss145259_alt 2025-03-04T19:48:32.5487209Z * [new branch] wdvr/iss_145259 -> origin/wdvr/iss_145259 2025-03-04T19:48:32.5488124Z * [new branch] wdvr/iss_145801 -> origin/wdvr/iss_145801 2025-03-04T19:48:32.5489031Z * [new branch] wdvr/sccache_nvcc -> origin/wdvr/sccache_nvcc 2025-03-04T19:48:32.5490010Z * [new branch] wdvr/sccache_simplified -> origin/wdvr/sccache_simplified 2025-03-04T19:48:32.5491369Z * [new branch] wdvr/xpu_sccache_fix -> origin/wdvr/xpu_sccache_fix 2025-03-04T19:48:32.5492729Z * [new branch] whc/flight -> origin/whc/flight 2025-03-04T19:48:32.5493930Z * [new branch] whc/flight4 -> origin/whc/flight4 2025-03-04T19:48:32.5494770Z * [new branch] whc/flight51 -> origin/whc/flight51 2025-03-04T19:48:32.5495733Z * [new branch] whc/flight53 -> origin/whc/flight53 2025-03-04T19:48:32.5496731Z * [new branch] whc/flight_full -> origin/whc/flight_full 2025-03-04T19:48:32.5497699Z * [new branch] whc/flightbase -> origin/whc/flightbase 2025-03-04T19:48:32.5498528Z * [new branch] whc/p2phang -> origin/whc/p2phang 2025-03-04T19:48:32.5499584Z * [new branch] whc/stage2 -> origin/whc/stage2 2025-03-04T19:48:32.5501135Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-03-04T19:48:32.5502070Z * [new branch] xmfan/ca_api -> origin/xmfan/ca_api 2025-03-04T19:48:32.5503031Z * [new branch] xmfan/ca_cudagraphs -> origin/xmfan/ca_cudagraphs 2025-03-04T19:48:32.5503818Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-03-04T19:48:32.5505018Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-03-04T19:48:32.5505900Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-03-04T19:48:32.5506791Z * [new branch] xmfan/ca_mem_base -> origin/xmfan/ca_mem_base 2025-03-04T19:48:32.5507705Z * [new branch] xmfan/ca_mem_fix -> origin/xmfan/ca_mem_fix 2025-03-04T19:48:32.5508972Z * [new branch] xmfan/ca_memory_fix -> origin/xmfan/ca_memory_fix 2025-03-04T19:48:32.5510377Z * [new branch] xmfan/ca_memory_fix_rebased -> origin/xmfan/ca_memory_fix_rebased 2025-03-04T19:48:32.5511300Z * [new branch] xmfan/ca_memory_fix_rebased2 -> origin/xmfan/ca_memory_fix_rebased2 2025-03-04T19:48:32.5512265Z * [new branch] xmfan/ca_move_to_cuda -> origin/xmfan/ca_move_to_cuda 2025-03-04T19:48:32.5513190Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-03-04T19:48:32.5514259Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-03-04T19:48:32.5515086Z * [new branch] xmfan/ca_scalar -> origin/xmfan/ca_scalar 2025-03-04T19:48:32.5516137Z * [new branch] xmfan/ca_subclass_mem_fix -> origin/xmfan/ca_subclass_mem_fix 2025-03-04T19:48:32.5517038Z * [new branch] xmfan/ca_warm_mem -> origin/xmfan/ca_warm_mem 2025-03-04T19:48:32.5518037Z * [new branch] xmfan/ca_warm_mem_base -> origin/xmfan/ca_warm_mem_base 2025-03-04T19:48:32.5518952Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-03-04T19:48:32.5519887Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-03-04T19:48:32.5520928Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-03-04T19:48:32.5521776Z * [new branch] xmfan/cacu_may27 -> origin/xmfan/cacu_may27 2025-03-04T19:48:32.5522753Z * [new branch] xmfan/circular_dep -> origin/xmfan/circular_dep 2025-03-04T19:48:32.5523778Z * [new branch] xmfan/compiled_autograd_bench -> origin/xmfan/compiled_autograd_bench 2025-03-04T19:48:32.5524923Z * [new branch] xmfan/compiled_autograd_bench_base -> origin/xmfan/compiled_autograd_bench_base 2025-03-04T19:48:32.5525850Z * [new branch] xmfan/compiled_autograd_benchmark -> origin/xmfan/compiled_autograd_benchmark 2025-03-04T19:48:32.5526753Z * [new branch] xmfan/compiled_autograd_ddp -> origin/xmfan/compiled_autograd_ddp 2025-03-04T19:48:32.5527714Z * [new branch] xmfan/compiled_autograd_feb_29 -> origin/xmfan/compiled_autograd_feb_29 2025-03-04T19:48:32.5528774Z * [new branch] xmfan/compiled_autograd_graph_breaks -> origin/xmfan/compiled_autograd_graph_breaks 2025-03-04T19:48:32.5529709Z * [new branch] xmfan/compiled_autograd_hud -> origin/xmfan/compiled_autograd_hud 2025-03-04T19:48:32.5530928Z * [new branch] xmfan/compiled_autograd_hypothetical_perf -> origin/xmfan/compiled_autograd_hypothetical_perf 2025-03-04T19:48:32.5531825Z * [new branch] xmfan/compiled_autograd_perf_no_reuse -> origin/xmfan/compiled_autograd_perf_no_reuse 2025-03-04T19:48:32.5532668Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-03-04T19:48:32.5533701Z * [new branch] xmfan/distributed_torchbench -> origin/xmfan/distributed_torchbench 2025-03-04T19:48:32.5534671Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-03-04T19:48:32.5535613Z * [new branch] xmfan/feb_10_compiled_autograd -> origin/xmfan/feb_10_compiled_autograd 2025-03-04T19:48:32.5536786Z * [new branch] xmfan/feb_10_compiled_autograd_cudagraph -> origin/xmfan/feb_10_compiled_autograd_cudagraph 2025-03-04T19:48:32.5537407Z * [new branch] xmfan/fsdp_wraps -> origin/xmfan/fsdp_wraps 2025-03-04T19:48:32.5538380Z * [new branch] xmfan/issue_123374 -> origin/xmfan/issue_123374 2025-03-04T19:48:32.5539405Z * [new branch] xmfan/oss_benchmark_script -> origin/xmfan/oss_benchmark_script 2025-03-04T19:48:32.5540399Z * [new branch] xmfan/rename_nanogpt -> origin/xmfan/rename_nanogpt 2025-03-04T19:48:32.5541459Z * [new branch] xmfan/retains_grad_hooks -> origin/xmfan/retains_grad_hooks 2025-03-04T19:48:32.5542483Z * [new branch] xmfan/segfault_test -> origin/xmfan/segfault_test 2025-03-04T19:48:32.5543373Z * [new branch] xmfan/single_step -> origin/xmfan/single_step 2025-03-04T19:48:32.5544323Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-03-04T19:48:32.5545331Z * [new branch] xmfan/test -> origin/xmfan/test 2025-03-04T19:48:32.5546325Z * [new branch] xmfan/yolov3_oom -> origin/xmfan/yolov3_oom 2025-03-04T19:48:32.5547930Z * [new branch] yguo/debug-0226-constexpr -> origin/yguo/debug-0226-constexpr 2025-03-04T19:48:32.5549438Z * [new branch] yguo/fix-remaining-cpp-wrapper -> origin/yguo/fix-remaining-cpp-wrapper 2025-03-04T19:48:32.5550154Z * [new branch] yguo/new_latest_changes -> origin/yguo/new_latest_changes 2025-03-04T19:48:32.5551100Z * [new branch] yguo/patch_constexpr_changes -> origin/yguo/patch_constexpr_changes 2025-03-04T19:48:32.5552546Z * [new branch] yguo/repro-segfault-triton-aoti-cpp-wrapper -> origin/yguo/repro-segfault-triton-aoti-cpp-wrapper 2025-03-04T19:48:32.5553268Z * [new branch] yihan_quantization -> origin/yihan_quantization 2025-03-04T19:48:32.5554738Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-03-04T19:48:32.5555954Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-03-04T19:48:32.5557050Z * [new branch] zainr/historical-correlation-fix -> origin/zainr/historical-correlation-fix 2025-03-04T19:48:32.5557722Z * [new branch] zainr/lint-fix -> origin/zainr/lint-fix 2025-03-04T19:48:32.5558720Z * [new branch] zainr/metrics-job-id -> origin/zainr/metrics-job-id 2025-03-04T19:48:32.5559546Z * [new branch] zainr/metrics-pr -> origin/zainr/metrics-pr 2025-03-04T19:48:32.5561011Z * [new branch] zainr/mypy-break-test -> origin/zainr/mypy-break-test 2025-03-04T19:48:32.5561909Z * [new branch] zainr/mypy-break-test2 -> origin/zainr/mypy-break-test2 2025-03-04T19:48:32.5563174Z * [new branch] zainr/mypy-break-test3 -> origin/zainr/mypy-break-test3 2025-03-04T19:48:32.5564341Z * [new branch] zainr/mypy-update -> origin/zainr/mypy-update 2025-03-04T19:48:32.5565289Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-03-04T19:48:32.5566166Z * [new branch] zainr/sha-checking -> origin/zainr/sha-checking 2025-03-04T19:48:32.5567155Z * [new branch] zainr/td-baseline-stats -> origin/zainr/td-baseline-stats 2025-03-04T19:48:32.5567987Z * [new branch] zainr/td-class -> origin/zainr/td-class 2025-03-04T19:48:32.5568999Z * [new branch] zainr/td-class-metrics -> origin/zainr/td-class-metrics 2025-03-04T19:48:32.5569906Z * [new branch] zainr/td-downgrade -> origin/zainr/td-downgrade 2025-03-04T19:48:32.5570865Z * [new branch] zainr/td-file-pass -> origin/zainr/td-file-pass 2025-03-04T19:48:32.5571965Z * [new branch] zainr/td-metrics-v2 -> origin/zainr/td-metrics-v2 2025-03-04T19:48:32.5573098Z * [new branch] zainr/td-pass-class-times -> origin/zainr/td-pass-class-times 2025-03-04T19:48:32.5573945Z * [new branch] zainr/td-shard-info -> origin/zainr/td-shard-info 2025-03-04T19:48:32.5574839Z * [new branch] zainr/td-trial -> origin/zainr/td-trial 2025-03-04T19:48:32.5575797Z * [new branch] zainr/unstable -> origin/zainr/unstable 2025-03-04T19:48:32.5577328Z * [new branch] zainrizvi/testing1 -> origin/zainrizvi/testing1 2025-03-04T19:48:32.5578384Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-03-04T19:48:32.5579298Z * [new branch] zb2p -> origin/zb2p 2025-03-04T19:48:32.5580452Z * [new branch] zbv_algo -> origin/zbv_algo 2025-03-04T19:48:32.5581727Z * [new branch] zdevito-patch-1 -> origin/zdevito-patch-1 2025-03-04T19:48:32.5582954Z * [new branch] zdevito-patch-2 -> origin/zdevito-patch-2 2025-03-04T19:48:32.5583901Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-03-04T19:48:32.5585710Z * [new branch] zhxchen17/aoti/0 -> origin/zhxchen17/aoti/0 2025-03-04T19:48:32.5587001Z * [new branch] zhxchen17/export/1 -> origin/zhxchen17/export/1 2025-03-04T19:48:32.5587916Z * [new branch] zhxchen17/export/12 -> origin/zhxchen17/export/12 2025-03-04T19:48:32.5588878Z * [new branch] zhxchen17/export/13 -> origin/zhxchen17/export/13 2025-03-04T19:48:32.5589813Z * [new branch] zhxchen17/export/14 -> origin/zhxchen17/export/14 2025-03-04T19:48:32.5590752Z * [new branch] zhxchen17/export/3 -> origin/zhxchen17/export/3 2025-03-04T19:48:32.5591836Z * [new branch] zhxchen17/export/6 -> origin/zhxchen17/export/6 2025-03-04T19:48:32.5592932Z * [new branch] zhxchen17/export/7 -> origin/zhxchen17/export/7 2025-03-04T19:48:32.5593798Z * [new branch] zhxchen17/export/8 -> origin/zhxchen17/export/8 2025-03-04T19:48:32.5595279Z * [new branch] zhxchen17/sticky_cache/0 -> origin/zhxchen17/sticky_cache/0 2025-03-04T19:48:32.5596550Z * [new branch] zhxchen17/tmp/0 -> origin/zhxchen17/tmp/0 2025-03-04T19:48:32.5597379Z * [new branch] zhxchen17/tmp/2 -> origin/zhxchen17/tmp/2 2025-03-04T19:48:32.5598964Z * [new branch] zxiiro/docs-build.sh -> origin/zxiiro/docs-build.sh 2025-03-04T19:48:32.5600174Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-03-04T19:48:32.5600594Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-03-04T19:48:32.5601559Z * [new tag] ciflow/all/70978 -> ciflow/all/70978 2025-03-04T19:48:32.5602335Z * [new tag] ciflow/all/70979 -> ciflow/all/70979 2025-03-04T19:48:32.5603190Z * [new tag] ciflow/all/70989 -> ciflow/all/70989 2025-03-04T19:48:32.5604027Z * [new tag] ciflow/binaries/120076 -> ciflow/binaries/120076 2025-03-04T19:48:32.5604975Z * [new tag] ciflow/binaries/129465 -> ciflow/binaries/129465 2025-03-04T19:48:32.5605680Z * [new tag] ciflow/binaries/138996 -> ciflow/binaries/138996 2025-03-04T19:48:32.5606263Z * [new tag] ciflow/binaries/139760 -> ciflow/binaries/139760 2025-03-04T19:48:32.5607029Z * [new tag] ciflow/binaries/141178 -> ciflow/binaries/141178 2025-03-04T19:48:32.5607794Z * [new tag] ciflow/binaries/142040 -> ciflow/binaries/142040 2025-03-04T19:48:32.5608406Z * [new tag] ciflow/binaries/143082 -> ciflow/binaries/143082 2025-03-04T19:48:32.5609268Z * [new tag] ciflow/binaries/143416 -> ciflow/binaries/143416 2025-03-04T19:48:32.5610307Z * [new tag] ciflow/binaries/143794 -> ciflow/binaries/143794 2025-03-04T19:48:32.5611233Z * [new tag] ciflow/binaries/144127 -> ciflow/binaries/144127 2025-03-04T19:48:32.5612140Z * [new tag] ciflow/binaries/145119 -> ciflow/binaries/145119 2025-03-04T19:48:32.5613040Z * [new tag] ciflow/binaries/145224 -> ciflow/binaries/145224 2025-03-04T19:48:32.5613942Z * [new tag] ciflow/binaries/146717 -> ciflow/binaries/146717 2025-03-04T19:48:32.5614728Z * [new tag] ciflow/binaries/147448 -> ciflow/binaries/147448 2025-03-04T19:48:32.5615647Z * [new tag] ciflow/binaries/147498 -> ciflow/binaries/147498 2025-03-04T19:48:32.5616540Z * [new tag] ciflow/binaries/147607 -> ciflow/binaries/147607 2025-03-04T19:48:32.5617454Z * [new tag] ciflow/binaries/147664 -> ciflow/binaries/147664 2025-03-04T19:48:32.5619455Z * [new tag] ciflow/binaries/147817 -> ciflow/binaries/147817 2025-03-04T19:48:32.5620565Z * [new tag] ciflow/binaries/147917 -> ciflow/binaries/147917 2025-03-04T19:48:32.5621486Z * [new tag] ciflow/binaries/147945 -> ciflow/binaries/147945 2025-03-04T19:48:32.5622350Z * [new tag] ciflow/binaries/147964 -> ciflow/binaries/147964 2025-03-04T19:48:32.5623375Z * [new tag] ciflow/binaries/148163 -> ciflow/binaries/148163 2025-03-04T19:48:32.5624360Z * [new tag] ciflow/binaries/148173 -> ciflow/binaries/148173 2025-03-04T19:48:32.5625273Z * [new tag] ciflow/binaries/148343 -> ciflow/binaries/148343 2025-03-04T19:48:32.5626268Z * [new tag] ciflow/binaries_wheel/138834 -> ciflow/binaries_wheel/138834 2025-03-04T19:48:32.5627390Z * [new tag] ciflow/binaries_wheel/142279 -> ciflow/binaries_wheel/142279 2025-03-04T19:48:32.5628238Z * [new tag] ciflow/binaries_wheel/143388 -> ciflow/binaries_wheel/143388 2025-03-04T19:48:32.5629237Z * [new tag] ciflow/binaries_wheel/144049 -> ciflow/binaries_wheel/144049 2025-03-04T19:48:32.5630245Z * [new tag] ciflow/binaries_wheel/146055 -> ciflow/binaries_wheel/146055 2025-03-04T19:48:32.5631593Z * [new tag] ciflow/binaries_wheel/146573 -> ciflow/binaries_wheel/146573 2025-03-04T19:48:32.5633022Z * [new tag] ciflow/binaries_wheel/147074 -> ciflow/binaries_wheel/147074 2025-03-04T19:48:32.5633896Z * [new tag] ciflow/binaries_wheel/147448 -> ciflow/binaries_wheel/147448 2025-03-04T19:48:32.5634931Z * [new tag] ciflow/binaries_wheel/147455 -> ciflow/binaries_wheel/147455 2025-03-04T19:48:32.5635899Z * [new tag] ciflow/binaries_wheel/148313 -> ciflow/binaries_wheel/148313 2025-03-04T19:48:32.5636756Z * [new tag] ciflow/binaries_wheel/148319 -> ciflow/binaries_wheel/148319 2025-03-04T19:48:32.5637533Z * [new tag] ciflow/cuda/70978 -> ciflow/cuda/70978 2025-03-04T19:48:32.5638355Z * [new tag] ciflow/cuda/70979 -> ciflow/cuda/70979 2025-03-04T19:48:32.5639174Z * [new tag] ciflow/cuda/70989 -> ciflow/cuda/70989 2025-03-04T19:48:32.5639985Z * [new tag] ciflow/inductor-cu126/140793 -> ciflow/inductor-cu126/140793 2025-03-04T19:48:32.5641103Z * [new tag] ciflow/inductor-micro-benchmark/141910 -> ciflow/inductor-micro-benchmark/141910 2025-03-04T19:48:32.5642487Z * [new tag] ciflow/inductor-perf-compare/140195 -> ciflow/inductor-perf-compare/140195 2025-03-04T19:48:32.5644059Z * [new tag] ciflow/inductor-perf-test-nightly/140195 -> ciflow/inductor-perf-test-nightly/140195 2025-03-04T19:48:32.5645497Z * [new tag] ciflow/inductor-periodic/140793 -> ciflow/inductor-periodic/140793 2025-03-04T19:48:32.5646600Z * [new tag] ciflow/inductor-periodic/145612 -> ciflow/inductor-periodic/145612 2025-03-04T19:48:32.5647742Z * [new tag] ciflow/inductor-periodic/147315 -> ciflow/inductor-periodic/147315 2025-03-04T19:48:32.5648686Z * [new tag] ciflow/inductor-rocm/140989 -> ciflow/inductor-rocm/140989 2025-03-04T19:48:32.5649652Z * [new tag] ciflow/inductor-rocm/141309 -> ciflow/inductor-rocm/141309 2025-03-04T19:48:32.5650669Z * [new tag] ciflow/inductor-rocm/141355 -> ciflow/inductor-rocm/141355 2025-03-04T19:48:32.5651668Z * [new tag] ciflow/inductor-rocm/146264 -> ciflow/inductor-rocm/146264 2025-03-04T19:48:32.5652690Z * [new tag] ciflow/inductor-rocm/146903 -> ciflow/inductor-rocm/146903 2025-03-04T19:48:32.5653703Z * [new tag] ciflow/inductor-rocm/147315 -> ciflow/inductor-rocm/147315 2025-03-04T19:48:32.5654724Z * [new tag] ciflow/inductor-rocm/147320 -> ciflow/inductor-rocm/147320 2025-03-04T19:48:32.5655727Z * [new tag] ciflow/inductor-rocm/147452 -> ciflow/inductor-rocm/147452 2025-03-04T19:48:32.5656612Z * [new tag] ciflow/inductor-rocm/147583 -> ciflow/inductor-rocm/147583 2025-03-04T19:48:32.5657576Z * [new tag] ciflow/inductor-rocm/147619 -> ciflow/inductor-rocm/147619 2025-03-04T19:48:32.5658570Z * [new tag] ciflow/inductor-rocm/148305 -> ciflow/inductor-rocm/148305 2025-03-04T19:48:32.5659565Z * [new tag] ciflow/inductor-rocm/148437 -> ciflow/inductor-rocm/148437 2025-03-04T19:48:32.5660539Z * [new tag] ciflow/inductor/110155 -> ciflow/inductor/110155 2025-03-04T19:48:32.5661523Z * [new tag] ciflow/inductor/113257 -> ciflow/inductor/113257 2025-03-04T19:48:32.5662512Z * [new tag] ciflow/inductor/119496 -> ciflow/inductor/119496 2025-03-04T19:48:32.5663425Z * [new tag] ciflow/inductor/119977 -> ciflow/inductor/119977 2025-03-04T19:48:32.5664348Z * [new tag] ciflow/inductor/120076 -> ciflow/inductor/120076 2025-03-04T19:48:32.5665244Z * [new tag] ciflow/inductor/121445 -> ciflow/inductor/121445 2025-03-04T19:48:32.5666177Z * [new tag] ciflow/inductor/124490 -> ciflow/inductor/124490 2025-03-04T19:48:32.5667099Z * [new tag] ciflow/inductor/125270 -> ciflow/inductor/125270 2025-03-04T19:48:32.5668032Z * [new tag] ciflow/inductor/125326 -> ciflow/inductor/125326 2025-03-04T19:48:32.5668949Z * [new tag] ciflow/inductor/125428 -> ciflow/inductor/125428 2025-03-04T19:48:32.5669853Z * [new tag] ciflow/inductor/125469 -> ciflow/inductor/125469 2025-03-04T19:48:32.5670795Z * [new tag] ciflow/inductor/125806 -> ciflow/inductor/125806 2025-03-04T19:48:32.5671708Z * [new tag] ciflow/inductor/125888 -> ciflow/inductor/125888 2025-03-04T19:48:32.5672839Z * [new tag] ciflow/inductor/125995 -> ciflow/inductor/125995 2025-03-04T19:48:32.5673768Z * [new tag] ciflow/inductor/126348 -> ciflow/inductor/126348 2025-03-04T19:48:32.5674655Z * [new tag] ciflow/inductor/127011 -> ciflow/inductor/127011 2025-03-04T19:48:32.5675585Z * [new tag] ciflow/inductor/127171 -> ciflow/inductor/127171 2025-03-04T19:48:32.5676500Z * [new tag] ciflow/inductor/127293 -> ciflow/inductor/127293 2025-03-04T19:48:32.5677417Z * [new tag] ciflow/inductor/127294 -> ciflow/inductor/127294 2025-03-04T19:48:32.5678352Z * [new tag] ciflow/inductor/129352 -> ciflow/inductor/129352 2025-03-04T19:48:32.5679260Z * [new tag] ciflow/inductor/129420 -> ciflow/inductor/129420 2025-03-04T19:48:32.5680183Z * [new tag] ciflow/inductor/130141 -> ciflow/inductor/130141 2025-03-04T19:48:32.5681093Z * [new tag] ciflow/inductor/130499 -> ciflow/inductor/130499 2025-03-04T19:48:32.5681979Z * [new tag] ciflow/inductor/130887 -> ciflow/inductor/130887 2025-03-04T19:48:32.5682900Z * [new tag] ciflow/inductor/131354 -> ciflow/inductor/131354 2025-03-04T19:48:32.5683802Z * [new tag] ciflow/inductor/132021 -> ciflow/inductor/132021 2025-03-04T19:48:32.5684728Z * [new tag] ciflow/inductor/132414 -> ciflow/inductor/132414 2025-03-04T19:48:32.5685635Z * [new tag] ciflow/inductor/133044 -> ciflow/inductor/133044 2025-03-04T19:48:32.5686543Z * [new tag] ciflow/inductor/133121 -> ciflow/inductor/133121 2025-03-04T19:48:32.5687435Z * [new tag] ciflow/inductor/133287 -> ciflow/inductor/133287 2025-03-04T19:48:32.5688352Z * [new tag] ciflow/inductor/133289 -> ciflow/inductor/133289 2025-03-04T19:48:32.5689290Z * [new tag] ciflow/inductor/133296 -> ciflow/inductor/133296 2025-03-04T19:48:32.5690188Z * [new tag] ciflow/inductor/133297 -> ciflow/inductor/133297 2025-03-04T19:48:32.5691111Z * [new tag] ciflow/inductor/133315 -> ciflow/inductor/133315 2025-03-04T19:48:32.5691771Z * [new tag] ciflow/inductor/133392 -> ciflow/inductor/133392 2025-03-04T19:48:32.5692759Z * [new tag] ciflow/inductor/133419 -> ciflow/inductor/133419 2025-03-04T19:48:32.5693746Z * [new tag] ciflow/inductor/133423 -> ciflow/inductor/133423 2025-03-04T19:48:32.5694643Z * [new tag] ciflow/inductor/133667 -> ciflow/inductor/133667 2025-03-04T19:48:32.5695513Z * [new tag] ciflow/inductor/133753 -> ciflow/inductor/133753 2025-03-04T19:48:32.5696449Z * [new tag] ciflow/inductor/134681 -> ciflow/inductor/134681 2025-03-04T19:48:32.5697214Z * [new tag] ciflow/inductor/135708 -> ciflow/inductor/135708 2025-03-04T19:48:32.5697706Z * [new tag] ciflow/inductor/135792 -> ciflow/inductor/135792 2025-03-04T19:48:32.5698197Z * [new tag] ciflow/inductor/136355 -> ciflow/inductor/136355 2025-03-04T19:48:32.5698701Z * [new tag] ciflow/inductor/136702 -> ciflow/inductor/136702 2025-03-04T19:48:32.5699276Z * [new tag] ciflow/inductor/137400 -> ciflow/inductor/137400 2025-03-04T19:48:32.5700197Z * [new tag] ciflow/inductor/137568 -> ciflow/inductor/137568 2025-03-04T19:48:32.5701050Z * [new tag] ciflow/inductor/137583 -> ciflow/inductor/137583 2025-03-04T19:48:32.5702042Z * [new tag] ciflow/inductor/137846 -> ciflow/inductor/137846 2025-03-04T19:48:32.5702921Z * [new tag] ciflow/inductor/137884 -> ciflow/inductor/137884 2025-03-04T19:48:32.5703845Z * [new tag] ciflow/inductor/138185 -> ciflow/inductor/138185 2025-03-04T19:48:32.5704731Z * [new tag] ciflow/inductor/138202 -> ciflow/inductor/138202 2025-03-04T19:48:32.5705647Z * [new tag] ciflow/inductor/138213 -> ciflow/inductor/138213 2025-03-04T19:48:32.5706438Z * [new tag] ciflow/inductor/138214 -> ciflow/inductor/138214 2025-03-04T19:48:32.5707354Z * [new tag] ciflow/inductor/138388 -> ciflow/inductor/138388 2025-03-04T19:48:32.5708234Z * [new tag] ciflow/inductor/138513 -> ciflow/inductor/138513 2025-03-04T19:48:32.5709163Z * [new tag] ciflow/inductor/138519 -> ciflow/inductor/138519 2025-03-04T19:48:32.5710055Z * [new tag] ciflow/inductor/138555 -> ciflow/inductor/138555 2025-03-04T19:48:32.5710993Z * [new tag] ciflow/inductor/138626 -> ciflow/inductor/138626 2025-03-04T19:48:32.5711898Z * [new tag] ciflow/inductor/138889 -> ciflow/inductor/138889 2025-03-04T19:48:32.5712609Z * [new tag] ciflow/inductor/138930 -> ciflow/inductor/138930 2025-03-04T19:48:32.5713334Z * [new tag] ciflow/inductor/139094 -> ciflow/inductor/139094 2025-03-04T19:48:32.5714109Z * [new tag] ciflow/inductor/139271 -> ciflow/inductor/139271 2025-03-04T19:48:32.5714977Z * [new tag] ciflow/inductor/139561 -> ciflow/inductor/139561 2025-03-04T19:48:32.5715866Z * [new tag] ciflow/inductor/139975 -> ciflow/inductor/139975 2025-03-04T19:48:32.5716765Z * [new tag] ciflow/inductor/140032 -> ciflow/inductor/140032 2025-03-04T19:48:32.5717666Z * [new tag] ciflow/inductor/140084 -> ciflow/inductor/140084 2025-03-04T19:48:32.5718587Z * [new tag] ciflow/inductor/140159 -> ciflow/inductor/140159 2025-03-04T19:48:32.5719501Z * [new tag] ciflow/inductor/140195 -> ciflow/inductor/140195 2025-03-04T19:48:32.5720355Z * [new tag] ciflow/inductor/140746 -> ciflow/inductor/140746 2025-03-04T19:48:32.5721278Z * [new tag] ciflow/inductor/140756 -> ciflow/inductor/140756 2025-03-04T19:48:32.5722175Z * [new tag] ciflow/inductor/140979 -> ciflow/inductor/140979 2025-03-04T19:48:32.5723133Z * [new tag] ciflow/inductor/141082 -> ciflow/inductor/141082 2025-03-04T19:48:32.5724044Z * [new tag] ciflow/inductor/141096 -> ciflow/inductor/141096 2025-03-04T19:48:32.5724989Z * [new tag] ciflow/inductor/141097 -> ciflow/inductor/141097 2025-03-04T19:48:32.5725876Z * [new tag] ciflow/inductor/141213 -> ciflow/inductor/141213 2025-03-04T19:48:32.5726759Z * [new tag] ciflow/inductor/141309 -> ciflow/inductor/141309 2025-03-04T19:48:32.5727643Z * [new tag] ciflow/inductor/141393 -> ciflow/inductor/141393 2025-03-04T19:48:32.5728555Z * [new tag] ciflow/inductor/141641 -> ciflow/inductor/141641 2025-03-04T19:48:32.5729298Z * [new tag] ciflow/inductor/141684 -> ciflow/inductor/141684 2025-03-04T19:48:32.5730148Z * [new tag] ciflow/inductor/141700 -> ciflow/inductor/141700 2025-03-04T19:48:32.5731075Z * [new tag] ciflow/inductor/141730 -> ciflow/inductor/141730 2025-03-04T19:48:32.5731890Z * [new tag] ciflow/inductor/141842 -> ciflow/inductor/141842 2025-03-04T19:48:32.5732764Z * [new tag] ciflow/inductor/141889 -> ciflow/inductor/141889 2025-03-04T19:48:32.5733688Z * [new tag] ciflow/inductor/141940 -> ciflow/inductor/141940 2025-03-04T19:48:32.5734602Z * [new tag] ciflow/inductor/141944 -> ciflow/inductor/141944 2025-03-04T19:48:32.5735508Z * [new tag] ciflow/inductor/141961 -> ciflow/inductor/141961 2025-03-04T19:48:32.5736346Z * [new tag] ciflow/inductor/142091 -> ciflow/inductor/142091 2025-03-04T19:48:32.5737243Z * [new tag] ciflow/inductor/142092 -> ciflow/inductor/142092 2025-03-04T19:48:32.5738083Z * [new tag] ciflow/inductor/142163 -> ciflow/inductor/142163 2025-03-04T19:48:32.5738936Z * [new tag] ciflow/inductor/142272 -> ciflow/inductor/142272 2025-03-04T19:48:32.5739774Z * [new tag] ciflow/inductor/142273 -> ciflow/inductor/142273 2025-03-04T19:48:32.5740674Z * [new tag] ciflow/inductor/142295 -> ciflow/inductor/142295 2025-03-04T19:48:32.5741668Z * [new tag] ciflow/inductor/142296 -> ciflow/inductor/142296 2025-03-04T19:48:32.5742361Z * [new tag] ciflow/inductor/142309 -> ciflow/inductor/142309 2025-03-04T19:48:32.5743233Z * [new tag] ciflow/inductor/142350 -> ciflow/inductor/142350 2025-03-04T19:48:32.5743787Z * [new tag] ciflow/inductor/142372 -> ciflow/inductor/142372 2025-03-04T19:48:32.5744599Z * [new tag] ciflow/inductor/142483 -> ciflow/inductor/142483 2025-03-04T19:48:32.5745500Z * [new tag] ciflow/inductor/142851 -> ciflow/inductor/142851 2025-03-04T19:48:32.5746398Z * [new tag] ciflow/inductor/143044 -> ciflow/inductor/143044 2025-03-04T19:48:32.5747155Z * [new tag] ciflow/inductor/143103 -> ciflow/inductor/143103 2025-03-04T19:48:32.5747984Z * [new tag] ciflow/inductor/143220 -> ciflow/inductor/143220 2025-03-04T19:48:32.5748885Z * [new tag] ciflow/inductor/143256 -> ciflow/inductor/143256 2025-03-04T19:48:32.5749801Z * [new tag] ciflow/inductor/143275 -> ciflow/inductor/143275 2025-03-04T19:48:32.5750720Z * [new tag] ciflow/inductor/143313 -> ciflow/inductor/143313 2025-03-04T19:48:32.5751628Z * [new tag] ciflow/inductor/143411 -> ciflow/inductor/143411 2025-03-04T19:48:32.5752547Z * [new tag] ciflow/inductor/143457 -> ciflow/inductor/143457 2025-03-04T19:48:32.5753379Z * [new tag] ciflow/inductor/143464 -> ciflow/inductor/143464 2025-03-04T19:48:32.5754272Z * [new tag] ciflow/inductor/143475 -> ciflow/inductor/143475 2025-03-04T19:48:32.5755282Z * [new tag] ciflow/inductor/143525 -> ciflow/inductor/143525 2025-03-04T19:48:32.5756220Z * [new tag] ciflow/inductor/143527 -> ciflow/inductor/143527 2025-03-04T19:48:32.5757139Z * [new tag] ciflow/inductor/143533 -> ciflow/inductor/143533 2025-03-04T19:48:32.5758039Z * [new tag] ciflow/inductor/143534 -> ciflow/inductor/143534 2025-03-04T19:48:32.5758980Z * [new tag] ciflow/inductor/143544 -> ciflow/inductor/143544 2025-03-04T19:48:32.5759885Z * [new tag] ciflow/inductor/143666 -> ciflow/inductor/143666 2025-03-04T19:48:32.5760789Z * [new tag] ciflow/inductor/143671 -> ciflow/inductor/143671 2025-03-04T19:48:32.5761686Z * [new tag] ciflow/inductor/143712 -> ciflow/inductor/143712 2025-03-04T19:48:32.5762591Z * [new tag] ciflow/inductor/143812 -> ciflow/inductor/143812 2025-03-04T19:48:32.5763482Z * [new tag] ciflow/inductor/143833 -> ciflow/inductor/143833 2025-03-04T19:48:32.5764400Z * [new tag] ciflow/inductor/143961 -> ciflow/inductor/143961 2025-03-04T19:48:32.5765285Z * [new tag] ciflow/inductor/143987 -> ciflow/inductor/143987 2025-03-04T19:48:32.5766113Z * [new tag] ciflow/inductor/144008 -> ciflow/inductor/144008 2025-03-04T19:48:32.5767032Z * [new tag] ciflow/inductor/144017 -> ciflow/inductor/144017 2025-03-04T19:48:32.5767926Z * [new tag] ciflow/inductor/144073 -> ciflow/inductor/144073 2025-03-04T19:48:32.5768598Z * [new tag] ciflow/inductor/144097 -> ciflow/inductor/144097 2025-03-04T19:48:32.5769525Z * [new tag] ciflow/inductor/144120 -> ciflow/inductor/144120 2025-03-04T19:48:32.5770412Z * [new tag] ciflow/inductor/144172 -> ciflow/inductor/144172 2025-03-04T19:48:32.5771271Z * [new tag] ciflow/inductor/144234 -> ciflow/inductor/144234 2025-03-04T19:48:32.5772271Z * [new tag] ciflow/inductor/144272 -> ciflow/inductor/144272 2025-03-04T19:48:32.5772788Z * [new tag] ciflow/inductor/144288 -> ciflow/inductor/144288 2025-03-04T19:48:32.5773275Z * [new tag] ciflow/inductor/144293 -> ciflow/inductor/144293 2025-03-04T19:48:32.5773782Z * [new tag] ciflow/inductor/144294 -> ciflow/inductor/144294 2025-03-04T19:48:32.5774416Z * [new tag] ciflow/inductor/144332 -> ciflow/inductor/144332 2025-03-04T19:48:32.5775138Z * [new tag] ciflow/inductor/144333 -> ciflow/inductor/144333 2025-03-04T19:48:32.5776024Z * [new tag] ciflow/inductor/144349 -> ciflow/inductor/144349 2025-03-04T19:48:32.5776943Z * [new tag] ciflow/inductor/144353 -> ciflow/inductor/144353 2025-03-04T19:48:32.5777760Z * [new tag] ciflow/inductor/144365 -> ciflow/inductor/144365 2025-03-04T19:48:32.5778677Z * [new tag] ciflow/inductor/144366 -> ciflow/inductor/144366 2025-03-04T19:48:32.5779590Z * [new tag] ciflow/inductor/144405 -> ciflow/inductor/144405 2025-03-04T19:48:32.5780442Z * [new tag] ciflow/inductor/144413 -> ciflow/inductor/144413 2025-03-04T19:48:32.5781344Z * [new tag] ciflow/inductor/144414 -> ciflow/inductor/144414 2025-03-04T19:48:32.5782256Z * [new tag] ciflow/inductor/144438 -> ciflow/inductor/144438 2025-03-04T19:48:32.5783170Z * [new tag] ciflow/inductor/144452 -> ciflow/inductor/144452 2025-03-04T19:48:32.5784063Z * [new tag] ciflow/inductor/144458 -> ciflow/inductor/144458 2025-03-04T19:48:32.5784916Z * [new tag] ciflow/inductor/144501 -> ciflow/inductor/144501 2025-03-04T19:48:32.5785950Z * [new tag] ciflow/inductor/144505 -> ciflow/inductor/144505 2025-03-04T19:48:32.5786861Z * [new tag] ciflow/inductor/144507 -> ciflow/inductor/144507 2025-03-04T19:48:32.5787826Z * [new tag] ciflow/inductor/144516 -> ciflow/inductor/144516 2025-03-04T19:48:32.5788751Z * [new tag] ciflow/inductor/144542 -> ciflow/inductor/144542 2025-03-04T19:48:32.5789799Z * [new tag] ciflow/inductor/144548 -> ciflow/inductor/144548 2025-03-04T19:48:32.5790732Z * [new tag] ciflow/inductor/144551 -> ciflow/inductor/144551 2025-03-04T19:48:32.5791641Z * [new tag] ciflow/inductor/144553 -> ciflow/inductor/144553 2025-03-04T19:48:32.5792532Z * [new tag] ciflow/inductor/144555 -> ciflow/inductor/144555 2025-03-04T19:48:32.5793451Z * [new tag] ciflow/inductor/144556 -> ciflow/inductor/144556 2025-03-04T19:48:32.5794366Z * [new tag] ciflow/inductor/144579 -> ciflow/inductor/144579 2025-03-04T19:48:32.5794965Z * [new tag] ciflow/inductor/144598 -> ciflow/inductor/144598 2025-03-04T19:48:32.5795884Z * [new tag] ciflow/inductor/144712 -> ciflow/inductor/144712 2025-03-04T19:48:32.5796794Z * [new tag] ciflow/inductor/144721 -> ciflow/inductor/144721 2025-03-04T19:48:32.5797701Z * [new tag] ciflow/inductor/144724 -> ciflow/inductor/144724 2025-03-04T19:48:32.5798616Z * [new tag] ciflow/inductor/144733 -> ciflow/inductor/144733 2025-03-04T19:48:32.5799520Z * [new tag] ciflow/inductor/144741 -> ciflow/inductor/144741 2025-03-04T19:48:32.5800444Z * [new tag] ciflow/inductor/144765 -> ciflow/inductor/144765 2025-03-04T19:48:32.5801375Z * [new tag] ciflow/inductor/144771 -> ciflow/inductor/144771 2025-03-04T19:48:32.5802303Z * [new tag] ciflow/inductor/144880 -> ciflow/inductor/144880 2025-03-04T19:48:32.5803170Z * [new tag] ciflow/inductor/144905 -> ciflow/inductor/144905 2025-03-04T19:48:32.5804083Z * [new tag] ciflow/inductor/144925 -> ciflow/inductor/144925 2025-03-04T19:48:32.5804875Z * [new tag] ciflow/inductor/144943 -> ciflow/inductor/144943 2025-03-04T19:48:32.5805800Z * [new tag] ciflow/inductor/144953 -> ciflow/inductor/144953 2025-03-04T19:48:32.5806717Z * [new tag] ciflow/inductor/144975 -> ciflow/inductor/144975 2025-03-04T19:48:32.5807641Z * [new tag] ciflow/inductor/144979 -> ciflow/inductor/144979 2025-03-04T19:48:32.5808573Z * [new tag] ciflow/inductor/144986 -> ciflow/inductor/144986 2025-03-04T19:48:32.5809421Z * [new tag] ciflow/inductor/144992 -> ciflow/inductor/144992 2025-03-04T19:48:32.5810110Z * [new tag] ciflow/inductor/145024 -> ciflow/inductor/145024 2025-03-04T19:48:32.5811050Z * [new tag] ciflow/inductor/145061 -> ciflow/inductor/145061 2025-03-04T19:48:32.5811927Z * [new tag] ciflow/inductor/145117 -> ciflow/inductor/145117 2025-03-04T19:48:32.5812843Z * [new tag] ciflow/inductor/145119 -> ciflow/inductor/145119 2025-03-04T19:48:32.5813771Z * [new tag] ciflow/inductor/145150 -> ciflow/inductor/145150 2025-03-04T19:48:32.5814668Z * [new tag] ciflow/inductor/145153 -> ciflow/inductor/145153 2025-03-04T19:48:32.5815586Z * [new tag] ciflow/inductor/145254 -> ciflow/inductor/145254 2025-03-04T19:48:32.5816498Z * [new tag] ciflow/inductor/145331 -> ciflow/inductor/145331 2025-03-04T19:48:32.5817400Z * [new tag] ciflow/inductor/145353 -> ciflow/inductor/145353 2025-03-04T19:48:32.5818320Z * [new tag] ciflow/inductor/145475 -> ciflow/inductor/145475 2025-03-04T19:48:32.5819297Z * [new tag] ciflow/inductor/145523 -> ciflow/inductor/145523 2025-03-04T19:48:32.5820201Z * [new tag] ciflow/inductor/145540 -> ciflow/inductor/145540 2025-03-04T19:48:32.5821183Z * [new tag] ciflow/inductor/145559 -> ciflow/inductor/145559 2025-03-04T19:48:32.5822140Z * [new tag] ciflow/inductor/145562 -> ciflow/inductor/145562 2025-03-04T19:48:32.5823142Z * [new tag] ciflow/inductor/145594 -> ciflow/inductor/145594 2025-03-04T19:48:32.5824058Z * [new tag] ciflow/inductor/145595 -> ciflow/inductor/145595 2025-03-04T19:48:32.5824970Z * [new tag] ciflow/inductor/145605 -> ciflow/inductor/145605 2025-03-04T19:48:32.5825710Z * [new tag] ciflow/inductor/145612 -> ciflow/inductor/145612 2025-03-04T19:48:32.5826496Z * [new tag] ciflow/inductor/145636 -> ciflow/inductor/145636 2025-03-04T19:48:32.5827402Z * [new tag] ciflow/inductor/145647 -> ciflow/inductor/145647 2025-03-04T19:48:32.5828322Z * [new tag] ciflow/inductor/145681 -> ciflow/inductor/145681 2025-03-04T19:48:32.5829240Z * [new tag] ciflow/inductor/145865 -> ciflow/inductor/145865 2025-03-04T19:48:32.5830151Z * [new tag] ciflow/inductor/145885 -> ciflow/inductor/145885 2025-03-04T19:48:32.5831082Z * [new tag] ciflow/inductor/145911 -> ciflow/inductor/145911 2025-03-04T19:48:32.5831977Z * [new tag] ciflow/inductor/145922 -> ciflow/inductor/145922 2025-03-04T19:48:32.5832890Z * [new tag] ciflow/inductor/145936 -> ciflow/inductor/145936 2025-03-04T19:48:32.5833693Z * [new tag] ciflow/inductor/145966 -> ciflow/inductor/145966 2025-03-04T19:48:32.5834615Z * [new tag] ciflow/inductor/145969 -> ciflow/inductor/145969 2025-03-04T19:48:32.5835531Z * [new tag] ciflow/inductor/145979 -> ciflow/inductor/145979 2025-03-04T19:48:32.5836429Z * [new tag] ciflow/inductor/145992 -> ciflow/inductor/145992 2025-03-04T19:48:32.5837286Z * [new tag] ciflow/inductor/146051 -> ciflow/inductor/146051 2025-03-04T19:48:32.5838193Z * [new tag] ciflow/inductor/146063 -> ciflow/inductor/146063 2025-03-04T19:48:32.5839131Z * [new tag] ciflow/inductor/146101 -> ciflow/inductor/146101 2025-03-04T19:48:32.5840018Z * [new tag] ciflow/inductor/146115 -> ciflow/inductor/146115 2025-03-04T19:48:32.5840670Z * [new tag] ciflow/inductor/146135 -> ciflow/inductor/146135 2025-03-04T19:48:32.5841420Z * [new tag] ciflow/inductor/146171 -> ciflow/inductor/146171 2025-03-04T19:48:32.5842267Z * [new tag] ciflow/inductor/146172 -> ciflow/inductor/146172 2025-03-04T19:48:32.5843153Z * [new tag] ciflow/inductor/146176 -> ciflow/inductor/146176 2025-03-04T19:48:32.5843971Z * [new tag] ciflow/inductor/146180 -> ciflow/inductor/146180 2025-03-04T19:48:32.5857386Z * [new tag] ciflow/inductor/146218 -> ciflow/inductor/146218 2025-03-04T19:48:32.5858053Z * [new tag] ciflow/inductor/146228 -> ciflow/inductor/146228 2025-03-04T19:48:32.5858605Z * [new tag] ciflow/inductor/146264 -> ciflow/inductor/146264 2025-03-04T19:48:32.5859141Z * [new tag] ciflow/inductor/146267 -> ciflow/inductor/146267 2025-03-04T19:48:32.5859659Z * [new tag] ciflow/inductor/146275 -> ciflow/inductor/146275 2025-03-04T19:48:32.5860546Z * [new tag] ciflow/inductor/146280 -> ciflow/inductor/146280 2025-03-04T19:48:32.5861545Z * [new tag] ciflow/inductor/146288 -> ciflow/inductor/146288 2025-03-04T19:48:32.5862246Z * [new tag] ciflow/inductor/146319 -> ciflow/inductor/146319 2025-03-04T19:48:32.5863285Z * [new tag] ciflow/inductor/146335 -> ciflow/inductor/146335 2025-03-04T19:48:32.5864257Z * [new tag] ciflow/inductor/146341 -> ciflow/inductor/146341 2025-03-04T19:48:32.5865116Z * [new tag] ciflow/inductor/146393 -> ciflow/inductor/146393 2025-03-04T19:48:32.5866106Z * [new tag] ciflow/inductor/146395 -> ciflow/inductor/146395 2025-03-04T19:48:32.5867033Z * [new tag] ciflow/inductor/146415 -> ciflow/inductor/146415 2025-03-04T19:48:32.5867942Z * [new tag] ciflow/inductor/146421 -> ciflow/inductor/146421 2025-03-04T19:48:32.5868780Z * [new tag] ciflow/inductor/146436 -> ciflow/inductor/146436 2025-03-04T19:48:32.5869424Z * [new tag] ciflow/inductor/146455 -> ciflow/inductor/146455 2025-03-04T19:48:32.5870348Z * [new tag] ciflow/inductor/146499 -> ciflow/inductor/146499 2025-03-04T19:48:32.5871253Z * [new tag] ciflow/inductor/146500 -> ciflow/inductor/146500 2025-03-04T19:48:32.5872329Z * [new tag] ciflow/inductor/146501 -> ciflow/inductor/146501 2025-03-04T19:48:32.5873234Z * [new tag] ciflow/inductor/146502 -> ciflow/inductor/146502 2025-03-04T19:48:32.5874158Z * [new tag] ciflow/inductor/146504 -> ciflow/inductor/146504 2025-03-04T19:48:32.5875062Z * [new tag] ciflow/inductor/146505 -> ciflow/inductor/146505 2025-03-04T19:48:32.5875982Z * [new tag] ciflow/inductor/146506 -> ciflow/inductor/146506 2025-03-04T19:48:32.5876884Z * [new tag] ciflow/inductor/146526 -> ciflow/inductor/146526 2025-03-04T19:48:32.5877783Z * [new tag] ciflow/inductor/146530 -> ciflow/inductor/146530 2025-03-04T19:48:32.5878701Z * [new tag] ciflow/inductor/146535 -> ciflow/inductor/146535 2025-03-04T19:48:32.5879630Z * [new tag] ciflow/inductor/146558 -> ciflow/inductor/146558 2025-03-04T19:48:32.5880540Z * [new tag] ciflow/inductor/146561 -> ciflow/inductor/146561 2025-03-04T19:48:32.5881458Z * [new tag] ciflow/inductor/146562 -> ciflow/inductor/146562 2025-03-04T19:48:32.5882381Z * [new tag] ciflow/inductor/146636 -> ciflow/inductor/146636 2025-03-04T19:48:32.5883273Z * [new tag] ciflow/inductor/146661 -> ciflow/inductor/146661 2025-03-04T19:48:32.5884140Z * [new tag] ciflow/inductor/146678 -> ciflow/inductor/146678 2025-03-04T19:48:32.5885066Z * [new tag] ciflow/inductor/146706 -> ciflow/inductor/146706 2025-03-04T19:48:32.5885985Z * [new tag] ciflow/inductor/146718 -> ciflow/inductor/146718 2025-03-04T19:48:32.5886884Z * [new tag] ciflow/inductor/146779 -> ciflow/inductor/146779 2025-03-04T19:48:32.5887697Z * [new tag] ciflow/inductor/146781 -> ciflow/inductor/146781 2025-03-04T19:48:32.5888386Z * [new tag] ciflow/inductor/146823 -> ciflow/inductor/146823 2025-03-04T19:48:32.5889303Z * [new tag] ciflow/inductor/146826 -> ciflow/inductor/146826 2025-03-04T19:48:32.5890213Z * [new tag] ciflow/inductor/146827 -> ciflow/inductor/146827 2025-03-04T19:48:32.5891056Z * [new tag] ciflow/inductor/146844 -> ciflow/inductor/146844 2025-03-04T19:48:32.5892054Z * [new tag] ciflow/inductor/146845 -> ciflow/inductor/146845 2025-03-04T19:48:32.5892901Z * [new tag] ciflow/inductor/146850 -> ciflow/inductor/146850 2025-03-04T19:48:32.5893825Z * [new tag] ciflow/inductor/146864 -> ciflow/inductor/146864 2025-03-04T19:48:32.5894688Z * [new tag] ciflow/inductor/146870 -> ciflow/inductor/146870 2025-03-04T19:48:32.5895663Z * [new tag] ciflow/inductor/146873 -> ciflow/inductor/146873 2025-03-04T19:48:32.5896582Z * [new tag] ciflow/inductor/146874 -> ciflow/inductor/146874 2025-03-04T19:48:32.5897579Z * [new tag] ciflow/inductor/146894 -> ciflow/inductor/146894 2025-03-04T19:48:32.5898433Z * [new tag] ciflow/inductor/146895 -> ciflow/inductor/146895 2025-03-04T19:48:32.5899400Z * [new tag] ciflow/inductor/146919 -> ciflow/inductor/146919 2025-03-04T19:48:32.5900310Z * [new tag] ciflow/inductor/146921 -> ciflow/inductor/146921 2025-03-04T19:48:32.5901210Z * [new tag] ciflow/inductor/146928 -> ciflow/inductor/146928 2025-03-04T19:48:32.5902129Z * [new tag] ciflow/inductor/146935 -> ciflow/inductor/146935 2025-03-04T19:48:32.5903034Z * [new tag] ciflow/inductor/146942 -> ciflow/inductor/146942 2025-03-04T19:48:32.5903957Z * [new tag] ciflow/inductor/146962 -> ciflow/inductor/146962 2025-03-04T19:48:32.5904877Z * [new tag] ciflow/inductor/146983 -> ciflow/inductor/146983 2025-03-04T19:48:32.5905768Z * [new tag] ciflow/inductor/146989 -> ciflow/inductor/146989 2025-03-04T19:48:32.5906666Z * [new tag] ciflow/inductor/147007 -> ciflow/inductor/147007 2025-03-04T19:48:32.5907582Z * [new tag] ciflow/inductor/147014 -> ciflow/inductor/147014 2025-03-04T19:48:32.5908506Z * [new tag] ciflow/inductor/147021 -> ciflow/inductor/147021 2025-03-04T19:48:32.5909382Z * [new tag] ciflow/inductor/147036 -> ciflow/inductor/147036 2025-03-04T19:48:32.5910290Z * [new tag] ciflow/inductor/147049 -> ciflow/inductor/147049 2025-03-04T19:48:32.5911199Z * [new tag] ciflow/inductor/147105 -> ciflow/inductor/147105 2025-03-04T19:48:32.5912068Z * [new tag] ciflow/inductor/147146 -> ciflow/inductor/147146 2025-03-04T19:48:32.5912991Z * [new tag] ciflow/inductor/147149 -> ciflow/inductor/147149 2025-03-04T19:48:32.5913903Z * [new tag] ciflow/inductor/147155 -> ciflow/inductor/147155 2025-03-04T19:48:32.5914800Z * [new tag] ciflow/inductor/147178 -> ciflow/inductor/147178 2025-03-04T19:48:32.5915702Z * [new tag] ciflow/inductor/147205 -> ciflow/inductor/147205 2025-03-04T19:48:32.5916610Z * [new tag] ciflow/inductor/147225 -> ciflow/inductor/147225 2025-03-04T19:48:32.5917513Z * [new tag] ciflow/inductor/147229 -> ciflow/inductor/147229 2025-03-04T19:48:32.5918399Z * [new tag] ciflow/inductor/147269 -> ciflow/inductor/147269 2025-03-04T19:48:32.5919298Z * [new tag] ciflow/inductor/147272 -> ciflow/inductor/147272 2025-03-04T19:48:32.5920211Z * [new tag] ciflow/inductor/147314 -> ciflow/inductor/147314 2025-03-04T19:48:32.5921073Z * [new tag] ciflow/inductor/147315 -> ciflow/inductor/147315 2025-03-04T19:48:32.5921996Z * [new tag] ciflow/inductor/147320 -> ciflow/inductor/147320 2025-03-04T19:48:32.5922798Z * [new tag] ciflow/inductor/147341 -> ciflow/inductor/147341 2025-03-04T19:48:32.5923717Z * [new tag] ciflow/inductor/147360 -> ciflow/inductor/147360 2025-03-04T19:48:32.5924587Z * [new tag] ciflow/inductor/147368 -> ciflow/inductor/147368 2025-03-04T19:48:32.5925501Z * [new tag] ciflow/inductor/147403 -> ciflow/inductor/147403 2025-03-04T19:48:32.5926406Z * [new tag] ciflow/inductor/147410 -> ciflow/inductor/147410 2025-03-04T19:48:32.5927332Z * [new tag] ciflow/inductor/147414 -> ciflow/inductor/147414 2025-03-04T19:48:32.5928095Z * [new tag] ciflow/inductor/147415 -> ciflow/inductor/147415 2025-03-04T19:48:32.5928644Z * [new tag] ciflow/inductor/147422 -> ciflow/inductor/147422 2025-03-04T19:48:32.5929234Z * [new tag] ciflow/inductor/147445 -> ciflow/inductor/147445 2025-03-04T19:48:32.5929729Z * [new tag] ciflow/inductor/147452 -> ciflow/inductor/147452 2025-03-04T19:48:32.5930257Z * [new tag] ciflow/inductor/147481 -> ciflow/inductor/147481 2025-03-04T19:48:32.5930844Z * [new tag] ciflow/inductor/147485 -> ciflow/inductor/147485 2025-03-04T19:48:32.5931367Z * [new tag] ciflow/inductor/147498 -> ciflow/inductor/147498 2025-03-04T19:48:32.5931851Z * [new tag] ciflow/inductor/147514 -> ciflow/inductor/147514 2025-03-04T19:48:32.5932386Z * [new tag] ciflow/inductor/147528 -> ciflow/inductor/147528 2025-03-04T19:48:32.5932909Z * [new tag] ciflow/inductor/147552 -> ciflow/inductor/147552 2025-03-04T19:48:32.5933403Z * [new tag] ciflow/inductor/147557 -> ciflow/inductor/147557 2025-03-04T19:48:32.5933936Z * [new tag] ciflow/inductor/147561 -> ciflow/inductor/147561 2025-03-04T19:48:32.5934465Z * [new tag] ciflow/inductor/147562 -> ciflow/inductor/147562 2025-03-04T19:48:32.5934944Z * [new tag] ciflow/inductor/147574 -> ciflow/inductor/147574 2025-03-04T19:48:32.5935482Z * [new tag] ciflow/inductor/147583 -> ciflow/inductor/147583 2025-03-04T19:48:32.5936014Z * [new tag] ciflow/inductor/147592 -> ciflow/inductor/147592 2025-03-04T19:48:32.5936506Z * [new tag] ciflow/inductor/147603 -> ciflow/inductor/147603 2025-03-04T19:48:32.5937040Z * [new tag] ciflow/inductor/147619 -> ciflow/inductor/147619 2025-03-04T19:48:32.5937529Z * [new tag] ciflow/inductor/147648 -> ciflow/inductor/147648 2025-03-04T19:48:32.5938047Z * [new tag] ciflow/inductor/147660 -> ciflow/inductor/147660 2025-03-04T19:48:32.5938536Z * [new tag] ciflow/inductor/147727 -> ciflow/inductor/147727 2025-03-04T19:48:32.5939072Z * [new tag] ciflow/inductor/147741 -> ciflow/inductor/147741 2025-03-04T19:48:32.5939599Z * [new tag] ciflow/inductor/147745 -> ciflow/inductor/147745 2025-03-04T19:48:32.5940095Z * [new tag] ciflow/inductor/147768 -> ciflow/inductor/147768 2025-03-04T19:48:32.5940630Z * [new tag] ciflow/inductor/147790 -> ciflow/inductor/147790 2025-03-04T19:48:32.5941149Z * [new tag] ciflow/inductor/147797 -> ciflow/inductor/147797 2025-03-04T19:48:32.5941716Z * [new tag] ciflow/inductor/147798 -> ciflow/inductor/147798 2025-03-04T19:48:32.5942233Z * [new tag] ciflow/inductor/147800 -> ciflow/inductor/147800 2025-03-04T19:48:32.5942744Z * [new tag] ciflow/inductor/147817 -> ciflow/inductor/147817 2025-03-04T19:48:32.5943248Z * [new tag] ciflow/inductor/147821 -> ciflow/inductor/147821 2025-03-04T19:48:32.5943771Z * [new tag] ciflow/inductor/147836 -> ciflow/inductor/147836 2025-03-04T19:48:32.5944272Z * [new tag] ciflow/inductor/147863 -> ciflow/inductor/147863 2025-03-04T19:48:32.5944781Z * [new tag] ciflow/inductor/147870 -> ciflow/inductor/147870 2025-03-04T19:48:32.5945293Z * [new tag] ciflow/inductor/147881 -> ciflow/inductor/147881 2025-03-04T19:48:32.5945823Z * [new tag] ciflow/inductor/147899 -> ciflow/inductor/147899 2025-03-04T19:48:32.5946341Z * [new tag] ciflow/inductor/147902 -> ciflow/inductor/147902 2025-03-04T19:48:32.5946867Z * [new tag] ciflow/inductor/147903 -> ciflow/inductor/147903 2025-03-04T19:48:32.5947406Z * [new tag] ciflow/inductor/147908 -> ciflow/inductor/147908 2025-03-04T19:48:32.5947944Z * [new tag] ciflow/inductor/147910 -> ciflow/inductor/147910 2025-03-04T19:48:32.5948503Z * [new tag] ciflow/inductor/147915 -> ciflow/inductor/147915 2025-03-04T19:48:32.5948992Z * [new tag] ciflow/inductor/147917 -> ciflow/inductor/147917 2025-03-04T19:48:32.5949566Z * [new tag] ciflow/inductor/147927 -> ciflow/inductor/147927 2025-03-04T19:48:32.5950096Z * [new tag] ciflow/inductor/147945 -> ciflow/inductor/147945 2025-03-04T19:48:32.5950583Z * [new tag] ciflow/inductor/147955 -> ciflow/inductor/147955 2025-03-04T19:48:32.5951116Z * [new tag] ciflow/inductor/147956 -> ciflow/inductor/147956 2025-03-04T19:48:32.5951643Z * [new tag] ciflow/inductor/147957 -> ciflow/inductor/147957 2025-03-04T19:48:32.5952132Z * [new tag] ciflow/inductor/147958 -> ciflow/inductor/147958 2025-03-04T19:48:32.5952648Z * [new tag] ciflow/inductor/147959 -> ciflow/inductor/147959 2025-03-04T19:48:32.5953179Z * [new tag] ciflow/inductor/147960 -> ciflow/inductor/147960 2025-03-04T19:48:32.5953669Z * [new tag] ciflow/inductor/147962 -> ciflow/inductor/147962 2025-03-04T19:48:32.5954202Z * [new tag] ciflow/inductor/147990 -> ciflow/inductor/147990 2025-03-04T19:48:32.5954685Z * [new tag] ciflow/inductor/148002 -> ciflow/inductor/148002 2025-03-04T19:48:32.5955213Z * [new tag] ciflow/inductor/148007 -> ciflow/inductor/148007 2025-03-04T19:48:32.5955714Z * [new tag] ciflow/inductor/148008 -> ciflow/inductor/148008 2025-03-04T19:48:32.5956214Z * [new tag] ciflow/inductor/148010 -> ciflow/inductor/148010 2025-03-04T19:48:32.5956739Z * [new tag] ciflow/inductor/148042 -> ciflow/inductor/148042 2025-03-04T19:48:32.5957229Z * [new tag] ciflow/inductor/148046 -> ciflow/inductor/148046 2025-03-04T19:48:32.5957761Z * [new tag] ciflow/inductor/148063 -> ciflow/inductor/148063 2025-03-04T19:48:32.5958246Z * [new tag] ciflow/inductor/148083 -> ciflow/inductor/148083 2025-03-04T19:48:32.5958766Z * [new tag] ciflow/inductor/148091 -> ciflow/inductor/148091 2025-03-04T19:48:32.5959262Z * [new tag] ciflow/inductor/148092 -> ciflow/inductor/148092 2025-03-04T19:48:32.5959774Z * [new tag] ciflow/inductor/148104 -> ciflow/inductor/148104 2025-03-04T19:48:32.5960278Z * [new tag] ciflow/inductor/148130 -> ciflow/inductor/148130 2025-03-04T19:48:32.5960780Z * [new tag] ciflow/inductor/148131 -> ciflow/inductor/148131 2025-03-04T19:48:32.5961305Z * [new tag] ciflow/inductor/148132 -> ciflow/inductor/148132 2025-03-04T19:48:32.5961780Z * [new tag] ciflow/inductor/148138 -> ciflow/inductor/148138 2025-03-04T19:48:32.5962266Z * [new tag] ciflow/inductor/148139 -> ciflow/inductor/148139 2025-03-04T19:48:32.5962791Z * [new tag] ciflow/inductor/148160 -> ciflow/inductor/148160 2025-03-04T19:48:32.5963276Z * [new tag] ciflow/inductor/148163 -> ciflow/inductor/148163 2025-03-04T19:48:32.5963804Z * [new tag] ciflow/inductor/148173 -> ciflow/inductor/148173 2025-03-04T19:48:32.5964292Z * [new tag] ciflow/inductor/148174 -> ciflow/inductor/148174 2025-03-04T19:48:32.5964820Z * [new tag] ciflow/inductor/148176 -> ciflow/inductor/148176 2025-03-04T19:48:32.5965293Z * [new tag] ciflow/inductor/148186 -> ciflow/inductor/148186 2025-03-04T19:48:32.5965822Z * [new tag] ciflow/inductor/148190 -> ciflow/inductor/148190 2025-03-04T19:48:32.5966389Z * [new tag] ciflow/inductor/148202 -> ciflow/inductor/148202 2025-03-04T19:48:32.5966903Z * [new tag] ciflow/inductor/148205 -> ciflow/inductor/148205 2025-03-04T19:48:32.5967423Z * [new tag] ciflow/inductor/148206 -> ciflow/inductor/148206 2025-03-04T19:48:32.5967907Z * [new tag] ciflow/inductor/148209 -> ciflow/inductor/148209 2025-03-04T19:48:32.5968472Z * [new tag] ciflow/inductor/148210 -> ciflow/inductor/148210 2025-03-04T19:48:32.5968964Z * [new tag] ciflow/inductor/148212 -> ciflow/inductor/148212 2025-03-04T19:48:32.5969491Z * [new tag] ciflow/inductor/148220 -> ciflow/inductor/148220 2025-03-04T19:48:32.5969976Z * [new tag] ciflow/inductor/148223 -> ciflow/inductor/148223 2025-03-04T19:48:32.5970496Z * [new tag] ciflow/inductor/148231 -> ciflow/inductor/148231 2025-03-04T19:48:32.5970985Z * [new tag] ciflow/inductor/148233 -> ciflow/inductor/148233 2025-03-04T19:48:32.5971480Z * [new tag] ciflow/inductor/148234 -> ciflow/inductor/148234 2025-03-04T19:48:32.5972172Z * [new tag] ciflow/inductor/148235 -> ciflow/inductor/148235 2025-03-04T19:48:32.5972661Z * [new tag] ciflow/inductor/148236 -> ciflow/inductor/148236 2025-03-04T19:48:32.5973206Z * [new tag] ciflow/inductor/148243 -> ciflow/inductor/148243 2025-03-04T19:48:32.5973703Z * [new tag] ciflow/inductor/148260 -> ciflow/inductor/148260 2025-03-04T19:48:32.5974228Z * [new tag] ciflow/inductor/148261 -> ciflow/inductor/148261 2025-03-04T19:48:32.5974715Z * [new tag] ciflow/inductor/148279 -> ciflow/inductor/148279 2025-03-04T19:48:32.5975233Z * [new tag] ciflow/inductor/148288 -> ciflow/inductor/148288 2025-03-04T19:48:32.5975754Z * [new tag] ciflow/inductor/148290 -> ciflow/inductor/148290 2025-03-04T19:48:32.5976257Z * [new tag] ciflow/inductor/148292 -> ciflow/inductor/148292 2025-03-04T19:48:32.5976769Z * [new tag] ciflow/inductor/148294 -> ciflow/inductor/148294 2025-03-04T19:48:32.5977291Z * [new tag] ciflow/inductor/148303 -> ciflow/inductor/148303 2025-03-04T19:48:32.5977805Z * [new tag] ciflow/inductor/148305 -> ciflow/inductor/148305 2025-03-04T19:48:32.5978299Z * [new tag] ciflow/inductor/148323 -> ciflow/inductor/148323 2025-03-04T19:48:32.5978832Z * [new tag] ciflow/inductor/148328 -> ciflow/inductor/148328 2025-03-04T19:48:32.5979356Z * [new tag] ciflow/inductor/148357 -> ciflow/inductor/148357 2025-03-04T19:48:32.5979843Z * [new tag] ciflow/inductor/148358 -> ciflow/inductor/148358 2025-03-04T19:48:32.5980379Z * [new tag] ciflow/inductor/148359 -> ciflow/inductor/148359 2025-03-04T19:48:32.5980923Z * [new tag] ciflow/inductor/148363 -> ciflow/inductor/148363 2025-03-04T19:48:32.5981476Z * [new tag] ciflow/inductor/148364 -> ciflow/inductor/148364 2025-03-04T19:48:32.5982010Z * [new tag] ciflow/inductor/148366 -> ciflow/inductor/148366 2025-03-04T19:48:32.5982543Z * [new tag] ciflow/inductor/148367 -> ciflow/inductor/148367 2025-03-04T19:48:32.5983039Z * [new tag] ciflow/inductor/148376 -> ciflow/inductor/148376 2025-03-04T19:48:32.5983531Z * [new tag] ciflow/inductor/148377 -> ciflow/inductor/148377 2025-03-04T19:48:32.5984068Z * [new tag] ciflow/inductor/148380 -> ciflow/inductor/148380 2025-03-04T19:48:32.5984546Z * [new tag] ciflow/inductor/148381 -> ciflow/inductor/148381 2025-03-04T19:48:32.5985143Z * [new tag] ciflow/inductor/148385 -> ciflow/inductor/148385 2025-03-04T19:48:32.5985668Z * [new tag] ciflow/inductor/148386 -> ciflow/inductor/148386 2025-03-04T19:48:32.5986198Z * [new tag] ciflow/inductor/148401 -> ciflow/inductor/148401 2025-03-04T19:48:32.5986723Z * [new tag] ciflow/inductor/148407 -> ciflow/inductor/148407 2025-03-04T19:48:32.5987313Z * [new tag] ciflow/inductor/148413 -> ciflow/inductor/148413 2025-03-04T19:48:32.5987808Z * [new tag] ciflow/inductor/148414 -> ciflow/inductor/148414 2025-03-04T19:48:32.5988329Z * [new tag] ciflow/inductor/148415 -> ciflow/inductor/148415 2025-03-04T19:48:32.5988856Z * [new tag] ciflow/inductor/148418 -> ciflow/inductor/148418 2025-03-04T19:48:32.5989340Z * [new tag] ciflow/inductor/148423 -> ciflow/inductor/148423 2025-03-04T19:48:32.5989860Z * [new tag] ciflow/inductor/148424 -> ciflow/inductor/148424 2025-03-04T19:48:32.5990344Z * [new tag] ciflow/inductor/148430 -> ciflow/inductor/148430 2025-03-04T19:48:32.5990871Z * [new tag] ciflow/inductor/148432 -> ciflow/inductor/148432 2025-03-04T19:48:32.5991345Z * [new tag] ciflow/inductor/148445 -> ciflow/inductor/148445 2025-03-04T19:48:32.5991880Z * [new tag] ciflow/inductor/148450 -> ciflow/inductor/148450 2025-03-04T19:48:32.5992405Z * [new tag] ciflow/inductor/148454 -> ciflow/inductor/148454 2025-03-04T19:48:32.5992890Z * [new tag] ciflow/inductor/148459 -> ciflow/inductor/148459 2025-03-04T19:48:32.5993423Z * [new tag] ciflow/inductor/148470 -> ciflow/inductor/148470 2025-03-04T19:48:32.5993958Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-03-04T19:48:32.5994452Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-03-04T19:48:32.5994994Z * [new tag] ciflow/inductor/88106 -> ciflow/inductor/88106 2025-03-04T19:48:32.5995488Z * [new tag] ciflow/inductor/88196 -> ciflow/inductor/88196 2025-03-04T19:48:32.5995998Z * [new tag] ciflow/inductor/88998 -> ciflow/inductor/88998 2025-03-04T19:48:32.5996530Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-03-04T19:48:32.5997087Z * [new tag] ciflow/linux-aarch64/125888 -> ciflow/linux-aarch64/125888 2025-03-04T19:48:32.5997613Z * [new tag] ciflow/linux-aarch64/126050 -> ciflow/linux-aarch64/126050 2025-03-04T19:48:32.5998184Z * [new tag] ciflow/linux-aarch64/126054 -> ciflow/linux-aarch64/126054 2025-03-04T19:48:32.5998745Z * [new tag] ciflow/linux-aarch64/133297 -> ciflow/linux-aarch64/133297 2025-03-04T19:48:32.5999275Z * [new tag] ciflow/linux-aarch64/133315 -> ciflow/linux-aarch64/133315 2025-03-04T19:48:32.5999844Z * [new tag] ciflow/linux-aarch64/133392 -> ciflow/linux-aarch64/133392 2025-03-04T19:48:32.6000414Z * [new tag] ciflow/linux-aarch64/133419 -> ciflow/linux-aarch64/133419 2025-03-04T19:48:32.6000933Z * [new tag] ciflow/linux-aarch64/133423 -> ciflow/linux-aarch64/133423 2025-03-04T19:48:32.6001501Z * [new tag] ciflow/linux-aarch64/133667 -> ciflow/linux-aarch64/133667 2025-03-04T19:48:32.6002090Z * [new tag] ciflow/linux-aarch64/133753 -> ciflow/linux-aarch64/133753 2025-03-04T19:48:32.6002663Z * [new tag] ciflow/linux-aarch64/135058 -> ciflow/linux-aarch64/135058 2025-03-04T19:48:32.6003193Z * [new tag] ciflow/linux-aarch64/135333 -> ciflow/linux-aarch64/135333 2025-03-04T19:48:32.6003786Z * [new tag] ciflow/linux-aarch64/135792 -> ciflow/linux-aarch64/135792 2025-03-04T19:48:32.6004476Z * [new tag] ciflow/linux-aarch64/136355 -> ciflow/linux-aarch64/136355 2025-03-04T19:48:32.6004993Z * [new tag] ciflow/linux-aarch64/137568 -> ciflow/linux-aarch64/137568 2025-03-04T19:48:32.6005554Z * [new tag] ciflow/linux-aarch64/138388 -> ciflow/linux-aarch64/138388 2025-03-04T19:48:32.6006084Z * [new tag] ciflow/linux-aarch64/138889 -> ciflow/linux-aarch64/138889 2025-03-04T19:48:32.6006660Z * [new tag] ciflow/linux-aarch64/140159 -> ciflow/linux-aarch64/140159 2025-03-04T19:48:32.6007185Z * [new tag] ciflow/linux-aarch64/143741 -> ciflow/linux-aarch64/143741 2025-03-04T19:48:32.6007711Z * [new tag] ciflow/linux-aarch64/145942 -> ciflow/linux-aarch64/145942 2025-03-04T19:48:32.6008221Z * [new tag] ciflow/linux-aarch64/146823 -> ciflow/linux-aarch64/146823 2025-03-04T19:48:32.6008440Z * [new tag] ciflow/linux-aarch64/146826 -> ciflow/linux-aarch64/146826 2025-03-04T19:48:32.6008650Z * [new tag] ciflow/linux-aarch64/146895 -> ciflow/linux-aarch64/146895 2025-03-04T19:48:32.6008868Z * [new tag] ciflow/linux-aarch64/147073 -> ciflow/linux-aarch64/147073 2025-03-04T19:48:32.6009076Z * [new tag] ciflow/linux-aarch64/147337 -> ciflow/linux-aarch64/147337 2025-03-04T19:48:32.6009294Z * [new tag] ciflow/linux-aarch64/147341 -> ciflow/linux-aarch64/147341 2025-03-04T19:48:32.6009504Z * [new tag] ciflow/linux-aarch64/147359 -> ciflow/linux-aarch64/147359 2025-03-04T19:48:32.6009722Z * [new tag] ciflow/linux-aarch64/147498 -> ciflow/linux-aarch64/147498 2025-03-04T19:48:32.6009925Z * [new tag] ciflow/linux-aarch64/147763 -> ciflow/linux-aarch64/147763 2025-03-04T19:48:32.6010129Z * [new tag] ciflow/linux-aarch64/147817 -> ciflow/linux-aarch64/147817 2025-03-04T19:48:32.6010346Z * [new tag] ciflow/linux-aarch64/147855 -> ciflow/linux-aarch64/147855 2025-03-04T19:48:32.6010551Z * [new tag] ciflow/linux-aarch64/147917 -> ciflow/linux-aarch64/147917 2025-03-04T19:48:32.6010770Z * [new tag] ciflow/linux-aarch64/147945 -> ciflow/linux-aarch64/147945 2025-03-04T19:48:32.6010975Z * [new tag] ciflow/linux-aarch64/147955 -> ciflow/linux-aarch64/147955 2025-03-04T19:48:32.6011201Z * [new tag] ciflow/linux-aarch64/147956 -> ciflow/linux-aarch64/147956 2025-03-04T19:48:32.6011408Z * [new tag] ciflow/linux-aarch64/147957 -> ciflow/linux-aarch64/147957 2025-03-04T19:48:32.6011626Z * [new tag] ciflow/linux-aarch64/147958 -> ciflow/linux-aarch64/147958 2025-03-04T19:48:32.6011830Z * [new tag] ciflow/linux-aarch64/147959 -> ciflow/linux-aarch64/147959 2025-03-04T19:48:32.6012048Z * [new tag] ciflow/linux-aarch64/147964 -> ciflow/linux-aarch64/147964 2025-03-04T19:48:32.6012252Z * [new tag] ciflow/linux-aarch64/148076 -> ciflow/linux-aarch64/148076 2025-03-04T19:48:32.6012458Z * [new tag] ciflow/linux-aarch64/148163 -> ciflow/linux-aarch64/148163 2025-03-04T19:48:32.6012676Z * [new tag] ciflow/linux-aarch64/148173 -> ciflow/linux-aarch64/148173 2025-03-04T19:48:32.6012881Z * [new tag] ciflow/linux-aarch64/148403 -> ciflow/linux-aarch64/148403 2025-03-04T19:48:32.6013069Z * [new tag] ciflow/mps/102148 -> ciflow/mps/102148 2025-03-04T19:48:32.6013239Z * [new tag] ciflow/mps/119496 -> ciflow/mps/119496 2025-03-04T19:48:32.6013420Z * [new tag] ciflow/mps/120076 -> ciflow/mps/120076 2025-03-04T19:48:32.6013587Z * [new tag] ciflow/mps/133423 -> ciflow/mps/133423 2025-03-04T19:48:32.6013763Z * [new tag] ciflow/mps/133667 -> ciflow/mps/133667 2025-03-04T19:48:32.6014716Z * [new tag] ciflow/mps/138640 -> ciflow/mps/138640 2025-03-04T19:48:32.6015349Z * [new tag] ciflow/mps/139469 -> ciflow/mps/139469 2025-03-04T19:48:32.6016071Z * [new tag] ciflow/mps/140159 -> ciflow/mps/140159 2025-03-04T19:48:32.6016988Z * [new tag] ciflow/mps/140211 -> ciflow/mps/140211 2025-03-04T19:48:32.6018161Z * [new tag] ciflow/mps/140725 -> ciflow/mps/140725 2025-03-04T19:48:32.6019168Z * [new tag] ciflow/mps/142097 -> ciflow/mps/142097 2025-03-04T19:48:32.6020189Z * [new tag] ciflow/mps/142202 -> ciflow/mps/142202 2025-03-04T19:48:32.6021312Z * [new tag] ciflow/mps/142477 -> ciflow/mps/142477 2025-03-04T19:48:32.6022383Z * [new tag] ciflow/mps/143630 -> ciflow/mps/143630 2025-03-04T19:48:32.6023210Z * [new tag] ciflow/mps/143666 -> ciflow/mps/143666 2025-03-04T19:48:32.6023921Z * [new tag] ciflow/mps/143911 -> ciflow/mps/143911 2025-03-04T19:48:32.6024744Z * [new tag] ciflow/mps/143966 -> ciflow/mps/143966 2025-03-04T19:48:32.6025458Z * [new tag] ciflow/mps/144405 -> ciflow/mps/144405 2025-03-04T19:48:32.6026271Z * [new tag] ciflow/mps/144664 -> ciflow/mps/144664 2025-03-04T19:48:32.6027506Z * [new tag] ciflow/mps/145955 -> ciflow/mps/145955 2025-03-04T19:48:32.6028517Z * [new tag] ciflow/mps/146098 -> ciflow/mps/146098 2025-03-04T19:48:32.6029369Z * [new tag] ciflow/mps/146436 -> ciflow/mps/146436 2025-03-04T19:48:32.6030214Z * [new tag] ciflow/mps/146754 -> ciflow/mps/146754 2025-03-04T19:48:32.6030933Z * [new tag] ciflow/mps/146989 -> ciflow/mps/146989 2025-03-04T19:48:32.6031755Z * [new tag] ciflow/mps/147205 -> ciflow/mps/147205 2025-03-04T19:48:32.6032497Z * [new tag] ciflow/mps/147583 -> ciflow/mps/147583 2025-03-04T19:48:32.6033549Z * [new tag] ciflow/mps/147644 -> ciflow/mps/147644 2025-03-04T19:48:32.6034246Z * [new tag] ciflow/mps/147893 -> ciflow/mps/147893 2025-03-04T19:48:32.6035189Z * [new tag] ciflow/mps/148287 -> ciflow/mps/148287 2025-03-04T19:48:32.6036033Z * [new tag] ciflow/mps/148305 -> ciflow/mps/148305 2025-03-04T19:48:32.6036909Z * [new tag] ciflow/mps/148350 -> ciflow/mps/148350 2025-03-04T19:48:32.6037609Z * [new tag] ciflow/mps/148415 -> ciflow/mps/148415 2025-03-04T19:48:32.6038452Z * [new tag] ciflow/mps/148449 -> ciflow/mps/148449 2025-03-04T19:48:32.6039175Z * [new tag] ciflow/mps/148468 -> ciflow/mps/148468 2025-03-04T19:48:32.6039912Z * [new tag] ciflow/mps/148471 -> ciflow/mps/148471 2025-03-04T19:48:32.6041093Z * [new tag] ciflow/op-benchmark/143733 -> ciflow/op-benchmark/143733 2025-03-04T19:48:32.6042236Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-03-04T19:48:32.6043227Z * [new tag] ciflow/periodic/123020 -> ciflow/periodic/123020 2025-03-04T19:48:32.6044085Z * [new tag] ciflow/periodic/134817 -> ciflow/periodic/134817 2025-03-04T19:48:32.6044777Z * [new tag] ciflow/periodic/140989 -> ciflow/periodic/140989 2025-03-04T19:48:32.6045496Z * [new tag] ciflow/periodic/141309 -> ciflow/periodic/141309 2025-03-04T19:48:32.6046351Z * [new tag] ciflow/periodic/141355 -> ciflow/periodic/141355 2025-03-04T19:48:32.6046975Z * [new tag] ciflow/periodic/141730 -> ciflow/periodic/141730 2025-03-04T19:48:32.6047705Z * [new tag] ciflow/periodic/142179 -> ciflow/periodic/142179 2025-03-04T19:48:32.6048630Z * [new tag] ciflow/periodic/143959 -> ciflow/periodic/143959 2025-03-04T19:48:32.6049391Z * [new tag] ciflow/periodic/144953 -> ciflow/periodic/144953 2025-03-04T19:48:32.6050111Z * [new tag] ciflow/periodic/146264 -> ciflow/periodic/146264 2025-03-04T19:48:32.6051344Z * [new tag] ciflow/periodic/146403 -> ciflow/periodic/146403 2025-03-04T19:48:32.6052484Z * [new tag] ciflow/periodic/146823 -> ciflow/periodic/146823 2025-03-04T19:48:32.6053447Z * [new tag] ciflow/periodic/146903 -> ciflow/periodic/146903 2025-03-04T19:48:32.6054355Z * [new tag] ciflow/periodic/147459 -> ciflow/periodic/147459 2025-03-04T19:48:32.6055100Z * [new tag] ciflow/periodic/147870 -> ciflow/periodic/147870 2025-03-04T19:48:32.6055849Z * [new tag] ciflow/periodic/148351 -> ciflow/periodic/148351 2025-03-04T19:48:32.6056847Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-03-04T19:48:32.6057829Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-03-04T19:48:32.6058719Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-03-04T19:48:32.6059767Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-03-04T19:48:32.6060845Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-03-04T19:48:32.6062470Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-03-04T19:48:32.6063418Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-03-04T19:48:32.6064356Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-03-04T19:48:32.6065349Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-03-04T19:48:32.6066449Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-03-04T19:48:32.6067528Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-03-04T19:48:32.6068556Z * [new tag] ciflow/riscv64/143979 -> ciflow/riscv64/143979 2025-03-04T19:48:32.6069593Z * [new tag] ciflow/rocm/124424 -> ciflow/rocm/124424 2025-03-04T19:48:32.6070316Z * [new tag] ciflow/rocm/134817 -> ciflow/rocm/134817 2025-03-04T19:48:32.6071290Z * [new tag] ciflow/rocm/137136 -> ciflow/rocm/137136 2025-03-04T19:48:32.6072157Z * [new tag] ciflow/rocm/139469 -> ciflow/rocm/139469 2025-03-04T19:48:32.6072995Z * [new tag] ciflow/rocm/139975 -> ciflow/rocm/139975 2025-03-04T19:48:32.6073710Z * [new tag] ciflow/rocm/140989 -> ciflow/rocm/140989 2025-03-04T19:48:32.6074422Z * [new tag] ciflow/rocm/141309 -> ciflow/rocm/141309 2025-03-04T19:48:32.6075241Z * [new tag] ciflow/rocm/141355 -> ciflow/rocm/141355 2025-03-04T19:48:32.6075902Z * [new tag] ciflow/rocm/142097 -> ciflow/rocm/142097 2025-03-04T19:48:32.6076609Z * [new tag] ciflow/rocm/142859 -> ciflow/rocm/142859 2025-03-04T19:48:32.6077788Z * [new tag] ciflow/rocm/143416 -> ciflow/rocm/143416 2025-03-04T19:48:32.6078939Z * [new tag] ciflow/rocm/143971 -> ciflow/rocm/143971 2025-03-04T19:48:32.6079940Z * [new tag] ciflow/rocm/144120 -> ciflow/rocm/144120 2025-03-04T19:48:32.6081080Z * [new tag] ciflow/rocm/144572 -> ciflow/rocm/144572 2025-03-04T19:48:32.6081915Z * [new tag] ciflow/rocm/144664 -> ciflow/rocm/144664 2025-03-04T19:48:32.6082611Z * [new tag] ciflow/rocm/145475 -> ciflow/rocm/145475 2025-03-04T19:48:32.6083546Z * [new tag] ciflow/rocm/145584 -> ciflow/rocm/145584 2025-03-04T19:48:32.6084242Z * [new tag] ciflow/rocm/145685 -> ciflow/rocm/145685 2025-03-04T19:48:32.6085199Z * [new tag] ciflow/rocm/145946 -> ciflow/rocm/145946 2025-03-04T19:48:32.6086208Z * [new tag] ciflow/rocm/146227 -> ciflow/rocm/146227 2025-03-04T19:48:32.6086870Z * [new tag] ciflow/rocm/146264 -> ciflow/rocm/146264 2025-03-04T19:48:32.6087972Z * [new tag] ciflow/rocm/146448 -> ciflow/rocm/146448 2025-03-04T19:48:32.6088808Z * [new tag] ciflow/rocm/146903 -> ciflow/rocm/146903 2025-03-04T19:48:32.6089712Z * [new tag] ciflow/rocm/147034 -> ciflow/rocm/147034 2025-03-04T19:48:32.6090593Z * [new tag] ciflow/rocm/147243 -> ciflow/rocm/147243 2025-03-04T19:48:32.6091306Z * [new tag] ciflow/rocm/147315 -> ciflow/rocm/147315 2025-03-04T19:48:32.6092139Z * [new tag] ciflow/rocm/147320 -> ciflow/rocm/147320 2025-03-04T19:48:32.6093109Z * [new tag] ciflow/rocm/147382 -> ciflow/rocm/147382 2025-03-04T19:48:32.6093837Z * [new tag] ciflow/rocm/147403 -> ciflow/rocm/147403 2025-03-04T19:48:32.6094680Z * [new tag] ciflow/rocm/147452 -> ciflow/rocm/147452 2025-03-04T19:48:32.6095375Z * [new tag] ciflow/rocm/147459 -> ciflow/rocm/147459 2025-03-04T19:48:32.6096371Z * [new tag] ciflow/rocm/147527 -> ciflow/rocm/147527 2025-03-04T19:48:32.6097067Z * [new tag] ciflow/rocm/147619 -> ciflow/rocm/147619 2025-03-04T19:48:32.6097992Z * [new tag] ciflow/rocm/147630 -> ciflow/rocm/147630 2025-03-04T19:48:32.6098704Z * [new tag] ciflow/rocm/147821 -> ciflow/rocm/147821 2025-03-04T19:48:32.6099545Z * [new tag] ciflow/rocm/147904 -> ciflow/rocm/147904 2025-03-04T19:48:32.6100401Z * [new tag] ciflow/rocm/147993 -> ciflow/rocm/147993 2025-03-04T19:48:32.6101129Z * [new tag] ciflow/rocm/148223 -> ciflow/rocm/148223 2025-03-04T19:48:32.6102129Z * [new tag] ciflow/rocm/148228 -> ciflow/rocm/148228 2025-03-04T19:48:32.6103115Z * [new tag] ciflow/rocm/148371 -> ciflow/rocm/148371 2025-03-04T19:48:32.6103807Z * [new tag] ciflow/rocm/148394 -> ciflow/rocm/148394 2025-03-04T19:48:32.6104640Z * [new tag] ciflow/rocm/148432 -> ciflow/rocm/148432 2025-03-04T19:48:32.6105334Z * [new tag] ciflow/rocm/148437 -> ciflow/rocm/148437 2025-03-04T19:48:32.6106472Z * [new tag] ciflow/s390/142346 -> ciflow/s390/142346 2025-03-04T19:48:32.6107130Z * [new tag] ciflow/s390/143959 -> ciflow/s390/143959 2025-03-04T19:48:32.6108035Z * [new tag] ciflow/s390/148452 -> ciflow/s390/148452 2025-03-04T19:48:32.6109096Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-03-04T19:48:32.6110011Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-03-04T19:48:32.6111313Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-03-04T19:48:32.6111808Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-03-04T19:48:32.6112644Z * [new tag] ciflow/slow/139975 -> ciflow/slow/139975 2025-03-04T19:48:32.6113337Z * [new tag] ciflow/slow/146256 -> ciflow/slow/146256 2025-03-04T19:48:32.6114054Z * [new tag] ciflow/slow/146903 -> ciflow/slow/146903 2025-03-04T19:48:32.6114971Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-03-04T19:48:32.6116396Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-03-04T19:48:32.6117544Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-03-04T19:48:32.6118650Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-03-04T19:48:32.6119656Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-03-04T19:48:32.6120585Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-03-04T19:48:32.6121501Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-03-04T19:48:32.6122410Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-03-04T19:48:32.6123815Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-03-04T19:48:32.6124358Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-03-04T19:48:32.6125310Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-03-04T19:48:32.6126240Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-03-04T19:48:32.6127159Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-03-04T19:48:32.6128168Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-03-04T19:48:32.6129517Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-03-04T19:48:32.6130092Z * [new tag] ciflow/trunk/108303 -> ciflow/trunk/108303 2025-03-04T19:48:32.6130912Z * [new tag] ciflow/trunk/113257 -> ciflow/trunk/113257 2025-03-04T19:48:32.6131624Z * [new tag] ciflow/trunk/113258 -> ciflow/trunk/113258 2025-03-04T19:48:32.6132338Z * [new tag] ciflow/trunk/120076 -> ciflow/trunk/120076 2025-03-04T19:48:32.6133073Z * [new tag] ciflow/trunk/121445 -> ciflow/trunk/121445 2025-03-04T19:48:32.6133757Z * [new tag] ciflow/trunk/123020 -> ciflow/trunk/123020 2025-03-04T19:48:32.6134480Z * [new tag] ciflow/trunk/124424 -> ciflow/trunk/124424 2025-03-04T19:48:32.6135198Z * [new tag] ciflow/trunk/124490 -> ciflow/trunk/124490 2025-03-04T19:48:32.6135919Z * [new tag] ciflow/trunk/125469 -> ciflow/trunk/125469 2025-03-04T19:48:32.6136620Z * [new tag] ciflow/trunk/125806 -> ciflow/trunk/125806 2025-03-04T19:48:32.6137324Z * [new tag] ciflow/trunk/125888 -> ciflow/trunk/125888 2025-03-04T19:48:32.6138400Z * [new tag] ciflow/trunk/125995 -> ciflow/trunk/125995 2025-03-04T19:48:32.6139406Z * [new tag] ciflow/trunk/126050 -> ciflow/trunk/126050 2025-03-04T19:48:32.6140330Z * [new tag] ciflow/trunk/126054 -> ciflow/trunk/126054 2025-03-04T19:48:32.6141377Z * [new tag] ciflow/trunk/126635 -> ciflow/trunk/126635 2025-03-04T19:48:32.6142378Z * [new tag] ciflow/trunk/127171 -> ciflow/trunk/127171 2025-03-04T19:48:32.6143297Z * [new tag] ciflow/trunk/127919 -> ciflow/trunk/127919 2025-03-04T19:48:32.6144038Z * [new tag] ciflow/trunk/129352 -> ciflow/trunk/129352 2025-03-04T19:48:32.6144763Z * [new tag] ciflow/trunk/129420 -> ciflow/trunk/129420 2025-03-04T19:48:32.6145617Z * [new tag] ciflow/trunk/130141 -> ciflow/trunk/130141 2025-03-04T19:48:32.6146270Z * [new tag] ciflow/trunk/130752 -> ciflow/trunk/130752 2025-03-04T19:48:32.6147037Z * [new tag] ciflow/trunk/131354 -> ciflow/trunk/131354 2025-03-04T19:48:32.6147869Z * [new tag] ciflow/trunk/131507 -> ciflow/trunk/131507 2025-03-04T19:48:32.6148599Z * [new tag] ciflow/trunk/132021 -> ciflow/trunk/132021 2025-03-04T19:48:32.6149326Z * [new tag] ciflow/trunk/133044 -> ciflow/trunk/133044 2025-03-04T19:48:32.6150224Z * [new tag] ciflow/trunk/133289 -> ciflow/trunk/133289 2025-03-04T19:48:32.6150859Z * [new tag] ciflow/trunk/133296 -> ciflow/trunk/133296 2025-03-04T19:48:32.6151716Z * [new tag] ciflow/trunk/133297 -> ciflow/trunk/133297 2025-03-04T19:48:32.6152406Z * [new tag] ciflow/trunk/133315 -> ciflow/trunk/133315 2025-03-04T19:48:32.6153228Z * [new tag] ciflow/trunk/133392 -> ciflow/trunk/133392 2025-03-04T19:48:32.6153942Z * [new tag] ciflow/trunk/133419 -> ciflow/trunk/133419 2025-03-04T19:48:32.6154759Z * [new tag] ciflow/trunk/133423 -> ciflow/trunk/133423 2025-03-04T19:48:32.6155473Z * [new tag] ciflow/trunk/133667 -> ciflow/trunk/133667 2025-03-04T19:48:32.6156184Z * [new tag] ciflow/trunk/133753 -> ciflow/trunk/133753 2025-03-04T19:48:32.6157113Z * [new tag] ciflow/trunk/134219 -> ciflow/trunk/134219 2025-03-04T19:48:32.6157989Z * [new tag] ciflow/trunk/134515 -> ciflow/trunk/134515 2025-03-04T19:48:32.6158711Z * [new tag] ciflow/trunk/135058 -> ciflow/trunk/135058 2025-03-04T19:48:32.6159613Z * [new tag] ciflow/trunk/135631 -> ciflow/trunk/135631 2025-03-04T19:48:32.6160476Z * [new tag] ciflow/trunk/136780 -> ciflow/trunk/136780 2025-03-04T19:48:32.6161378Z * [new tag] ciflow/trunk/136824 -> ciflow/trunk/136824 2025-03-04T19:48:32.6162529Z * [new tag] ciflow/trunk/136835 -> ciflow/trunk/136835 2025-03-04T19:48:32.6163573Z * [new tag] ciflow/trunk/136993 -> ciflow/trunk/136993 2025-03-04T19:48:32.6164403Z * [new tag] ciflow/trunk/137400 -> ciflow/trunk/137400 2025-03-04T19:48:32.6165107Z * [new tag] ciflow/trunk/137580 -> ciflow/trunk/137580 2025-03-04T19:48:32.6165931Z * [new tag] ciflow/trunk/138213 -> ciflow/trunk/138213 2025-03-04T19:48:32.6166663Z * [new tag] ciflow/trunk/138436 -> ciflow/trunk/138436 2025-03-04T19:48:32.6167496Z * [new tag] ciflow/trunk/138626 -> ciflow/trunk/138626 2025-03-04T19:48:32.6168661Z * [new tag] ciflow/trunk/138834 -> ciflow/trunk/138834 2025-03-04T19:48:32.6169487Z * [new tag] ciflow/trunk/138889 -> ciflow/trunk/138889 2025-03-04T19:48:32.6170189Z * [new tag] ciflow/trunk/138996 -> ciflow/trunk/138996 2025-03-04T19:48:32.6171142Z * [new tag] ciflow/trunk/139070 -> ciflow/trunk/139070 2025-03-04T19:48:32.6172031Z * [new tag] ciflow/trunk/139094 -> ciflow/trunk/139094 2025-03-04T19:48:32.6172901Z * [new tag] ciflow/trunk/139971 -> ciflow/trunk/139971 2025-03-04T19:48:32.6173633Z * [new tag] ciflow/trunk/139975 -> ciflow/trunk/139975 2025-03-04T19:48:32.6174475Z * [new tag] ciflow/trunk/140084 -> ciflow/trunk/140084 2025-03-04T19:48:32.6175190Z * [new tag] ciflow/trunk/140159 -> ciflow/trunk/140159 2025-03-04T19:48:32.6175908Z * [new tag] ciflow/trunk/140211 -> ciflow/trunk/140211 2025-03-04T19:48:32.6176731Z * [new tag] ciflow/trunk/140298 -> ciflow/trunk/140298 2025-03-04T19:48:32.6177456Z * [new tag] ciflow/trunk/140323 -> ciflow/trunk/140323 2025-03-04T19:48:32.6178204Z * [new tag] ciflow/trunk/140365 -> ciflow/trunk/140365 2025-03-04T19:48:32.6179175Z * [new tag] ciflow/trunk/140399 -> ciflow/trunk/140399 2025-03-04T19:48:32.6179878Z * [new tag] ciflow/trunk/140793 -> ciflow/trunk/140793 2025-03-04T19:48:32.6180733Z * [new tag] ciflow/trunk/140979 -> ciflow/trunk/140979 2025-03-04T19:48:32.6181553Z * [new tag] ciflow/trunk/140989 -> ciflow/trunk/140989 2025-03-04T19:48:32.6182242Z * [new tag] ciflow/trunk/141178 -> ciflow/trunk/141178 2025-03-04T19:48:32.6183214Z * [new tag] ciflow/trunk/141257 -> ciflow/trunk/141257 2025-03-04T19:48:32.6184075Z * [new tag] ciflow/trunk/141309 -> ciflow/trunk/141309 2025-03-04T19:48:32.6184748Z * [new tag] ciflow/trunk/141730 -> ciflow/trunk/141730 2025-03-04T19:48:32.6185785Z * [new tag] ciflow/trunk/141796 -> ciflow/trunk/141796 2025-03-04T19:48:32.6186446Z * [new tag] ciflow/trunk/141842 -> ciflow/trunk/141842 2025-03-04T19:48:32.6187303Z * [new tag] ciflow/trunk/141889 -> ciflow/trunk/141889 2025-03-04T19:48:32.6187973Z * [new tag] ciflow/trunk/141910 -> ciflow/trunk/141910 2025-03-04T19:48:32.6189030Z * [new tag] ciflow/trunk/141914 -> ciflow/trunk/141914 2025-03-04T19:48:32.6189868Z * [new tag] ciflow/trunk/141961 -> ciflow/trunk/141961 2025-03-04T19:48:32.6190597Z * [new tag] ciflow/trunk/142091 -> ciflow/trunk/142091 2025-03-04T19:48:32.6191313Z * [new tag] ciflow/trunk/142092 -> ciflow/trunk/142092 2025-03-04T19:48:32.6192147Z * [new tag] ciflow/trunk/142097 -> ciflow/trunk/142097 2025-03-04T19:48:32.6192847Z * [new tag] ciflow/trunk/142179 -> ciflow/trunk/142179 2025-03-04T19:48:32.6193692Z * [new tag] ciflow/trunk/142272 -> ciflow/trunk/142272 2025-03-04T19:48:32.6194367Z * [new tag] ciflow/trunk/142273 -> ciflow/trunk/142273 2025-03-04T19:48:32.6195336Z * [new tag] ciflow/trunk/142326 -> ciflow/trunk/142326 2025-03-04T19:48:32.6196035Z * [new tag] ciflow/trunk/142346 -> ciflow/trunk/142346 2025-03-04T19:48:32.6196886Z * [new tag] ciflow/trunk/142350 -> ciflow/trunk/142350 2025-03-04T19:48:32.6197593Z * [new tag] ciflow/trunk/142372 -> ciflow/trunk/142372 2025-03-04T19:48:32.6198319Z * [new tag] ciflow/trunk/142477 -> ciflow/trunk/142477 2025-03-04T19:48:32.6199359Z * [new tag] ciflow/trunk/142821 -> ciflow/trunk/142821 2025-03-04T19:48:32.6200184Z * [new tag] ciflow/trunk/142859 -> ciflow/trunk/142859 2025-03-04T19:48:32.6201057Z * [new tag] ciflow/trunk/142865 -> ciflow/trunk/142865 2025-03-04T19:48:32.6201778Z * [new tag] ciflow/trunk/143082 -> ciflow/trunk/143082 2025-03-04T19:48:32.6202875Z * [new tag] ciflow/trunk/143093 -> ciflow/trunk/143093 2025-03-04T19:48:32.6203581Z * [new tag] ciflow/trunk/143220 -> ciflow/trunk/143220 2025-03-04T19:48:32.6204529Z * [new tag] ciflow/trunk/143261 -> ciflow/trunk/143261 2025-03-04T19:48:32.6205233Z * [new tag] ciflow/trunk/143303 -> ciflow/trunk/143303 2025-03-04T19:48:32.6206077Z * [new tag] ciflow/trunk/143313 -> ciflow/trunk/143313 2025-03-04T19:48:32.6206999Z * [new tag] ciflow/trunk/143347 -> ciflow/trunk/143347 2025-03-04T19:48:32.6207940Z * [new tag] ciflow/trunk/143402 -> ciflow/trunk/143402 2025-03-04T19:48:32.6208641Z * [new tag] ciflow/trunk/143416 -> ciflow/trunk/143416 2025-03-04T19:48:32.6209623Z * [new tag] ciflow/trunk/143451 -> ciflow/trunk/143451 2025-03-04T19:48:32.6210343Z * [new tag] ciflow/trunk/143475 -> ciflow/trunk/143475 2025-03-04T19:48:32.6211174Z * [new tag] ciflow/trunk/143630 -> ciflow/trunk/143630 2025-03-04T19:48:32.6211963Z * [new tag] ciflow/trunk/143666 -> ciflow/trunk/143666 2025-03-04T19:48:32.6212622Z * [new tag] ciflow/trunk/143671 -> ciflow/trunk/143671 2025-03-04T19:48:32.6213675Z * [new tag] ciflow/trunk/143689 -> ciflow/trunk/143689 2025-03-04T19:48:32.6214494Z * [new tag] ciflow/trunk/143712 -> ciflow/trunk/143712 2025-03-04T19:48:32.6215400Z * [new tag] ciflow/trunk/143733 -> ciflow/trunk/143733 2025-03-04T19:48:32.6216368Z * [new tag] ciflow/trunk/143822 -> ciflow/trunk/143822 2025-03-04T19:48:32.6217261Z * [new tag] ciflow/trunk/143833 -> ciflow/trunk/143833 2025-03-04T19:48:32.6218228Z * [new tag] ciflow/trunk/143894 -> ciflow/trunk/143894 2025-03-04T19:48:32.6218965Z * [new tag] ciflow/trunk/143896 -> ciflow/trunk/143896 2025-03-04T19:48:32.6219800Z * [new tag] ciflow/trunk/143961 -> ciflow/trunk/143961 2025-03-04T19:48:32.6220520Z * [new tag] ciflow/trunk/143966 -> ciflow/trunk/143966 2025-03-04T19:48:32.6221961Z * [new tag] ciflow/trunk/144017 -> ciflow/trunk/144017 2025-03-04T19:48:32.6222934Z * [new tag] ciflow/trunk/144019 -> ciflow/trunk/144019 2025-03-04T19:48:32.6223630Z * [new tag] ciflow/trunk/144120 -> ciflow/trunk/144120 2025-03-04T19:48:32.6224592Z * [new tag] ciflow/trunk/144138 -> ciflow/trunk/144138 2025-03-04T19:48:32.6225319Z * [new tag] ciflow/trunk/144172 -> ciflow/trunk/144172 2025-03-04T19:48:32.6226258Z * [new tag] ciflow/trunk/144177 -> ciflow/trunk/144177 2025-03-04T19:48:32.6227222Z * [new tag] ciflow/trunk/144268 -> ciflow/trunk/144268 2025-03-04T19:48:32.6228051Z * [new tag] ciflow/trunk/144272 -> ciflow/trunk/144272 2025-03-04T19:48:32.6228774Z * [new tag] ciflow/trunk/144293 -> ciflow/trunk/144293 2025-03-04T19:48:32.6229618Z * [new tag] ciflow/trunk/144452 -> ciflow/trunk/144452 2025-03-04T19:48:32.6230486Z * [new tag] ciflow/trunk/144468 -> ciflow/trunk/144468 2025-03-04T19:48:32.6231206Z * [new tag] ciflow/trunk/144557 -> ciflow/trunk/144557 2025-03-04T19:48:32.6231941Z * [new tag] ciflow/trunk/144572 -> ciflow/trunk/144572 2025-03-04T19:48:32.6232976Z * [new tag] ciflow/trunk/144590 -> ciflow/trunk/144590 2025-03-04T19:48:32.6234015Z * [new tag] ciflow/trunk/144616 -> ciflow/trunk/144616 2025-03-04T19:48:32.6234746Z * [new tag] ciflow/trunk/144620 -> ciflow/trunk/144620 2025-03-04T19:48:32.6235586Z * [new tag] ciflow/trunk/144664 -> ciflow/trunk/144664 2025-03-04T19:48:32.6236493Z * [new tag] ciflow/trunk/144708 -> ciflow/trunk/144708 2025-03-04T19:48:32.6237337Z * [new tag] ciflow/trunk/144721 -> ciflow/trunk/144721 2025-03-04T19:48:32.6238032Z * [new tag] ciflow/trunk/144733 -> ciflow/trunk/144733 2025-03-04T19:48:32.6238989Z * [new tag] ciflow/trunk/144763 -> ciflow/trunk/144763 2025-03-04T19:48:32.6239694Z * [new tag] ciflow/trunk/144771 -> ciflow/trunk/144771 2025-03-04T19:48:32.6240627Z * [new tag] ciflow/trunk/144844 -> ciflow/trunk/144844 2025-03-04T19:48:32.6241345Z * [new tag] ciflow/trunk/144880 -> ciflow/trunk/144880 2025-03-04T19:48:32.6242212Z * [new tag] ciflow/trunk/144925 -> ciflow/trunk/144925 2025-03-04T19:48:32.6242931Z * [new tag] ciflow/trunk/144953 -> ciflow/trunk/144953 2025-03-04T19:48:32.6243787Z * [new tag] ciflow/trunk/144975 -> ciflow/trunk/144975 2025-03-04T19:48:32.6244547Z * [new tag] ciflow/trunk/144992 -> ciflow/trunk/144992 2025-03-04T19:48:32.6245278Z * [new tag] ciflow/trunk/145061 -> ciflow/trunk/145061 2025-03-04T19:48:32.6246110Z * [new tag] ciflow/trunk/145116 -> ciflow/trunk/145116 2025-03-04T19:48:32.6246823Z * [new tag] ciflow/trunk/145119 -> ciflow/trunk/145119 2025-03-04T19:48:32.6247806Z * [new tag] ciflow/trunk/145136 -> ciflow/trunk/145136 2025-03-04T19:48:32.6248662Z * [new tag] ciflow/trunk/145153 -> ciflow/trunk/145153 2025-03-04T19:48:32.6249401Z * [new tag] ciflow/trunk/145224 -> ciflow/trunk/145224 2025-03-04T19:48:32.6250223Z * [new tag] ciflow/trunk/145241 -> ciflow/trunk/145241 2025-03-04T19:48:32.6250952Z * [new tag] ciflow/trunk/145254 -> ciflow/trunk/145254 2025-03-04T19:48:32.6251774Z * [new tag] ciflow/trunk/145331 -> ciflow/trunk/145331 2025-03-04T19:48:32.6252705Z * [new tag] ciflow/trunk/145406 -> ciflow/trunk/145406 2025-03-04T19:48:32.6253434Z * [new tag] ciflow/trunk/145523 -> ciflow/trunk/145523 2025-03-04T19:48:32.6254272Z * [new tag] ciflow/trunk/145559 -> ciflow/trunk/145559 2025-03-04T19:48:32.6255171Z * [new tag] ciflow/trunk/145677 -> ciflow/trunk/145677 2025-03-04T19:48:32.6256005Z * [new tag] ciflow/trunk/145717 -> ciflow/trunk/145717 2025-03-04T19:48:32.6256703Z * [new tag] ciflow/trunk/145936 -> ciflow/trunk/145936 2025-03-04T19:48:32.6257551Z * [new tag] ciflow/trunk/145946 -> ciflow/trunk/145946 2025-03-04T19:48:32.6258243Z * [new tag] ciflow/trunk/145966 -> ciflow/trunk/145966 2025-03-04T19:48:32.6259383Z * [new tag] ciflow/trunk/145979 -> ciflow/trunk/145979 2025-03-04T19:48:32.6260221Z * [new tag] ciflow/trunk/146051 -> ciflow/trunk/146051 2025-03-04T19:48:32.6261202Z * [new tag] ciflow/trunk/146069 -> ciflow/trunk/146069 2025-03-04T19:48:32.6262465Z * [new tag] ciflow/trunk/146090 -> ciflow/trunk/146090 2025-03-04T19:48:32.6263201Z * [new tag] ciflow/trunk/146098 -> ciflow/trunk/146098 2025-03-04T19:48:32.6264115Z * [new tag] ciflow/trunk/146110 -> ciflow/trunk/146110 2025-03-04T19:48:32.6264955Z * [new tag] ciflow/trunk/146115 -> ciflow/trunk/146115 2025-03-04T19:48:32.6265635Z * [new tag] ciflow/trunk/146176 -> ciflow/trunk/146176 2025-03-04T19:48:32.6266602Z * [new tag] ciflow/trunk/146182 -> ciflow/trunk/146182 2025-03-04T19:48:32.6267335Z * [new tag] ciflow/trunk/146256 -> ciflow/trunk/146256 2025-03-04T19:48:32.6268180Z * [new tag] ciflow/trunk/146275 -> ciflow/trunk/146275 2025-03-04T19:48:32.6269085Z * [new tag] ciflow/trunk/146289 -> ciflow/trunk/146289 2025-03-04T19:48:32.6269902Z * [new tag] ciflow/trunk/146335 -> ciflow/trunk/146335 2025-03-04T19:48:32.6270745Z * [new tag] ciflow/trunk/146421 -> ciflow/trunk/146421 2025-03-04T19:48:32.6271674Z * [new tag] ciflow/trunk/146489 -> ciflow/trunk/146489 2025-03-04T19:48:32.6272794Z * [new tag] ciflow/trunk/146517 -> ciflow/trunk/146517 2025-03-04T19:48:32.6273497Z * [new tag] ciflow/trunk/146530 -> ciflow/trunk/146530 2025-03-04T19:48:32.6274285Z * [new tag] ciflow/trunk/146561 -> ciflow/trunk/146561 2025-03-04T19:48:32.6274998Z * [new tag] ciflow/trunk/146573 -> ciflow/trunk/146573 2025-03-04T19:48:32.6276423Z * [new tag] ciflow/trunk/146582 -> ciflow/trunk/146582 2025-03-04T19:48:32.6277114Z * [new tag] ciflow/trunk/146661 -> ciflow/trunk/146661 2025-03-04T19:48:32.6278064Z * [new tag] ciflow/trunk/146718 -> ciflow/trunk/146718 2025-03-04T19:48:32.6278753Z * [new tag] ciflow/trunk/146777 -> ciflow/trunk/146777 2025-03-04T19:48:32.6279825Z * [new tag] ciflow/trunk/146807 -> ciflow/trunk/146807 2025-03-04T19:48:32.6280537Z * [new tag] ciflow/trunk/146823 -> ciflow/trunk/146823 2025-03-04T19:48:32.6281414Z * [new tag] ciflow/trunk/146826 -> ciflow/trunk/146826 2025-03-04T19:48:32.6282120Z * [new tag] ciflow/trunk/146827 -> ciflow/trunk/146827 2025-03-04T19:48:32.6283006Z * [new tag] ciflow/trunk/146845 -> ciflow/trunk/146845 2025-03-04T19:48:32.6283710Z * [new tag] ciflow/trunk/146870 -> ciflow/trunk/146870 2025-03-04T19:48:32.6284665Z * [new tag] ciflow/trunk/146873 -> ciflow/trunk/146873 2025-03-04T19:48:32.6285213Z * [new tag] ciflow/trunk/146874 -> ciflow/trunk/146874 2025-03-04T19:48:32.6286065Z * [new tag] ciflow/trunk/146903 -> ciflow/trunk/146903 2025-03-04T19:48:32.6286807Z * [new tag] ciflow/trunk/146928 -> ciflow/trunk/146928 2025-03-04T19:48:32.6287836Z * [new tag] ciflow/trunk/146970 -> ciflow/trunk/146970 2025-03-04T19:48:32.6288747Z * [new tag] ciflow/trunk/147014 -> ciflow/trunk/147014 2025-03-04T19:48:32.6289453Z * [new tag] ciflow/trunk/147072 -> ciflow/trunk/147072 2025-03-04T19:48:32.6290300Z * [new tag] ciflow/trunk/147105 -> ciflow/trunk/147105 2025-03-04T19:48:32.6291033Z * [new tag] ciflow/trunk/147155 -> ciflow/trunk/147155 2025-03-04T19:48:32.6291867Z * [new tag] ciflow/trunk/147272 -> ciflow/trunk/147272 2025-03-04T19:48:32.6292557Z * [new tag] ciflow/trunk/147314 -> ciflow/trunk/147314 2025-03-04T19:48:32.6293295Z * [new tag] ciflow/trunk/147320 -> ciflow/trunk/147320 2025-03-04T19:48:32.6294260Z * [new tag] ciflow/trunk/147334 -> ciflow/trunk/147334 2025-03-04T19:48:32.6294994Z * [new tag] ciflow/trunk/147349 -> ciflow/trunk/147349 2025-03-04T19:48:32.6295839Z * [new tag] ciflow/trunk/147368 -> ciflow/trunk/147368 2025-03-04T19:48:32.6296580Z * [new tag] ciflow/trunk/147403 -> ciflow/trunk/147403 2025-03-04T19:48:32.6297427Z * [new tag] ciflow/trunk/147422 -> ciflow/trunk/147422 2025-03-04T19:48:32.6298134Z * [new tag] ciflow/trunk/147448 -> ciflow/trunk/147448 2025-03-04T19:48:32.6298871Z * [new tag] ciflow/trunk/147452 -> ciflow/trunk/147452 2025-03-04T19:48:32.6299728Z * [new tag] ciflow/trunk/147481 -> ciflow/trunk/147481 2025-03-04T19:48:32.6300455Z * [new tag] ciflow/trunk/147498 -> ciflow/trunk/147498 2025-03-04T19:48:32.6301183Z * [new tag] ciflow/trunk/147574 -> ciflow/trunk/147574 2025-03-04T19:48:32.6302117Z * [new tag] ciflow/trunk/147583 -> ciflow/trunk/147583 2025-03-04T19:48:32.6302851Z * [new tag] ciflow/trunk/147660 -> ciflow/trunk/147660 2025-03-04T19:48:32.6303639Z * [new tag] ciflow/trunk/147664 -> ciflow/trunk/147664 2025-03-04T19:48:32.6304364Z * [new tag] ciflow/trunk/147741 -> ciflow/trunk/147741 2025-03-04T19:48:32.6305328Z * [new tag] ciflow/trunk/147742 -> ciflow/trunk/147742 2025-03-04T19:48:32.6306044Z * [new tag] ciflow/trunk/147752 -> ciflow/trunk/147752 2025-03-04T19:48:32.6306992Z * [new tag] ciflow/trunk/147797 -> ciflow/trunk/147797 2025-03-04T19:48:32.6307615Z * [new tag] ciflow/trunk/147798 -> ciflow/trunk/147798 2025-03-04T19:48:32.6308603Z * [new tag] ciflow/trunk/147808 -> ciflow/trunk/147808 2025-03-04T19:48:32.6309321Z * [new tag] ciflow/trunk/147817 -> ciflow/trunk/147817 2025-03-04T19:48:32.6310642Z * [new tag] ciflow/trunk/147820 -> ciflow/trunk/147820 2025-03-04T19:48:32.6311316Z * [new tag] ciflow/trunk/147821 -> ciflow/trunk/147821 2025-03-04T19:48:32.6312164Z * [new tag] ciflow/trunk/147836 -> ciflow/trunk/147836 2025-03-04T19:48:32.6312867Z * [new tag] ciflow/trunk/147862 -> ciflow/trunk/147862 2025-03-04T19:48:32.6313773Z * [new tag] ciflow/trunk/147870 -> ciflow/trunk/147870 2025-03-04T19:48:32.6314501Z * [new tag] ciflow/trunk/147881 -> ciflow/trunk/147881 2025-03-04T19:48:32.6315335Z * [new tag] ciflow/trunk/147897 -> ciflow/trunk/147897 2025-03-04T19:48:32.6316045Z * [new tag] ciflow/trunk/147910 -> ciflow/trunk/147910 2025-03-04T19:48:32.6316896Z * [new tag] ciflow/trunk/147917 -> ciflow/trunk/147917 2025-03-04T19:48:32.6317617Z * [new tag] ciflow/trunk/147945 -> ciflow/trunk/147945 2025-03-04T19:48:32.6318453Z * [new tag] ciflow/trunk/147955 -> ciflow/trunk/147955 2025-03-04T19:48:32.6319169Z * [new tag] ciflow/trunk/147956 -> ciflow/trunk/147956 2025-03-04T19:48:32.6320005Z * [new tag] ciflow/trunk/147957 -> ciflow/trunk/147957 2025-03-04T19:48:32.6320734Z * [new tag] ciflow/trunk/147958 -> ciflow/trunk/147958 2025-03-04T19:48:32.6321563Z * [new tag] ciflow/trunk/147959 -> ciflow/trunk/147959 2025-03-04T19:48:32.6322416Z * [new tag] ciflow/trunk/147962 -> ciflow/trunk/147962 2025-03-04T19:48:32.6323122Z * [new tag] ciflow/trunk/147964 -> ciflow/trunk/147964 2025-03-04T19:48:32.6323968Z * [new tag] ciflow/trunk/147994 -> ciflow/trunk/147994 2025-03-04T19:48:32.6324669Z * [new tag] ciflow/trunk/147997 -> ciflow/trunk/147997 2025-03-04T19:48:32.6325613Z * [new tag] ciflow/trunk/148049 -> ciflow/trunk/148049 2025-03-04T19:48:32.6326340Z * [new tag] ciflow/trunk/148076 -> ciflow/trunk/148076 2025-03-04T19:48:32.6327193Z * [new tag] ciflow/trunk/148083 -> ciflow/trunk/148083 2025-03-04T19:48:32.6328368Z * [new tag] ciflow/trunk/148131 -> ciflow/trunk/148131 2025-03-04T19:48:32.6329252Z * [new tag] ciflow/trunk/148163 -> ciflow/trunk/148163 2025-03-04T19:48:32.6329965Z * [new tag] ciflow/trunk/148173 -> ciflow/trunk/148173 2025-03-04T19:48:32.6330818Z * [new tag] ciflow/trunk/148180 -> ciflow/trunk/148180 2025-03-04T19:48:32.6331523Z * [new tag] ciflow/trunk/148231 -> ciflow/trunk/148231 2025-03-04T19:48:32.6332371Z * [new tag] ciflow/trunk/148261 -> ciflow/trunk/148261 2025-03-04T19:48:32.6333070Z * [new tag] ciflow/trunk/148279 -> ciflow/trunk/148279 2025-03-04T19:48:32.6333840Z * [new tag] ciflow/trunk/148287 -> ciflow/trunk/148287 2025-03-04T19:48:32.6334688Z * [new tag] ciflow/trunk/148290 -> ciflow/trunk/148290 2025-03-04T19:48:32.6335441Z * [new tag] ciflow/trunk/148292 -> ciflow/trunk/148292 2025-03-04T19:48:32.6336288Z * [new tag] ciflow/trunk/148305 -> ciflow/trunk/148305 2025-03-04T19:48:32.6337055Z * [new tag] ciflow/trunk/148343 -> ciflow/trunk/148343 2025-03-04T19:48:32.6337773Z * [new tag] ciflow/trunk/148350 -> ciflow/trunk/148350 2025-03-04T19:48:32.6338602Z * [new tag] ciflow/trunk/148364 -> ciflow/trunk/148364 2025-03-04T19:48:32.6339491Z * [new tag] ciflow/trunk/148366 -> ciflow/trunk/148366 2025-03-04T19:48:32.6340210Z * [new tag] ciflow/trunk/148388 -> ciflow/trunk/148388 2025-03-04T19:48:32.6341056Z * [new tag] ciflow/trunk/148423 -> ciflow/trunk/148423 2025-03-04T19:48:32.6342068Z * [new tag] ciflow/trunk/70978 -> ciflow/trunk/70978 2025-03-04T19:48:32.6342988Z * [new tag] ciflow/trunk/70979 -> ciflow/trunk/70979 2025-03-04T19:48:32.6344168Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-03-04T19:48:32.6345099Z * [new tag] ciflow/unstable/146104 -> ciflow/unstable/146104 2025-03-04T19:48:32.6345808Z * [new tag] ciflow/unstable/146264 -> ciflow/unstable/146264 2025-03-04T19:48:32.6346503Z * [new tag] ciflow/unstable/147320 -> ciflow/unstable/147320 2025-03-04T19:48:32.6347423Z * [new tag] ciflow/xpu/137566 -> ciflow/xpu/137566 2025-03-04T19:48:32.6348155Z * [new tag] ciflow/xpu/137580 -> ciflow/xpu/137580 2025-03-04T19:48:32.6348974Z * [new tag] ciflow/xpu/138889 -> ciflow/xpu/138889 2025-03-04T19:48:32.6349630Z * [new tag] ciflow/xpu/138996 -> ciflow/xpu/138996 2025-03-04T19:48:32.6350330Z * [new tag] ciflow/xpu/139469 -> ciflow/xpu/139469 2025-03-04T19:48:32.6351054Z * [new tag] ciflow/xpu/139971 -> ciflow/xpu/139971 2025-03-04T19:48:32.6351869Z * [new tag] ciflow/xpu/140365 -> ciflow/xpu/140365 2025-03-04T19:48:32.6352884Z * [new tag] ciflow/xpu/140372 -> ciflow/xpu/140372 2025-03-04T19:48:32.6353299Z * [new tag] ciflow/xpu/140686 -> ciflow/xpu/140686 2025-03-04T19:48:32.6354138Z * [new tag] ciflow/xpu/140972 -> ciflow/xpu/140972 2025-03-04T19:48:32.6354873Z * [new tag] ciflow/xpu/142040 -> ciflow/xpu/142040 2025-03-04T19:48:32.6355952Z * [new tag] ciflow/xpu/142097 -> ciflow/xpu/142097 2025-03-04T19:48:32.6356977Z * [new tag] ciflow/xpu/143597 -> ciflow/xpu/143597 2025-03-04T19:48:32.6358007Z * [new tag] ciflow/xpu/143833 -> ciflow/xpu/143833 2025-03-04T19:48:32.6358962Z * [new tag] ciflow/xpu/144240 -> ciflow/xpu/144240 2025-03-04T19:48:32.6359644Z * [new tag] ciflow/xpu/144452 -> ciflow/xpu/144452 2025-03-04T19:48:32.6360369Z * [new tag] ciflow/xpu/144664 -> ciflow/xpu/144664 2025-03-04T19:48:32.6361154Z * [new tag] ciflow/xpu/146098 -> ciflow/xpu/146098 2025-03-04T19:48:32.6362477Z * [new tag] ciflow/xpu/147161 -> ciflow/xpu/147161 2025-03-04T19:48:32.6365420Z * [new tag] ciflow/xpu/147349 -> ciflow/xpu/147349 2025-03-04T19:48:32.6365690Z * [new tag] ciflow/xpu/147355 -> ciflow/xpu/147355 2025-03-04T19:48:32.6365961Z * [new tag] ciflow/xpu/147403 -> ciflow/xpu/147403 2025-03-04T19:48:32.6366288Z * [new tag] ciflow/xpu/147448 -> ciflow/xpu/147448 2025-03-04T19:48:32.6366557Z * [new tag] ciflow/xpu/147498 -> ciflow/xpu/147498 2025-03-04T19:48:32.6366831Z * [new tag] ciflow/xpu/147507 -> ciflow/xpu/147507 2025-03-04T19:48:32.6367490Z * [new tag] ciflow/xpu/147583 -> ciflow/xpu/147583 2025-03-04T19:48:32.6368486Z * [new tag] ciflow/xpu/147593 -> ciflow/xpu/147593 2025-03-04T19:48:32.6369260Z * [new tag] ciflow/xpu/147664 -> ciflow/xpu/147664 2025-03-04T19:48:32.6369995Z * [new tag] ciflow/xpu/147727 -> ciflow/xpu/147727 2025-03-04T19:48:32.6370661Z * [new tag] ciflow/xpu/147821 -> ciflow/xpu/147821 2025-03-04T19:48:32.6371410Z * [new tag] ciflow/xpu/147945 -> ciflow/xpu/147945 2025-03-04T19:48:32.6372309Z * [new tag] ciflow/xpu/147955 -> ciflow/xpu/147955 2025-03-04T19:48:32.6373148Z * [new tag] ciflow/xpu/147956 -> ciflow/xpu/147956 2025-03-04T19:48:32.6373858Z * [new tag] ciflow/xpu/147957 -> ciflow/xpu/147957 2025-03-04T19:48:32.6374688Z * [new tag] ciflow/xpu/147958 -> ciflow/xpu/147958 2025-03-04T19:48:32.6375426Z * [new tag] ciflow/xpu/147959 -> ciflow/xpu/147959 2025-03-04T19:48:32.6376184Z * [new tag] ciflow/xpu/147962 -> ciflow/xpu/147962 2025-03-04T19:48:32.6376986Z * [new tag] ciflow/xpu/148076 -> ciflow/xpu/148076 2025-03-04T19:48:32.6378056Z * [new tag] ciflow/xpu/148081 -> ciflow/xpu/148081 2025-03-04T19:48:32.6378763Z * [new tag] ciflow/xpu/148305 -> ciflow/xpu/148305 2025-03-04T19:48:32.6379506Z * [new tag] ciflow/xpu/148313 -> ciflow/xpu/148313 2025-03-04T19:48:32.6380903Z * [new tag] ciflow/xpu/148366 -> ciflow/xpu/148366 2025-03-04T19:48:32.6381746Z * [new tag] ciflow/xpu/148403 -> ciflow/xpu/148403 2025-03-04T19:48:32.6382509Z * [new tag] ciflow/xpu/148423 -> ciflow/xpu/148423 2025-03-04T19:48:32.6383568Z * [new tag] cslpull75 -> cslpull75 2025-03-04T19:48:32.6384356Z * [new tag] cslpull76 -> cslpull76 2025-03-04T19:48:32.6385249Z * [new tag] cslpull77 -> cslpull77 2025-03-04T19:48:32.6386041Z * [new tag] cslpull78 -> cslpull78 2025-03-04T19:48:32.6387142Z * [new tag] cslpull79 -> cslpull79 2025-03-04T19:48:32.6388333Z * [new tag] cslpull80 -> cslpull80 2025-03-04T19:48:32.6389360Z * [new tag] cslpull81 -> cslpull81 2025-03-04T19:48:32.6390368Z * [new tag] cslpull82 -> cslpull82 2025-03-04T19:48:32.6391275Z * [new tag] cslpull83 -> cslpull83 2025-03-04T19:48:32.6392095Z * [new tag] cslpull84 -> cslpull84 2025-03-04T19:48:32.6392867Z * [new tag] cslpull85 -> cslpull85 2025-03-04T19:48:32.6393909Z * [new tag] cslpull86 -> cslpull86 2025-03-04T19:48:32.6394821Z * [new tag] cslpull87 -> cslpull87 2025-03-04T19:48:32.6395731Z * [new tag] cslpull88 -> cslpull88 2025-03-04T19:48:32.6396493Z * [new tag] cslpull89 -> cslpull89 2025-03-04T19:48:32.6397225Z * [new tag] cslpull90 -> cslpull90 2025-03-04T19:48:32.6398642Z * [new tag] cslpull91 -> cslpull91 2025-03-04T19:48:32.6399539Z * [new tag] cslpull92 -> cslpull92 2025-03-04T19:48:32.6400379Z * [new tag] flight_5 -> flight_5 2025-03-04T19:48:32.6401331Z * [new tag] flight_5.1 -> flight_5.1 2025-03-04T19:48:32.6402335Z * [new tag] flight_5.2 -> flight_5.2 2025-03-04T19:48:32.6403045Z * [new tag] flight_5.3 -> flight_5.3 2025-03-04T19:48:32.6404083Z * [new tag] forpull1 -> forpull1 2025-03-04T19:48:32.6405138Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-03-04T19:48:32.6405957Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-03-04T19:48:32.6406876Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-03-04T19:48:32.6407852Z * [new tag] nightly-binary -> nightly-binary 2025-03-04T19:48:32.6408539Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-03-04T19:48:32.6409549Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-03-04T19:48:32.6410434Z * [new tag] v0.1.1 -> v0.1.1 2025-03-04T19:48:32.6411334Z * [new tag] v0.1.10 -> v0.1.10 2025-03-04T19:48:32.6412096Z * [new tag] v0.1.11 -> v0.1.11 2025-03-04T19:48:32.6413058Z * [new tag] v0.1.12 -> v0.1.12 2025-03-04T19:48:32.6413796Z * [new tag] v0.1.2 -> v0.1.2 2025-03-04T19:48:32.6414737Z * [new tag] v0.1.3 -> v0.1.3 2025-03-04T19:48:32.6415539Z * [new tag] v0.1.4 -> v0.1.4 2025-03-04T19:48:32.6416444Z * [new tag] v0.1.5 -> v0.1.5 2025-03-04T19:48:32.6417382Z * [new tag] v0.1.6 -> v0.1.6 2025-03-04T19:48:32.6418142Z * [new tag] v0.1.7 -> v0.1.7 2025-03-04T19:48:32.6419045Z * [new tag] v0.1.8 -> v0.1.8 2025-03-04T19:48:32.6419802Z * [new tag] v0.1.9 -> v0.1.9 2025-03-04T19:48:32.6420730Z * [new tag] v0.2.0 -> v0.2.0 2025-03-04T19:48:32.6421741Z * [new tag] v0.3.0 -> v0.3.0 2025-03-04T19:48:32.6422839Z * [new tag] v0.3.1 -> v0.3.1 2025-03-04T19:48:32.6423738Z * [new tag] v0.4.0 -> v0.4.0 2025-03-04T19:48:32.6424881Z * [new tag] v0.4.1 -> v0.4.1 2025-03-04T19:48:32.6425360Z * [new tag] v1.0.0 -> v1.0.0 2025-03-04T19:48:32.6426333Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-03-04T19:48:32.6427201Z * [new tag] v1.0.1 -> v1.0.1 2025-03-04T19:48:32.6428172Z * [new tag] v1.0rc0 -> v1.0rc0 2025-03-04T19:48:32.6428822Z * [new tag] v1.0rc1 -> v1.0rc1 2025-03-04T19:48:32.6429806Z * [new tag] v1.1.0 -> v1.1.0 2025-03-04T19:48:32.6430693Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-03-04T19:48:32.6431804Z * [new tag] v1.10.0 -> v1.10.0 2025-03-04T19:48:32.6432867Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-03-04T19:48:32.6433816Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-03-04T19:48:32.6434488Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-03-04T19:48:32.6435463Z * [new tag] v1.10.1 -> v1.10.1 2025-03-04T19:48:32.6436133Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-03-04T19:48:32.6436852Z * [new tag] v1.10.2 -> v1.10.2 2025-03-04T19:48:32.6437544Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-03-04T19:48:32.6438517Z * [new tag] v1.11.0 -> v1.11.0 2025-03-04T19:48:32.6439554Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-03-04T19:48:32.6440565Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-03-04T19:48:32.6441698Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-03-04T19:48:32.6442588Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-03-04T19:48:32.6443567Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-03-04T19:48:32.6444235Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-03-04T19:48:32.6444940Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-03-04T19:48:32.6445977Z * [new tag] v1.12.0 -> v1.12.0 2025-03-04T19:48:32.6446898Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-03-04T19:48:32.6447848Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-03-04T19:48:32.6448790Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-03-04T19:48:32.6449728Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-03-04T19:48:32.6450685Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-03-04T19:48:32.6451720Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-03-04T19:48:32.6452538Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-03-04T19:48:32.6453211Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-03-04T19:48:32.6453900Z * [new tag] v1.12.1 -> v1.12.1 2025-03-04T19:48:32.6454936Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-03-04T19:48:32.6455913Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-03-04T19:48:32.6456907Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-03-04T19:48:32.6457885Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-03-04T19:48:32.6458571Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-03-04T19:48:32.6459542Z * [new tag] v1.13.0 -> v1.13.0 2025-03-04T19:48:32.6460523Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-03-04T19:48:32.6461485Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-03-04T19:48:32.6462725Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-03-04T19:48:32.6463806Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-03-04T19:48:32.6464513Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-03-04T19:48:32.6465194Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-03-04T19:48:32.6466171Z * [new tag] v1.13.1 -> v1.13.1 2025-03-04T19:48:32.6466836Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-03-04T19:48:32.6467775Z * [new tag] v1.2.0 -> v1.2.0 2025-03-04T19:48:32.6468711Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-03-04T19:48:32.6469636Z * [new tag] v1.3.0 -> v1.3.0 2025-03-04T19:48:32.6470573Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-03-04T19:48:32.6471255Z * [new tag] v1.3.1 -> v1.3.1 2025-03-04T19:48:32.6472415Z * [new tag] v1.4.0 -> v1.4.0 2025-03-04T19:48:32.6474820Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-03-04T19:48:32.6475479Z * [new tag] v1.4.1 -> v1.4.1 2025-03-04T19:48:32.6476497Z * [new tag] v1.5.0 -> v1.5.0 2025-03-04T19:48:32.6477461Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-03-04T19:48:32.6478437Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-03-04T19:48:32.6479467Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-03-04T19:48:32.6480468Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-03-04T19:48:32.6481068Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-03-04T19:48:32.6482072Z * [new tag] v1.5.1 -> v1.5.1 2025-03-04T19:48:32.6482790Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-03-04T19:48:32.6483572Z * [new tag] v1.6.0 -> v1.6.0 2025-03-04T19:48:32.6484568Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-03-04T19:48:32.6485532Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-03-04T19:48:32.6486508Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-03-04T19:48:32.6487417Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-03-04T19:48:32.6488394Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-03-04T19:48:32.6489311Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-03-04T19:48:32.6490001Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-03-04T19:48:32.6491004Z * [new tag] v1.7.0 -> v1.7.0 2025-03-04T19:48:32.6492047Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-03-04T19:48:32.6493094Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-03-04T19:48:32.6494082Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-03-04T19:48:32.6494782Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-03-04T19:48:32.6495734Z * [new tag] v1.7.1 -> v1.7.1 2025-03-04T19:48:32.6496843Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-03-04T19:48:32.6497870Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-03-04T19:48:32.6498578Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-03-04T19:48:32.6499577Z * [new tag] v1.8.0 -> v1.8.0 2025-03-04T19:48:32.6500283Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-03-04T19:48:32.6501269Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-03-04T19:48:32.6502350Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-03-04T19:48:32.6503258Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-03-04T19:48:32.6503947Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-03-04T19:48:32.6504647Z * [new tag] v1.8.1 -> v1.8.1 2025-03-04T19:48:32.6505649Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-03-04T19:48:32.6506342Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-03-04T19:48:32.6507159Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-03-04T19:48:32.6508605Z * [new tag] v1.8.2 -> v1.8.2 2025-03-04T19:48:32.6509304Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-03-04T19:48:32.6510278Z * [new tag] v1.9.0 -> v1.9.0 2025-03-04T19:48:32.6511209Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-03-04T19:48:32.6512264Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-03-04T19:48:32.6513232Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-03-04T19:48:32.6513949Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-03-04T19:48:32.6514904Z * [new tag] v1.9.1 -> v1.9.1 2025-03-04T19:48:32.6516076Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-03-04T19:48:32.6516738Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-03-04T19:48:32.6517798Z * [new tag] v2.0.0 -> v2.0.0 2025-03-04T19:48:32.6518625Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-03-04T19:48:32.6519648Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-03-04T19:48:32.6520647Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-03-04T19:48:32.6521559Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-03-04T19:48:32.6522561Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-03-04T19:48:32.6523234Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-03-04T19:48:32.6524247Z * [new tag] v2.0.1 -> v2.0.1 2025-03-04T19:48:32.6525231Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-03-04T19:48:32.6526067Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-03-04T19:48:32.6526943Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-03-04T19:48:32.6527645Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-03-04T19:48:32.6529024Z * [new tag] v2.1.0 -> v2.1.0 2025-03-04T19:48:32.6529966Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-03-04T19:48:32.6530887Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-03-04T19:48:32.6531896Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-03-04T19:48:32.6532838Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-03-04T19:48:32.6533805Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-03-04T19:48:32.6534472Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-03-04T19:48:32.6535409Z * [new tag] v2.1.1 -> v2.1.1 2025-03-04T19:48:32.6536993Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-03-04T19:48:32.6537905Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-03-04T19:48:32.6538911Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-03-04T19:48:32.6539888Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-03-04T19:48:32.6540831Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-03-04T19:48:32.6541587Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-03-04T19:48:32.6542513Z * [new tag] v2.1.2 -> v2.1.2 2025-03-04T19:48:32.6543434Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-03-04T19:48:32.6544456Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-03-04T19:48:32.6545139Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-03-04T19:48:32.6546095Z * [new tag] v2.2.0 -> v2.2.0 2025-03-04T19:48:32.6546984Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-03-04T19:48:32.6547872Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-03-04T19:48:32.6548740Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-03-04T19:48:32.6549680Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-03-04T19:48:32.6550563Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-03-04T19:48:32.6551522Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-03-04T19:48:32.6552209Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-03-04T19:48:32.6552999Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-03-04T19:48:32.6553956Z * [new tag] v2.2.1 -> v2.2.1 2025-03-04T19:48:32.6554883Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-03-04T19:48:32.6555583Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-03-04T19:48:32.6556424Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-03-04T19:48:32.6557019Z * [new tag] v2.2.2 -> v2.2.2 2025-03-04T19:48:32.6558052Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-03-04T19:48:32.6558759Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-03-04T19:48:32.6559461Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-03-04T19:48:32.6560456Z * [new tag] v2.3.0 -> v2.3.0 2025-03-04T19:48:32.6561348Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-03-04T19:48:32.6562601Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-03-04T19:48:32.6563638Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-03-04T19:48:32.6564462Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-03-04T19:48:32.6565362Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-03-04T19:48:32.6566310Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-03-04T19:48:32.6567266Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-03-04T19:48:32.6568227Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-03-04T19:48:32.6568900Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-03-04T19:48:32.6569857Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-03-04T19:48:32.6570914Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-03-04T19:48:32.6571735Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-03-04T19:48:32.6572611Z * [new tag] v2.3.1 -> v2.3.1 2025-03-04T19:48:32.6573563Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-03-04T19:48:32.6574542Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-03-04T19:48:32.6575501Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-03-04T19:48:32.6576480Z * [new tag] v2.4.0 -> v2.4.0 2025-03-04T19:48:32.6577400Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-03-04T19:48:32.6578376Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-03-04T19:48:32.6579310Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-03-04T19:48:32.6580233Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-03-04T19:48:32.6581263Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-03-04T19:48:32.6582323Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-03-04T19:48:32.6583288Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-03-04T19:48:32.6584292Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-03-04T19:48:32.6585284Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-03-04T19:48:32.6585979Z * [new tag] v2.4.1 -> v2.4.1 2025-03-04T19:48:32.6587057Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-03-04T19:48:32.6588017Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-03-04T19:48:32.6589067Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-03-04T19:48:32.6590001Z * [new tag] v2.5.0 -> v2.5.0 2025-03-04T19:48:32.6590939Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-03-04T19:48:32.6591625Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-03-04T19:48:32.6592744Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-03-04T19:48:32.6593710Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-03-04T19:48:32.6594755Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-03-04T19:48:32.6596079Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-03-04T19:48:32.6597103Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-03-04T19:48:32.6598035Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-03-04T19:48:32.6599051Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-03-04T19:48:32.6600006Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-03-04T19:48:32.6600810Z * [new tag] v2.5.1 -> v2.5.1 2025-03-04T19:48:32.6601478Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-03-04T19:48:32.6602293Z * [new tag] v2.6.0 -> v2.6.0 2025-03-04T19:48:32.6603304Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-03-04T19:48:32.6604354Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-03-04T19:48:32.6605340Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-03-04T19:48:32.6606243Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-03-04T19:48:32.6607441Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-03-04T19:48:32.6608509Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-03-04T19:48:32.6609495Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-03-04T19:48:32.6610571Z * [new tag] v2.6.0-rc8 -> v2.6.0-rc8 2025-03-04T19:48:32.6611550Z * [new tag] v2.6.0-rc9 -> v2.6.0-rc9 2025-03-04T19:48:32.6612594Z * [new tag] whc_flight_1 -> whc_flight_1 2025-03-04T19:48:32.6613314Z * [new tag] whc_flight_2 -> whc_flight_2 2025-03-04T19:48:32.6614181Z * [new tag] whc_flight_4 -> whc_flight_4 2025-03-04T19:48:32.7174836Z [command]/usr/bin/git rev-parse --verify --quiet 1b7498080987913ecb3aff6253c5e88f3540d911^{object} 2025-03-04T19:48:32.7196295Z 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:48:32.7200339Z ##[endgroup] 2025-03-04T19:48:32.7200744Z ##[group]Determining the checkout info 2025-03-04T19:48:32.7201836Z ##[endgroup] 2025-03-04T19:48:32.7206018Z [command]/usr/bin/git sparse-checkout disable 2025-03-04T19:48:32.7235157Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-04T19:48:32.7256782Z ##[group]Checking out the ref 2025-03-04T19:48:32.7260170Z [command]/usr/bin/git checkout --progress --force 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:48:33.7609978Z Note: switching to '1b7498080987913ecb3aff6253c5e88f3540d911'. 2025-03-04T19:48:33.7610535Z 2025-03-04T19:48:33.7610908Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-04T19:48:33.7611745Z changes and commit them, and you can discard any commits you make in this 2025-03-04T19:48:33.7612520Z state without impacting any branches by switching back to a branch. 2025-03-04T19:48:33.7612980Z 2025-03-04T19:48:33.7613275Z If you want to create a new branch to retain commits you create, you may 2025-03-04T19:48:33.7613987Z do so (now or later) by using -c with the switch command. Example: 2025-03-04T19:48:33.7614414Z 2025-03-04T19:48:33.7614599Z git switch -c 2025-03-04T19:48:33.7614900Z 2025-03-04T19:48:33.7615240Z Or undo this operation with: 2025-03-04T19:48:33.7615517Z 2025-03-04T19:48:33.7615668Z git switch - 2025-03-04T19:48:33.7615893Z 2025-03-04T19:48:33.7616259Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-04T19:48:33.7616892Z 2025-03-04T19:48:33.7617403Z HEAD is now at 1b749808098 Update on "[dynamo] remove internal stack trace for fullgraph=True graph breaks" 2025-03-04T19:48:33.7681442Z ##[endgroup] 2025-03-04T19:48:33.7720921Z [command]/usr/bin/git log -1 --format=%H 2025-03-04T19:48:33.7741617Z 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:48:33.7933407Z Prepare all required actions 2025-03-04T19:48:33.7933954Z Getting action download info 2025-03-04T19:48:33.9319141Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-04T19:48:34.0775615Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-04T19:48:34.0776037Z with: 2025-03-04T19:48:34.0776331Z docker-image-name: pytorch-linux-focal-linter 2025-03-04T19:48:34.0776704Z docker-build-dir: .ci/docker 2025-03-04T19:48:34.0777027Z working-directory: pytorch/pytorch 2025-03-04T19:48:34.0777446Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-04T19:48:34.0777857Z force-push: false 2025-03-04T19:48:34.0778107Z env: 2025-03-04T19:48:34.0778357Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:48:34.0778714Z REPOSITORY: pytorch/pytorch 2025-03-04T19:48:34.0779009Z PR_NUMBER: 148205 2025-03-04T19:48:34.0783322Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:48:34.0787887Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:48:34.0788473Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:48:34.0789027Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:48:34.0789425Z ##[endgroup] 2025-03-04T19:48:34.0814051Z ##[group]Run set -ex 2025-03-04T19:48:34.0814391Z set -ex 2025-03-04T19:48:34.0814636Z  2025-03-04T19:48:34.0815041Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-04T19:48:34.0815698Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-04T19:48:34.0816275Z # job could then download the pre-built image as usual 2025-03-04T19:48:34.0816785Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-04T19:48:34.0817247Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-04T19:48:34.0817699Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-04T19:48:34.0818112Z  2025-03-04T19:48:34.0818473Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-04T19:48:34.0819000Z  exit 0 2025-03-04T19:48:34.0819234Z else 2025-03-04T19:48:34.0819572Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-04T19:48:34.0819912Z fi 2025-03-04T19:48:34.0820147Z  2025-03-04T19:48:34.0820502Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-04T19:48:34.0821100Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-04T19:48:34.0821837Z  # use it as it is, but first let's extract the tag 2025-03-04T19:48:34.0822327Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-04T19:48:34.0822834Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-04T19:48:34.0823323Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-04T19:48:34.0823736Z else 2025-03-04T19:48:34.0824066Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-04T19:48:34.0824517Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-04T19:48:34.0825148Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-04T19:48:34.0825698Z fi 2025-03-04T19:48:34.0831184Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:48:34.0831581Z env: 2025-03-04T19:48:34.0831854Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:48:34.0832210Z REPOSITORY: pytorch/pytorch 2025-03-04T19:48:34.0832508Z PR_NUMBER: 148205 2025-03-04T19:48:34.0836691Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:48:34.0841246Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:48:34.0841834Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:48:34.0842394Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:48:34.0842788Z REPO_NAME: pytorch 2025-03-04T19:48:34.0843103Z DOCKER_IMAGE_NAME: pytorch-linux-focal-linter 2025-03-04T19:48:34.0843468Z DOCKER_BUILD_DIR: .ci/docker 2025-03-04T19:48:34.0843844Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-04T19:48:34.0844242Z ##[endgroup] 2025-03-04T19:48:34.0869810Z + [[ ! -d .ci/docker ]] 2025-03-04T19:48:34.0870330Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-04T19:48:34.0870818Z + echo skip=false 2025-03-04T19:48:34.0871556Z + [[ pytorch-linux-focal-linter == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\p\y\t\o\r\c\h* ]] 2025-03-04T19:48:34.0874498Z ++ git rev-parse HEAD:.ci/docker 2025-03-04T19:48:34.0889521Z + DOCKER_TAG=e4800fd93ba7d48bf4197a488fd32c12de647b0e 2025-03-04T19:48:34.0890126Z + echo docker-tag=e4800fd93ba7d48bf4197a488fd32c12de647b0e 2025-03-04T19:48:34.0890928Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-linter:e4800fd93ba7d48bf4197a488fd32c12de647b0e 2025-03-04T19:48:34.0925234Z ##[group]Run set +e 2025-03-04T19:48:34.0925586Z set +e 2025-03-04T19:48:34.0925842Z set -x 2025-03-04T19:48:34.0926084Z  2025-03-04T19:48:34.0926306Z login() { 2025-03-04T19:48:34.0926925Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-04T19:48:34.0927454Z } 2025-03-04T19:48:34.0927686Z  2025-03-04T19:48:34.0927920Z retry () { 2025-03-04T19:48:34.0928196Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-04T19:48:34.0928526Z } 2025-03-04T19:48:34.0928754Z  2025-03-04T19:48:34.0929005Z retry login "${DOCKER_REGISTRY}" 2025-03-04T19:48:34.0929330Z  2025-03-04T19:48:34.0929559Z START_TIME=$(date +%s) 2025-03-04T19:48:34.0929870Z # Wait up to 120 minutes 2025-03-04T19:48:34.0930248Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-04T19:48:34.0930743Z  # Check if image already exists, if it does then skip building it 2025-03-04T19:48:34.0931235Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-04T19:48:34.0931599Z  exit 0 2025-03-04T19:48:34.0931851Z  fi 2025-03-04T19:48:34.0932090Z  2025-03-04T19:48:34.0932488Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-04T19:48:34.0933144Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-04T19:48:34.0933794Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-04T19:48:34.0934320Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-04T19:48:34.0934733Z  # It's a Docker build job, let's build the image 2025-03-04T19:48:34.0935086Z  break 2025-03-04T19:48:34.0935346Z  else 2025-03-04T19:48:34.0935706Z  # It's a regular build job, wait for the image to become available 2025-03-04T19:48:34.0936132Z  sleep 300 2025-03-04T19:48:34.0936401Z  fi 2025-03-04T19:48:34.0936628Z done 2025-03-04T19:48:34.0936868Z  2025-03-04T19:48:34.0937237Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-04T19:48:34.0937807Z # be empty. The default action would be to continue rebuild the image 2025-03-04T19:48:34.0938324Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-04T19:48:34.0938793Z  # if we're on the base branch then use the parent commit 2025-03-04T19:48:34.0939193Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-04T19:48:34.0939525Z else 2025-03-04T19:48:34.0939865Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-04T19:48:34.0940340Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-04T19:48:34.0940714Z fi 2025-03-04T19:48:34.0940936Z  2025-03-04T19:48:34.0941188Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-04T19:48:34.0941656Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-04T19:48:34.0942001Z  2025-03-04T19:48:34.0942472Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-04T19:48:34.0943018Z  exit 0 2025-03-04T19:48:34.0943246Z fi 2025-03-04T19:48:34.0943477Z  2025-03-04T19:48:34.0943798Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-04T19:48:34.0944467Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-04T19:48:34.0945107Z  exit 1 2025-03-04T19:48:34.0945341Z fi 2025-03-04T19:48:34.0945607Z  2025-03-04T19:48:34.0945978Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-04T19:48:34.0946623Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-04T19:48:34.0947212Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-04T19:48:34.0947959Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-04T19:48:34.0948700Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-04T19:48:34.0949162Z fi 2025-03-04T19:48:34.0949393Z  2025-03-04T19:48:34.0949673Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-04T19:48:34.0955034Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:48:34.0955426Z env: 2025-03-04T19:48:34.0956038Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-linter:e4800fd93ba7d48bf4197a488fd32c12de647b0e 2025-03-04T19:48:34.0956747Z REPOSITORY: pytorch/pytorch 2025-03-04T19:48:34.0957045Z PR_NUMBER: 148205 2025-03-04T19:48:34.0961201Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:48:34.0965781Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:48:34.0966365Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:48:34.0966913Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:48:34.0967318Z DOCKER_BUILD_DIR: .ci/docker 2025-03-04T19:48:34.0967679Z BASE_REVISION: 6130f46efa5539abfeee284d298e5696e18b0475 2025-03-04T19:48:34.0968108Z DOCKER_TAG: e4800fd93ba7d48bf4197a488fd32c12de647b0e 2025-03-04T19:48:34.0968564Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-04T19:48:34.0968961Z DOCKER_PUSH: 2025-03-04T19:48:34.0969206Z ##[endgroup] 2025-03-04T19:48:34.0991099Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-04T19:48:34.0991552Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-04T19:48:34.0993655Z + aws ecr get-login-password --region us-east-1 2025-03-04T19:48:34.0994726Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-04T19:48:34.6385635Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-04T19:48:34.6386256Z Configure a credential helper to remove this warning. See 2025-03-04T19:48:34.6386839Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-04T19:48:34.6387532Z 2025-03-04T19:48:34.6387718Z Login Succeeded 2025-03-04T19:48:34.6403413Z ++ date +%s 2025-03-04T19:48:34.6412066Z + START_TIME=1741117714 2025-03-04T19:48:34.6415564Z ++ date +%s 2025-03-04T19:48:34.6423649Z + [[ 1741110514 -lt 1741117714 ]] 2025-03-04T19:48:34.6424439Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-linter:e4800fd93ba7d48bf4197a488fd32c12de647b0e 2025-03-04T19:48:34.9743284Z { 2025-03-04T19:48:34.9743575Z "schemaVersion": 2, 2025-03-04T19:48:34.9744302Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-04T19:48:34.9744771Z "config": { 2025-03-04T19:48:34.9745126Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-04T19:48:34.9745547Z "size": 5642, 2025-03-04T19:48:34.9745955Z "digest": "sha256:3b256a8b7039b2d5e071c744c14832f158460bbdf651becb6a06af0642eb458b" 2025-03-04T19:48:34.9746431Z }, 2025-03-04T19:48:34.9746647Z "layers": [ 2025-03-04T19:48:34.9746885Z { 2025-03-04T19:48:34.9747229Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-04T19:48:34.9747647Z "size": 28583948, 2025-03-04T19:48:34.9748076Z "digest": "sha256:86e5016c269355b382c9cabab4f6646d56d75914f20d545289970436dae431b1" 2025-03-04T19:48:34.9748546Z }, 2025-03-04T19:48:34.9748757Z { 2025-03-04T19:48:34.9749100Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-04T19:48:34.9749516Z "size": 1894, 2025-03-04T19:48:34.9749953Z "digest": "sha256:a4516c1e2aeadb1f0fd4ed38949f63d0f905cf6cec9553f4f3206bfc220386bd" 2025-03-04T19:48:34.9750440Z }, 2025-03-04T19:48:34.9750656Z { 2025-03-04T19:48:34.9750996Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-04T19:48:34.9751410Z "size": 318644295, 2025-03-04T19:48:34.9751842Z "digest": "sha256:d57b936455d7d8863dcbbaa997084420f15b79dd2861a04dc099654f92a0fcd3" 2025-03-04T19:48:34.9752314Z }, 2025-03-04T19:48:34.9752525Z { 2025-03-04T19:48:34.9752870Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-04T19:48:34.9753279Z "size": 703, 2025-03-04T19:48:34.9753691Z "digest": "sha256:4c9888052f423616ae231c5c5bdc2fcb768861b9e799699621881f2cb84e4cc8" 2025-03-04T19:48:34.9754161Z }, 2025-03-04T19:48:34.9754374Z { 2025-03-04T19:48:34.9754716Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-04T19:48:34.9755128Z "size": 1259, 2025-03-04T19:48:34.9755548Z "digest": "sha256:1d761bfb71380d35e5cf987e2e8f8044e128d1651073a1d2fabf2f18d8460758" 2025-03-04T19:48:34.9756030Z }, 2025-03-04T19:48:34.9756244Z { 2025-03-04T19:48:34.9756584Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-04T19:48:34.9756995Z "size": 3734, 2025-03-04T19:48:34.9757717Z "digest": "sha256:a19bdb692e83285159de1443e9df6ccee4f1305004c98888a558d75cf25d0261" 2025-03-04T19:48:34.9758576Z }, 2025-03-04T19:48:34.9758795Z { 2025-03-04T19:48:34.9759139Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-04T19:48:34.9759555Z "size": 1860, 2025-03-04T19:48:34.9759976Z "digest": "sha256:85861b804cdc04337d3d7ab9563cede8ac50cdf22dcc19c7401d7138afb356ba" 2025-03-04T19:48:34.9760455Z }, 2025-03-04T19:48:34.9760699Z + exit 0 2025-03-04T19:48:34.9760917Z { 2025-03-04T19:48:34.9761246Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-04T19:48:34.9761669Z "size": 702, 2025-03-04T19:48:34.9762098Z "digest": "sha256:ab94590197e255e2a6ac9df292c037d583bf0fbdcedf8b051cc6f62e22451176" 2025-03-04T19:48:34.9762585Z }, 2025-03-04T19:48:34.9762792Z { 2025-03-04T19:48:34.9763119Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-04T19:48:34.9763544Z "size": 2661384134, 2025-03-04T19:48:34.9763986Z "digest": "sha256:f4b5455eba1944ed78b1db34bdcb1bb01192d5626d94ffb21c6cc3c447c94ff1" 2025-03-04T19:48:34.9764468Z }, 2025-03-04T19:48:34.9764679Z { 2025-03-04T19:48:34.9765004Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-04T19:48:34.9765516Z "size": 533, 2025-03-04T19:48:34.9765925Z "digest": "sha256:c36b56957241f6859132f5e4be2365b077a433d6304766e528bab41962da1289" 2025-03-04T19:48:34.9766452Z }, 2025-03-04T19:48:34.9766662Z { 2025-03-04T19:48:34.9766992Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-04T19:48:34.9767414Z "size": 702, 2025-03-04T19:48:34.9767836Z "digest": "sha256:ab94590197e255e2a6ac9df292c037d583bf0fbdcedf8b051cc6f62e22451176" 2025-03-04T19:48:34.9768320Z }, 2025-03-04T19:48:34.9768533Z { 2025-03-04T19:48:34.9768940Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-04T19:48:34.9769388Z "size": 489248379, 2025-03-04T19:48:34.9769823Z "digest": "sha256:8ca7a8988357a064bb192891def545bcd43171a5aa63b9f101e1d540b9498a84" 2025-03-04T19:48:34.9770306Z }, 2025-03-04T19:48:34.9770523Z { 2025-03-04T19:48:34.9770853Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-04T19:48:34.9771286Z "size": 139, 2025-03-04T19:48:34.9771713Z "digest": "sha256:6e3048a36e4fa823f1eddedbc61d2f9c97e7543b4b0aace13318c7929334fca0" 2025-03-04T19:48:34.9772409Z } 2025-03-04T19:48:34.9772628Z ] 2025-03-04T19:48:34.9772829Z } 2025-03-04T19:48:34.9805521Z ##[group]Run set -eux 2025-03-04T19:48:34.9805832Z set -eux 2025-03-04T19:48:34.9806675Z 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-03-04T19:48:34.9812930Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:48:34.9813323Z env: 2025-03-04T19:48:34.9813596Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:48:34.9813958Z REPOSITORY: pytorch/pytorch 2025-03-04T19:48:34.9814254Z PR_NUMBER: 148205 2025-03-04T19:48:34.9818457Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:48:34.9823138Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:48:34.9823727Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:48:34.9824282Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:48:34.9824697Z ##[endgroup] 2025-03-04T19:48:34.9850908Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-04T19:48:34.9851856Z + jq --raw-output .SecretString 2025-03-04T19:48:34.9852588Z + jq -r .docker_hub_readonly_token 2025-03-04T19:48:34.9853955Z + docker login --username pytorchbot --password-stdin 2025-03-04T19:48:35.5542152Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-04T19:48:35.5542777Z Configure a credential helper to remove this warning. See 2025-03-04T19:48:35.5544376Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-04T19:48:35.5544757Z 2025-03-04T19:48:35.5544947Z Login Succeeded 2025-03-04T19:48:35.5623224Z Prepare all required actions 2025-03-04T19:48:35.5657275Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-04T19:48:35.5657671Z with: 2025-03-04T19:48:35.5658279Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-linter:e4800fd93ba7d48bf4197a488fd32c12de647b0e 2025-03-04T19:48:35.5659075Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-04T19:48:35.5659474Z env: 2025-03-04T19:48:35.5659741Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:48:35.5660098Z REPOSITORY: pytorch/pytorch 2025-03-04T19:48:35.5660402Z PR_NUMBER: 148205 2025-03-04T19:48:35.5664711Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:48:35.5669286Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:48:35.5669881Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:48:35.5670430Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:48:35.5670815Z ##[endgroup] 2025-03-04T19:48:35.5708455Z ##[group]Run set -x 2025-03-04T19:48:35.5708759Z set -x 2025-03-04T19:48:35.5709007Z set +e 2025-03-04T19:48:35.5709246Z  2025-03-04T19:48:35.5709465Z login() { 2025-03-04T19:48:35.5709951Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-04T19:48:35.5710466Z } 2025-03-04T19:48:35.5710692Z  2025-03-04T19:48:35.5710920Z retry () { 2025-03-04T19:48:35.5711196Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-04T19:48:35.5711531Z } 2025-03-04T19:48:35.5711754Z  2025-03-04T19:48:35.5712017Z retry login "${DOCKER_REGISTRY}" 2025-03-04T19:48:35.5712343Z  2025-03-04T19:48:35.5712558Z set -e 2025-03-04T19:48:35.5712909Z # ignore output since only exit code is used for conditional 2025-03-04T19:48:35.5713405Z # only pull docker image if it's not available locally 2025-03-04T19:48:35.5713949Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-04T19:48:35.5714454Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-04T19:48:35.5714786Z fi 2025-03-04T19:48:35.5720223Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:48:35.5720612Z env: 2025-03-04T19:48:35.5721224Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-linter:e4800fd93ba7d48bf4197a488fd32c12de647b0e 2025-03-04T19:48:35.5722022Z REPOSITORY: pytorch/pytorch 2025-03-04T19:48:35.5722325Z PR_NUMBER: 148205 2025-03-04T19:48:35.5726650Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:48:35.5731259Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:48:35.5731849Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:48:35.5732403Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:48:35.5732899Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-04T19:48:35.5733299Z ##[endgroup] 2025-03-04T19:48:35.5755947Z + set +e 2025-03-04T19:48:35.5756327Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-04T19:48:35.5756775Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-04T19:48:35.5759480Z + aws ecr get-login-password --region us-east-1 2025-03-04T19:48:35.5760434Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-04T19:48:36.1005646Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-04T19:48:36.1006674Z Configure a credential helper to remove this warning. See 2025-03-04T19:48:36.1007571Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-04T19:48:36.1008171Z 2025-03-04T19:48:36.1008352Z Login Succeeded 2025-03-04T19:48:36.1019861Z + set -e 2025-03-04T19:48:36.1020996Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-linter:e4800fd93ba7d48bf4197a488fd32c12de647b0e 2025-03-04T19:48:36.1140416Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-linter:e4800fd93ba7d48bf4197a488fd32c12de647b0e 2025-03-04T19:48:36.1141613Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-linter:e4800fd93ba7d48bf4197a488fd32c12de647b0e 2025-03-04T19:48:36.3510271Z e4800fd93ba7d48bf4197a488fd32c12de647b0e: Pulling from pytorch/pytorch-linux-focal-linter 2025-03-04T19:48:36.3516863Z 86e5016c2693: Pulling fs layer 2025-03-04T19:48:36.3520094Z a4516c1e2aea: Pulling fs layer 2025-03-04T19:48:36.3520720Z d57b936455d7: Pulling fs layer 2025-03-04T19:48:36.3521153Z 4c9888052f42: Pulling fs layer 2025-03-04T19:48:36.3521464Z 1d761bfb7138: Pulling fs layer 2025-03-04T19:48:36.3521766Z a19bdb692e83: Pulling fs layer 2025-03-04T19:48:36.3522075Z 85861b804cdc: Pulling fs layer 2025-03-04T19:48:36.3522373Z ab94590197e2: Pulling fs layer 2025-03-04T19:48:36.3522646Z 4c9888052f42: Waiting 2025-03-04T19:48:36.3522918Z f4b5455eba19: Pulling fs layer 2025-03-04T19:48:36.3523254Z 1d761bfb7138: Waiting 2025-03-04T19:48:36.3523512Z a19bdb692e83: Waiting 2025-03-04T19:48:36.3523781Z c36b56957241: Pulling fs layer 2025-03-04T19:48:36.3524210Z ab94590197e2: Waiting 2025-03-04T19:48:36.3524472Z 85861b804cdc: Waiting 2025-03-04T19:48:36.3524730Z f4b5455eba19: Waiting 2025-03-04T19:48:36.3525003Z 8ca7a8988357: Pulling fs layer 2025-03-04T19:48:36.3525523Z 6e3048a36e4f: Pulling fs layer 2025-03-04T19:48:36.3525799Z c36b56957241: Waiting 2025-03-04T19:48:36.3526060Z 6e3048a36e4f: Waiting 2025-03-04T19:48:36.3526317Z 8ca7a8988357: Waiting 2025-03-04T19:48:36.4410594Z a4516c1e2aea: Download complete 2025-03-04T19:48:36.5310819Z 4c9888052f42: Verifying Checksum 2025-03-04T19:48:36.5311237Z 4c9888052f42: Download complete 2025-03-04T19:48:36.6913968Z 86e5016c2693: Verifying Checksum 2025-03-04T19:48:36.6914363Z 86e5016c2693: Download complete 2025-03-04T19:48:36.7070039Z 1d761bfb7138: Verifying Checksum 2025-03-04T19:48:36.7070504Z 1d761bfb7138: Download complete 2025-03-04T19:48:36.7696200Z a19bdb692e83: Verifying Checksum 2025-03-04T19:48:36.7696832Z a19bdb692e83: Download complete 2025-03-04T19:48:36.7879913Z 85861b804cdc: Verifying Checksum 2025-03-04T19:48:36.7880558Z 85861b804cdc: Download complete 2025-03-04T19:48:36.8600478Z ab94590197e2: Verifying Checksum 2025-03-04T19:48:36.8601060Z ab94590197e2: Download complete 2025-03-04T19:48:36.9609292Z c36b56957241: Verifying Checksum 2025-03-04T19:48:36.9609865Z c36b56957241: Download complete 2025-03-04T19:48:37.5414688Z 86e5016c2693: Pull complete 2025-03-04T19:48:37.5512234Z a4516c1e2aea: Pull complete 2025-03-04T19:48:39.6126496Z d57b936455d7: Verifying Checksum 2025-03-04T19:48:39.6126906Z d57b936455d7: Download complete 2025-03-04T19:48:39.6956930Z 6e3048a36e4f: Verifying Checksum 2025-03-04T19:48:39.6957521Z 6e3048a36e4f: Download complete 2025-03-04T19:48:41.9240775Z 8ca7a8988357: Verifying Checksum 2025-03-04T19:48:41.9241304Z 8ca7a8988357: Download complete 2025-03-04T19:48:47.5829808Z d57b936455d7: Pull complete 2025-03-04T19:48:47.6435788Z 4c9888052f42: Pull complete 2025-03-04T19:48:47.6804668Z 1d761bfb7138: Pull complete 2025-03-04T19:48:47.7156226Z a19bdb692e83: Pull complete 2025-03-04T19:48:47.7599707Z 85861b804cdc: Pull complete 2025-03-04T19:48:47.7968133Z ab94590197e2: Pull complete 2025-03-04T19:49:03.4718230Z f4b5455eba19: Download complete 2025-03-04T19:49:45.7916580Z f4b5455eba19: Pull complete 2025-03-04T19:49:45.8154120Z c36b56957241: Pull complete 2025-03-04T19:49:56.3944578Z 8ca7a8988357: Pull complete 2025-03-04T19:49:56.5695578Z 6e3048a36e4f: Pull complete 2025-03-04T19:49:56.6671069Z Digest: sha256:a47241bc71688fbac236b659bf0561637d64f5c88493a04f30307c5ede7b8576 2025-03-04T19:49:56.6953146Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-linter:e4800fd93ba7d48bf4197a488fd32c12de647b0e 2025-03-04T19:49:56.7066562Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-linter:e4800fd93ba7d48bf4197a488fd32c12de647b0e 2025-03-04T19:49:56.7111480Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:49:56.7112429Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:49:56.7119403Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:49:56.7119800Z env: 2025-03-04T19:49:56.7120073Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:49:56.7120431Z REPOSITORY: pytorch/pytorch 2025-03-04T19:49:56.7120731Z PR_NUMBER: 148205 2025-03-04T19:49:56.7124981Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:49:56.7129734Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:49:56.7130327Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:49:56.7130877Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:49:56.7131282Z ##[endgroup] 2025-03-04T19:49:56.7231467Z ##[group]Run set -ex 2025-03-04T19:49:56.7231797Z set -ex 2025-03-04T19:49:56.7232058Z { 2025-03-04T19:49:56.7232318Z  echo "#!/usr/bin/env bash"; 2025-03-04T19:49:56.7232668Z  echo "set -eou pipefail"; 2025-03-04T19:49:56.7233006Z  # shellcheck disable=SC2016 2025-03-04T19:49:56.7233353Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-04T19:49:56.7233709Z  echo "set -x"; 2025-03-04T19:49:56.7234002Z  echo "${SCRIPT}"; 2025-03-04T19:49:56.7234311Z } > "${RUNNER_TEMP}/exec_script" 2025-03-04T19:49:56.7234667Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-04T19:49:56.7234989Z  2025-03-04T19:49:56.7235235Z function handle_error() { 2025-03-04T19:49:56.7235719Z  echo "Please note: We are currently migrating Linux Wheel builds to Manywheel 2.28" 2025-03-04T19:49:56.7236441Z  echo "If you see error like: ImportError: /lib64/libc.so.6: version GLIBC_2.28 not found" 2025-03-04T19:49:56.7237238Z  echo "Please migrate to: https://github.com/pytorch/test-infra/blob/main/.github/workflows/linux_job_v2.yml" 2025-03-04T19:49:56.7237938Z  echo "Issue: https://github.com/pytorch/pytorch/issues/123649" 2025-03-04T19:49:56.7238359Z } 2025-03-04T19:49:56.7238611Z trap handle_error ERR 2025-03-04T19:49:56.7238903Z  2025-03-04T19:49:56.7239479Z python3 "/home/ec2-user/actions-runner/_work/pytorch/pytorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-04T19:49:56.7244794Z shell: /usr/bin/bash -e {0} 2025-03-04T19:49:56.7245075Z env: 2025-03-04T19:49:56.7245697Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-linter:e4800fd93ba7d48bf4197a488fd32c12de647b0e 2025-03-04T19:49:56.7246402Z REPOSITORY: pytorch/pytorch 2025-03-04T19:49:56.7246707Z PR_NUMBER: 148205 2025-03-04T19:49:56.7251035Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:49:56.7255736Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:49:56.7256327Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:49:56.7256882Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:49:56.7257533Z ALL_SECRETS: { "github_token": "***" } 2025-03-04T19:49:56.7257860Z ##[endgroup] 2025-03-04T19:49:56.7279732Z + echo '#!/usr/bin/env bash' 2025-03-04T19:49:56.7280246Z + echo 'set -eou pipefail' 2025-03-04T19:49:56.7280835Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-04T19:49:56.7281204Z + echo 'set -x' 2025-03-04T19:49:56.7281609Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-04T19:49:56.7282339Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-04T19:49:56.7282735Z conda activate "${CONDA_ENV}" 2025-03-04T19:49:56.7282937Z 2025-03-04T19:49:56.7283055Z # Ensure no non-breaking spaces 2025-03-04T19:49:56.7283466Z # NB: We use '\''printf'\'' below rather than '\''\u000a'\'' since bash pre-4.2 2025-03-04T19:49:56.7284015Z # does not support the '\''\u000a'\'' syntax (which is relevant for local linters) 2025-03-04T19:49:56.7284830Z (! git --no-pager grep -In "$(printf '\''\xC2\xA0'\'')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) 2025-03-04T19:49:56.7285399Z 2025-03-04T19:49:56.7285537Z # Ensure cross-OS compatible file names 2025-03-04T19:49:56.7286441Z (! git ls-files | grep -E '\''([<>:"|?*]|[ .]$)'\'' || (echo "The above file names are not valid across all operating systems. Please ensure they don'\''t contain the characters '\''<>:""|?*'\'' and don'\''t end with a white space or a '\''.'\'' "; false)) 2025-03-04T19:49:56.7287209Z 2025-03-04T19:49:56.7287333Z # Ensure no versionless Python shebangs 2025-03-04T19:49:56.7288030Z (! git --no-pager grep -In '\''#!.*python$'\'' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) 2025-03-04T19:49:56.7288605Z 2025-03-04T19:49:56.7288731Z # Ensure ciflow tags mentioned in config 2025-03-04T19:49:56.7289171Z python3 .github/scripts/collect_ciflow_labels.py --validate-tags 2025-03-04T19:49:56.7289481Z 2025-03-04T19:49:56.7289588Z # C++ docs check 2025-03-04T19:49:56.7289840Z pushd docs/cpp/source 2025-03-04T19:49:56.7290098Z ./check-doxygen.sh 2025-03-04T19:49:56.7290346Z popd 2025-03-04T19:49:56.7290479Z 2025-03-04T19:49:56.7290591Z # CUDA kernel launch check 2025-03-04T19:49:56.7290867Z set -eux 2025-03-04T19:49:56.7291319Z python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:49:56.7291839Z ' 2025-03-04T19:49:56.7292158Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-04T19:49:56.7300527Z + trap handle_error ERR 2025-03-04T19:49:56.7301443Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-04T19:50:42.2061576Z Running command: 2025-03-04T19:50:42.2068232Z 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_13661694840" `# 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/pytorch/pytorch/pytorch/pytorch:/pytorch/pytorch" -v "/home/ec2-user/actions-runner/_work/pytorch/pytorch/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_a76fe083-889c-4a68-ab94-40d24aed4079":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_a76fe083-889c-4a68-ab94-40d24aed4079" -w /pytorch/pytorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-linter:e4800fd93ba7d48bf4197a488fd32c12de647b0e" 2025-03-04T19:50:42.2077917Z 2025-03-04T19:50:42.2078302Z 3c36f32cd9c2866fe4f7c8483146668176fdd3733802dce3c2a9fb701e116677 2025-03-04T19:50:42.2079190Z Running command: docker exec -t 3c36f32cd9c2866fe4f7c8483146668176fdd3733802dce3c2a9fb701e116677 /exec 2025-03-04T19:50:42.2079765Z ++ conda env list --json 2025-03-04T19:50:42.2080042Z ++ local cmd=env 2025-03-04T19:50:42.2080289Z ++ case "$cmd" in 2025-03-04T19:50:42.2080769Z ++ __conda_exe env list --json 2025-03-04T19:50:42.2081073Z ++ jq -r '.envs | .[-1]' 2025-03-04T19:50:42.2081333Z ++ '[' -n '' ']' 2025-03-04T19:50:42.2081610Z ++ /opt/conda/bin/conda env list --json 2025-03-04T19:50:42.2081961Z + CONDA_ENV=/opt/conda/envs/py_3.9 2025-03-04T19:50:42.2082296Z + conda activate /opt/conda/envs/py_3.9 2025-03-04T19:50:42.2082622Z + local cmd=activate 2025-03-04T19:50:42.2082869Z + case "$cmd" in 2025-03-04T19:50:42.2083166Z + __conda_activate activate /opt/conda/envs/py_3.9 2025-03-04T19:50:42.2083519Z + '[' -n '' ']' 2025-03-04T19:50:42.2083762Z + local ask_conda 2025-03-04T19:50:42.2084017Z ++ PS1='(base) ' 2025-03-04T19:50:42.2084325Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.9 2025-03-04T19:50:42.2084695Z ++ '[' -n '' ']' 2025-03-04T19:50:42.2085057Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.9 2025-03-04T19:50:42.2085483Z + ask_conda='unset _CE_M 2025-03-04T19:50:42.2085757Z unset _CE_CONDA 2025-03-04T19:50:42.2085990Z PS1='\''(py_3.9) '\'' 2025-03-04T19:50:42.2086737Z export PATH='\''/opt/conda/envs/py_3.9/bin:/opt/conda/condabin:/opt/conda/envs/py_3.9/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-04T19:50:42.2087573Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.9'\'' 2025-03-04T19:50:42.2087938Z export CONDA_SHLVL='\''2'\'' 2025-03-04T19:50:42.2088252Z export CONDA_DEFAULT_ENV='\''py_3.9'\'' 2025-03-04T19:50:42.2088604Z export CONDA_PROMPT_MODIFIER='\''(py_3.9) '\'' 2025-03-04T19:50:42.2088972Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-04T19:50:42.2089331Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-04T19:50:42.2089731Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-04T19:50:42.2090104Z + eval 'unset _CE_M 2025-03-04T19:50:42.2090344Z unset _CE_CONDA 2025-03-04T19:50:42.2090591Z PS1='\''(py_3.9) '\'' 2025-03-04T19:50:42.2091326Z export PATH='\''/opt/conda/envs/py_3.9/bin:/opt/conda/condabin:/opt/conda/envs/py_3.9/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-04T19:50:42.2092156Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.9'\'' 2025-03-04T19:50:42.2092523Z export CONDA_SHLVL='\''2'\'' 2025-03-04T19:50:42.2092833Z export CONDA_DEFAULT_ENV='\''py_3.9'\'' 2025-03-04T19:50:42.2093180Z export CONDA_PROMPT_MODIFIER='\''(py_3.9) '\'' 2025-03-04T19:50:42.2093546Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-04T19:50:42.2093902Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-04T19:50:42.2094303Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-04T19:50:42.2094669Z ++ unset _CE_M 2025-03-04T19:50:42.2094903Z ++ unset _CE_CONDA 2025-03-04T19:50:42.2095242Z ++ PS1='(py_3.9) ' 2025-03-04T19:50:42.2095958Z ++ export PATH=/opt/conda/envs/py_3.9/bin:/opt/conda/condabin:/opt/conda/envs/py_3.9/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-04T19:50:42.2097195Z ++ PATH=/opt/conda/envs/py_3.9/bin:/opt/conda/condabin:/opt/conda/envs/py_3.9/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-04T19:50:42.2097964Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.9 2025-03-04T19:50:42.2098311Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.9 2025-03-04T19:50:42.2098642Z ++ export CONDA_SHLVL=2 2025-03-04T19:50:42.2098908Z ++ CONDA_SHLVL=2 2025-03-04T19:50:42.2099173Z ++ export CONDA_DEFAULT_ENV=py_3.9 2025-03-04T19:50:42.2099491Z ++ CONDA_DEFAULT_ENV=py_3.9 2025-03-04T19:50:42.2099796Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.9) ' 2025-03-04T19:50:42.2100152Z ++ CONDA_PROMPT_MODIFIER='(py_3.9) ' 2025-03-04T19:50:42.2100483Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-04T19:50:42.2100807Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-04T19:50:42.2101189Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-04T19:50:42.2101592Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-04T19:50:42.2101950Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-04T19:50:42.2102329Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-04T19:50:42.2102658Z + __conda_hashr 2025-03-04T19:50:42.2102906Z + '[' -n '' ']' 2025-03-04T19:50:42.2103140Z + '[' -n '' ']' 2025-03-04T19:50:42.2103384Z + hash -r 2025-03-04T19:50:42.2103626Z ++ printf '\xC2\xA0' 2025-03-04T19:50:42.2103921Z + git --no-pager grep -In $'\302\240' -- . 2025-03-04T19:50:42.2104256Z + git ls-files 2025-03-04T19:50:42.2104500Z + grep -E '([<>:"|?*]|[ .]$)' 2025-03-04T19:50:42.2104828Z + git --no-pager grep -In '#!.*python$' -- . 2025-03-04T19:50:42.2105281Z + python3 .github/scripts/collect_ciflow_labels.py --validate-tags 2025-03-04T19:50:42.2105742Z All tags are listed in pytorch-probot.yml 2025-03-04T19:50:42.2106084Z + pushd docs/cpp/source 2025-03-04T19:50:42.2106402Z /pytorch/pytorch/docs/cpp/source /pytorch/pytorch 2025-03-04T19:50:42.2106771Z + ./check-doxygen.sh 2025-03-04T19:50:42.2107044Z + command -v doxygen 2025-03-04T19:50:42.2107322Z ++ dirname ./check-doxygen.sh 2025-03-04T19:50:42.2107616Z + pushd ./../../.. 2025-03-04T19:50:42.2107908Z /pytorch/pytorch /pytorch/pytorch/docs/cpp/source 2025-03-04T19:50:42.2108294Z + cp torch/_utils_internal.py tools/shared 2025-03-04T19:50:42.2108682Z + python -m torchgen.gen --source-path aten/src/ATen 2025-03-04T19:50:42.2109517Z + python tools/setup_helpers/generate_code.py --native-functions-path aten/src/ATen/native/native_functions.yaml --tags-path aten/src/ATen/native/tags.yaml 2025-03-04T19:50:42.2110287Z + popd 2025-03-04T19:50:42.2110523Z /pytorch/pytorch/docs/cpp/source 2025-03-04T19:50:42.2110839Z ++ dirname ./check-doxygen.sh 2025-03-04T19:50:42.2111129Z + doxygen . 2025-03-04T19:50:42.2111382Z Searching for include files... 2025-03-04T19:50:42.2111696Z Searching for example files... 2025-03-04T19:50:42.2111989Z Searching for images... 2025-03-04T19:50:42.2112273Z Searching for dot files... 2025-03-04T19:50:42.2112566Z Searching for msc files... 2025-03-04T19:50:42.2112861Z Searching for dia files... 2025-03-04T19:50:42.2113151Z Searching for files to exclude 2025-03-04T19:50:42.2113457Z Searching INPUT for files to process... 2025-03-04T19:50:42.2113885Z Searching for files in directory /pytorch/pytorch/docs/cpp/source 2025-03-04T19:50:42.2114310Z Reading and parsing tag files 2025-03-04T19:50:42.2114600Z Parsing files 2025-03-04T19:50:42.2114899Z Reading /pytorch/pytorch/docs/cpp/source/conf.py... 2025-03-04T19:50:42.2115327Z Parsing file /pytorch/pytorch/docs/cpp/source/conf.py... 2025-03-04T19:50:42.2115871Z Preprocessing /pytorch/pytorch/docs/cpp/source/original-doxygen-log.txt... 2025-03-04T19:50:42.2116491Z Parsing file /pytorch/pytorch/docs/cpp/source/original-doxygen-log.txt... 2025-03-04T19:50:42.2116956Z Building group list... 2025-03-04T19:50:42.2117238Z Building directory list... 2025-03-04T19:50:42.2117579Z Building namespace list... 2025-03-04T19:50:42.2117874Z Building file list... 2025-03-04T19:50:42.2118148Z Building class list... 2025-03-04T19:50:42.2118486Z Computing nesting relations for classes... 2025-03-04T19:50:42.2118853Z Associating documentation with classes... 2025-03-04T19:50:42.2119181Z Building example list... 2025-03-04T19:50:42.2119470Z Searching for enumerations... 2025-03-04T19:50:42.2119785Z Searching for documented typedefs... 2025-03-04T19:50:42.2120179Z Searching for members imported via using declarations... 2025-03-04T19:50:42.2120591Z Searching for included using directives... 2025-03-04T19:50:42.2120932Z Searching for documented variables... 2025-03-04T19:50:42.2121267Z Building interface member list... 2025-03-04T19:50:42.2121577Z Building member list... 2025-03-04T19:50:42.2121852Z Searching for friends... 2025-03-04T19:50:42.2122148Z Searching for documented defines... 2025-03-04T19:50:42.2122481Z Computing class inheritance relations... 2025-03-04T19:50:42.2122833Z Computing class usage relations... 2025-03-04T19:50:42.2123299Z Flushing cached template relations that have become invalid... 2025-03-04T19:50:42.2123720Z Computing class relations... 2025-03-04T19:50:42.2124019Z Add enum values to enums... 2025-03-04T19:50:42.2124335Z Searching for member function documentation... 2025-03-04T19:50:42.2124717Z Creating members for template instances... 2025-03-04T19:50:42.2125055Z Building page list... 2025-03-04T19:50:42.2125326Z Search for main page... 2025-03-04T19:50:42.2125608Z Computing page relations... 2025-03-04T19:50:42.2125905Z Determining the scope of groups... 2025-03-04T19:50:42.2126215Z Sorting lists... 2025-03-04T19:50:42.2126489Z Determining which enums are documented 2025-03-04T19:50:42.2126825Z Computing member relations... 2025-03-04T19:50:42.2127139Z Building full member lists recursively... 2025-03-04T19:50:42.2127487Z Adding members to member groups. 2025-03-04T19:50:42.2127803Z Computing member references... 2025-03-04T19:50:42.2128118Z Inheriting documentation... 2025-03-04T19:50:42.2128416Z Generating disk names... 2025-03-04T19:50:42.2128697Z Adding source references... 2025-03-04T19:50:42.2128984Z Adding xrefitems... 2025-03-04T19:50:42.2129250Z Sorting member lists... 2025-03-04T19:50:42.2129537Z Setting anonymous enum type... 2025-03-04T19:50:42.2129876Z Computing dependencies between directories... 2025-03-04T19:50:42.2130228Z Generating citations page... 2025-03-04T19:50:42.2130526Z Counting members... 2025-03-04T19:50:42.2130795Z Counting data structures... 2025-03-04T19:50:42.2131101Z Resolving user defined references... 2025-03-04T19:50:42.2131491Z Finding anchors and sections in the documentation... 2025-03-04T19:50:42.2131870Z Transferring function references... 2025-03-04T19:50:42.2132201Z Combining using relations... 2025-03-04T19:50:42.2132514Z Adding members to index pages... 2025-03-04T19:50:42.2132831Z Correcting members for VHDL... 2025-03-04T19:50:42.2133144Z Generating style sheet... 2025-03-04T19:50:42.2133426Z Generating search indices... 2025-03-04T19:50:42.2133745Z Generating example documentation... 2025-03-04T19:50:42.2134080Z Generating file sources... 2025-03-04T19:50:42.2134388Z Generating file documentation... 2025-03-04T19:50:42.2134716Z Generating page documentation... 2025-03-04T19:50:42.2135029Z Generating group documentation... 2025-03-04T19:50:42.2135362Z Generating class documentation... 2025-03-04T19:50:42.2135689Z Generating namespace index... 2025-03-04T19:50:42.2136006Z Generating graph info page... 2025-03-04T19:50:42.2136329Z Generating directory documentation... 2025-03-04T19:50:42.2136651Z Generating index page... 2025-03-04T19:50:42.2136943Z Generating page index... 2025-03-04T19:50:42.2137233Z Generating module index... 2025-03-04T19:50:42.2137533Z Generating namespace index... 2025-03-04T19:50:42.2137849Z Generating namespace member index... 2025-03-04T19:50:42.2138177Z Generating annotated compound index... 2025-03-04T19:50:42.2138532Z Generating alphabetical compound index... 2025-03-04T19:50:42.2138963Z Generating hierarchical class index... 2025-03-04T19:50:42.2139314Z Generating graphical class hierarchy... 2025-03-04T19:50:42.2139649Z Generating member index... 2025-03-04T19:50:42.2139961Z Generating file index... 2025-03-04T19:50:42.2140249Z Generating file member index... 2025-03-04T19:50:42.2140555Z Generating example index... 2025-03-04T19:50:42.2140852Z finalizing index lists... 2025-03-04T19:50:42.2822050Z writing tag file... 2025-03-04T19:50:42.2822378Z Running plantuml with JAVA... 2025-03-04T19:50:42.2822691Z Running dot... 2025-03-04T19:50:42.2822959Z Running dot for graph 1/1 2025-03-04T19:50:42.2823271Z lookup cache used 0/65536 hits=0 misses=0 2025-03-04T19:50:42.2823608Z finished... 2025-03-04T19:50:42.2823884Z + cp original-doxygen-log.txt doxygen-log.txt 2025-03-04T19:50:42.2824354Z + ignore_warning 'warning: no uniquely matching class member found for' 2025-03-04T19:50:42.2824781Z + set +e 2025-03-04T19:50:42.2825165Z + grep -v 'warning: no uniquely matching class member found for' doxygen-log.txt 2025-03-04T19:50:42.2825631Z + set -e 2025-03-04T19:50:42.2826063Z + mv temp.txt doxygen-log.txt 2025-03-04T19:50:42.2826539Z + ignore_warning 'warning: explicit link request to '\''Item'\'' could not be resolved' 2025-03-04T19:50:42.2827025Z + set +e 2025-03-04T19:50:42.2827445Z + grep -v 'warning: explicit link request to '\''Item'\'' could not be resolved' doxygen-log.txt 2025-03-04T19:50:42.2827943Z + set -e 2025-03-04T19:50:42.2828181Z + mv temp.txt doxygen-log.txt 2025-03-04T19:50:42.2828669Z + ignore_warning 'warning: Included by graph for '\''types.h'\'' not generated, too many nodes' 2025-03-04T19:50:42.2829163Z + set +e 2025-03-04T19:50:42.2829591Z + grep -v 'warning: Included by graph for '\''types.h'\'' not generated, too many nodes' doxygen-log.txt 2025-03-04T19:50:42.2830107Z + set -e 2025-03-04T19:50:42.2830339Z + mv temp.txt doxygen-log.txt 2025-03-04T19:50:42.2830653Z ++ grep warning: doxygen-log.txt 2025-03-04T19:50:42.2830949Z ++ wc -l 2025-03-04T19:50:42.2831177Z + warnings=0 2025-03-04T19:50:42.2831465Z + echo 'Treating all remaining warnings as errors' 2025-03-04T19:50:42.2831843Z Treating all remaining warnings as errors 2025-03-04T19:50:42.2832178Z + [[ 0 -ne 0 ]] 2025-03-04T19:50:42.2832477Z + rm -f doxygen-log.txt original-doxygen-log.txt 2025-03-04T19:50:42.2832827Z + popd 2025-03-04T19:50:42.2833060Z /pytorch/pytorch 2025-03-04T19:50:42.2833297Z + set -eux 2025-03-04T19:50:42.2833613Z + python3 torch/testing/_internal/check_kernel_launches.py 2025-03-04T19:50:42.2834128Z + tee cuda_kernel_launch_checks.txt 2025-03-04T19:50:42.2937997Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-04T19:50:42.2938388Z with: 2025-03-04T19:50:42.2938703Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:50:42.2939108Z fail-on-empty: false 2025-03-04T19:50:42.2939373Z env: 2025-03-04T19:50:42.2939635Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:50:42.2939992Z REPOSITORY: pytorch/pytorch 2025-03-04T19:50:42.2940275Z PR_NUMBER: 148205 2025-03-04T19:50:42.2944633Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:50:42.2949331Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:50:42.2949921Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:50:42.2950479Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:50:42.2950868Z ##[endgroup] 2025-03-04T19:50:42.3499483Z Prepare all required actions 2025-03-04T19:50:42.3542838Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-04T19:50:42.3543215Z with: 2025-03-04T19:50:42.3543561Z directory: /home/ec2-user/actions-runner/_work/pytorch/pytorch/ 2025-03-04T19:50:42.3544102Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-04T19:50:42.3544543Z env: 2025-03-04T19:50:42.3544806Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:50:42.3545152Z REPOSITORY: pytorch/pytorch 2025-03-04T19:50:42.3545455Z PR_NUMBER: 148205 2025-03-04T19:50:42.3549670Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:50:42.3554228Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:50:42.3554819Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:50:42.3555366Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:50:42.3555768Z ##[endgroup] 2025-03-04T19:50:42.3585580Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-04T19:50:42.3586285Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-04T19:50:42.3593570Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:50:42.3593962Z env: 2025-03-04T19:50:42.3594232Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:50:42.3594596Z REPOSITORY: pytorch/pytorch 2025-03-04T19:50:42.3594906Z PR_NUMBER: 148205 2025-03-04T19:50:42.3599245Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:50:42.3603910Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:50:42.3604486Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:50:42.3605037Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:50:42.3605562Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-04T19:50:42.3606099Z DIRECTORY: /home/ec2-user/actions-runner/_work/pytorch/pytorch/ 2025-03-04T19:50:42.3606509Z ##[endgroup] 2025-03-04T19:50:42.3774255Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-03-04T19:50:42.5854845Z latest: Pulling from tool/alpine 2025-03-04T19:50:42.5859237Z 540db60ca938: Pulling fs layer 2025-03-04T19:50:42.6737743Z 540db60ca938: Download complete 2025-03-04T19:50:42.7535656Z 540db60ca938: Pull complete 2025-03-04T19:50:42.7653663Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-04T19:50:42.7696461Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-04T19:50:44.0995729Z Prepare all required actions 2025-03-04T19:50:44.1023518Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-04T19:50:44.1023913Z with: 2025-03-04T19:50:44.1024224Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-04T19:50:44.1024720Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-04T19:50:44.1025155Z env: 2025-03-04T19:50:44.1025408Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:50:44.1025787Z REPOSITORY: pytorch/pytorch 2025-03-04T19:50:44.1026085Z PR_NUMBER: 148205 2025-03-04T19:50:44.1030387Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:50:44.1034940Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:50:44.1035534Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:50:44.1036083Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:50:44.1036577Z ##[endgroup] 2025-03-04T19:50:44.1062574Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-04T19:50:44.1063352Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-04T19:50:44.1069565Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:50:44.1069946Z env: 2025-03-04T19:50:44.1070217Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:50:44.1070577Z REPOSITORY: pytorch/pytorch 2025-03-04T19:50:44.1070875Z PR_NUMBER: 148205 2025-03-04T19:50:44.1075651Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:50:44.1080244Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:50:44.1081028Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:50:44.1081589Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:50:44.1082120Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-04T19:50:44.1082618Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-04T19:50:44.1082983Z ##[endgroup] 2025-03-04T19:50:45.0306191Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-04T19:50:45.0306795Z # Only do these steps if we actually want to upload an artifact 2025-03-04T19:50:45.0307259Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-04T19:50:45.0307800Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-04T19:50:45.0308417Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-04T19:50:45.0308920Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-04T19:50:45.0309358Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-04T19:50:45.0309710Z  fi 2025-03-04T19:50:45.0310011Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-04T19:50:45.0310472Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-04T19:50:45.0310877Z  fi 2025-03-04T19:50:45.0311148Z fi 2025-03-04T19:50:45.0311385Z  2025-03-04T19:50:45.0311614Z upload_docs=0 2025-03-04T19:50:45.0312033Z # Check if there are files in the documentation folder to upload, note that 2025-03-04T19:50:45.0312502Z # empty folders do not count 2025-03-04T19:50:45.0312966Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-04T19:50:45.0313559Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-04T19:50:45.0314058Z  # upload will probably not work correctly 2025-03-04T19:50:45.0314501Z  upload_docs=1 2025-03-04T19:50:45.0314776Z fi 2025-03-04T19:50:45.0315109Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-04T19:50:45.0320906Z shell: /usr/bin/bash -e {0} 2025-03-04T19:50:45.0321209Z env: 2025-03-04T19:50:45.0321487Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:50:45.0321863Z REPOSITORY: pytorch/pytorch 2025-03-04T19:50:45.0322161Z PR_NUMBER: 148205 2025-03-04T19:50:45.0326375Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:50:45.0330927Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:50:45.0331514Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:50:45.0332071Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:50:45.0332483Z UPLOAD_ARTIFACT_NAME: 2025-03-04T19:50:45.0332761Z ##[endgroup] 2025-03-04T19:50:45.0413095Z Prepare all required actions 2025-03-04T19:50:45.0451948Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-04T19:50:45.0452323Z with: 2025-03-04T19:50:45.0452546Z env: 2025-03-04T19:50:45.0452798Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:50:45.0453155Z REPOSITORY: pytorch/pytorch 2025-03-04T19:50:45.0453457Z PR_NUMBER: 148205 2025-03-04T19:50:45.0457659Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:50:45.0462319Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:50:45.0462911Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:50:45.0463554Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:50:45.0464019Z ##[endgroup] 2025-03-04T19:50:45.0511795Z ##[group]Run set -eou pipefail 2025-03-04T19:50:45.0512121Z set -eou pipefail 2025-03-04T19:50:45.0512384Z  2025-03-04T19:50:45.0512743Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-04T19:50:45.0513195Z for _ in $(seq 1440); do 2025-03-04T19:50:45.0513526Z  # Break if no ssh session exists anymore 2025-03-04T19:50:45.0513868Z  if [ "$(who)" = "" ]; then 2025-03-04T19:50:45.0514162Z  break 2025-03-04T19:50:45.0514401Z  fi 2025-03-04T19:50:45.0514629Z  echo "." 2025-03-04T19:50:45.0514870Z  sleep 5 2025-03-04T19:50:45.0515107Z done 2025-03-04T19:50:45.0520282Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:50:45.0520663Z env: 2025-03-04T19:50:45.0520922Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:50:45.0521273Z REPOSITORY: pytorch/pytorch 2025-03-04T19:50:45.0521573Z PR_NUMBER: 148205 2025-03-04T19:50:45.0525883Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:50:45.0530445Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:50:45.0531016Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:50:45.0531555Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:50:45.0531926Z ##[endgroup] 2025-03-04T19:50:45.0553431Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-04T19:50:45.0606637Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-04T19:50:45.0607203Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-04T19:50:45.0607641Z # shellcheck disable=SC2046 2025-03-04T19:50:45.0607974Z docker stop $(docker ps -q) || true 2025-03-04T19:50:45.0608305Z # Prune all of the docker images 2025-03-04T19:50:45.0608620Z docker system prune -af 2025-03-04T19:50:45.0614337Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:50:45.0614707Z env: 2025-03-04T19:50:45.0614959Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:50:45.0615288Z REPOSITORY: pytorch/pytorch 2025-03-04T19:50:45.0615573Z PR_NUMBER: 148205 2025-03-04T19:50:45.0619757Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:50:45.0624517Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:50:45.0625093Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:50:45.0625646Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:50:45.0626031Z ##[endgroup] 2025-03-04T19:50:45.5580985Z 3c36f32cd9c2 2025-03-04T19:50:45.5761385Z Deleted Containers: 2025-03-04T19:50:45.5761876Z 3c36f32cd9c2866fe4f7c8483146668176fdd3733802dce3c2a9fb701e116677 2025-03-04T19:50:45.5762213Z 2025-03-04T19:50:48.1826396Z Deleted Images: 2025-03-04T19:50:48.1826929Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-04T19:50:48.1827812Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-04T19:50:48.1828704Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-03-04T19:50:48.1829408Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-03-04T19:50:48.1830584Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-linter:e4800fd93ba7d48bf4197a488fd32c12de647b0e 2025-03-04T19:50:48.1831774Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-linter@sha256:a47241bc71688fbac236b659bf0561637d64f5c88493a04f30307c5ede7b8576 2025-03-04T19:50:48.1832758Z deleted: sha256:3b256a8b7039b2d5e071c744c14832f158460bbdf651becb6a06af0642eb458b 2025-03-04T19:50:48.1833397Z deleted: sha256:d73aa6d57d4c962a32d6692a7661f5dd9d38594b9eb8673f225f8c59f59c4d9d 2025-03-04T19:50:48.1834048Z deleted: sha256:2d423ce076786e761bb870b2bd505c86b6d62374370cde7813f7dbd9a3cb727f 2025-03-04T19:50:48.1834698Z deleted: sha256:60b839ba17cc021623663e12358a2d1c4cfbbceaa0e67ff005bec37cee888978 2025-03-04T19:50:48.1835354Z deleted: sha256:e194f288132fd4d55ebaae148e7c2c1f4c45aa5accd69175b035b1e6d391927b 2025-03-04T19:50:48.1836010Z deleted: sha256:35d8c47eb0992f6ff2bd868ee925d156a0eef7a5a31ec3da74ad3405e519416e 2025-03-04T19:50:48.1836656Z deleted: sha256:6f069dfb92e11638022ca9537c1c8d729730cba3ee8c1ad588b96654d617d708 2025-03-04T19:50:48.1837455Z deleted: sha256:cdf64b076d653acbc02f95acb518da039d7d974907b6751c79f26c1b2051df8c 2025-03-04T19:50:48.1838108Z deleted: sha256:10082b83089f29442bcf1df68db27e4907ed0a70ae3c3d2b71580a04764e1128 2025-03-04T19:50:48.1838760Z deleted: sha256:751f0e7a186a0156c78bb4ce9e032b71bc86d034dbebfea0de1787d2873746a2 2025-03-04T19:50:48.1839430Z deleted: sha256:02bf0f55f59f78ebc6b2dcef2acdf4d88dc5cef9be706cc0c817aedc14c415c4 2025-03-04T19:50:48.1840085Z deleted: sha256:5f544941d648bae4a2244b9ce000667f9ebf01dd342218746d7054c42ec136ea 2025-03-04T19:50:48.1840729Z deleted: sha256:0c74b1e0b9c4ddbdd7f5f7bcd1cea395d3507fb373c86adbcff66a98a1e869cb 2025-03-04T19:50:48.1841396Z deleted: sha256:fffe76c64ef2dee2d80a8bb3ad13d65d596d04a45510b1956a976a69215dae92 2025-03-04T19:50:48.1841789Z 2025-03-04T19:50:48.1848711Z Total reclaimed space: 8.427GB 2025-03-04T19:50:48.1893444Z ##[group]Run set +e 2025-03-04T19:50:48.1893755Z set +e 2025-03-04T19:50:48.1894032Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-04T19:50:48.1894536Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-04T19:50:48.1894917Z else 2025-03-04T19:50:48.1895424Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-04T19:50:48.1895774Z fi 2025-03-04T19:50:48.1896018Z set -e 2025-03-04T19:50:48.1901533Z shell: /usr/bin/bash -e {0} 2025-03-04T19:50:48.1901837Z env: 2025-03-04T19:50:48.1902121Z DOCKER_IMAGE: pytorch-linux-focal-linter 2025-03-04T19:50:48.1902479Z REPOSITORY: pytorch/pytorch 2025-03-04T19:50:48.1902775Z PR_NUMBER: 148205 2025-03-04T19:50:48.1907176Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" # Ensure no non-breaking spaces # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 # does not support the '\u000a' syntax (which is relevant for local linters) (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) # Ensure cross-OS compatible file names (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) # Ensure no versionless Python shebangs (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) # Ensure ciflow tags mentioned in config python3 .github/scripts/collect_ciflow_labels.py --validate-tags # C++ docs check pushd docs/cpp/source ./check-doxygen.sh popd # CUDA kernel launch check set -eux python3 torch/testing/_internal/check_kernel_launches.py |& tee cuda_kernel_launch_checks.txt 2025-03-04T19:50:48.1911768Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-04T19:50:48.1912353Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-04T19:50:48.1912910Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-04T19:50:48.1913310Z NO_SUDO: false 2025-03-04T19:50:48.1913548Z ##[endgroup] 2025-03-04T19:50:49.0619070Z Post job cleanup. 2025-03-04T19:50:49.1636157Z Post job cleanup. 2025-03-04T19:50:49.2562505Z [command]/usr/bin/git version 2025-03-04T19:50:49.2600431Z git version 2.47.1 2025-03-04T19:50:49.2634086Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/927b8ed0-8f99-4c00-a347-de1b011de9cd/.gitconfig' 2025-03-04T19:50:49.2642492Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/927b8ed0-8f99-4c00-a347-de1b011de9cd' before making global git config changes 2025-03-04T19:50:49.2643426Z Adding repository directory to the temporary git global config as a safe directory 2025-03-04T19:50:49.2654804Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch/test-infra 2025-03-04T19:50:49.2691732Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-04T19:50:49.2717742Z [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-03-04T19:50:49.2966828Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-04T19:50:49.2983891Z http.https://github.com/.extraheader 2025-03-04T19:50:49.2993085Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-04T19:50:49.3017653Z [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-03-04T19:50:49.3318041Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-04T19:50:49.3345072Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-04T19:50:49.3350398Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:50:49.3350802Z ##[endgroup] 2025-03-04T19:50:49.3434022Z [!ALERT!] Swap out detected [!ALERT!] 2025-03-04T19:51:05.6070529Z Cleaning up orphan processes