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

CI crashing on iOS #2476

Open
freakboy3742 opened this issue Apr 3, 2024 · 3 comments · May be fixed by #2497
Open

CI crashing on iOS #2476

freakboy3742 opened this issue Apr 3, 2024 · 3 comments · May be fixed by #2497
Labels
bug A crash or error in behavior. iOS The issue relates to Apple iOS mobile support.

Comments

@freakboy3742
Copy link
Member

freakboy3742 commented Apr 3, 2024

Describe the bug

As of April 2, CI appears to be failing fairly consistently with a crash in the iOS tests.

Steps to reproduce

See https://github.com/beeware/toga/actions/runs/8530771073/job/23369260897 for an example of a crashing session.

#2462 and #2475 also has test run failures, with changes that don't touch the iOS codebase.

Expected behavior

CI should pass on main on all platforms.

Screenshots

No response

Environment

  • Operating System:
  • Python version:
  • Software versions:
    • Briefcase:
    • Toga:
    • ...

Logs


Additional context

The failing test is in the camera hardware tests; it appears to be either during the teardown of the permission test, or the setup of the first "take photo" test.

@freakboy3742 freakboy3742 added bug A crash or error in behavior. iOS The issue relates to Apple iOS mobile support. labels Apr 3, 2024
@freakboy3742
Copy link
Member Author

This appears to be an issue with an update to the Github Action Runner; see actions/runner-images#9591.

@freakboy3742
Copy link
Member Author

An immediate workaround (based on running tests on an older Xcode version) has now been merged. This isn't a long term fix; waiting for a response from Github on the underlying problem.

@freakboy3742 freakboy3742 linked a pull request Apr 12, 2024 that will close this issue
4 tasks
@freakboy3742
Copy link
Member Author

The latest macOS image 20240405.1 appears to resolve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A crash or error in behavior. iOS The issue relates to Apple iOS mobile support.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant