2025-09-07T06:09:27.8836578Z Current runner version: '2.328.0' 2025-09-07T06:09:27.8870645Z ##[group]Runner Image Provisioner 2025-09-07T06:09:27.8871902Z Hosted Compute Agent 2025-09-07T06:09:27.8872686Z Version: 20250829.383 2025-09-07T06:09:27.8873664Z Commit: 27cb235aab5b0e52e153a26cd86b4742e89dac5d 2025-09-07T06:09:27.8875004Z Build Date: 2025-08-29T13:48:48Z 2025-09-07T06:09:27.8876108Z ##[endgroup] 2025-09-07T06:09:27.8876935Z ##[group]Operating System 2025-09-07T06:09:27.8878216Z Ubuntu 2025-09-07T06:09:27.8879005Z 24.04.3 2025-09-07T06:09:27.8879755Z LTS 2025-09-07T06:09:27.8880713Z ##[endgroup] 2025-09-07T06:09:27.8881539Z ##[group]Runner Image 2025-09-07T06:09:27.8882468Z Image: ubuntu-24.04 2025-09-07T06:09:27.8883387Z Version: 20250831.1.0 2025-09-07T06:09:27.8885171Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250831.1/images/ubuntu/Ubuntu2404-Readme.md 2025-09-07T06:09:27.8887921Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250831.1 2025-09-07T06:09:27.8889806Z ##[endgroup] 2025-09-07T06:09:27.8893828Z ##[group]GITHUB_TOKEN Permissions 2025-09-07T06:09:27.8896859Z Actions: read 2025-09-07T06:09:27.8897911Z Attestations: read 2025-09-07T06:09:27.8898904Z Checks: read 2025-09-07T06:09:27.8899679Z Contents: read 2025-09-07T06:09:27.8900499Z Deployments: read 2025-09-07T06:09:27.8901307Z Discussions: read 2025-09-07T06:09:27.8902333Z Issues: read 2025-09-07T06:09:27.8903187Z Metadata: read 2025-09-07T06:09:27.8904225Z Models: read 2025-09-07T06:09:27.8905167Z Packages: read 2025-09-07T06:09:27.8905959Z Pages: read 2025-09-07T06:09:27.8906838Z PullRequests: read 2025-09-07T06:09:27.8907863Z RepositoryProjects: read 2025-09-07T06:09:27.8908784Z SecurityEvents: read 2025-09-07T06:09:27.8909888Z Statuses: read 2025-09-07T06:09:27.8910722Z ##[endgroup] 2025-09-07T06:09:27.8913578Z Secret source: Actions 2025-09-07T06:09:27.8914787Z Prepare workflow directory 2025-09-07T06:09:27.9369851Z Prepare all required actions 2025-09-07T06:09:27.9508227Z Uses: pytorch/pytorch/.github/workflows/_get-changed-files.yml@refs/heads/main (93fb23d6fae7c4e82c4239a1033e522088742634) 2025-09-07T06:09:27.9515638Z Complete job name: Get changed files / get-changed-files 2025-09-07T06:09:28.0322133Z ##[group]Run # Check if we're in a pull request context 2025-09-07T06:09:28.0323008Z # Check if we're in a pull request context 2025-09-07T06:09:28.0323958Z if [ "push" = "pull_request" ] || [ "push" = "pull_request_target" ]; then 2025-09-07T06:09:28.0324746Z  echo "Running in PR context" 2025-09-07T06:09:28.0325288Z  2025-09-07T06:09:28.0325915Z  # Get the PR number from the github context 2025-09-07T06:09:28.0326534Z  PR_NUMBER="" 2025-09-07T06:09:28.0327027Z  2025-09-07T06:09:28.0327827Z  # Use gh CLI to get changed files in the PR with explicit repo 2025-09-07T06:09:28.0329203Z  CHANGED_FILES=$(gh api repos/pytorch/pytorch/pulls/$PR_NUMBER/files --paginate --jq '.[] | select(.status != "removed") | .filename' | tr '\n' ' ' | sed 's/ $//') 2025-09-07T06:09:28.0330476Z  2025-09-07T06:09:28.0330973Z  if [ -z "$CHANGED_FILES" ]; then 2025-09-07T06:09:28.0331725Z  echo "No changed files found, setting to '*'" 2025-09-07T06:09:28.0332418Z  CHANGED_FILES="*" 2025-09-07T06:09:28.0332953Z  fi 2025-09-07T06:09:28.0333369Z  2025-09-07T06:09:28.0333939Z  echo "Changed files: $CHANGED_FILES" 2025-09-07T06:09:28.0334659Z  echo "changed-files=$CHANGED_FILES" >> "$GITHUB_OUTPUT" 2025-09-07T06:09:28.0335338Z  2025-09-07T06:09:28.0335841Z else 2025-09-07T06:09:28.0336380Z  echo "Not in PR context, setting changed files to '*'" 2025-09-07T06:09:28.0337252Z  echo "changed-files=*" >> "$GITHUB_OUTPUT" 2025-09-07T06:09:28.0337943Z fi 2025-09-07T06:09:28.0657732Z shell: /usr/bin/bash -e {0} 2025-09-07T06:09:28.0658833Z env: 2025-09-07T06:09:28.0659673Z GH_TOKEN: *** 2025-09-07T06:09:28.0660423Z ##[endgroup] 2025-09-07T06:09:28.0864871Z Not in PR context, setting changed files to '*' 2025-09-07T06:09:28.0994611Z Evaluate and set job outputs 2025-09-07T06:09:28.1001240Z Set output 'changed-files' 2025-09-07T06:09:28.1003606Z Cleaning up orphan processes