2025-09-09T14:03:07.9012546Z Current runner version: '2.328.0' 2025-09-09T14:03:07.9037745Z ##[group]Runner Image Provisioner 2025-09-09T14:03:07.9038716Z Hosted Compute Agent 2025-09-09T14:03:07.9039279Z Version: 20250908.385 2025-09-09T14:03:07.9039957Z Commit: cfce01a78eb650f23de9981e2e79cb8dc83e6056 2025-09-09T14:03:07.9040629Z Build Date: 2025-09-08T16:07:37Z 2025-09-09T14:03:07.9041218Z ##[endgroup] 2025-09-09T14:03:07.9041742Z ##[group]Operating System 2025-09-09T14:03:07.9042361Z Ubuntu 2025-09-09T14:03:07.9042810Z 24.04.3 2025-09-09T14:03:07.9043303Z LTS 2025-09-09T14:03:07.9043743Z ##[endgroup] 2025-09-09T14:03:07.9044230Z ##[group]Runner Image 2025-09-09T14:03:07.9045021Z Image: ubuntu-24.04 2025-09-09T14:03:07.9045547Z Version: 20250831.1.0 2025-09-09T14:03:07.9046552Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250831.1/images/ubuntu/Ubuntu2404-Readme.md 2025-09-09T14:03:07.9048206Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250831.1 2025-09-09T14:03:07.9049166Z ##[endgroup] 2025-09-09T14:03:07.9050330Z ##[group]GITHUB_TOKEN Permissions 2025-09-09T14:03:07.9052359Z Contents: read 2025-09-09T14:03:07.9052886Z Metadata: read 2025-09-09T14:03:07.9053468Z Packages: read 2025-09-09T14:03:07.9053982Z ##[endgroup] 2025-09-09T14:03:07.9056518Z Secret source: Actions 2025-09-09T14:03:07.9057330Z Prepare workflow directory 2025-09-09T14:03:07.9425655Z Prepare all required actions 2025-09-09T14:03:07.9545317Z Complete job name: Check PR Labels 2025-09-09T14:03:08.0392328Z ##[group]Run # Get the labels using GitHub API 2025-09-09T14:03:08.0393593Z # Get the labels using GitHub API 2025-09-09T14:03:08.0395511Z LABELS=$(curl -s -H "Authorization: token ***" \ 2025-09-09T14:03:08.0397000Z "https://api.github.com/repos/pytorch/ao/pulls/2963" \ 2025-09-09T14:03:08.0398221Z | jq -r '.labels[].name') 2025-09-09T14:03:08.0399190Z  2025-09-09T14:03:08.0400267Z # Check if there are any labels 2025-09-09T14:03:08.0401286Z if [ -z "$LABELS" ]; then 2025-09-09T14:03:08.0403015Z  echo "::error::This PR requires at least one topic label. Please add a topic from: https://github.com/pytorch/ao/labels?q=topic" 2025-09-09T14:03:08.0405210Z  exit 1 2025-09-09T14:03:08.0405959Z fi 2025-09-09T14:03:08.0406720Z  2025-09-09T14:03:08.0407511Z # Check for Topic label 2025-09-09T14:03:08.0408794Z if ! echo "$LABELS" | grep -i "topic:" > /dev/null; then 2025-09-09T14:03:08.0411033Z  echo "::error::This PR requires at least one label starting with 'topic:'. Available topics can be found at: https://github.com/pytorch/ao/labels?q=topic" 2025-09-09T14:03:08.0413062Z  exit 1 2025-09-09T14:03:08.0413791Z fi 2025-09-09T14:03:08.0414979Z  2025-09-09T14:03:08.0415831Z echo "PR has required topic label" 2025-09-09T14:03:08.1613284Z shell: /usr/bin/bash -e {0} 2025-09-09T14:03:08.1614979Z ##[endgroup] 2025-09-09T14:03:08.9649173Z PR has required topic label 2025-09-09T14:03:08.9756725Z Cleaning up orphan processes