-
Notifications
You must be signed in to change notification settings - Fork 572
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
Protoc Dependency + HostBuildDependency build failures #10434
Comments
Reference to the failed job? From what you show here there's no error. |
Failed job here: https://buildkite.com/julialang/yggdrasil/builds/17199#0194d510-520b-477b-911e-cc976cd143fb |
I'm missing the evidence that the failure you see is related to the message you posted at the top (which is not an issue), care to elaborate? |
The actual error seems to be
But I have no idea why this error would show up intermittently (nothing in the code relevant to the platform changed, just added an |
This comment has been minimized.
This comment has been minimized.
The error above ("exec format error") is due to a confusion between build and host system. If you need to run an executable at build time then you need to have a Maybe you have this package present as both build dependency and regular dependency, and it's random in which order they appear on your path? |
Sounds plausible! In my case it would be |
The |
This comment has been minimized.
This comment has been minimized.
Hit this intermittent error again: https://buildkite.com/julialang/yggdrasil/builds/17560#0194f4fb-6cbf-470e-94e2-f3cad62c587c
|
Did you try to debug and reproduce this locally? Also, I still haven't got any answer to #10434 (comment). I'm very much not convinced anything in #10434 (comment) is relevant to whatever issue you're observing, packages not being "installed" according to Pkg is totally normal and expected, nothing wrong with that. |
I don't have any evidence, it just seems correlated. |
I've never encountered this error locally. Just ran the |
Um, not quite. What you actually should use if you need to run a program during build is |
Hit this issue again, this time:
https://buildkite.com/julialang/yggdrasil/builds/17723#019504cf-340c-41e3-9c6c-01135b673ad8 |
I think the issue may have something to do with having a compat flag for |
Update…doesn’t help |
Every few builds, a target platform fails randomly, with the following message seeming to hint at the issue:
What causes packages not to be downloaded in CI? This platform built fine (with a downloaded binary) the previous build...
The text was updated successfully, but these errors were encountered: