Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macos-14/macos-15 runners have the same hw.uuid #10773

Closed
3 of 15 tasks
StephenHodgson opened this issue Oct 14, 2024 · 7 comments
Closed
3 of 15 tasks

macos-14/macos-15 runners have the same hw.uuid #10773

StephenHodgson opened this issue Oct 14, 2024 · 7 comments

Comments

@StephenHodgson
Copy link

StephenHodgson commented Oct 14, 2024

Description

The macos-14/macos-15 runner instances have the same hw.uuid which is preventing licensed software from properly activating during our builds.

Regression from macos-13 runners.

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

Current runner version: '2.320.0'
Operating System
macOS
15.0
24A335
Runner Image
Image: macos-15-arm64
Version: 20241007.159
Included Software: https://github.com/actions/runner-images/blob/macos-15-arm64/20241007.159/images/macos/macos-15-arm64-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/macos-15-arm64%2F20241007.159

Is it regression?

yes from macos-13

Expected behavior

machine hw.uuids should be unique for each ephemeral runner.

Actual behavior

machine hw.uuids are the same for each respective runner os, which causes our licensed software to reject activations and has to be ran one at a time across all our repos.

Repro steps

not easily reproducible, since timing is a factor when activating the software licenses.

@StephenHodgson StephenHodgson changed the title Macos-14/macos-15 runners have the same hw.uuid macos-14/macos-15 runners have the same hw.uuid Oct 14, 2024
@prasanjitsahoo
Copy link
Contributor

Hi @StephenHodgson We'll investigate the issue and keep you posted with any updates

@aartis17
Copy link
Contributor

Hi @StephenHodgson,
Thank you for your patience. I apologise for the delay in addressing your issue.
The arm64 macOS runners do not have a static UUID/UDID assigned to them because Apple does not support this feature.
This is the limitations of arm64 macOS runners.
but for generating the UUID dynamically during build, you can use system_profiler command in workflow file.
Please let me know if there's any further questions.

@StephenHodgson
Copy link
Author

What is system_profiler and how would I use it?

@StephenHodgson
Copy link
Author

The arm64 macOS runners do not have a static UUID/UDID assigned to them because Apple does not support this feature.

Actually the problem is the opposite of this.

The hw/uuids are always the same which is what is causing the problems.

@lakshminarayana02
Copy link

HI
we understand that each runner need a unique hw.uuid. This would allow the licenced software to recognise them as autonomous system and allow activation on several runners at the same time, checking whether Apple allows for a unique identity for arm64 runners in future releases, We ensure that it will be included if Apple allows this feature.

However, this feature is no longer available, thus we're closing this issue.

@lakshminarayana02
Copy link

However, this feature is no longer available, thus we're closing this issue.

@StephenHodgson
Copy link
Author

Not really a feature, but a requirement.

Closing doesn't make it magically better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants