Mark H Weaver writes: > Kei Kebreau writes: > >> Mark H Weaver writes: >> >>> kkebreau@posteo.net (Kei Kebreau) writes: >>> >>>> kkebreau pushed a commit to branch master >>>> in repository guix. >>>> >>>> commit 9e3a8ed0ebc5b4095f1b64d85fd56ce7fb636580 >>>> Author: Kei Kebreau >>>> Date: Mon Dec 4 17:56:37 2017 -0500 >>>> >>>> gnu: python-pillow: Update to 4.3.0. >>> >>> This new version seems to deterministically fail its test suite on i686: >>> >>> https://hydra.gnu.org/build/2400760 >>> https://hydra.gnu.org/build/2400819 >>> >>> I restarted both of these, and they each failed again the second time. >>> The same builds (python-pillow and python2-pillow) also failed on armhf, >>> although as I write this they have not yet completed their second build >>> attempts. > > The (new) failure on armhf also appears to be consistent, although > different from the i686 failure. Instead of a failed test, the build > times out after 1 hour of silence during the test suite: > > https://hydra.gnu.org/build/2400971 > > Running selftest: > --- 57 tests passed. > ...SSSSS.......S..SS.....................................................SS...................................SSSSS..........................................................................................................................S....S.S.................S....................S.............................................................................S.building of `/gnu/store/cjinxvws27bwdwn7n2fab3k10had6y2p-python2-pillow-4.3.0.drv' timed out after 3600 seconds of silence > @ build-failed /gnu/store/cjinxvws27bwdwn7n2fab3k10had6y2p-python2-pillow-4.3.0.drv - timeout > >> I'm investigating now. Thanks for the heads up. > > Thanks! > Mark The i686 failure is possibly related to this bug: https://github.com/python-pillow/Pillow/issues/2758 I've attempted to use the upstream patch, but it involves some GIT binaries which aren't supported by GNU patch. Among other hackish options, temporarily upgrading to the appropriate upstream commit may fix this for now. As for the armhf build, I'm still not sure what is going on.