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

[Bug] start_kind.sh broken for Intel Mac #13546

Closed
drstevenbrule opened this issue Jun 4, 2024 · 1 comment
Closed

[Bug] start_kind.sh broken for Intel Mac #13546

drstevenbrule opened this issue Jun 4, 2024 · 1 comment
Assignees
Labels
bug Something isn't working Stale

Comments

@drstevenbrule
Copy link
Contributor

🐛 Bug

The previous conditional assumes that all MacOS will be Apple Silicon, which causes issues. We should allow for the case where the target machine is an Intel Mac.

To reproduce

Execute the start script on an Intel Mac

Stack trace/error message

What's Next?
  View a summary of image vulnerabilities and recommendations → docker scout quickview
+ kind create cluster --image tempkind
Creating cluster "kind" ...
 ✓ Ensuring node image (tempkind) 🖼
 ✗ Preparing nodes 📦
Deleted nodes: ["kind-control-plane"]
ERROR: failed to create cluster: could not find a log line that matches "Reached target .*Multi-User System.*|detected cgroup v1"

Expected Behavior

A kind cluster is created regardless of system architecture.

System information

Please complete the following information:

  • Aptos Core Version - aptos 3.4.1
  • Rust Version- rustc 1.75.0 (82e1608df 2023-12-21)
  • Computer OS: MacOS 12.7.5 (Intel Mac Mini ~2014)

Additional context

Fixed in #13545

@drstevenbrule drstevenbrule added the bug Something isn't working label Jun 4, 2024
Copy link
Contributor

This issue is stale because it has been open 45 days with no activity. Remove the stale label or comment - otherwise this will be closed in 15 days.

@github-actions github-actions bot added the Stale label Jul 20, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

2 participants