Harbormaster: Build failure on OS/X build. How to fix it as a non Mac user
Hi all, Phabricator informed me, that the builds on Harbourmaster for my changes failed. Looking at the log at https://phabricator.haskell.org/B21368 I can see, that the builds on Linux and Windows succeeded, however the tests on OS/X failed. Looking at the failed tests at https://phabricator.haskell.org/harborma ster/build/48354/ it tells me that the 2 tests TEST="T5631 T6048" failed. Now, I don't own a machine with OS/X. How can I look, what really failed, and how can I try to fix it? Many thanks Roland
Roland Senn <rsx@bluewin.ch> writes:
Hi all,
Hi Roland, it looks like the failing tests are performance tests. These unfortunately do spuriously fail occasionally. Given the nature of your patch it seems extremely unlikely that the failure is your fault. Feel free to ignore it and I will sort it out when I go to merge. Cheers, - Ben
Hi, They are stats failures. Not good enough, which means you have a regression in memory usage. Look at the full test log https://phabricator.haskell.org/harbormaster/build/48354/1/?l=100 They also failed on windows, but currently harbormaster doesn't fail when tests fail for windows. Clicking the build log will show you they failed on windows too. Regards, Tamar On Fri, Jun 29, 2018, 16:35 Roland Senn <rsx@bluewin.ch> wrote:
Hi all,
Phabricator informed me, that the builds on Harbourmaster for my changes failed.
Looking at the log at https://phabricator.haskell.org/B21368 I can see, that the builds on Linux and Windows succeeded, however the tests on OS/X failed.
Looking at the failed tests at https://phabricator.haskell.org/harborma ster/build/48354/ <https://phabricator.haskell.org/harbormaster/build/48354/> it tells me that the 2 tests TEST="T5631 T6048" failed.
Now, I don't own a machine with OS/X. How can I look, what really failed, and how can I try to fix it?
Many thanks Roland _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
participants (3)
-
Ben Gamari -
Phyx -
Roland Senn