FYI - Code Branch: /usr/src>svn info Path: . Working Copy Root Path: /usr/src URL: svn://svn.freebsd.org/base/stable/10 Relative URL: ^/stable/10 Repository Root: svn://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 272279 Node Kind: directory Schedule: normal Last Changed Author: wblock Last Changed Rev: 272275 Last Changed Date: 2014-09-28 18:15:18 -0500 (Sun, 28 Sep 2014) Buildworld is fine with -j4, but buildkernel blows out: ===> ata/atapci/chipsets/atacenatek (cleandir) --- cleandir_subdir_bwi --- --- cleanobj --- --- cleandir_subdir_ata --- --- cleanobj --- --- cleanobj --- rm: fts_read: No such file or directory *** [cleanobj] Error code 1 make[5]: stopped in /usr/src/sys/modules/ata/atapci --- _sub.cleandir --- A failure has been detected in another branch of the parallel make make[7]: stopped in /usr/src/sys/modules/ata/atapci/chipsets/atacenatek --- cleandir_subdir_bktr --- A failure has been detected in another branch of the parallel make --- cleandir_subdir_ata --- *** [_sub.cleandir] Error code 2 make[6]: stopped in /usr/src/sys/modules/ata/atapci/chipsets --- cleandir_subdir_bktr --- make[4]: stopped in /usr/src/sys/modules/bktr --- cleandir_subdir_ata --- 1 error -- ---------------------------------------------------------------------------- Tim Daneliuk tundra at tundraware.com PGP Key: http://www.tundraware.com/PGP/
On Mon, Sep 29, 2014 at 08:32:21AM -0500, Tim Daneliuk wrote:> FYI - > > Code Branch: > > /usr/src>svn info > Path: . > Working Copy Root Path: /usr/src > URL: svn://svn.freebsd.org/base/stable/10 > Relative URL: ^/stable/10 > Repository Root: svn://svn.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 272279 > Node Kind: directory > Schedule: normal > Last Changed Author: wblock > Last Changed Rev: 272275 > Last Changed Date: 2014-09-28 18:15:18 -0500 (Sun, 28 Sep 2014) > > > Buildworld is fine with -j4, but buildkernel blows out: > ...I use $(( 2 * $( sysctl -n hw.ncpu ) )) for the -j value; in each of the following cases, that works out to 4: FreeBSD g1-235.catwhisker.org 10.1-BETA3 FreeBSD 10.1-BETA3 #1346 r272275M/272280:1000717: Mon Sep 29 05:41:54 PDT 2014 root at g1-235.catwhisker.org:/common/S3/obj/usr/src/sys/CANARY i386 FreeBSD freebeast.catwhisker.org 10.1-BETA3 FreeBSD 10.1-BETA3 #1594 r272275M/272280:1000717: Mon Sep 29 06:14:44 PDT 2014 root at freebeast.catwhisker.org:/common/S3/obj/usr/src/sys/GENERIC i386 My laptop is the one with a kernel config of CANARY; the build machine uses GENERIC. So: it works for me.... Peace, david -- David H. Wolfskill david at catwhisker.org Taliban: Evil cowards with guns afraid of truth from a 14-year old girl. See http://www.catwhisker.org/~david/publickey.gpg for my public key. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 949 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20140929/27c27426/attachment.sig>
[CC imp@] On Mon, Sep 29, 2014 at 08:32:21AM -0500, Tim Daneliuk wrote:> FYI - > > Code Branch: > > /usr/src>svn info > Path: . > Working Copy Root Path: /usr/src > URL: svn://svn.freebsd.org/base/stable/10 > Relative URL: ^/stable/10 > Repository Root: svn://svn.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 272279 > Node Kind: directory > Schedule: normal > Last Changed Author: wblock > Last Changed Rev: 272275 > Last Changed Date: 2014-09-28 18:15:18 -0500 (Sun, 28 Sep 2014) > > > Buildworld is fine with -j4, but buildkernel blows out: >This is fixed in head in revision r268376, and planned to be merged to stable/10 soon (so it will be included in 10.1-RELEASE). A random, but interesting datapoint: the fts_read() failure seems to be correlated to the processing speed (CPU and RAM) versus the speed of the disks. On one of the RE build machines, prior to r268376 in head/, I could consistently reproduce this particular build failure when building with '-j' values of 24+. On one of the newer RE machines, both world and kernel are build with '-j48', and I have yet to see this particular build failure in the stable/10 branch. The main difference between the two machines is that the second machine mentioned is configured with proper partition alignment and ashift=12 versus ashift=9. Glen -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20140929/e61304d6/attachment.sig>