Hello!
Todays (tonights) testbuilder runs have some interesting failures.
You can look on overall status here:
http://tinderbox.openembedded.net/builders/Jay7-tb/
Full build logs are available from my home machine:
http://jay-home.ath.cx/testbuilder/logs/
BB_VERSION = "1.11.0" (bb git master)
METADATA_BRANCH = "jay7/testing" (forked from master after pull)
METADATA_REVISION = "03d6624"
1. kexec-tools-klibc failure for angstrom-2008.1/{collie,tosa}/console-image
NOTE: Running task 3593 of 5333 (ID: 3383,
/storage/oe/testbuilder/openembedded/recipes/kexec-tools/kexec-tools-klibc_2.0.2.bb,
do_c
ompile)
NOTE: oestats: task failed, see
http://tinderbox.openembedded.net/packages/1279071/
NOTE: package kexec-tools-klibc-2.0.2-r3: task do_compile: Failed
ERROR: Function 'do_compile' failed
ERROR: Task 3383
(/storage/oe/testbuilder/openembedded/recipes/kexec-tools/kexec-tools-klibc_2.0.2.bb,
do_compile) failed with exit code '256'
I've tried to run oe_runmake from devshell and it was compiled fine.
2. gettext failure for minimal/console-image
Build log is available on tinderbox:
http://tinderbox.openembedded.net/packages/1280010/
Looks like libtool issue raised here:
http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-December/027868.html
3. do_rootfs failure for {angstrom-2008.1,minimal}/ben-nanonote/console-image
(mkfs.jffs2: command not found)
Build log is available on tinderbox:
http://tinderbox.openembedded.net/packages/1279982/
4. glibc do_package failure for {angstrom-2008.1,minimal}/qemux86/console-image
== angstrom-2008.1:
NOTE: Running task 1732 of 5109 (ID: 198,
/storage/oe/testbuilder/openembedded/recipes/glibc/glibc_2.9.bb, do_package)
NOTE: package glibc-2.9-r37.4: task do_package: Started
NOTE: preparing tree for binary locale generation
ERROR: locale_arch_options not found for target_arch=i686
NOTE: oestats: error sending task, disabling stats
NOTE: package glibc-2.9-r37.4: task None: Failed
ERROR: unknown arch:i686 for locale_arch_options
ERROR: Task 198
(/storage/oe/testbuilder/openembedded/recipes/glibc/glibc_2.9.bb, do_package)
failed with exit code '256'
ERROR: '/storage/oe/testbuilder/openembedded/recipes/glibc/glibc_2.9.bb' failed
== minimal:
NOTE: Running task 1611 of 5230 (ID: 176,
/storage/oe/testbuilder/openembedded/recipes/eglibc/eglibc_2.12.bb, do_package)
NOTE: package eglibc-2.12-r17.7+svnr12230: task do_package: Started
NOTE: preparing tree for binary locale generation
ERROR: locale_arch_options not found for target_arch=i686
NOTE: oestats: error sending task, disabling stats
NOTE: package eglibc-2.12-r17.7+svnr12230: task None: Failed
ERROR: unknown arch:i686 for locale_arch_options
ERROR: Task 176
(/storage/oe/testbuilder/openembedded/recipes/eglibc/eglibc_2.12.bb,
do_package) failed with exit code '256'
ERROR: '/storage/oe/testbuilder/openembedded/recipes/eglibc/eglibc_2.12.bb'
failed
5. Bitbake 'ERROR: Command execution failed: Exited with 1' error
This was multimachine build for {collie, tosa, akita} in same TMPDIR. Collie
build was done before, akita build was started ok after.
o...@oedev:~/testbuilder/logs$ cat B.opie.angstrom-2008.1.tosa.log
Parsing recipes...NOTE: Angstrom DOES NOT support libiconv because the glibc
builtin iconv replacement is used
ERROR: Command execution failed: Exited with 1
I've seen this already yesterday but thought that was my local limits issue.
6. Error executing python function in 'do_distribute_sources' for
angstrom-2010.x/collie/opie-image
NOTE: Running task 2280 of 6947 (ID: 3975,
virtual:native:/storage/oe/testbuilder/openembedded/recipes/lzma/lzma_4.65.bb,
do_unpack)
NOTE: Running task 2281 of 6947 (ID: 3990,
virtual:native:/storage/oe/testbuilder/openembedded/recipes/lzma/lzma_4.65.bb,
do_distribute_sources)
NOTE: package lzma-native-4.65-r5.1: task do_unpack: Started
NOTE: Unpacking ../sources/lzma465.tar.bz2 to
/var/tmp/tb-clean-build/work/x86_64-linux/lzma-native-4.65-r5.1/
NOTE: package lzma-native-4.65-r5.1: task do_distribute_sources: Started
NOTE: package lzma-native-4.65-r5.1: task do_unpack: Succeeded
ERROR: Error executing python function in 'do_distribute_sources'
Traceback (most recent call last):
File "/storage/oe/testbuilder/bitbake/lib/bb/utils.py", line 338, in
better_exec
exec(code, _context, context)
File "do_distribute_sources", line 33, in <module>
File "do_distribute_sources", line 30, in do_distribute_sources
File "/storage/oe/testbuilder/bitbake/lib/bb/build.py", line 191, in exec_func
exec_func_shell(func, d, runfile, logfile, cwd=adir, fakeroot=fakeroot)
File "/storage/oe/testbuilder/bitbake/lib/bb/build.py", line 271, in
exec_func_shell
log=logfile)
File "/storage/oe/testbuilder/bitbake/lib/bb/process.py", line 92, in run
pipe = Popen(cmd, **options)
File "/storage/oe/testbuilder/bitbake/lib/bb/process.py", line 59, in __init__
subprocess.Popen.__init__(self, *args, **options)
File "/usr/lib/python2.6/subprocess.py", line 623, in __init__
errread, errwrite)
File "/usr/lib/python2.6/subprocess.py", line 1141, in _execute_child
raise child_exception
OSError: [Errno 13] Permission denied
ERROR: Traceback:
ERROR: File "do_distribute_sources", line 33, in <module>
ERROR:
ERROR: File "do_distribute_sources", line 30, in do_distribute_sources
ERROR:
ERROR: File "/storage/oe/testbuilder/bitbake/lib/bb/build.py", line 191, in
exec_func
ERROR: exec_func_shell(func, d, runfile, logfile, cwd=adir,
fakeroot=fakeroot)
ERROR:
ERROR: File "/storage/oe/testbuilder/bitbake/lib/bb/build.py", line 271, in
exec_func_shell
ERROR: log=logfile)
ERROR:
ERROR: File "/storage/oe/testbuilder/bitbake/lib/bb/process.py", line 92, in
run
ERROR: pipe = Popen(cmd, **options)
ERROR:
ERROR: File "/storage/oe/testbuilder/bitbake/lib/bb/process.py", line 59, in
__init__
ERROR: subprocess.Popen.__init__(self, *args, **options)
ERROR:
ERROR: File "/usr/lib/python2.6/subprocess.py", line 623, in __init__
ERROR: errread, errwrite)
ERROR:
ERROR: File "/usr/lib/python2.6/subprocess.py", line 1141, in _execute_child
ERROR: raise child_exception
ERROR:
ERROR: The lines leading to this error were:
ERROR: 0029: bb.data.setVar('LIC', entry, d)
ERROR: 0030:
bb.build.exec_func('SRC_DISTRIBUTECOMMAND', d)
ERROR: 0031:
ERROR: 0032:
ERROR: 0033:do_distribute_sources(d)
NOTE: oestats: error sending task, disabling stats
NOTE: package lzma-native-4.65-r5.1: task None: Failed
ERROR: do_distribute_sources
ERROR: Task 3990
(virtual:native:/storage/oe/testbuilder/openembedded/recipes/lzma/lzma_4.65.bb,
do_distribute_sources) failed with exit code
'256'
ERROR:
'virtual:native:/storage/oe/testbuilder/openembedded/recipes/lzma/lzma_4.65.bb'
failed
--
Yury Bushmelev
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel