Jenkins_plugins >> Issue_0013 >> Issue_0029 >> Issue_0048 >> function_is_on_target_path 

Fuego 1.2 wiki

Login

bbb-poky-sdk test notes in split format

Here are test results for Fuego on bbb-poky-sdk.
{{TableOfContents}}Here are test results for Fuego on bbb-poky-sdk.
I'm not using the correct toolchain for the board, and so several of the testshave errors building. Here are tests that are known to fail in my beaglebone black configuration:= Tests that always fail =
I'm not using the correct toolchain for the board, and so several of the testshave errors building.  Here are tests that are known to fail in my beaglebone black configuration:= Tests that always fail =

Benchmark.bonnie [edit section]

== Benchmark.bonnie == * runtime error, libstdc++.so.6 not found
Error:{{{#!YellowBoxbonnie++./bonnie++: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory}}}
Error:{{{#!YellowBoxbonnie++./bonnie++: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory}}}

Benchmark.ffsb [edit section]

== Benchmark.ffsb == * build error, -march=armv5e not supported
Error:{{{#!YellowBoxconfigure: error: unrecognized option: -march=armv5eTry `./configure --help' for more information.}}}
Error:{{{#!YellowBoxconfigure: error: unrecognized option: -march=armv5eTry `./configure --help' for more information.}}}

Benchmark.tiobench [edit section]

== Benchmark.tiobench == * build error, missing inline crc32 definition
Error:{{{#!YellowBoxarm-poky-linux-gnueabi-gcc -march=armv5e -marm --sysroot=/fuego-ro/toolchains/poky/sysroots/armv5e-poky-linux-gnueabi \-c -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types \ tiotest.c -o tiotest.oIn file included from tiotest.c:24:0:crc32.h:22:15: warning: inline function 'crc32' declared but never defined unsigned long crc32( const void* const buffer, ^~~~~arm-poky-linux-gnueabi-gcc -march=armv5e -marm --sysroot=/fuego-ro/toolchains/poky/sysroots/armv5e-poky-linux-gnueabi \-c -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types \ crc32.c -o crc32.ocrc32.c:83:28: warning: 'crctab' is static but used in inline function 'crc32' which is not static crc = (crc << 8) ^ crctab[((crc >> 24) ^ *(cp++)) & 0xFF]; ^~~~~~arm-poky-linux-gnueabi-gcc -march=armv5e -marm --sysroot=/fuego-ro/toolchains/poky/sysroots/armv5e-poky-linux-gnueabi \-o tiotest tiotest.o crc32.o -lpthreadtiotest.o: In function `initialize_test':/fuego-rw/buildzone/bbb-poky-sdk.testplan_docker.Benchmark.tiobench-poky-qemuarm/tiotest.c:300: undefined reference to `crc32'tiotest.o: In function `do_read_test':/fuego-rw/buildzone/bbb-poky-sdk.testplan_docker.Benchmark.tiobench-poky-qemuarm/tiotest.c:1191: undefined reference to `crc32'tiotest.o: In function `do_random_read_test':/fuego-rw/buildzone/bbb-poky-sdk.testplan_docker.Benchmark.tiobench-poky-qemuarm/tiotest.c:1297: undefined reference to `crc32'collect2: error: ld returned 1 exit statusMakefile:37: recipe for target 'tiotest' failed}}}
Error:{{{#!YellowBoxarm-poky-linux-gnueabi-gcc  -march=armv5e -marm --sysroot=/fuego-ro/toolchains/poky/sysroots/armv5e-poky-linux-gnueabi \-c  -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types \  tiotest.c -o tiotest.oIn file included from tiotest.c:24:0:crc32.h:22:15: warning: inline function 'crc32' declared but never defined unsigned long crc32( const void* const buffer,               ^~~~~arm-poky-linux-gnueabi-gcc  -march=armv5e -marm --sysroot=/fuego-ro/toolchains/poky/sysroots/armv5e-poky-linux-gnueabi \-c  -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types  \ crc32.c -o crc32.ocrc32.c:83:28: warning: 'crctab' is static but used in inline function 'crc32' which is not static         crc = (crc << 8) ^ crctab[((crc >> 24) ^ *(cp++)) & 0xFF];                            ^~~~~~arm-poky-linux-gnueabi-gcc  -march=armv5e -marm --sysroot=/fuego-ro/toolchains/poky/sysroots/armv5e-poky-linux-gnueabi \-o tiotest tiotest.o crc32.o -lpthreadtiotest.o: In function `initialize_test':/fuego-rw/buildzone/bbb-poky-sdk.testplan_docker.Benchmark.tiobench-poky-qemuarm/tiotest.c:300: undefined reference to `crc32'tiotest.o: In function `do_read_test':/fuego-rw/buildzone/bbb-poky-sdk.testplan_docker.Benchmark.tiobench-poky-qemuarm/tiotest.c:1191: undefined reference to `crc32'tiotest.o: In function `do_random_read_test':/fuego-rw/buildzone/bbb-poky-sdk.testplan_docker.Benchmark.tiobench-poky-qemuarm/tiotest.c:1297: undefined reference to `crc32'collect2: error: ld returned 1 exit statusMakefile:37: recipe for target 'tiotest' failed}}}

Functional.aiostress [edit section]

== Functional.aiostress == * build error, missing libaio.h
Error:{{{#!YellowBoxaiostress.c:58:20: fatal error: libaio.h: No such file or directory #include <libaio.h> ^compilation terminated.}}}
Error:{{{#!YellowBoxaiostress.c:58:20: fatal error: libaio.h: No such file or directory #include <libaio.h>                    ^compilation terminated.}}}

Functional.fio [edit section]

== Functional.fio == * build error, missing 'nop'
Error:{{{#!YellowBoxFIO_VERSION = 2.0.8 DEP .depend CC gettime.ogettime.c: In function 'gtod_thread_main':gettime.c:295:3: error: 'nop' undeclared (first use in this function) nop; ^~~gettime.c:295:3: note: each undeclared identifier is reported only once for each function it appears inMakefile:108: recipe for target 'gettime.o' failedmake: *** [gettime.o] Error 1}}}
Error:{{{#!YellowBoxFIO_VERSION = 2.0.8    DEP .depend    CC gettime.ogettime.c: In function 'gtod_thread_main':gettime.c:295:3: error: 'nop' undeclared (first use in this function)   nop;   ^~~gettime.c:295:3: note: each undeclared identifier is reported only once for each function it appears inMakefile:108: recipe for target 'gettime.o' failedmake: *** [gettime.o] Error 1}}}

Functional.glib [edit section]

== Functional.glib == * runtime error, can't find libglib-2.0.so.0
Error:{{{#!YellowBox./gtester: error while loading shared libraries: libglib-2.0.so.0: cannot open shared object file: No such file or directory}}}
Error:{{{#!YellowBox./gtester: error while loading shared libraries: libglib-2.0.so.0: cannot open shared object file: No such file or directory}}}

Test times [edit section]

= Test times =This is for testplan_docker:
Error: exception in processor 'Table' - check debug log for traceback
{{{#!Table:build_timesconf=#:build_time_conf||test||docker time||bbb time||notes||storage needed||||bonnie||1m 13s||error||bbb runtime link error||||dbench||27s ||1m 20s||||||Dhrystone||10s ||47s||||||ffsb||21s||error||bbb build error||||fio||error||error||bbb build error, docker parser.py error||||hackbench||1.2s||27s||||||IOzone||43s||2m 13s||(had an error with xlsx saving)||||linpack||23s||34s||||||tiobench||13s||error||bbb build error||||Whetstone||3.3s||1m 39s||||||aiostress||1.5s||error||bbb build error||||bc||1.6s||7s||||||bzip2||0.67s||7s||||||glib||2m 22s||error||bbb runtime link error||||hello_world||1.1s||8s||||||ipv6connect||1s||12s||||||linus_stress||2.4s||12m||bbb takes a long time||||LTP||error (8m 6s)||error||bbb runs out of storage space, docker hangs on kill10 program, when that is manually killed, it takes 8m (had an error with xlsx saving)||700MB tmp/ltp-xxx/test.img is 270MB||||rmaptest||2.2s||6m 8s||||||stress||1m 4s||1m 25s||||||zlib||3.8s||10s||||}}}
{{{#build_time_conffield=docker_timecolors="""error:red"""field=bbb_timecolors="""error:red"""}}}
Problem reading page: bbb-poky-sdk_test_notes:build_timesconf=#
Error: exception in processor 'Table' - check debug log for traceback
Traceback (most recent call last):
  File "/home2/birdorg/work/tbwiki/cgi-bin/tbwiki_engine.py", line 2028, in call_processor
    html = processor_func(req, content)
  File "/home2/birdorg/work/tbwiki-data/fuego-1.2/plugins/ProcessorTable.py", line 15, in main
    result = table.get_table(req, content)
  File "/home2/birdorg/work/tbwiki/cgi-bin/table.py", line 1832, in get_table
    tb = setup_conf_and_db(req, content)
  File "/home2/birdorg/work/tbwiki/cgi-bin/table.py", line 1782, in setup_conf_and_db
    tb = get_table_data(req, req.page_dir, source_spec,
  File "/home2/birdorg/work/tbwiki/cgi-bin/table.py", line 2785, in get_table_data
    tb.handler.read()
  File "/home2/birdorg/work/tbwiki/cgi-bin/table.py", line 656, in read
    data = read_page_or_block(self.req, self.source_spec,
  File "/home2/birdorg/work/tbwiki/cgi-bin/table.py", line 2022, in read_page_or_block
    data = req.get_page_item(spec)
  File "/home2/birdorg/work/tbwiki/cgi-bin/tbwiki_engine.py", line 418, in get_page_item
    first, content = self.get_full_page_item(item_ref)
ValueError: not enough values to unpack (expected 2, got 0)


TBWiki engine 1.9.3 by Tim Bird