From: Denys Dmytriyenko <denys@ti.com>
To: "Nelson, Sam" <sam.nelson@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: Help needed: (Resend) Failures with nbench
Date: Fri, 28 Jun 2013 13:53:56 -0400 [thread overview]
Message-ID: <20130628175356.GD32141@edge> (raw)
In-Reply-To: <4F9216F96E5DF9428610502835A9F49054936128@DLEE11.ent.ti.com>
On Thu, Jun 27, 2013 at 11:56:50AM -0400, Nelson, Sam wrote:
> Hello all,
>
> We are encountering the following error very often in our nightly builds.
> Other times it works fine.
>
> The reason seems to be due to the make process trying to compile before
> the touch pointer.h succeeds.
>
> See highlighted text in red.
>
> Not sure if this is because of the -j 4.
>
> Anybody else have seen this issue. Appreciate your comments and help in
> resolving this issue.
Sam,
I haven't seen this failure and we are building nbench in our nightly builds
as well, using -j 16 and even higher.
From your description of the problem it looks like a race condition. You can
try adding this line to the recipe to force building nbench package in a
single thread - see if it helps:
PARALLEL_MAKE = ""
--
Denys
> NOTE: recipe nbench-byte-2.2.3-r0: task do_compile: Started
>
> ERROR: Function failed: do_compile (see
> /home/gtbldadm/yocto/mcsdk-3_00_00_11/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/nbench-byte-2.2.3-r0/temp/log.do_compile.28346
> for further information)
>
> ERROR: Logfile of failure stored in:
> /home/gtbldadm/yocto/mcsdk-3_00_00_11/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/nbench-byte-2.2.3-r0/temp/log.do_compile.28346
>
> Log data follows:
>
> | DEBUG: Executing shell function do_compile
>
> | NOTE: make -j 4 -e MAKEFLAGS=
>
> | touch pointer.h ;
>
> | arm-linux-gnueabihf-gcc -march=armv7-a -marm -mthumb-interwork
> -mfloat-abi=hard -mfpu=neon -mtune=cortex-a15
> -isystem/opt/linaro-2013.03/arm-linux-gnueabihf/include -fstack-protector
> -D_FORTIFY_SOURCE=1 -O2 -pipe -g -feliminate-unused-debug-types
> -L/opt/linaro-2013.03/arm-linux-gnueabihf/lib
> -Wl,-rpath-link,/opt/linaro-2013.03/arm-linux-gnueabihf/lib -Wl,-O1
> -Wl,--hash-style=gnu
> --sysroot=/home/gtbldadm/yocto/mcsdk-3_00_00_11/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/sysroots/keystone-evm
> -DLINUX -isystem/opt/linaro-2013.03/arm-linux-gnueabihf/include
> -fstack-protector -D_FORTIFY_SOURCE=1 -O2 -pipe -g
> -feliminate-unused-debug-types\
>
> | -c misc.c
>
> | ./sysinfo.sh arm-linux-gnueabihf-gcc -march=armv7-a -marm
> -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a15
> -isystem/opt/linaro-2013.03/arm-linux-gnueabihf/include -fstack-protector
> -D_FORTIFY_SOURCE=1 -O2 -pipe -g -feliminate-unused-debug-types
> -L/opt/linaro-2013.03/arm-linux-gnueabihf/lib
> -Wl,-rpath-link,/opt/linaro-2013.03/arm-linux-gnueabihf/lib -Wl,-O1
> -Wl,--hash-style=gnu
> --sysroot=/home/gtbldadm/yocto/mcsdk-3_00_00_11/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/sysroots/keystone-evm
> -DLINUX -isystem/opt/linaro-2013.03/arm-linux-gnueabihf/include
> -fstack-protector -D_FORTIFY_SOURCE=1 -O2 -pipe -g
> -feliminate-unused-debug-types
>
> | ./sysinfo.sh arm-linux-gnueabihf-gcc -march=armv7-a -marm
> -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a15
> -isystem/opt/linaro-2013.03/arm-linux-gnueabihf/include -fstack-protector
> -D_FORTIFY_SOURCE=1 -O2 -pipe -g -feliminate-unused-debug-types
> -L/opt/linaro-2013.03/arm-linux-gnueabihf/lib
> -Wl,-rpath-link,/opt/linaro-2013.03/arm-linux-gnueabihf/lib -Wl,-O1
> -Wl,--hash-style=gnu
> --sysroot=/home/gtbldadm/yocto/mcsdk-3_00_00_11/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/sysroots/keystone-evm
> -DLINUX -isystem/opt/linaro-2013.03/arm-linux-gnueabihf/include
> -fstack-protector -D_FORTIFY_SOURCE=1 -O2 -pipe -g
> -feliminate-unused-debug-types
>
> | In file included from misc.h:36:0,
>
> | from misc.c:23:
>
> | nmglobal.h:29:21: fatal error: pointer.h: No such file or directory
>
> | compilation terminated.
>
> | make: *** [misc.o] Error 1
>
> | make: *** Waiting for unfinished jobs....
>
> | ERROR: oe_runmake failed
>
> | ERROR: Function failed: do_compile (see
> /home/gtbldadm/yocto/mcsdk-3_00_00_11/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/nbench-byte-2.2.3-r0/temp/log.do_compile.28346
> for further information)
>
> NOTE: recipe nbench-byte-2.2.3-r0: task do_compile: Failed
>
> ERROR: Task 2812
> (/home/gtbldadm/yocto/mcsdk-3_00_00_11/oe-layersetup-mcsdk/sources/meta-openembedded/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb,
> do_compile) failed with exit code '1'
>
> WARNING: QA Issue: syslog-ng: Files/directories were installed but not
> shipped
>
>
next prev parent reply other threads:[~2013-06-28 17:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-27 15:56 Help needed: (Resend) Failures with nbench Nelson, Sam
2013-06-28 17:53 ` Denys Dmytriyenko [this message]
2013-10-17 22:35 ` Ranjeet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130628175356.GD32141@edge \
--to=denys@ti.com \
--cc=meta-arago@arago-project.org \
--cc=sam.nelson@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.