2025-08-26T19:31:40.2289731Z Current runner version: '2.328.0' 2025-08-26T19:31:40.2324776Z ##[group]Runner Image Provisioner 2025-08-26T19:31:40.2325979Z Hosted Compute Agent 2025-08-26T19:31:40.2327199Z Version: 20250825.382 2025-08-26T19:31:40.2328233Z Commit: 7109f2abf901479dac39397456e363ac0cca0730 2025-08-26T19:31:40.2329294Z Build Date: 2025-08-25T22:55:50Z 2025-08-26T19:31:40.2330440Z ##[endgroup] 2025-08-26T19:31:40.2331244Z ##[group]Operating System 2025-08-26T19:31:40.2332170Z Ubuntu 2025-08-26T19:31:40.2333077Z 24.04.2 2025-08-26T19:31:40.2333913Z LTS 2025-08-26T19:31:40.2334730Z ##[endgroup] 2025-08-26T19:31:40.2335733Z ##[group]Runner Image 2025-08-26T19:31:40.2336977Z Image: ubuntu-24.04 2025-08-26T19:31:40.2337940Z Version: 20250818.1.0 2025-08-26T19:31:40.2339767Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md 2025-08-26T19:31:40.2342497Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1 2025-08-26T19:31:40.2344169Z ##[endgroup] 2025-08-26T19:31:40.2348682Z ##[group]GITHUB_TOKEN Permissions 2025-08-26T19:31:40.2351708Z Actions: read 2025-08-26T19:31:40.2352663Z Attestations: read 2025-08-26T19:31:40.2353540Z Checks: read 2025-08-26T19:31:40.2354325Z Contents: read 2025-08-26T19:31:40.2355213Z Deployments: read 2025-08-26T19:31:40.2356049Z Discussions: read 2025-08-26T19:31:40.2357178Z Issues: read 2025-08-26T19:31:40.2358095Z Metadata: read 2025-08-26T19:31:40.2358991Z Models: read 2025-08-26T19:31:40.2359799Z Packages: read 2025-08-26T19:31:40.2360762Z Pages: read 2025-08-26T19:31:40.2361633Z PullRequests: read 2025-08-26T19:31:40.2362610Z RepositoryProjects: read 2025-08-26T19:31:40.2364414Z SecurityEvents: read 2025-08-26T19:31:40.2365481Z Statuses: read 2025-08-26T19:31:40.2366462Z ##[endgroup] 2025-08-26T19:31:40.2369778Z Secret source: Actions 2025-08-26T19:31:40.2371334Z Prepare workflow directory 2025-08-26T19:31:40.2840160Z Prepare all required actions 2025-08-26T19:31:40.2981130Z Uses: pytorch/pytorch/.github/workflows/_get-changed-files.yml@refs/heads/main (262640fd220236042fbf4443cc163c8838c84c3d) 2025-08-26T19:31:40.2989040Z Complete job name: Get changed files / get-changed-files 2025-08-26T19:31:40.3910623Z ##[group]Run # Check if we're in a pull request context 2025-08-26T19:31:40.3911525Z # Check if we're in a pull request context 2025-08-26T19:31:40.3912348Z if [ "push" = "pull_request" ] || [ "push" = "pull_request_target" ]; then 2025-08-26T19:31:40.3913201Z  echo "Running in PR context" 2025-08-26T19:31:40.3913940Z  2025-08-26T19:31:40.3914467Z  # Get the PR number from the github context 2025-08-26T19:31:40.3915175Z  PR_NUMBER="" 2025-08-26T19:31:40.3915694Z  2025-08-26T19:31:40.3916436Z  # Use gh CLI to get changed files in the PR with explicit repo 2025-08-26T19:31:40.3917908Z  CHANGED_FILES=$(gh api repos/pytorch/pytorch/pulls/$PR_NUMBER/files --paginate --jq '.[] | select(.status != "removed") | .filename' | tr '\n' ' ' | sed 's/ $//') 2025-08-26T19:31:40.3919152Z  2025-08-26T19:31:40.3919684Z  if [ -z "$CHANGED_FILES" ]; then 2025-08-26T19:31:40.3920471Z  echo "No changed files found, setting to '*'" 2025-08-26T19:31:40.3921110Z  CHANGED_FILES="*" 2025-08-26T19:31:40.3921642Z  fi 2025-08-26T19:31:40.3922162Z  2025-08-26T19:31:40.3922686Z  echo "Changed files: $CHANGED_FILES" 2025-08-26T19:31:40.3923382Z  echo "changed-files=$CHANGED_FILES" >> "$GITHUB_OUTPUT" 2025-08-26T19:31:40.3924136Z  2025-08-26T19:31:40.3924542Z else 2025-08-26T19:31:40.3925105Z  echo "Not in PR context, setting changed files to '*'" 2025-08-26T19:31:40.3925881Z  echo "changed-files=*" >> "$GITHUB_OUTPUT" 2025-08-26T19:31:40.3926665Z fi 2025-08-26T19:31:40.4227590Z shell: /usr/bin/bash -e {0} 2025-08-26T19:31:40.4228501Z env: 2025-08-26T19:31:40.4229208Z GH_TOKEN: *** 2025-08-26T19:31:40.4230067Z ##[endgroup] 2025-08-26T19:31:40.4425425Z Not in PR context, setting changed files to '*' 2025-08-26T19:31:40.4541266Z Evaluate and set job outputs 2025-08-26T19:31:40.4548182Z Set output 'changed-files' 2025-08-26T19:31:40.4550464Z Cleaning up orphan processes