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

Dinghy hangs on macOS-14 runner #207

Closed
simlay opened this issue Jan 31, 2024 · 1 comment
Closed

Dinghy hangs on macOS-14 runner #207

simlay opened this issue Jan 31, 2024 · 1 comment

Comments

@simlay
Copy link
Contributor

simlay commented Jan 31, 2024

I think this issue may be unrelated to Dinghy entirely but over in #206, the m1/macos-14 runner hangs at:
xcrun simctl launch ...

At the moment of this writing, it's been 27 minutes. Most of that has been waiting on the launch command. Here is the tail of the logs:

+ /Users/runner/work/dinghy/dinghy/target/debug/cargo-dinghy -vv -d 0C6DEB93-4E5E-4DBE-AC44-1A2EAA0044A6 test pass
   Targeting platform auto-ios-x86_64 and device 0C6DEB93-4E5E-4DBE-AC44-1A2EAA0044A6
     Running "cargo" "test" "pass"
   Compiling dinghy-test v0.6.9-pre (/Users/runner/work/dinghy/dinghy/dinghy-test)
   Compiling test-bin v0.1.0 (/Users/runner/work/dinghy/dinghy/test-ws/test-bin)
   Compiling test-proc-macro v0.1.0 (/Users/runner/work/dinghy/dinghy/test-ws/test-proc-macro)
   Compiling test-app v0.1.0 (/Users/runner/work/dinghy/dinghy/test-ws/test-app)
    Finished test [unoptimized + debuginfo] target(s) in 5.17s
     Running unittests src/lib.rs (target/x86_64-apple-ios/debug/deps/test_app-5658e19bb6d3761a)
  Installing test_app-5658e19bb6d3761a to 0C6DEB93-4E5E-4DBE-AC44-1A2EAA0044A6
     Running "xcrun" "simctl" "uninstall" "0C6DEB93-4E5E-4DBE-AC44-1A2EAA0044A6" "Dinghy"
     Running "xcrun" "simctl" "install" "0C6DEB93-4E5E-4DBE-AC44-1A2EAA0044A6" "/Users/runner/work/dinghy/dinghy/test-ws/target/dinghy/test-app/Dinghy.app"
     Running "xcrun" "simctl" "get_app_container" "0C6DEB93-4E5E-4DBE-AC44-1A2EAA0044A6" "Dinghy"
     Running "xcrun" "simctl" "launch" "-w" "--stdout=/Users/runner/Library/Developer/CoreSimulator/Devices/0C6DEB93-4E5E-4DBE-AC44-1A2EAA0044A6/data/Containers/Bundle/Application/3B7392B0-D682-4168-9EA9-1117EB10B649/Dinghy.app/stdout" "0C6DEB93-4E5E-4DBE-AC44-1A2EAA0044A6" "Dinghy" "pass"
@simlay
Copy link
Contributor Author

simlay commented Feb 22, 2024

Dinghy hangs on the macOS-14 M1 runner when running for x86_64-apple-ios but does not hang when running for aarch64-apple-ios-sim.

@simlay simlay closed this as completed Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant