ZFS errors while using poudriere

I just upgraded our build system from FreeBSD 9.1-RELEASE, to 10.0-RELEASE.
The system has been upgraded consequently using freebsd-update and uses a GENERIC kernel.

When I try to do a new bulk build using poudriere, the build fails. The config has not been touched and worked before the upgrade.
Code:
poudriere bulk -j 91amd64 -f /usr/local/etc/poudriere.d/91amd64-package.list
poudriere reports the following error:
Code:
...
internal error: Cannot allocate memory
Abort trap (core dumped)]
...
When I observe the memory consumption in another window, during the build, there are still some gigabytes of free memory. The system has 8GB memory in total.

According to /var/log/messages, ZFS seems to crash:
Code:
Feb 20 15:05:39 builder91 kernel: pid 1262 (zfs), uid 0: exited on signal 6 (core dumped)
I use poudriere-devel-3.0.99.20140131

Is this a bug, or have I overseen something?
 
Back
Top