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

18.03 Zero Hydra Failures - aarch64 edition #32326

Closed
dezgeg opened this issue Dec 5, 2017 · 15 comments
Closed

18.03 Zero Hydra Failures - aarch64 edition #32326

dezgeg opened this issue Dec 5, 2017 · 15 comments

Comments

@dezgeg
Copy link
Contributor

dezgeg commented Dec 5, 2017

See the generic description. This mainly makes a place to discuss aarch64-specific issues for ZHF.

As of https://hydra.nixos.org/eval/1430755, there are 263 aarch64-specific failures (here the exact criterion is: never succeeded in the trunk jobset on aarch64, is currently succeeding on x86_64, is not broken only due to failing dependencies):

(I'm re-using this as a scratchpad for some notes on why the packages are failing; that is for the unticked "needs marking x86-only" ones I just haven't got around to writing a patch yet, feel free to be faster than me to commit).

@vcunat
Copy link
Member

vcunat commented Dec 5, 2017

Mic92 added a commit that referenced this issue Dec 7, 2017
@dezgeg dezgeg mentioned this issue Jan 11, 2018
5 tasks
@vcunat vcunat changed the title Zero Hydra Failures - aarch64 edition 18.03 Zero Hydra Failures - aarch64 edition Mar 7, 2018
@vcunat
Copy link
Member

vcunat commented Mar 14, 2018

Hmm, at this rate of almost four thousand failing jobs (and no fast progress), we might need some script to exclude aarch64 automatically for packages that remain failing at the end of the month.

@dezgeg
Copy link
Contributor Author

dezgeg commented Mar 14, 2018

I think the single biggest cause is every single Haskell package failing, due to some old GHC not supporting AArch64, disabling the platform for that should cut a couple of thousand easily.

@vcunat
Copy link
Member

vcunat commented Mar 14, 2018

@peti ^^ in case you have some simple idea how to work around the problem.

@peti
Copy link
Member

peti commented Mar 14, 2018

@vcunat, I pushed 736189f and 0bdb853, which hopefully will make a difference.

@vcunat
Copy link
Member

vcunat commented Mar 16, 2018

The final ghc build timed out on Hydra. I tried twice on the community machine, but it always segfaulted after a few hours. EDIT: we'll see – I suppose we may give up on Haskell on aarch64 for now...

@c00w
Copy link
Contributor

c00w commented Apr 1, 2018

kbfs is broken because it uses a vendored keybase client which doesn't support arm (the non vendored one does). I'll send them a PR to get it fixed.

EDIT - nvm this is working currently.

@Thra11
Copy link
Member

Thra11 commented Aug 26, 2018

{qt5,qt511,qt59}.qtwebengine are now passing: https://hydra.nixos.org/eval/1475582

@Mic92
Copy link
Member

Mic92 commented Aug 27, 2018

I think we need a new working list for 18.09.

@vcunat
Copy link
Member

vcunat commented Aug 30, 2018

We should have a hydra jobset for that in less than a week (after branching off master).

@vcunat
Copy link
Member

vcunat commented Sep 4, 2018

Thanks for all the fixes in 18.03 round! (I'm late, I know.)

The next ZHF iteration: #45962

@vcunat vcunat closed this as completed Sep 4, 2018
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

7 participants
@peti @Mic92 @c00w @dezgeg @Thra11 @vcunat and others