2025-08-14T20:43:47.0554671Z Current runner version: '2.327.1' 2025-08-14T20:43:47.0589911Z ##[group]Runner Image Provisioner 2025-08-14T20:43:47.0591662Z Hosted Compute Agent 2025-08-14T20:43:47.0592473Z Version: 20250812.370 2025-08-14T20:43:47.0593408Z Commit: 4a2b2bf7520004e3e907c2150c8cabe342a3da32 2025-08-14T20:43:47.0594647Z Build Date: 2025-08-12T16:08:14Z 2025-08-14T20:43:47.0595647Z ##[endgroup] 2025-08-14T20:43:47.0596514Z ##[group]Operating System 2025-08-14T20:43:47.0597507Z Ubuntu 2025-08-14T20:43:47.0598574Z 24.04.2 2025-08-14T20:43:47.0599373Z LTS 2025-08-14T20:43:47.0600360Z ##[endgroup] 2025-08-14T20:43:47.0601188Z ##[group]Runner Image 2025-08-14T20:43:47.0602195Z Image: ubuntu-24.04 2025-08-14T20:43:47.0603154Z Version: 20250804.2.0 2025-08-14T20:43:47.0605050Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250804.2/images/ubuntu/Ubuntu2404-Readme.md 2025-08-14T20:43:47.0607894Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250804.2 2025-08-14T20:43:47.0609933Z ##[endgroup] 2025-08-14T20:43:47.0614314Z ##[group]GITHUB_TOKEN Permissions 2025-08-14T20:43:47.0617638Z Actions: read 2025-08-14T20:43:47.0618825Z Attestations: read 2025-08-14T20:43:47.0619906Z Checks: read 2025-08-14T20:43:47.0620697Z Contents: read 2025-08-14T20:43:47.0621704Z Deployments: read 2025-08-14T20:43:47.0622657Z Discussions: read 2025-08-14T20:43:47.0623603Z Issues: read 2025-08-14T20:43:47.0624404Z Metadata: read 2025-08-14T20:43:47.0625281Z Models: read 2025-08-14T20:43:47.0626244Z Packages: read 2025-08-14T20:43:47.0627145Z Pages: read 2025-08-14T20:43:47.0628367Z PullRequests: read 2025-08-14T20:43:47.0629473Z RepositoryProjects: read 2025-08-14T20:43:47.0630512Z SecurityEvents: read 2025-08-14T20:43:47.0631665Z Statuses: read 2025-08-14T20:43:47.0632512Z ##[endgroup] 2025-08-14T20:43:47.0635549Z Secret source: Actions 2025-08-14T20:43:47.0636622Z Prepare workflow directory 2025-08-14T20:43:47.1064226Z Prepare all required actions 2025-08-14T20:43:47.1206183Z Uses: pytorch/pytorch/.github/workflows/_get-changed-files.yml@refs/heads/main (1fc683cf17c8c673044538d10266c00f92987be2) 2025-08-14T20:43:47.1213918Z Complete job name: Get changed files / get-changed-files 2025-08-14T20:43:47.2130714Z ##[group]Run # Check if we're in a pull request context 2025-08-14T20:43:47.2131670Z # Check if we're in a pull request context 2025-08-14T20:43:47.2132535Z if [ "push" = "pull_request" ] || [ "push" = "pull_request_target" ]; then 2025-08-14T20:43:47.2133377Z  echo "Running in PR context" 2025-08-14T20:43:47.2133993Z  2025-08-14T20:43:47.2134529Z  # Get the PR number from the github context 2025-08-14T20:43:47.2135266Z  PR_NUMBER="" 2025-08-14T20:43:47.2135751Z  2025-08-14T20:43:47.2136360Z  # Use gh CLI to get changed files in the PR with explicit repo 2025-08-14T20:43:47.2137843Z  CHANGED_FILES=$(gh api repos/pytorch/pytorch/pulls/$PR_NUMBER/files --paginate --jq '.[] | select(.status != "removed") | .filename' | tr '\n' ' ' | sed 's/ $//') 2025-08-14T20:43:47.2139266Z  2025-08-14T20:43:47.2139791Z  if [ -z "$CHANGED_FILES" ]; then 2025-08-14T20:43:47.2140638Z  echo "No changed files found, setting to '*'" 2025-08-14T20:43:47.2141294Z  CHANGED_FILES="*" 2025-08-14T20:43:47.2141879Z  fi 2025-08-14T20:43:47.2142350Z  2025-08-14T20:43:47.2142816Z  echo "Changed files: $CHANGED_FILES" 2025-08-14T20:43:47.2143647Z  echo "changed-files=$CHANGED_FILES" >> "$GITHUB_OUTPUT" 2025-08-14T20:43:47.2144361Z  2025-08-14T20:43:47.2144771Z else 2025-08-14T20:43:47.2145395Z  echo "Not in PR context, setting changed files to '*'" 2025-08-14T20:43:47.2146119Z  echo "changed-files=*" >> "$GITHUB_OUTPUT" 2025-08-14T20:43:47.2146745Z fi 2025-08-14T20:43:47.2604292Z shell: /usr/bin/bash -e {0} 2025-08-14T20:43:47.2605487Z env: 2025-08-14T20:43:47.2606275Z GH_TOKEN: *** 2025-08-14T20:43:47.2607071Z ##[endgroup] 2025-08-14T20:43:47.2948680Z Not in PR context, setting changed files to '*' 2025-08-14T20:43:47.3067883Z Evaluate and set job outputs 2025-08-14T20:43:47.3075311Z Set output 'changed-files' 2025-08-14T20:43:47.3077671Z Cleaning up orphan processes