Date: Fri, 24 Jul 2015 12:43:23 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201743] devel/ice 3.6.0 tests hang Message-ID: <bug-201743-13-uCcfwCur5a@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-201743-13@https.bugs.freebsd.org/bugzilla/> References: <bug-201743-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201743 Michael Gmelin <grembo@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |grembo@FreeBSD.org --- Comment #1 from Michael Gmelin <grembo@FreeBSD.org> --- Hi Steven, As I couldn't reproduce the bug yet, could you maybe try running the unit test manually (e.g. by building with poudriere testport -I) to see if it fails every time? After building you would go into cd .../ice/work/ice-3.6.0/cpp/test/IceGrid/admin while true; do /usr/local/bin/python2.7 run.py; done I hope that the issues are caused by some sort of resource shortage (there were a few more other builds that failed in other places). As I can't really reproduce these failures yet, I will probably have to improve Ice's unit tests to be a bit more vocal if something fails (in this case it seems like glacier gets stuck on shutdown for unknown reasons). Unfortunately this could be a lot of work and I don't really have time to address this in the next couple of days, so I'm tempted to disable unit tests for the time being, so that packages are built. If it turns out, that the underlying issue is severe this is be a bad idea though. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201743-13-uCcfwCur5a>