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: non-deterministic failures in cmdlineargs, spawn on both Intel macOS and Apple Silicon macOS #44947

Closed
DilumAluthge opened this issue Apr 12, 2022 · 1 comment · Fixed by #45016
Labels
domain:ci Continuous integration kind:bug Indicates an unexpected problem or unintended behavior system:mac Affects only macOS

Comments

@DilumAluthge
Copy link
Member

DilumAluthge commented Apr 12, 2022

Here are some examples of cmdlineargs failing on macOS x86_64:

  1. https://buildkite.com/julialang/julia-master/builds/11163#d4f443e0-f55b-4d56-ad5c-ad3b35ce943b
  2. https://buildkite.com/julialang/julia-master/builds/11162#493281b1-84b7-495f-b73b-19da937e7f12

Here are some examples of spawn failing on macOS x86_64:

  1. https://buildkite.com/julialang/julia-master/builds/11162#c33f71cc-cedc-4fc0-8d63-510890ce121a
@DilumAluthge DilumAluthge added system:mac Affects only macOS domain:ci Continuous integration labels Apr 12, 2022
@DilumAluthge DilumAluthge added the kind:bug Indicates an unexpected problem or unintended behavior label Apr 12, 2022
@maleadt
Copy link
Member

maleadt commented Apr 13, 2022

Probably #44562? That happens during process teardown, and the cmdlineargs test there spawns a Julia process.

@DilumAluthge DilumAluthge changed the title CI: non-deterministic failures in cmdlineargs on both Intel macOS and Apple Silicon macOS CI: non-deterministic failures in cmdlineargs, spawn on both Intel macOS and Apple Silicon macOS Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:ci Continuous integration kind:bug Indicates an unexpected problem or unintended behavior system:mac Affects only macOS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants