------------------------------------------ [...truncated 794 lines...] config.status: creating test/validation/errno/Makefile config.status: creating test/validation/hash/Makefile config.status: creating test/validation/init/Makefile config.status: creating test/validation/packet/Makefile config.status: creating test/validation/pktio/Makefile config.status: creating test/validation/pool/Makefile config.status: creating test/validation/queue/Makefile config.status: creating test/validation/random/Makefile config.status: creating test/validation/scheduler/Makefile config.status: creating test/validation/std_clib/Makefile config.status: creating test/validation/synchronizers/Makefile config.status: creating test/validation/thread/Makefile config.status: creating test/validation/time/Makefile config.status: creating test/validation/timer/Makefile config.status: creating test/validation/shmem/Makefile config.status: creating test/validation/system/Makefile config.status: creating test/miscellaneous/Makefile config.status: creating helper/config.h config.status: executing depfiles commands config.status: executing libtool commands
opendataplane 1.4.1.0.git208.g9823032
Library version: 104:1:0
arch linux with_platform: linux-generic prefix: https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/new-build sysconfdir: ${prefix}/etc libdir: ${exec_prefix}/lib includedir: ${prefix}/include
cc: armeb-linux-gnueabihf-gcc cppflags: am_cppflags: -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/include -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/include am_cxxflags: -std=c++11 cflags: -g -O2 am_cflags: -pthread -DODP_DEBUG_PRINT=1 -DODP_DEBUG=1 -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -std=c99 ldflags: am_ldflags: -pthread -lrt -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/lib -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/lib libs: -lcunit -lcrypto cunit: yes test_vald: yes test_perf: yes test_cpp: no test_helper: yes
+ retcode=0 + return 0 + retcode=0 + [[ 0 -ne 0 ]] + return 0 + git log -1 --oneline + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + exit_on_error make -j 8 + quiet make -j 8 + [[ 0 -eq 1 ]] + make -j 8 Making all in platform/linux-generic make[1]: Entering directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' CC odp_barrier.lo CC odp_buffer.lo CC odp_cpu.lo CC odp_classification.lo CC odp_crypto.lo CC odp_cpumask.lo CC odp_errno.lo CC odp_cpumask_task.lo CC odp_event.lo CC odp_hash.lo CC odp_init.lo CC odp_impl.lo CC odp_name_table.lo CC odp_packet.lo CC odp_packet_flags.lo odp_name_table.c: In function 'make_hash_tbl_entry': odp_name_table.c:570:20: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] hash_tbl_entry = (hash_tbl_entry_t)name_tbl_entry; ^ odp_name_table.c: In function 'name_hash_tbl_lookup': odp_name_table.c:587:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:593:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:598:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:607:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:612:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'secondary_hash_add': odp_name_table.c:658:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] first_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:669:9: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] return (hash_tbl_entry_t)secondary_hash; ^ odp_name_table.c: In function 'hash_tbl_remove': odp_name_table.c:695:18: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] head_entry = (name_tbl_entry_t *) ^ odp_name_table.c:699:22: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'name_hash_tbl_add': odp_name_table.c:761:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:786:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:802:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:830:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:849:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'name_tbl_entry_list_remove': odp_name_table.c:878:23: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] hash_tbl_entry = (hash_tbl_entry_t)next_entry; ^ odp_name_table.c: In function 'name_hash_tbl_delete': odp_name_table.c:925:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:943:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:958:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:991:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:1006:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'level2_hash_histo': odp_name_table.c:1174:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *) ^ odp_name_table.c: In function 'level1_hash_histo': odp_name_table.c:1201:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *) ^ odp_name_table.c:1205:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'secondary_hash_histo_print': odp_name_table.c:1234:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ CC odp_packet_io.lo CC odp_pkt_queue.lo odp_name_table.c: In function 'hash_name_and_kind': odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' CC odp_pool.lo cc1: all warnings being treated as errors Makefile:748: recipe for target 'odp_name_table.lo' failed make[1]: *** [odp_name_table.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... odp_pkt_queue.c: In function '_odp_queue_pool_create': odp_pkt_queue.c:218:9: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] return (_odp_int_queue_pool_t)pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_create': odp_pkt_queue.c:226:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_append': odp_pkt_queue.c:242:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_remove': odp_pkt_queue.c:299:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_stats_print': odp_pkt_queue.c:350:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_queue_pool_destroy': odp_pkt_queue.c:370:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ cc1: all warnings being treated as errors Makefile:748: recipe for target 'odp_pkt_queue.lo' failed make[1]: *** [odp_pkt_queue.lo] Error 1 make[1]: Leaving directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' Makefile:476: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 + cleanup_exit + [[ 0 -eq 1 ]] + retcode=2 + set -e + '[' -d check-odp/build/odp/testdir/ ']' + test -d /home/buildslave/bin + mkdir /home/buildslave/bin + wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O /home/buildslave/bin/linaro-cp.py --2015-11-25 11:44:23-- https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py Resolving git.linaro.org (git.linaro.org)... 54.247.55.40 Connecting to git.linaro.org (git.linaro.org)|54.247.55.40|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/x-python] Saving to: '/home/buildslave/bin/linaro-cp.py'
0K .......... 50.0M=0s
2015-11-25 11:44:23 (50.0 MB/s) - '/home/buildslave/bin/linaro-cp.py' saved [10788]
+ '[' -d out ']' + '[' 2 -ne 0 ']' + exit 1 Build step 'Execute shell' marked build as failure Skipping publisher since build result is FAILURE
------------------------------------------ [...truncated 794 lines...] config.status: creating test/validation/errno/Makefile config.status: creating test/validation/hash/Makefile config.status: creating test/validation/init/Makefile config.status: creating test/validation/packet/Makefile config.status: creating test/validation/pktio/Makefile config.status: creating test/validation/pool/Makefile config.status: creating test/validation/queue/Makefile config.status: creating test/validation/random/Makefile config.status: creating test/validation/scheduler/Makefile config.status: creating test/validation/std_clib/Makefile config.status: creating test/validation/synchronizers/Makefile config.status: creating test/validation/thread/Makefile config.status: creating test/validation/time/Makefile config.status: creating test/validation/timer/Makefile config.status: creating test/validation/shmem/Makefile config.status: creating test/validation/system/Makefile config.status: creating test/miscellaneous/Makefile config.status: creating helper/config.h config.status: executing depfiles commands config.status: executing libtool commands
opendataplane 1.4.1.0.git208.g9823032
Library version: 104:1:0
arch linux with_platform: linux-generic prefix: https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/new-build sysconfdir: ${prefix}/etc libdir: ${exec_prefix}/lib includedir: ${prefix}/include
cc: armeb-linux-gnueabihf-gcc cppflags: am_cppflags: -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/include -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/include am_cxxflags: -std=c++11 cflags: -g -O2 am_cflags: -pthread -DODP_DEBUG_PRINT=1 -DODP_DEBUG=1 -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -std=c99 ldflags: am_ldflags: -pthread -lrt -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/lib -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/lib libs: -lcunit -lcrypto cunit: yes test_vald: yes test_perf: yes test_cpp: no test_helper: yes
+ retcode=0 + return 0 + retcode=0 + [[ 0 -ne 0 ]] + return 0 + git log -1 --oneline + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + exit_on_error make -j 8 + quiet make -j 8 + [[ 0 -eq 1 ]] + make -j 8 Making all in platform/linux-generic make[1]: Entering directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' CC odp_barrier.lo CC odp_buffer.lo CC odp_classification.lo CC odp_cpu.lo CC odp_cpumask_task.lo CC odp_cpumask.lo CC odp_crypto.lo CC odp_errno.lo CC odp_event.lo CC odp_hash.lo CC odp_init.lo CC odp_impl.lo CC odp_name_table.lo CC odp_packet.lo CC odp_packet_flags.lo odp_name_table.c: In function 'make_hash_tbl_entry': odp_name_table.c:570:20: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] hash_tbl_entry = (hash_tbl_entry_t)name_tbl_entry; ^ odp_name_table.c: In function 'name_hash_tbl_lookup': odp_name_table.c:587:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:593:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:598:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:607:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:612:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'secondary_hash_add': odp_name_table.c:658:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] first_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:669:9: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] return (hash_tbl_entry_t)secondary_hash; ^ odp_name_table.c: In function 'hash_tbl_remove': odp_name_table.c:695:18: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] head_entry = (name_tbl_entry_t *) ^ odp_name_table.c:699:22: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'name_hash_tbl_add': odp_name_table.c:761:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:786:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:802:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:830:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:849:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'name_tbl_entry_list_remove': odp_name_table.c:878:23: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] hash_tbl_entry = (hash_tbl_entry_t)next_entry; ^ odp_name_table.c: In function 'name_hash_tbl_delete': odp_name_table.c:925:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:943:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:958:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:991:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:1006:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'level2_hash_histo': odp_name_table.c:1174:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *) ^ odp_name_table.c: In function 'level1_hash_histo': odp_name_table.c:1201:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *) ^ odp_name_table.c:1205:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'secondary_hash_histo_print': odp_name_table.c:1234:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ CC odp_packet_io.lo CC odp_pkt_queue.lo CC odp_pool.lo odp_name_table.c: In function 'hash_name_and_kind': odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' cc1: all warnings being treated as errors Makefile:748: recipe for target 'odp_name_table.lo' failed make[1]: *** [odp_name_table.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... odp_pkt_queue.c: In function '_odp_queue_pool_create': odp_pkt_queue.c:218:9: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] return (_odp_int_queue_pool_t)pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_create': odp_pkt_queue.c:226:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_append': odp_pkt_queue.c:242:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_remove': odp_pkt_queue.c:299:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_stats_print': odp_pkt_queue.c:350:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_queue_pool_destroy': odp_pkt_queue.c:370:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ cc1: all warnings being treated as errors Makefile:748: recipe for target 'odp_pkt_queue.lo' failed make[1]: *** [odp_pkt_queue.lo] Error 1 make[1]: Leaving directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' Makefile:476: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 + cleanup_exit + [[ 0 -eq 1 ]] + retcode=2 + set -e + '[' -d check-odp/build/odp/testdir/ ']' + test -d /home/buildslave/bin + mkdir /home/buildslave/bin + wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O /home/buildslave/bin/linaro-cp.py --2015-11-26 11:55:25-- https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py Resolving git.linaro.org (git.linaro.org)... 54.247.55.40 Connecting to git.linaro.org (git.linaro.org)|54.247.55.40|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/x-python] Saving to: '/home/buildslave/bin/linaro-cp.py'
0K .......... 32.6M=0s
2015-11-26 11:55:25 (32.6 MB/s) - '/home/buildslave/bin/linaro-cp.py' saved [10788]
+ '[' -d out ']' + '[' 2 -ne 0 ']' + exit 1 Build step 'Execute shell' marked build as failure Skipping publisher since build result is FAILURE
------------------------------------------ [...truncated 794 lines...] config.status: creating test/validation/errno/Makefile config.status: creating test/validation/hash/Makefile config.status: creating test/validation/init/Makefile config.status: creating test/validation/packet/Makefile config.status: creating test/validation/pktio/Makefile config.status: creating test/validation/pool/Makefile config.status: creating test/validation/queue/Makefile config.status: creating test/validation/random/Makefile config.status: creating test/validation/scheduler/Makefile config.status: creating test/validation/std_clib/Makefile config.status: creating test/validation/synchronizers/Makefile config.status: creating test/validation/thread/Makefile config.status: creating test/validation/time/Makefile config.status: creating test/validation/timer/Makefile config.status: creating test/validation/shmem/Makefile config.status: creating test/validation/system/Makefile config.status: creating test/miscellaneous/Makefile config.status: creating helper/config.h config.status: executing depfiles commands config.status: executing libtool commands
opendataplane 1.4.1.0.git216.g0a650b4
Library version: 104:1:0
arch linux with_platform: linux-generic prefix: https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/new-build sysconfdir: ${prefix}/etc libdir: ${exec_prefix}/lib includedir: ${prefix}/include
cc: armeb-linux-gnueabihf-gcc cppflags: am_cppflags: -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/include -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/include am_cxxflags: -std=c++11 cflags: -g -O2 am_cflags: -pthread -DODP_DEBUG_PRINT=1 -DODP_DEBUG=1 -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -std=c99 ldflags: am_ldflags: -pthread -lrt -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/lib -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/lib libs: -lcunit -lcrypto cunit: yes test_vald: yes test_perf: yes test_cpp: no test_helper: yes
+ retcode=0 + return 0 + retcode=0 + [[ 0 -ne 0 ]] + return 0 + git log -1 --oneline + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + exit_on_error make -j 8 + quiet make -j 8 + [[ 0 -eq 1 ]] + make -j 8 Making all in platform/linux-generic make[1]: Entering directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' CC odp_barrier.lo CC odp_buffer.lo CC odp_classification.lo CC odp_cpu.lo CC odp_cpumask.lo CC odp_cpumask_task.lo CC odp_crypto.lo CC odp_errno.lo CC odp_event.lo CC odp_hash.lo CC odp_init.lo CC odp_impl.lo CC odp_name_table.lo CC odp_packet.lo CC odp_packet_flags.lo CC odp_packet_io.lo odp_name_table.c: In function 'make_hash_tbl_entry': odp_name_table.c:570:20: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] hash_tbl_entry = (hash_tbl_entry_t)name_tbl_entry; ^ odp_name_table.c: In function 'name_hash_tbl_lookup': odp_name_table.c:587:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:593:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:598:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:607:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:612:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'secondary_hash_add': odp_name_table.c:658:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] first_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:669:9: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] return (hash_tbl_entry_t)secondary_hash; ^ odp_name_table.c: In function 'hash_tbl_remove': odp_name_table.c:695:18: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] head_entry = (name_tbl_entry_t *) ^ odp_name_table.c:699:22: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'name_hash_tbl_add': odp_name_table.c:761:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:786:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:802:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:830:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:849:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'name_tbl_entry_list_remove': odp_name_table.c:878:23: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] hash_tbl_entry = (hash_tbl_entry_t)next_entry; ^ odp_name_table.c: In function 'name_hash_tbl_delete': odp_name_table.c:925:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:943:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:958:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:991:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:1006:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'level2_hash_histo': odp_name_table.c:1174:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *) ^ odp_name_table.c: In function 'level1_hash_histo': odp_name_table.c:1201:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *) ^ odp_name_table.c:1205:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'secondary_hash_histo_print': odp_name_table.c:1234:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ CC odp_pkt_queue.lo odp_name_table.c: In function 'hash_name_and_kind': odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' CC odp_pool.lo cc1: all warnings being treated as errors odp_pkt_queue.c: In function '_odp_queue_pool_create': odp_pkt_queue.c:218:9: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] return (_odp_int_queue_pool_t)pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_create': odp_pkt_queue.c:226:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_append': odp_pkt_queue.c:242:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_remove': odp_pkt_queue.c:299:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_stats_print': odp_pkt_queue.c:350:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ Makefile:753: recipe for target 'odp_name_table.lo' failed make[1]: *** [odp_name_table.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... odp_pkt_queue.c: In function '_odp_queue_pool_destroy': odp_pkt_queue.c:370:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ cc1: all warnings being treated as errors Makefile:753: recipe for target 'odp_pkt_queue.lo' failed make[1]: *** [odp_pkt_queue.lo] Error 1 make[1]: Leaving directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' Makefile:476: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 + cleanup_exit + [[ 0 -eq 1 ]] + retcode=2 + set -e + '[' -d check-odp/build/odp/testdir/ ']' + test -d /home/buildslave/bin + mkdir /home/buildslave/bin + wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O /home/buildslave/bin/linaro-cp.py --2015-11-27 12:01:18-- https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py Resolving git.linaro.org (git.linaro.org)... 54.247.55.40 Connecting to git.linaro.org (git.linaro.org)|54.247.55.40|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/x-python] Saving to: '/home/buildslave/bin/linaro-cp.py'
0K .......... 24.2M=0s
2015-11-27 12:01:18 (24.2 MB/s) - '/home/buildslave/bin/linaro-cp.py' saved [10788]
+ '[' -d out ']' + '[' 2 -ne 0 ']' + exit 1 Build step 'Execute shell' marked build as failure Skipping publisher since build result is FAILURE
------------------------------------------ [...truncated 794 lines...] config.status: creating test/validation/errno/Makefile config.status: creating test/validation/hash/Makefile config.status: creating test/validation/init/Makefile config.status: creating test/validation/packet/Makefile config.status: creating test/validation/pktio/Makefile config.status: creating test/validation/pool/Makefile config.status: creating test/validation/queue/Makefile config.status: creating test/validation/random/Makefile config.status: creating test/validation/scheduler/Makefile config.status: creating test/validation/std_clib/Makefile config.status: creating test/validation/synchronizers/Makefile config.status: creating test/validation/thread/Makefile config.status: creating test/validation/time/Makefile config.status: creating test/validation/timer/Makefile config.status: creating test/validation/shmem/Makefile config.status: creating test/validation/system/Makefile config.status: creating test/miscellaneous/Makefile config.status: creating helper/config.h config.status: executing depfiles commands config.status: executing libtool commands
opendataplane 1.4.1.0.git216.g0a650b4
Library version: 104:1:0
arch linux with_platform: linux-generic prefix: https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/new-build sysconfdir: ${prefix}/etc libdir: ${exec_prefix}/lib includedir: ${prefix}/include
cc: armeb-linux-gnueabihf-gcc cppflags: am_cppflags: -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/include -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/include am_cxxflags: -std=c++11 cflags: -g -O2 am_cflags: -pthread -DODP_DEBUG_PRINT=1 -DODP_DEBUG=1 -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -std=c99 ldflags: am_ldflags: -pthread -lrt -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/lib -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/lib libs: -lcunit -lcrypto cunit: yes test_vald: yes test_perf: yes test_cpp: no test_helper: yes
+ retcode=0 + return 0 + retcode=0 + [[ 0 -ne 0 ]] + return 0 + git log -1 --oneline + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + exit_on_error make -j 8 + quiet make -j 8 + [[ 0 -eq 1 ]] + make -j 8 Making all in platform/linux-generic make[1]: Entering directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' CC odp_barrier.lo CC odp_buffer.lo CC odp_classification.lo CC odp_cpu.lo CC odp_cpumask_task.lo CC odp_crypto.lo CC odp_cpumask.lo CC odp_errno.lo CC odp_event.lo CC odp_hash.lo CC odp_init.lo CC odp_impl.lo CC odp_name_table.lo CC odp_packet.lo CC odp_packet_flags.lo CC odp_packet_io.lo CC odp_pkt_queue.lo odp_name_table.c: In function 'make_hash_tbl_entry': odp_name_table.c:570:20: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] hash_tbl_entry = (hash_tbl_entry_t)name_tbl_entry; ^ odp_name_table.c: In function 'name_hash_tbl_lookup': odp_name_table.c:587:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:593:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:598:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:607:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:612:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'secondary_hash_add': odp_name_table.c:658:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] first_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:669:9: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] return (hash_tbl_entry_t)secondary_hash; ^ odp_name_table.c: In function 'hash_tbl_remove': odp_name_table.c:695:18: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] head_entry = (name_tbl_entry_t *) ^ odp_name_table.c:699:22: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'name_hash_tbl_add': odp_name_table.c:761:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:786:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:802:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:830:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:849:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'name_tbl_entry_list_remove': odp_name_table.c:878:23: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] hash_tbl_entry = (hash_tbl_entry_t)next_entry; ^ odp_name_table.c: In function 'name_hash_tbl_delete': odp_name_table.c:925:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:943:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:958:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:991:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:1006:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'level2_hash_histo': odp_name_table.c:1174:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *) ^ odp_name_table.c: In function 'level1_hash_histo': odp_name_table.c:1201:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *) ^ odp_name_table.c:1205:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'secondary_hash_histo_print': odp_name_table.c:1234:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'hash_name_and_kind': odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' CC odp_pool.lo odp_pkt_queue.c: In function '_odp_queue_pool_create': odp_pkt_queue.c:218:9: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] return (_odp_int_queue_pool_t)pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_create': odp_pkt_queue.c:226:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_append': odp_pkt_queue.c:242:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_remove': odp_pkt_queue.c:299:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_stats_print': odp_pkt_queue.c:350:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_queue_pool_destroy': odp_pkt_queue.c:370:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ cc1: all warnings being treated as errors Makefile:753: recipe for target 'odp_name_table.lo' failed make[1]: *** [odp_name_table.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... cc1: all warnings being treated as errors Makefile:753: recipe for target 'odp_pkt_queue.lo' failed make[1]: *** [odp_pkt_queue.lo] Error 1 make[1]: Leaving directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' Makefile:476: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 + cleanup_exit + [[ 0 -eq 1 ]] + retcode=2 + set -e + '[' -d check-odp/build/odp/testdir/ ']' + test -d /home/buildslave/bin + mkdir /home/buildslave/bin + wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O /home/buildslave/bin/linaro-cp.py --2015-11-28 11:43:09-- https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py Resolving git.linaro.org (git.linaro.org)... 54.247.55.40 Connecting to git.linaro.org (git.linaro.org)|54.247.55.40|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/x-python] Saving to: '/home/buildslave/bin/linaro-cp.py'
0K .......... 32.3M=0s
2015-11-28 11:43:09 (32.3 MB/s) - '/home/buildslave/bin/linaro-cp.py' saved [10788]
+ '[' -d out ']' + '[' 2 -ne 0 ']' + exit 1 Build step 'Execute shell' marked build as failure Skipping publisher since build result is FAILURE
------------------------------------------ [...truncated 804 lines...] config.status: creating test/validation/errno/Makefile config.status: creating test/validation/hash/Makefile config.status: creating test/validation/init/Makefile config.status: creating test/validation/packet/Makefile config.status: creating test/validation/pktio/Makefile config.status: creating test/validation/pool/Makefile config.status: creating test/validation/queue/Makefile config.status: creating test/validation/random/Makefile config.status: creating test/validation/scheduler/Makefile config.status: creating test/validation/std_clib/Makefile config.status: creating test/validation/synchronizers/Makefile config.status: creating test/validation/thread/Makefile config.status: creating test/validation/time/Makefile config.status: creating test/validation/timer/Makefile config.status: creating test/validation/shmem/Makefile config.status: creating test/validation/system/Makefile config.status: creating test/miscellaneous/Makefile config.status: creating helper/config.h config.status: executing depfiles commands config.status: executing libtool commands
opendataplane 1.4.1.0.git216.g0a650b4
Library version: 104:1:0
arch linux with_platform: linux-generic prefix: https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/new-build sysconfdir: ${prefix}/etc libdir: ${exec_prefix}/lib includedir: ${prefix}/include
cc: armeb-linux-gnueabihf-gcc cppflags: am_cppflags: -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/include -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/include am_cxxflags: -std=c++11 cflags: -g -O2 am_cflags: -pthread -DODP_DEBUG_PRINT=1 -DODP_DEBUG=1 -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -std=c99 ldflags: am_ldflags: -pthread -lrt -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/lib -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/lib libs: -lcunit -lcrypto cunit: yes test_vald: yes test_perf: yes test_cpp: no test_helper: yes
+ retcode=0 + return 0 + retcode=0 + [[ 0 -ne 0 ]] + return 0 + git log -1 --oneline + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + exit_on_error make -j 8 + quiet make -j 8 + [[ 0 -eq 1 ]] + make -j 8 Making all in platform/linux-generic make[1]: Entering directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' CC odp_barrier.lo CC odp_buffer.lo CC odp_classification.lo CC odp_cpu.lo CC odp_cpumask.lo CC odp_cpumask_task.lo CC odp_crypto.lo CC odp_errno.lo CC odp_hash.lo CC odp_event.lo CC odp_init.lo CC odp_impl.lo CC odp_name_table.lo CC odp_packet.lo CC odp_packet_flags.lo odp_name_table.c: In function 'make_hash_tbl_entry': odp_name_table.c:570:20: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] hash_tbl_entry = (hash_tbl_entry_t)name_tbl_entry; ^ odp_name_table.c: In function 'name_hash_tbl_lookup': odp_name_table.c:587:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:593:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:598:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:607:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:612:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'secondary_hash_add': odp_name_table.c:658:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] first_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:669:9: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] return (hash_tbl_entry_t)secondary_hash; ^ odp_name_table.c: In function 'hash_tbl_remove': odp_name_table.c:695:18: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] head_entry = (name_tbl_entry_t *) ^ odp_name_table.c:699:22: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'name_hash_tbl_add': odp_name_table.c:761:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:786:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:802:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:830:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:849:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'name_tbl_entry_list_remove': odp_name_table.c:878:23: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] hash_tbl_entry = (hash_tbl_entry_t)next_entry; ^ odp_name_table.c: In function 'name_hash_tbl_delete': odp_name_table.c:925:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:943:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:958:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:991:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:1006:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'level2_hash_histo': odp_name_table.c:1174:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *) ^ odp_name_table.c: In function 'level1_hash_histo': odp_name_table.c:1201:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *) ^ odp_name_table.c:1205:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'secondary_hash_histo_print': odp_name_table.c:1234:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ CC odp_packet_io.lo CC odp_pkt_queue.lo odp_name_table.c: In function 'hash_name_and_kind': odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' CC odp_pool.lo cc1: all warnings being treated as errors Makefile:753: recipe for target 'odp_name_table.lo' failed make[1]: *** [odp_name_table.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... odp_pkt_queue.c: In function '_odp_queue_pool_create': odp_pkt_queue.c:218:9: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] return (_odp_int_queue_pool_t)pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_create': odp_pkt_queue.c:226:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_append': odp_pkt_queue.c:242:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_remove': odp_pkt_queue.c:299:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_stats_print': odp_pkt_queue.c:350:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_queue_pool_destroy': odp_pkt_queue.c:370:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ cc1: all warnings being treated as errors Makefile:753: recipe for target 'odp_pkt_queue.lo' failed make[1]: *** [odp_pkt_queue.lo] Error 1 make[1]: Leaving directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' Makefile:476: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 + cleanup_exit + [[ 0 -eq 1 ]] + retcode=2 + set -e + '[' -d check-odp/build/odp/testdir/ ']' + test -d /home/buildslave/bin + mkdir /home/buildslave/bin + wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O /home/buildslave/bin/linaro-cp.py --2015-11-29 11:43:17-- https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py Resolving git.linaro.org (git.linaro.org)... 54.247.55.40 Connecting to git.linaro.org (git.linaro.org)|54.247.55.40|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/x-python] Saving to: '/home/buildslave/bin/linaro-cp.py'
0K .......... 33.8M=0s
2015-11-29 11:43:17 (33.8 MB/s) - '/home/buildslave/bin/linaro-cp.py' saved [10788]
+ '[' -d out ']' + '[' 2 -ne 0 ']' + exit 1 Build step 'Execute shell' marked build as failure Skipping publisher since build result is FAILURE
------------------------------------------ [...truncated 804 lines...] config.status: creating test/validation/errno/Makefile config.status: creating test/validation/hash/Makefile config.status: creating test/validation/init/Makefile config.status: creating test/validation/packet/Makefile config.status: creating test/validation/pktio/Makefile config.status: creating test/validation/pool/Makefile config.status: creating test/validation/queue/Makefile config.status: creating test/validation/random/Makefile config.status: creating test/validation/scheduler/Makefile config.status: creating test/validation/std_clib/Makefile config.status: creating test/validation/synchronizers/Makefile config.status: creating test/validation/thread/Makefile config.status: creating test/validation/time/Makefile config.status: creating test/validation/timer/Makefile config.status: creating test/validation/shmem/Makefile config.status: creating test/validation/system/Makefile config.status: creating test/miscellaneous/Makefile config.status: creating helper/config.h config.status: executing depfiles commands config.status: executing libtool commands
opendataplane 1.4.1.0.git216.g0a650b4
Library version: 104:1:0
arch linux with_platform: linux-generic prefix: https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/new-build sysconfdir: ${prefix}/etc libdir: ${exec_prefix}/lib includedir: ${prefix}/include
cc: armeb-linux-gnueabihf-gcc cppflags: am_cppflags: -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/include -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/include am_cxxflags: -std=c++11 cflags: -g -O2 am_cflags: -pthread -DODP_DEBUG_PRINT=1 -DODP_DEBUG=1 -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -std=c99 ldflags: am_ldflags: -pthread -lrt -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/lib -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/lib libs: -lcunit -lcrypto cunit: yes test_vald: yes test_perf: yes test_cpp: no test_helper: yes
+ retcode=0 + return 0 + retcode=0 + [[ 0 -ne 0 ]] + return 0 + git log -1 --oneline + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + exit_on_error make -j 8 + quiet make -j 8 + [[ 0 -eq 1 ]] + make -j 8 Making all in platform/linux-generic make[1]: Entering directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' CC odp_buffer.lo CC odp_barrier.lo CC odp_classification.lo CC odp_cpu.lo CC odp_cpumask.lo CC odp_cpumask_task.lo CC odp_crypto.lo CC odp_errno.lo CC odp_event.lo CC odp_hash.lo CC odp_init.lo CC odp_impl.lo CC odp_name_table.lo CC odp_packet_flags.lo CC odp_packet.lo CC odp_packet_io.lo CC odp_pkt_queue.lo odp_name_table.c: In function 'make_hash_tbl_entry': odp_name_table.c:570:20: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] hash_tbl_entry = (hash_tbl_entry_t)name_tbl_entry; ^ odp_name_table.c: In function 'name_hash_tbl_lookup': odp_name_table.c:587:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:593:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:598:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:607:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:612:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'secondary_hash_add': odp_name_table.c:658:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] first_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:669:9: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] return (hash_tbl_entry_t)secondary_hash; ^ odp_name_table.c: In function 'hash_tbl_remove': odp_name_table.c:695:18: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] head_entry = (name_tbl_entry_t *) ^ odp_name_table.c:699:22: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'name_hash_tbl_add': odp_name_table.c:761:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:786:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:802:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:830:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:849:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'name_tbl_entry_list_remove': odp_name_table.c:878:23: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] hash_tbl_entry = (hash_tbl_entry_t)next_entry; ^ odp_name_table.c: In function 'name_hash_tbl_delete': odp_name_table.c:925:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:943:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:958:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:991:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:1006:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'level2_hash_histo': odp_name_table.c:1174:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *) ^ odp_name_table.c: In function 'level1_hash_histo': odp_name_table.c:1201:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *) ^ odp_name_table.c:1205:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'secondary_hash_histo_print': odp_name_table.c:1234:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'hash_name_and_kind': odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' CC odp_pool.lo cc1: all warnings being treated as errors odp_pkt_queue.c: In function '_odp_queue_pool_create': odp_pkt_queue.c:218:9: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] return (_odp_int_queue_pool_t)pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_create': odp_pkt_queue.c:226:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_append': odp_pkt_queue.c:242:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_remove': odp_pkt_queue.c:299:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_stats_print': odp_pkt_queue.c:350:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_queue_pool_destroy': odp_pkt_queue.c:370:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ Makefile:753: recipe for target 'odp_name_table.lo' failed make[1]: *** [odp_name_table.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... cc1: all warnings being treated as errors Makefile:753: recipe for target 'odp_pkt_queue.lo' failed make[1]: *** [odp_pkt_queue.lo] Error 1 make[1]: Leaving directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' Makefile:476: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 + cleanup_exit + [[ 0 -eq 1 ]] + retcode=2 + set -e + '[' -d check-odp/build/odp/testdir/ ']' + test -d /home/buildslave/bin + mkdir /home/buildslave/bin + wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O /home/buildslave/bin/linaro-cp.py --2015-11-30 11:26:46-- https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py Resolving git.linaro.org (git.linaro.org)... 54.247.55.40 Connecting to git.linaro.org (git.linaro.org)|54.247.55.40|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/x-python] Saving to: '/home/buildslave/bin/linaro-cp.py'
0K .......... 16.3M=0.001s
2015-11-30 11:26:46 (16.3 MB/s) - '/home/buildslave/bin/linaro-cp.py' saved [10788]
+ '[' -d out ']' + '[' 2 -ne 0 ']' + exit 1 Build step 'Execute shell' marked build as failure Skipping publisher since build result is FAILURE
------------------------------------------ [...truncated 804 lines...] config.status: creating test/validation/errno/Makefile config.status: creating test/validation/hash/Makefile config.status: creating test/validation/init/Makefile config.status: creating test/validation/packet/Makefile config.status: creating test/validation/pktio/Makefile config.status: creating test/validation/pool/Makefile config.status: creating test/validation/queue/Makefile config.status: creating test/validation/random/Makefile config.status: creating test/validation/scheduler/Makefile config.status: creating test/validation/std_clib/Makefile config.status: creating test/validation/synchronizers/Makefile config.status: creating test/validation/thread/Makefile config.status: creating test/validation/time/Makefile config.status: creating test/validation/timer/Makefile config.status: creating test/validation/shmem/Makefile config.status: creating test/validation/system/Makefile config.status: creating test/miscellaneous/Makefile config.status: creating helper/config.h config.status: executing depfiles commands config.status: executing libtool commands
opendataplane 1.4.1.0.git216.g0a650b4
Library version: 104:1:0
arch linux with_platform: linux-generic prefix: https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/new-build sysconfdir: ${prefix}/etc libdir: ${exec_prefix}/lib includedir: ${prefix}/include
cc: armeb-linux-gnueabihf-gcc cppflags: am_cppflags: -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/include -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/include am_cxxflags: -std=c++11 cflags: -g -O2 am_cflags: -pthread -DODP_DEBUG_PRINT=1 -DODP_DEBUG=1 -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -std=c99 ldflags: am_ldflags: -pthread -lrt -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/lib -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/lib libs: -lcunit -lcrypto cunit: yes test_vald: yes test_perf: yes test_cpp: no test_helper: yes
+ retcode=0 + return 0 + retcode=0 + [[ 0 -ne 0 ]] + return 0 + git log -1 --oneline + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + exit_on_error make -j 8 + quiet make -j 8 + [[ 0 -eq 1 ]] + make -j 8 Making all in platform/linux-generic make[1]: Entering directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' CC odp_barrier.lo CC odp_buffer.lo CC odp_cpu.lo CC odp_classification.lo CC odp_cpumask.lo CC odp_crypto.lo CC odp_cpumask_task.lo CC odp_errno.lo CC odp_event.lo CC odp_hash.lo CC odp_init.lo CC odp_impl.lo CC odp_name_table.lo CC odp_packet.lo CC odp_packet_flags.lo CC odp_packet_io.lo odp_name_table.c: In function 'make_hash_tbl_entry': odp_name_table.c:570:20: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] hash_tbl_entry = (hash_tbl_entry_t)name_tbl_entry; ^ odp_name_table.c: In function 'name_hash_tbl_lookup': odp_name_table.c:587:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:593:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:598:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:607:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:612:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'secondary_hash_add': odp_name_table.c:658:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] first_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:669:9: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] return (hash_tbl_entry_t)secondary_hash; ^ odp_name_table.c: In function 'hash_tbl_remove': odp_name_table.c:695:18: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] head_entry = (name_tbl_entry_t *) ^ odp_name_table.c:699:22: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'name_hash_tbl_add': odp_name_table.c:761:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:786:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:802:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:830:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:849:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'name_tbl_entry_list_remove': odp_name_table.c:878:23: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] hash_tbl_entry = (hash_tbl_entry_t)next_entry; ^ odp_name_table.c: In function 'name_hash_tbl_delete': odp_name_table.c:925:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:943:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:958:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:991:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:1006:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'level2_hash_histo': odp_name_table.c:1174:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *) ^ odp_name_table.c: In function 'level1_hash_histo': odp_name_table.c:1201:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *) ^ odp_name_table.c:1205:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'secondary_hash_histo_print': odp_name_table.c:1234:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ CC odp_pkt_queue.lo odp_name_table.c: In function 'hash_name_and_kind': odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' CC odp_pool.lo cc1: all warnings being treated as errors odp_pkt_queue.c: In function '_odp_queue_pool_create': odp_pkt_queue.c:218:9: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] return (_odp_int_queue_pool_t)pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_create': odp_pkt_queue.c:226:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_append': odp_pkt_queue.c:242:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_remove': odp_pkt_queue.c:299:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_stats_print': odp_pkt_queue.c:350:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_queue_pool_destroy': odp_pkt_queue.c:370:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ Makefile:753: recipe for target 'odp_name_table.lo' failed make[1]: *** [odp_name_table.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... cc1: all warnings being treated as errors Makefile:753: recipe for target 'odp_pkt_queue.lo' failed make[1]: *** [odp_pkt_queue.lo] Error 1 make[1]: Leaving directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' Makefile:476: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 + cleanup_exit + [[ 0 -eq 1 ]] + retcode=2 + set -e + '[' -d check-odp/build/odp/testdir/ ']' + test -d /home/buildslave/bin + mkdir /home/buildslave/bin + wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O /home/buildslave/bin/linaro-cp.py --2015-11-30 11:51:16-- https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py Resolving git.linaro.org (git.linaro.org)... 54.247.55.40 Connecting to git.linaro.org (git.linaro.org)|54.247.55.40|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/x-python] Saving to: '/home/buildslave/bin/linaro-cp.py'
0K .......... 146M=0s
2015-11-30 11:51:16 (146 MB/s) - '/home/buildslave/bin/linaro-cp.py' saved [10788]
+ '[' -d out ']' + '[' 2 -ne 0 ']' + exit 1 Build step 'Execute shell' marked build as failure Skipping publisher since build result is FAILURE
------------------------------------------ [...truncated 811 lines...] config.status: creating test/validation/errno/Makefile config.status: creating test/validation/hash/Makefile config.status: creating test/validation/init/Makefile config.status: creating test/validation/packet/Makefile config.status: creating test/validation/pktio/Makefile config.status: creating test/validation/pool/Makefile config.status: creating test/validation/queue/Makefile config.status: creating test/validation/random/Makefile config.status: creating test/validation/scheduler/Makefile config.status: creating test/validation/std_clib/Makefile config.status: creating test/validation/synchronizers/Makefile config.status: creating test/validation/thread/Makefile config.status: creating test/validation/time/Makefile config.status: creating test/validation/timer/Makefile config.status: creating test/validation/shmem/Makefile config.status: creating test/validation/system/Makefile config.status: creating test/miscellaneous/Makefile config.status: creating helper/config.h config.status: executing depfiles commands config.status: executing libtool commands
opendataplane 1.4.1.0.git216.g0a650b4
Library version: 104:1:0
arch linux with_platform: linux-generic prefix: https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/new-build sysconfdir: ${prefix}/etc libdir: ${exec_prefix}/lib includedir: ${prefix}/include
cc: armeb-linux-gnueabihf-gcc cppflags: am_cppflags: -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/include -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/include am_cxxflags: -std=c++11 cflags: -g -O2 am_cflags: -pthread -DODP_DEBUG_PRINT=1 -DODP_DEBUG=1 -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -std=c99 ldflags: am_ldflags: -pthread -lrt -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/lib -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/lib libs: -lcunit -lcrypto cunit: yes test_vald: yes test_perf: yes test_cpp: no test_helper: yes
+ retcode=0 + return 0 + retcode=0 + [[ 0 -ne 0 ]] + return 0 + git log -1 --oneline + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + exit_on_error make -j 8 + quiet make -j 8 + [[ 0 -eq 1 ]] + make -j 8 Making all in platform/linux-generic make[1]: Entering directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' CC odp_barrier.lo CC odp_buffer.lo CC odp_classification.lo CC odp_cpumask.lo CC odp_cpu.lo CC odp_errno.lo CC odp_crypto.lo CC odp_cpumask_task.lo CC odp_event.lo CC odp_hash.lo CC odp_init.lo CC odp_impl.lo CC odp_name_table.lo CC odp_packet.lo CC odp_packet_flags.lo CC odp_packet_io.lo odp_name_table.c: In function 'make_hash_tbl_entry': odp_name_table.c:570:20: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] hash_tbl_entry = (hash_tbl_entry_t)name_tbl_entry; ^ odp_name_table.c: In function 'name_hash_tbl_lookup': odp_name_table.c:587:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:593:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:598:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:607:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:612:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'secondary_hash_add': odp_name_table.c:658:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] first_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:669:9: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] return (hash_tbl_entry_t)secondary_hash; ^ odp_name_table.c: In function 'hash_tbl_remove': odp_name_table.c:695:18: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] head_entry = (name_tbl_entry_t *) ^ odp_name_table.c:699:22: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'name_hash_tbl_add': odp_name_table.c:761:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:786:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:802:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:830:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:849:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'name_tbl_entry_list_remove': odp_name_table.c:878:23: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] hash_tbl_entry = (hash_tbl_entry_t)next_entry; ^ odp_name_table.c: In function 'name_hash_tbl_delete': odp_name_table.c:925:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:943:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:958:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c:991:19: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *)hash_tbl_entry; ^ odp_name_table.c:1006:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *)(hash_tbl_entry & ~0x3F); ^ odp_name_table.c: In function 'level2_hash_histo': odp_name_table.c:1174:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *) ^ odp_name_table.c: In function 'level1_hash_histo': odp_name_table.c:1201:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] name_tbl_entry = (name_tbl_entry_t *) ^ odp_name_table.c:1205:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'secondary_hash_histo_print': odp_name_table.c:1234:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] secondary_hash = (secondary_hash_tbl_t *) ^ odp_name_table.c: In function 'hash_name_and_kind': odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' CC odp_pkt_queue.lo CC odp_pool.lo cc1: all warnings being treated as errors Makefile:753: recipe for target 'odp_name_table.lo' failed make[1]: *** [odp_name_table.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... odp_pkt_queue.c: In function '_odp_queue_pool_create': odp_pkt_queue.c:218:9: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] return (_odp_int_queue_pool_t)pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_create': odp_pkt_queue.c:226:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_append': odp_pkt_queue.c:242:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_remove': odp_pkt_queue.c:299:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_pkt_queue_stats_print': odp_pkt_queue.c:350:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ odp_pkt_queue.c: In function '_odp_queue_pool_destroy': odp_pkt_queue.c:370:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] pool = (queue_pool_t *)queue_pool; ^ cc1: all warnings being treated as errors Makefile:753: recipe for target 'odp_pkt_queue.lo' failed make[1]: *** [odp_pkt_queue.lo] Error 1 make[1]: Leaving directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' Makefile:476: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 + cleanup_exit + [[ 0 -eq 1 ]] + retcode=2 + set -e + '[' -d check-odp/build/odp/testdir/ ']' + test -d /home/buildslave/bin + mkdir /home/buildslave/bin + wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O /home/buildslave/bin/linaro-cp.py --2015-12-01 11:52:44-- https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py Resolving git.linaro.org (git.linaro.org)... 54.247.55.40 Connecting to git.linaro.org (git.linaro.org)|54.247.55.40|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/x-python] Saving to: '/home/buildslave/bin/linaro-cp.py'
0K .......... 39.3M=0s
2015-12-01 11:52:44 (39.3 MB/s) - '/home/buildslave/bin/linaro-cp.py' saved [10788]
+ '[' -d out ']' + '[' 2 -ne 0 ']' + exit 1 Build step 'Execute shell' marked build as failure Skipping publisher since build result is FAILURE
------------------------------------------ [...truncated 698 lines...] checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for inline... inline checking for size_t... yes checking for ssize_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for valgrind... no checking for GCC atomic builtins... yes checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for EVP_EncryptInit in -lcrypto... yes checking openssl/des.h usability... yes checking openssl/des.h presence... yes checking for openssl/des.h... yes checking openssl/rand.h usability... yes checking openssl/rand.h presence... yes checking for openssl/rand.h... yes checking openssl/hmac.h usability... yes checking openssl/hmac.h presence... yes checking for openssl/hmac.h... yes checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking pcap/pcap.h usability... no checking pcap/pcap.h presence... no checking for pcap/pcap.h... no checking for armeb-linux-gnueabihf-doxygen... no checking for doxygen... /usr/bin/doxygen checking for armeb-linux-gnueabihf-perl... no checking for perl... /usr/bin/perl checking for armeb-linux-gnueabihf-latex... no checking for latex... no configure: WARNING: latex not found - will not generate doxygen PostScript documentation checking for armeb-linux-gnueabihf-makeindex... no checking for makeindex... no checking for armeb-linux-gnueabihf-dvips... no checking for dvips... no checking for armeb-linux-gnueabihf-egrep... no checking for egrep... /bin/egrep checking for armeb-linux-gnueabihf-pdflatex... no checking for pdflatex... no configure: WARNING: pdflatex not found - will not generate doxygen PDF documentation checking for armeb-linux-gnueabihf-makeindex... no checking for makeindex... no checking for armeb-linux-gnueabihf-egrep... /bin/egrep checking for doxygen... doxygen checking for asciidoc... no configure: WARNING: asciidoc not found - continuing without asciidoc support checking for convert... no configure: WARNING: Imagemagic (convert) not found - continuing without image support checking for mscgen... no configure: WARNING: mscgen not found - continuing without sequence message support checking for CU_get_error in -lcunit... yes checking CUnit/Basic.h usability... yes checking CUnit/Basic.h presence... yes checking for CUnit/Basic.h... yes checking for library containing timer_create... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating platform/linux-generic/Makefile config.status: creating platform/linux-generic/test/Makefile config.status: creating platform/linux-generic/test/pktio/Makefile config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/implementers-guide/Makefile config.status: creating doc/users-guide/Makefile config.status: creating doc/images/Makefile config.status: creating example/Makefile config.status: creating example/classifier/Makefile config.status: creating example/generator/Makefile config.status: creating example/ipsec/Makefile config.status: creating example/packet/Makefile config.status: creating example/timer/Makefile config.status: creating example/traffic_mgmt/Makefile config.status: creating helper/Makefile config.status: creating helper/test/Makefile config.status: creating pkgconfig/libodp.pc config.status: creating pkgconfig/libodphelper.pc config.status: creating scripts/Makefile config.status: creating test/Makefile config.status: creating test/api_test/Makefile config.status: creating test/performance/Makefile config.status: creating test/validation/Makefile config.status: creating test/validation/buffer/Makefile config.status: creating test/validation/classification/Makefile config.status: creating test/validation/config/Makefile config.status: creating test/validation/cpumask/Makefile config.status: creating test/validation/common/Makefile config.status: creating test/validation/crypto/Makefile config.status: creating test/validation/errno/Makefile config.status: creating test/validation/hash/Makefile config.status: creating test/validation/init/Makefile config.status: creating test/validation/packet/Makefile config.status: creating test/validation/pktio/Makefile config.status: creating test/validation/pool/Makefile config.status: creating test/validation/queue/Makefile config.status: creating test/validation/random/Makefile config.status: creating test/validation/scheduler/Makefile config.status: creating test/validation/std_clib/Makefile config.status: creating test/validation/synchronizers/Makefile config.status: creating test/validation/thread/Makefile config.status: creating test/validation/time/Makefile config.status: creating test/validation/timer/Makefile config.status: creating test/validation/shmem/Makefile config.status: creating test/validation/system/Makefile config.status: creating test/miscellaneous/Makefile config.status: creating helper/config.h config.status: executing depfiles commands config.status: executing libtool commands
opendataplane 1.4.1.0.git227.g9ecd8a0
Library version: 104:1:0
arch linux with_platform: linux-generic prefix: https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/new-build sysconfdir: ${prefix}/etc libdir: ${exec_prefix}/lib includedir: ${prefix}/include testdir:
cc: armeb-linux-gnueabihf-gcc cppflags: am_cppflags: -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/include -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/include am_cxxflags: -std=c++11 cflags: -g -O2 am_cflags: -pthread -DODP_DEBUG_PRINT=1 -DODP_DEBUG=1 -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -std=c99 ldflags: am_ldflags: -pthread -lrt -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/lib -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/lib libs: -lcunit -lcrypto cunit: yes test_vald: yes test_perf: yes test_cpp: no test_helper: yes
+ retcode=0 + return 0 + retcode=0 + [[ 0 -ne 0 ]] + return 0 + git log -1 --oneline + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + exit_on_error make -j 8 + quiet make -j 8 + [[ 0 -eq 1 ]] + make -j 8 Making all in platform/linux-generic make[1]: Entering directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' CC odp_buffer.lo CC odp_classification.lo CC odp_cpu.lo CC odp_barrier.lo CC odp_cpumask_task.lo CC odp_errno.lo CC odp_cpumask.lo CC odp_crypto.lo CC odp_event.lo CC odp_hash.lo CC odp_init.lo CC odp_impl.lo CC odp_name_table.lo CC odp_packet.lo CC odp_packet_flags.lo CC odp_packet_io.lo CC odp_pkt_queue.lo odp_name_table.c: In function 'hash_name_and_kind': odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' Makefile:754: recipe for target 'odp_name_table.lo' failed make[1]: *** [odp_name_table.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' Makefile:482: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 + cleanup_exit + [[ 0 -eq 1 ]] + retcode=2 + set -e + '[' -d check-odp/build/odp/testdir/ ']' + test -d /home/buildslave/bin + mkdir /home/buildslave/bin + wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O /home/buildslave/bin/linaro-cp.py --2015-12-01 17:16:56-- https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py Resolving git.linaro.org (git.linaro.org)... 54.247.55.40 Connecting to git.linaro.org (git.linaro.org)|54.247.55.40|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/x-python] Saving to: '/home/buildslave/bin/linaro-cp.py'
0K .......... 18.9M=0.001s
2015-12-01 17:16:56 (18.9 MB/s) - '/home/buildslave/bin/linaro-cp.py' saved [10788]
+ '[' -d out ']' + '[' 2 -ne 0 ']' + exit 1 Build step 'Execute shell' marked build as failure Skipping publisher since build result is FAILURE
------------------------------------------ [...truncated 700 lines...] checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for inline... inline checking for size_t... yes checking for ssize_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for valgrind... no checking for GCC atomic builtins... yes checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for EVP_EncryptInit in -lcrypto... yes checking openssl/des.h usability... yes checking openssl/des.h presence... yes checking for openssl/des.h... yes checking openssl/rand.h usability... yes checking openssl/rand.h presence... yes checking for openssl/rand.h... yes checking openssl/hmac.h usability... yes checking openssl/hmac.h presence... yes checking for openssl/hmac.h... yes checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking pcap/pcap.h usability... no checking pcap/pcap.h presence... no checking for pcap/pcap.h... no checking for armeb-linux-gnueabihf-doxygen... no checking for doxygen... /usr/bin/doxygen checking for armeb-linux-gnueabihf-perl... no checking for perl... /usr/bin/perl checking for armeb-linux-gnueabihf-latex... no checking for latex... no configure: WARNING: latex not found - will not generate doxygen PostScript documentation checking for armeb-linux-gnueabihf-makeindex... no checking for makeindex... no checking for armeb-linux-gnueabihf-dvips... no checking for dvips... no checking for armeb-linux-gnueabihf-egrep... no checking for egrep... /bin/egrep checking for armeb-linux-gnueabihf-pdflatex... no checking for pdflatex... no configure: WARNING: pdflatex not found - will not generate doxygen PDF documentation checking for armeb-linux-gnueabihf-makeindex... no checking for makeindex... no checking for armeb-linux-gnueabihf-egrep... /bin/egrep checking for doxygen... doxygen checking for asciidoc... no configure: WARNING: asciidoc not found - continuing without asciidoc support checking for convert... no configure: WARNING: Imagemagic (convert) not found - continuing without image support checking for mscgen... no configure: WARNING: mscgen not found - continuing without sequence message support checking for CU_get_error in -lcunit... yes checking CUnit/Basic.h usability... yes checking CUnit/Basic.h presence... yes checking for CUnit/Basic.h... yes checking for library containing timer_create... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating platform/linux-generic/Makefile config.status: creating platform/linux-generic/test/Makefile config.status: creating platform/linux-generic/test/pktio/Makefile config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/implementers-guide/Makefile config.status: creating doc/users-guide/Makefile config.status: creating doc/images/Makefile config.status: creating example/Makefile config.status: creating example/classifier/Makefile config.status: creating example/generator/Makefile config.status: creating example/ipsec/Makefile config.status: creating example/packet/Makefile config.status: creating example/timer/Makefile config.status: creating example/traffic_mgmt/Makefile config.status: creating helper/Makefile config.status: creating helper/test/Makefile config.status: creating pkgconfig/libodp.pc config.status: creating pkgconfig/libodphelper.pc config.status: creating scripts/Makefile config.status: creating test/Makefile config.status: creating test/api_test/Makefile config.status: creating test/performance/Makefile config.status: creating test/validation/Makefile config.status: creating test/validation/buffer/Makefile config.status: creating test/validation/classification/Makefile config.status: creating test/validation/config/Makefile config.status: creating test/validation/cpumask/Makefile config.status: creating test/validation/common/Makefile config.status: creating test/validation/crypto/Makefile config.status: creating test/validation/errno/Makefile config.status: creating test/validation/hash/Makefile config.status: creating test/validation/init/Makefile config.status: creating test/validation/packet/Makefile config.status: creating test/validation/pktio/Makefile config.status: creating test/validation/pool/Makefile config.status: creating test/validation/queue/Makefile config.status: creating test/validation/random/Makefile config.status: creating test/validation/scheduler/Makefile config.status: creating test/validation/std_clib/Makefile config.status: creating test/validation/synchronizers/Makefile config.status: creating test/validation/thread/Makefile config.status: creating test/validation/time/Makefile config.status: creating test/validation/timer/Makefile config.status: creating test/validation/shmem/Makefile config.status: creating test/validation/system/Makefile config.status: creating test/miscellaneous/Makefile config.status: creating helper/config.h config.status: executing depfiles commands config.status: executing libtool commands
opendataplane 1.4.1.0.git227.g9ecd8a0
Library version: 104:1:0
arch linux with_platform: linux-generic prefix: https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/new-build sysconfdir: ${prefix}/etc libdir: ${exec_prefix}/lib includedir: ${prefix}/include testdir:
cc: armeb-linux-gnueabihf-gcc cppflags: am_cppflags: -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/include -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/include am_cxxflags: -std=c++11 cflags: -g -O2 am_cflags: -pthread -DODP_DEBUG_PRINT=1 -DODP_DEBUG=1 -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -std=c99 ldflags: am_ldflags: -pthread -lrt -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/lib -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/lib libs: -lcunit -lcrypto cunit: yes test_vald: yes test_perf: yes test_cpp: no test_helper: yes
+ retcode=0 + return 0 + retcode=0 + [[ 0 -ne 0 ]] + return 0 + git log -1 --oneline + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + exit_on_error make -j 8 + quiet make -j 8 + [[ 0 -eq 1 ]] + make -j 8 Making all in platform/linux-generic make[1]: Entering directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' CC odp_barrier.lo CC odp_buffer.lo CC odp_cpu.lo CC odp_classification.lo CC odp_cpumask_task.lo CC odp_crypto.lo CC odp_errno.lo CC odp_cpumask.lo CC odp_event.lo CC odp_hash.lo CC odp_init.lo CC odp_impl.lo CC odp_name_table.lo CC odp_packet.lo CC odp_packet_flags.lo CC odp_packet_io.lo CC odp_pkt_queue.lo CC odp_pool.lo odp_name_table.c: In function 'hash_name_and_kind': odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' Makefile:754: recipe for target 'odp_name_table.lo' failed make[1]: *** [odp_name_table.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' Makefile:482: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 + cleanup_exit + [[ 0 -eq 1 ]] + retcode=2 + set -e + '[' -d check-odp/build/odp/testdir/ ']' + test -d /home/buildslave/bin + mkdir /home/buildslave/bin + wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O /home/buildslave/bin/linaro-cp.py --2015-12-02 11:48:41-- https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py Resolving git.linaro.org (git.linaro.org)... 54.247.55.40 Connecting to git.linaro.org (git.linaro.org)|54.247.55.40|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/x-python] Saving to: '/home/buildslave/bin/linaro-cp.py'
0K .......... 25.1M=0s
2015-12-02 11:48:42 (25.1 MB/s) - '/home/buildslave/bin/linaro-cp.py' saved [10788]
+ '[' -d out ']' + '[' 2 -ne 0 ']' + exit 1 Build step 'Execute shell' marked build as failure Skipping publisher since build result is FAILURE
------------------------------------------ [...truncated 700 lines...] checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for inline... inline checking for size_t... yes checking for ssize_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for valgrind... no checking for GCC atomic builtins... yes checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for EVP_EncryptInit in -lcrypto... yes checking openssl/des.h usability... yes checking openssl/des.h presence... yes checking for openssl/des.h... yes checking openssl/rand.h usability... yes checking openssl/rand.h presence... yes checking for openssl/rand.h... yes checking openssl/hmac.h usability... yes checking openssl/hmac.h presence... yes checking for openssl/hmac.h... yes checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking pcap/pcap.h usability... no checking pcap/pcap.h presence... no checking for pcap/pcap.h... no checking for armeb-linux-gnueabihf-doxygen... no checking for doxygen... /usr/bin/doxygen checking for armeb-linux-gnueabihf-perl... no checking for perl... /usr/bin/perl checking for armeb-linux-gnueabihf-latex... no checking for latex... no configure: WARNING: latex not found - will not generate doxygen PostScript documentation checking for armeb-linux-gnueabihf-makeindex... no checking for makeindex... no checking for armeb-linux-gnueabihf-dvips... no checking for dvips... no checking for armeb-linux-gnueabihf-egrep... no checking for egrep... /bin/egrep checking for armeb-linux-gnueabihf-pdflatex... no checking for pdflatex... no configure: WARNING: pdflatex not found - will not generate doxygen PDF documentation checking for armeb-linux-gnueabihf-makeindex... no checking for makeindex... no checking for armeb-linux-gnueabihf-egrep... /bin/egrep checking for doxygen... doxygen checking for asciidoc... no configure: WARNING: asciidoc not found - continuing without asciidoc support checking for convert... no configure: WARNING: Imagemagic (convert) not found - continuing without image support checking for mscgen... no configure: WARNING: mscgen not found - continuing without sequence message support checking for CU_get_error in -lcunit... yes checking CUnit/Basic.h usability... yes checking CUnit/Basic.h presence... yes checking for CUnit/Basic.h... yes checking for library containing timer_create... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating platform/linux-generic/Makefile config.status: creating platform/linux-generic/test/Makefile config.status: creating platform/linux-generic/test/pktio/Makefile config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/implementers-guide/Makefile config.status: creating doc/users-guide/Makefile config.status: creating doc/images/Makefile config.status: creating example/Makefile config.status: creating example/classifier/Makefile config.status: creating example/generator/Makefile config.status: creating example/ipsec/Makefile config.status: creating example/packet/Makefile config.status: creating example/timer/Makefile config.status: creating example/traffic_mgmt/Makefile config.status: creating helper/Makefile config.status: creating helper/test/Makefile config.status: creating pkgconfig/libodp.pc config.status: creating pkgconfig/libodphelper.pc config.status: creating scripts/Makefile config.status: creating test/Makefile config.status: creating test/api_test/Makefile config.status: creating test/performance/Makefile config.status: creating test/validation/Makefile config.status: creating test/validation/buffer/Makefile config.status: creating test/validation/classification/Makefile config.status: creating test/validation/config/Makefile config.status: creating test/validation/cpumask/Makefile config.status: creating test/validation/common/Makefile config.status: creating test/validation/crypto/Makefile config.status: creating test/validation/errno/Makefile config.status: creating test/validation/hash/Makefile config.status: creating test/validation/init/Makefile config.status: creating test/validation/packet/Makefile config.status: creating test/validation/pktio/Makefile config.status: creating test/validation/pool/Makefile config.status: creating test/validation/queue/Makefile config.status: creating test/validation/random/Makefile config.status: creating test/validation/scheduler/Makefile config.status: creating test/validation/std_clib/Makefile config.status: creating test/validation/synchronizers/Makefile config.status: creating test/validation/thread/Makefile config.status: creating test/validation/time/Makefile config.status: creating test/validation/timer/Makefile config.status: creating test/validation/shmem/Makefile config.status: creating test/validation/system/Makefile config.status: creating test/miscellaneous/Makefile config.status: creating helper/config.h config.status: executing depfiles commands config.status: executing libtool commands
opendataplane 1.4.1.0.git227.g9ecd8a0
Library version: 104:1:0
arch linux with_platform: linux-generic prefix: https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/new-build sysconfdir: ${prefix}/etc libdir: ${exec_prefix}/lib includedir: ${prefix}/include testdir:
cc: armeb-linux-gnueabihf-gcc cppflags: am_cppflags: -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/include -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/include am_cxxflags: -std=c++11 cflags: -g -O2 am_cflags: -pthread -DODP_DEBUG_PRINT=1 -DODP_DEBUG=1 -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -std=c99 ldflags: am_ldflags: -pthread -lrt -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/lib -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/lib libs: -lcunit -lcrypto cunit: yes test_vald: yes test_perf: yes test_cpp: no test_helper: yes
+ retcode=0 + return 0 + retcode=0 + [[ 0 -ne 0 ]] + return 0 + git log -1 --oneline + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + exit_on_error make -j 8 + quiet make -j 8 + [[ 0 -eq 1 ]] + make -j 8 Making all in platform/linux-generic make[1]: Entering directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' CC odp_barrier.lo CC odp_buffer.lo CC odp_classification.lo CC odp_cpumask_task.lo CC odp_crypto.lo CC odp_errno.lo CC odp_cpu.lo CC odp_cpumask.lo CC odp_event.lo CC odp_hash.lo CC odp_init.lo CC odp_impl.lo CC odp_name_table.lo CC odp_packet.lo CC odp_packet_flags.lo CC odp_packet_io.lo CC odp_pkt_queue.lo odp_name_table.c: In function 'hash_name_and_kind': odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' CC odp_pool.lo Makefile:754: recipe for target 'odp_name_table.lo' failed make[1]: *** [odp_name_table.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' Makefile:482: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 + cleanup_exit + [[ 0 -eq 1 ]] + retcode=2 + set -e + '[' -d check-odp/build/odp/testdir/ ']' + test -d /home/buildslave/bin + mkdir /home/buildslave/bin + wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O /home/buildslave/bin/linaro-cp.py --2015-12-03 11:49:36-- https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py Resolving git.linaro.org (git.linaro.org)... 54.247.55.40 Connecting to git.linaro.org (git.linaro.org)|54.247.55.40|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/x-python] Saving to: '/home/buildslave/bin/linaro-cp.py'
0K .......... 30.8M=0s
2015-12-03 11:49:37 (30.8 MB/s) - '/home/buildslave/bin/linaro-cp.py' saved [10788]
+ '[' -d out ']' + '[' 2 -ne 0 ']' + exit 1 Build step 'Execute shell' marked build as failure Skipping publisher since build result is FAILURE
------------------------------------------ [...truncated 700 lines...] checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for inline... inline checking for size_t... yes checking for ssize_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for valgrind... no checking for GCC atomic builtins... yes checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for EVP_EncryptInit in -lcrypto... yes checking openssl/des.h usability... yes checking openssl/des.h presence... yes checking for openssl/des.h... yes checking openssl/rand.h usability... yes checking openssl/rand.h presence... yes checking for openssl/rand.h... yes checking openssl/hmac.h usability... yes checking openssl/hmac.h presence... yes checking for openssl/hmac.h... yes checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking pcap/pcap.h usability... no checking pcap/pcap.h presence... no checking for pcap/pcap.h... no checking for armeb-linux-gnueabihf-doxygen... no checking for doxygen... /usr/bin/doxygen checking for armeb-linux-gnueabihf-perl... no checking for perl... /usr/bin/perl checking for armeb-linux-gnueabihf-latex... no checking for latex... no configure: WARNING: latex not found - will not generate doxygen PostScript documentation checking for armeb-linux-gnueabihf-makeindex... no checking for makeindex... no checking for armeb-linux-gnueabihf-dvips... no checking for dvips... no checking for armeb-linux-gnueabihf-egrep... no checking for egrep... /bin/egrep checking for armeb-linux-gnueabihf-pdflatex... no checking for pdflatex... no configure: WARNING: pdflatex not found - will not generate doxygen PDF documentation checking for armeb-linux-gnueabihf-makeindex... no checking for makeindex... no checking for armeb-linux-gnueabihf-egrep... /bin/egrep checking for doxygen... doxygen checking for asciidoc... no configure: WARNING: asciidoc not found - continuing without asciidoc support checking for convert... no configure: WARNING: Imagemagic (convert) not found - continuing without image support checking for mscgen... no configure: WARNING: mscgen not found - continuing without sequence message support checking for CU_get_error in -lcunit... yes checking CUnit/Basic.h usability... yes checking CUnit/Basic.h presence... yes checking for CUnit/Basic.h... yes checking for library containing timer_create... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating platform/linux-generic/Makefile config.status: creating platform/linux-generic/test/Makefile config.status: creating platform/linux-generic/test/pktio/Makefile config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/implementers-guide/Makefile config.status: creating doc/users-guide/Makefile config.status: creating doc/images/Makefile config.status: creating example/Makefile config.status: creating example/classifier/Makefile config.status: creating example/generator/Makefile config.status: creating example/ipsec/Makefile config.status: creating example/packet/Makefile config.status: creating example/timer/Makefile config.status: creating example/traffic_mgmt/Makefile config.status: creating helper/Makefile config.status: creating helper/test/Makefile config.status: creating pkgconfig/libodp.pc config.status: creating pkgconfig/libodphelper.pc config.status: creating scripts/Makefile config.status: creating test/Makefile config.status: creating test/api_test/Makefile config.status: creating test/performance/Makefile config.status: creating test/validation/Makefile config.status: creating test/validation/buffer/Makefile config.status: creating test/validation/classification/Makefile config.status: creating test/validation/config/Makefile config.status: creating test/validation/cpumask/Makefile config.status: creating test/validation/common/Makefile config.status: creating test/validation/crypto/Makefile config.status: creating test/validation/errno/Makefile config.status: creating test/validation/hash/Makefile config.status: creating test/validation/init/Makefile config.status: creating test/validation/packet/Makefile config.status: creating test/validation/pktio/Makefile config.status: creating test/validation/pool/Makefile config.status: creating test/validation/queue/Makefile config.status: creating test/validation/random/Makefile config.status: creating test/validation/scheduler/Makefile config.status: creating test/validation/std_clib/Makefile config.status: creating test/validation/synchronizers/Makefile config.status: creating test/validation/thread/Makefile config.status: creating test/validation/time/Makefile config.status: creating test/validation/timer/Makefile config.status: creating test/validation/shmem/Makefile config.status: creating test/validation/system/Makefile config.status: creating test/miscellaneous/Makefile config.status: creating helper/config.h config.status: executing depfiles commands config.status: executing libtool commands
opendataplane 1.4.1.0.git227.g9ecd8a0
Library version: 104:1:0
arch linux with_platform: linux-generic prefix: https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/new-build sysconfdir: ${prefix}/etc libdir: ${exec_prefix}/lib includedir: ${prefix}/include testdir:
cc: armeb-linux-gnueabihf-gcc cppflags: am_cppflags: -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/include -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/include am_cxxflags: -std=c++11 cflags: -g -O2 am_cflags: -pthread -DODP_DEBUG_PRINT=1 -DODP_DEBUG=1 -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -std=c99 ldflags: am_ldflags: -pthread -lrt -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/lib -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/lib libs: -lcunit -lcrypto cunit: yes test_vald: yes test_perf: yes test_cpp: no test_helper: yes
+ retcode=0 + return 0 + retcode=0 + [[ 0 -ne 0 ]] + return 0 + git log -1 --oneline + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + exit_on_error make -j 8 + quiet make -j 8 + [[ 0 -eq 1 ]] + make -j 8 Making all in platform/linux-generic make[1]: Entering directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' CC odp_barrier.lo CC odp_buffer.lo CC odp_classification.lo CC odp_cpu.lo CC odp_cpumask.lo CC odp_crypto.lo CC odp_cpumask_task.lo CC odp_errno.lo CC odp_event.lo CC odp_hash.lo CC odp_init.lo CC odp_impl.lo CC odp_name_table.lo CC odp_packet.lo CC odp_packet_flags.lo CC odp_packet_io.lo CC odp_pool.lo CC odp_pkt_queue.lo odp_name_table.c: In function 'hash_name_and_kind': odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' Makefile:754: recipe for target 'odp_name_table.lo' failed make[1]: *** [odp_name_table.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' Makefile:482: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 + cleanup_exit + [[ 0 -eq 1 ]] + retcode=2 + set -e + '[' -d check-odp/build/odp/testdir/ ']' + test -d /home/buildslave/bin + mkdir /home/buildslave/bin + wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O /home/buildslave/bin/linaro-cp.py --2015-12-04 12:01:16-- https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py Resolving git.linaro.org (git.linaro.org)... 54.247.55.40 Connecting to git.linaro.org (git.linaro.org)|54.247.55.40|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/x-python] Saving to: '/home/buildslave/bin/linaro-cp.py'
0K .......... 44.9M=0s
2015-12-04 12:01:17 (44.9 MB/s) - '/home/buildslave/bin/linaro-cp.py' saved [10788]
+ '[' -d out ']' + '[' 2 -ne 0 ']' + exit 1 Build step 'Execute shell' marked build as failure Skipping publisher since build result is FAILURE
------------------------------------------ [...truncated 700 lines...] checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for inline... inline checking for size_t... yes checking for ssize_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for valgrind... no checking for GCC atomic builtins... yes checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for EVP_EncryptInit in -lcrypto... yes checking openssl/des.h usability... yes checking openssl/des.h presence... yes checking for openssl/des.h... yes checking openssl/rand.h usability... yes checking openssl/rand.h presence... yes checking for openssl/rand.h... yes checking openssl/hmac.h usability... yes checking openssl/hmac.h presence... yes checking for openssl/hmac.h... yes checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking pcap/pcap.h usability... no checking pcap/pcap.h presence... no checking for pcap/pcap.h... no checking for armeb-linux-gnueabihf-doxygen... no checking for doxygen... /usr/bin/doxygen checking for armeb-linux-gnueabihf-perl... no checking for perl... /usr/bin/perl checking for armeb-linux-gnueabihf-latex... no checking for latex... no configure: WARNING: latex not found - will not generate doxygen PostScript documentation checking for armeb-linux-gnueabihf-makeindex... no checking for makeindex... no checking for armeb-linux-gnueabihf-dvips... no checking for dvips... no checking for armeb-linux-gnueabihf-egrep... no checking for egrep... /bin/egrep checking for armeb-linux-gnueabihf-pdflatex... no checking for pdflatex... no configure: WARNING: pdflatex not found - will not generate doxygen PDF documentation checking for armeb-linux-gnueabihf-makeindex... no checking for makeindex... no checking for armeb-linux-gnueabihf-egrep... /bin/egrep checking for doxygen... doxygen checking for asciidoc... no configure: WARNING: asciidoc not found - continuing without asciidoc support checking for convert... no configure: WARNING: Imagemagic (convert) not found - continuing without image support checking for mscgen... no configure: WARNING: mscgen not found - continuing without sequence message support checking for CU_get_error in -lcunit... yes checking CUnit/Basic.h usability... yes checking CUnit/Basic.h presence... yes checking for CUnit/Basic.h... yes checking for library containing timer_create... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating platform/linux-generic/Makefile config.status: creating platform/linux-generic/test/Makefile config.status: creating platform/linux-generic/test/pktio/Makefile config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/implementers-guide/Makefile config.status: creating doc/users-guide/Makefile config.status: creating doc/images/Makefile config.status: creating example/Makefile config.status: creating example/classifier/Makefile config.status: creating example/generator/Makefile config.status: creating example/ipsec/Makefile config.status: creating example/packet/Makefile config.status: creating example/timer/Makefile config.status: creating example/traffic_mgmt/Makefile config.status: creating helper/Makefile config.status: creating helper/test/Makefile config.status: creating pkgconfig/libodp.pc config.status: creating pkgconfig/libodphelper.pc config.status: creating scripts/Makefile config.status: creating test/Makefile config.status: creating test/api_test/Makefile config.status: creating test/performance/Makefile config.status: creating test/validation/Makefile config.status: creating test/validation/buffer/Makefile config.status: creating test/validation/classification/Makefile config.status: creating test/validation/config/Makefile config.status: creating test/validation/cpumask/Makefile config.status: creating test/validation/common/Makefile config.status: creating test/validation/crypto/Makefile config.status: creating test/validation/errno/Makefile config.status: creating test/validation/hash/Makefile config.status: creating test/validation/init/Makefile config.status: creating test/validation/packet/Makefile config.status: creating test/validation/pktio/Makefile config.status: creating test/validation/pool/Makefile config.status: creating test/validation/queue/Makefile config.status: creating test/validation/random/Makefile config.status: creating test/validation/scheduler/Makefile config.status: creating test/validation/std_clib/Makefile config.status: creating test/validation/synchronizers/Makefile config.status: creating test/validation/thread/Makefile config.status: creating test/validation/time/Makefile config.status: creating test/validation/timer/Makefile config.status: creating test/validation/shmem/Makefile config.status: creating test/validation/system/Makefile config.status: creating test/miscellaneous/Makefile config.status: creating helper/config.h config.status: executing depfiles commands config.status: executing libtool commands
opendataplane 1.4.1.0.git227.g9ecd8a0
Library version: 104:1:0
arch linux with_platform: linux-generic prefix: https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/new-build sysconfdir: ${prefix}/etc libdir: ${exec_prefix}/lib includedir: ${prefix}/include testdir:
cc: armeb-linux-gnueabihf-gcc cppflags: am_cppflags: -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/include -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/include am_cxxflags: -std=c++11 cflags: -g -O2 am_cflags: -pthread -DODP_DEBUG_PRINT=1 -DODP_DEBUG=1 -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -std=c99 ldflags: am_ldflags: -pthread -lrt -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/lib -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/lib libs: -lcunit -lcrypto cunit: yes test_vald: yes test_perf: yes test_cpp: no test_helper: yes
+ retcode=0 + return 0 + retcode=0 + [[ 0 -ne 0 ]] + return 0 + git log -1 --oneline + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + exit_on_error make -j 8 + quiet make -j 8 + [[ 0 -eq 1 ]] + make -j 8 Making all in platform/linux-generic make[1]: Entering directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' CC odp_barrier.lo CC odp_buffer.lo CC odp_classification.lo CC odp_cpumask.lo CC odp_cpu.lo CC odp_cpumask_task.lo CC odp_crypto.lo CC odp_errno.lo CC odp_event.lo CC odp_hash.lo CC odp_init.lo CC odp_impl.lo CC odp_name_table.lo CC odp_packet.lo CC odp_packet_io.lo CC odp_packet_flags.lo CC odp_pkt_queue.lo odp_name_table.c: In function 'hash_name_and_kind': odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' CC odp_pool.lo Makefile:754: recipe for target 'odp_name_table.lo' failed make[1]: *** [odp_name_table.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' Makefile:482: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 + cleanup_exit + [[ 0 -eq 1 ]] + retcode=2 + set -e + '[' -d check-odp/build/odp/testdir/ ']' + test -d /home/buildslave/bin + mkdir /home/buildslave/bin + wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O /home/buildslave/bin/linaro-cp.py --2015-12-05 11:44:01-- https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py Resolving git.linaro.org (git.linaro.org)... 54.247.55.40 Connecting to git.linaro.org (git.linaro.org)|54.247.55.40|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/x-python] Saving to: '/home/buildslave/bin/linaro-cp.py'
0K .......... 38.6M=0s
2015-12-05 11:44:02 (38.6 MB/s) - '/home/buildslave/bin/linaro-cp.py' saved [10788]
+ '[' -d out ']' + '[' 2 -ne 0 ']' + exit 1 Build step 'Execute shell' marked build as failure Skipping publisher since build result is FAILURE
------------------------------------------ [...truncated 700 lines...] checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for inline... inline checking for size_t... yes checking for ssize_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for valgrind... no checking for GCC atomic builtins... yes checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for EVP_EncryptInit in -lcrypto... yes checking openssl/des.h usability... yes checking openssl/des.h presence... yes checking for openssl/des.h... yes checking openssl/rand.h usability... yes checking openssl/rand.h presence... yes checking for openssl/rand.h... yes checking openssl/hmac.h usability... yes checking openssl/hmac.h presence... yes checking for openssl/hmac.h... yes checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking pcap/pcap.h usability... no checking pcap/pcap.h presence... no checking for pcap/pcap.h... no checking for armeb-linux-gnueabihf-doxygen... no checking for doxygen... /usr/bin/doxygen checking for armeb-linux-gnueabihf-perl... no checking for perl... /usr/bin/perl checking for armeb-linux-gnueabihf-latex... no checking for latex... no configure: WARNING: latex not found - will not generate doxygen PostScript documentation checking for armeb-linux-gnueabihf-makeindex... no checking for makeindex... no checking for armeb-linux-gnueabihf-dvips... no checking for dvips... no checking for armeb-linux-gnueabihf-egrep... no checking for egrep... /bin/egrep checking for armeb-linux-gnueabihf-pdflatex... no checking for pdflatex... no configure: WARNING: pdflatex not found - will not generate doxygen PDF documentation checking for armeb-linux-gnueabihf-makeindex... no checking for makeindex... no checking for armeb-linux-gnueabihf-egrep... /bin/egrep checking for doxygen... doxygen checking for asciidoc... no configure: WARNING: asciidoc not found - continuing without asciidoc support checking for convert... no configure: WARNING: Imagemagic (convert) not found - continuing without image support checking for mscgen... no configure: WARNING: mscgen not found - continuing without sequence message support checking for CU_get_error in -lcunit... yes checking CUnit/Basic.h usability... yes checking CUnit/Basic.h presence... yes checking for CUnit/Basic.h... yes checking for library containing timer_create... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating platform/linux-generic/Makefile config.status: creating platform/linux-generic/test/Makefile config.status: creating platform/linux-generic/test/pktio/Makefile config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/implementers-guide/Makefile config.status: creating doc/users-guide/Makefile config.status: creating doc/images/Makefile config.status: creating example/Makefile config.status: creating example/classifier/Makefile config.status: creating example/generator/Makefile config.status: creating example/ipsec/Makefile config.status: creating example/packet/Makefile config.status: creating example/timer/Makefile config.status: creating example/traffic_mgmt/Makefile config.status: creating helper/Makefile config.status: creating helper/test/Makefile config.status: creating pkgconfig/libodp.pc config.status: creating pkgconfig/libodphelper.pc config.status: creating scripts/Makefile config.status: creating test/Makefile config.status: creating test/api_test/Makefile config.status: creating test/performance/Makefile config.status: creating test/validation/Makefile config.status: creating test/validation/buffer/Makefile config.status: creating test/validation/classification/Makefile config.status: creating test/validation/config/Makefile config.status: creating test/validation/cpumask/Makefile config.status: creating test/validation/common/Makefile config.status: creating test/validation/crypto/Makefile config.status: creating test/validation/errno/Makefile config.status: creating test/validation/hash/Makefile config.status: creating test/validation/init/Makefile config.status: creating test/validation/packet/Makefile config.status: creating test/validation/pktio/Makefile config.status: creating test/validation/pool/Makefile config.status: creating test/validation/queue/Makefile config.status: creating test/validation/random/Makefile config.status: creating test/validation/scheduler/Makefile config.status: creating test/validation/std_clib/Makefile config.status: creating test/validation/synchronizers/Makefile config.status: creating test/validation/thread/Makefile config.status: creating test/validation/time/Makefile config.status: creating test/validation/timer/Makefile config.status: creating test/validation/shmem/Makefile config.status: creating test/validation/system/Makefile config.status: creating test/miscellaneous/Makefile config.status: creating helper/config.h config.status: executing depfiles commands config.status: executing libtool commands
opendataplane 1.4.1.0.git227.g9ecd8a0
Library version: 104:1:0
arch linux with_platform: linux-generic prefix: https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/new-build sysconfdir: ${prefix}/etc libdir: ${exec_prefix}/lib includedir: ${prefix}/include testdir:
cc: armeb-linux-gnueabihf-gcc cppflags: am_cppflags: -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/include -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/include am_cxxflags: -std=c++11 cflags: -g -O2 am_cflags: -pthread -DODP_DEBUG_PRINT=1 -DODP_DEBUG=1 -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -std=c99 ldflags: am_ldflags: -pthread -lrt -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/lib -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/lib libs: -lcunit -lcrypto cunit: yes test_vald: yes test_perf: yes test_cpp: no test_helper: yes
+ retcode=0 + return 0 + retcode=0 + [[ 0 -ne 0 ]] + return 0 + git log -1 --oneline + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + exit_on_error make -j 8 + quiet make -j 8 + [[ 0 -eq 1 ]] + make -j 8 Making all in platform/linux-generic make[1]: Entering directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' CC odp_barrier.lo CC odp_buffer.lo CC odp_classification.lo CC odp_cpu.lo CC odp_cpumask_task.lo CC odp_crypto.lo CC odp_errno.lo CC odp_cpumask.lo CC odp_event.lo CC odp_hash.lo CC odp_init.lo CC odp_impl.lo CC odp_name_table.lo CC odp_packet.lo CC odp_packet_flags.lo CC odp_packet_io.lo CC odp_pkt_queue.lo odp_name_table.c: In function 'hash_name_and_kind': CC odp_pool.lo odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' Makefile:754: recipe for target 'odp_name_table.lo' failed make[1]: *** [odp_name_table.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' Makefile:482: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 + cleanup_exit + [[ 0 -eq 1 ]] + retcode=2 + set -e + '[' -d check-odp/build/odp/testdir/ ']' + test -d /home/buildslave/bin + mkdir /home/buildslave/bin + wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O /home/buildslave/bin/linaro-cp.py --2015-12-06 11:29:19-- https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py Resolving git.linaro.org (git.linaro.org)... 54.247.55.40 Connecting to git.linaro.org (git.linaro.org)|54.247.55.40|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/x-python] Saving to: '/home/buildslave/bin/linaro-cp.py'
0K .......... 33.2M=0s
2015-12-06 11:29:19 (33.2 MB/s) - '/home/buildslave/bin/linaro-cp.py' saved [10788]
+ '[' -d out ']' + '[' 2 -ne 0 ']' + exit 1 Build step 'Execute shell' marked build as failure Skipping publisher since build result is FAILURE
------------------------------------------ [...truncated 718 lines...] checking for int32_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for valgrind... no checking for GCC atomic builtins... yes checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for EVP_EncryptInit in -lcrypto... yes checking openssl/des.h usability... yes checking openssl/des.h presence... yes checking for openssl/des.h... yes checking openssl/rand.h usability... yes checking openssl/rand.h presence... yes checking for openssl/rand.h... yes checking openssl/hmac.h usability... yes checking openssl/hmac.h presence... yes checking for openssl/hmac.h... yes checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking pcap/pcap.h usability... no checking pcap/pcap.h presence... no checking for pcap/pcap.h... no checking for armeb-linux-gnueabihf-doxygen... no checking for doxygen... /usr/bin/doxygen checking for armeb-linux-gnueabihf-perl... no checking for perl... /usr/bin/perl checking for armeb-linux-gnueabihf-latex... no checking for latex... no configure: WARNING: latex not found - will not generate doxygen PostScript documentation checking for armeb-linux-gnueabihf-makeindex... no checking for makeindex... no checking for armeb-linux-gnueabihf-dvips... no checking for dvips... no checking for armeb-linux-gnueabihf-egrep... no checking for egrep... /bin/egrep checking for armeb-linux-gnueabihf-pdflatex... no checking for pdflatex... no configure: WARNING: pdflatex not found - will not generate doxygen PDF documentation checking for armeb-linux-gnueabihf-makeindex... no checking for makeindex... no checking for armeb-linux-gnueabihf-egrep... /bin/egrep checking for doxygen... doxygen checking for asciidoc... no configure: WARNING: asciidoc not found - continuing without asciidoc support checking for convert... no configure: WARNING: Imagemagic (convert) not found - continuing without image support checking for mscgen... no configure: WARNING: mscgen not found - continuing without sequence message support checking for CU_get_error in -lcunit... yes checking CUnit/Basic.h usability... yes checking CUnit/Basic.h presence... yes checking for CUnit/Basic.h... yes checking for library containing timer_create... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating platform/linux-generic/Makefile config.status: creating platform/linux-generic/test/Makefile config.status: creating platform/linux-generic/test/pktio/Makefile config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/implementers-guide/Makefile config.status: creating doc/users-guide/Makefile config.status: creating doc/images/Makefile config.status: creating example/Makefile config.status: creating example/classifier/Makefile config.status: creating example/generator/Makefile config.status: creating example/ipsec/Makefile config.status: creating example/packet/Makefile config.status: creating example/timer/Makefile config.status: creating example/traffic_mgmt/Makefile config.status: creating helper/Makefile config.status: creating helper/test/Makefile config.status: creating pkgconfig/libodp.pc config.status: creating pkgconfig/libodphelper.pc config.status: creating scripts/Makefile config.status: creating test/Makefile config.status: creating test/api_test/Makefile config.status: creating test/performance/Makefile config.status: creating test/validation/Makefile config.status: creating test/validation/buffer/Makefile config.status: creating test/validation/classification/Makefile config.status: creating test/validation/config/Makefile config.status: creating test/validation/cpumask/Makefile config.status: creating test/validation/common/Makefile config.status: creating test/validation/crypto/Makefile config.status: creating test/validation/errno/Makefile config.status: creating test/validation/hash/Makefile config.status: creating test/validation/init/Makefile config.status: creating test/validation/packet/Makefile config.status: creating test/validation/pktio/Makefile config.status: creating test/validation/pool/Makefile config.status: creating test/validation/queue/Makefile config.status: creating test/validation/random/Makefile config.status: creating test/validation/scheduler/Makefile config.status: creating test/validation/std_clib/Makefile config.status: creating test/validation/synchronizers/Makefile config.status: creating test/validation/thread/Makefile config.status: creating test/validation/time/Makefile config.status: creating test/validation/timer/Makefile config.status: creating test/validation/shmem/Makefile config.status: creating test/validation/system/Makefile config.status: creating test/miscellaneous/Makefile config.status: creating helper/config.h config.status: executing depfiles commands config.status: executing libtool commands
opendataplane 1.4.1.0.git231.g8da0ee0
Library version: 104:1:0
arch linux with_platform: linux-generic prefix: https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/new-build sysconfdir: ${prefix}/etc libdir: ${exec_prefix}/lib includedir: ${prefix}/include testdir:
cc: armeb-linux-gnueabihf-gcc cppflags: am_cppflags: -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/include -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/include am_cxxflags: -std=c++11 cflags: -g -O2 am_cflags: -pthread -DODP_DEBUG_PRINT=1 -DODP_DEBUG=1 -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -std=c99 ldflags: am_ldflags: -pthread -lrt -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/lib -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/lib libs: -lcunit -lcrypto cunit: yes test_vald: yes test_perf: yes test_cpp: no test_helper: yes
+ retcode=0 + return 0 + retcode=0 + [[ 0 -ne 0 ]] + return 0 + git log -1 --oneline + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + exit_on_error make -j 8 + quiet make -j 8 + [[ 0 -eq 1 ]] + make -j 8 Making all in platform/linux-generic make[1]: Entering directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' CC odp_barrier.lo CC odp_buffer.lo CC odp_classification.lo CC odp_cpumask_task.lo CC odp_crypto.lo CC odp_cpu.lo CC odp_cpumask.lo CC odp_errno.lo CC odp_event.lo CC odp_hash.lo CC odp_init.lo CC odp_impl.lo CC odp_name_table.lo CC odp_packet.lo CC odp_packet_flags.lo odp_name_table.c: In function 'hash_name_and_kind': CC odp_packet_io.lo odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' CC odp_pkt_queue.lo Makefile:758: recipe for target 'odp_name_table.lo' failed make[1]: *** [odp_name_table.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... odp_packet.c: In function '_odp_parse_common': odp_packet.c:949:32: error: cast increases required alignment of target type [-Werror=cast-align] ethtype = odp_be_to_cpu_16(*((const uint16_t *)parseptr)); ^ odp_packet.c:953:32: error: cast increases required alignment of target type [-Werror=cast-align] ethtype = odp_be_to_cpu_16(*((const uint16_t *)parseptr)); ^ odp_packet.c:967:32: error: cast increases required alignment of target type [-Werror=cast-align] ethtype = odp_be_to_cpu_16(*((const uint16_t *)parseptr)); ^ odp_packet.c:977:32: error: cast increases required alignment of target type [-Werror=cast-align] ethtype = odp_be_to_cpu_16(*((const uint16_t *)parseptr)); ^ odp_packet.c:989:32: error: cast increases required alignment of target type [-Werror=cast-align] ethtype = odp_be_to_cpu_16(*((const uint16_t *)parseptr)); ^ cc1: all warnings being treated as errors Makefile:758: recipe for target 'odp_packet.lo' failed make[1]: *** [odp_packet.lo] Error 1 make[1]: Leaving directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' Makefile:482: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 + cleanup_exit + [[ 0 -eq 1 ]] + retcode=2 + set -e + '[' -d check-odp/build/odp/testdir/ ']' + test -d /home/buildslave/bin + mkdir /home/buildslave/bin + wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O /home/buildslave/bin/linaro-cp.py --2015-12-07 11:38:28-- https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py Resolving git.linaro.org (git.linaro.org)... 54.247.55.40 Connecting to git.linaro.org (git.linaro.org)|54.247.55.40|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/x-python] Saving to: '/home/buildslave/bin/linaro-cp.py'
0K .......... 30.7M=0s
2015-12-07 11:38:28 (30.7 MB/s) - '/home/buildslave/bin/linaro-cp.py' saved [10788]
+ '[' -d out ']' + '[' 2 -ne 0 ']' + exit 1 Build step 'Execute shell' marked build as failure Skipping publisher since build result is FAILURE
------------------------------------------ [...truncated 700 lines...] checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for inline... inline checking for size_t... yes checking for ssize_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for valgrind... no checking for GCC atomic builtins... yes checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for EVP_EncryptInit in -lcrypto... yes checking openssl/des.h usability... yes checking openssl/des.h presence... yes checking for openssl/des.h... yes checking openssl/rand.h usability... yes checking openssl/rand.h presence... yes checking for openssl/rand.h... yes checking openssl/hmac.h usability... yes checking openssl/hmac.h presence... yes checking for openssl/hmac.h... yes checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking pcap/pcap.h usability... no checking pcap/pcap.h presence... no checking for pcap/pcap.h... no checking for armeb-linux-gnueabihf-doxygen... no checking for doxygen... /usr/bin/doxygen checking for armeb-linux-gnueabihf-perl... no checking for perl... /usr/bin/perl checking for armeb-linux-gnueabihf-latex... no checking for latex... no configure: WARNING: latex not found - will not generate doxygen PostScript documentation checking for armeb-linux-gnueabihf-makeindex... no checking for makeindex... no checking for armeb-linux-gnueabihf-dvips... no checking for dvips... no checking for armeb-linux-gnueabihf-egrep... no checking for egrep... /bin/egrep checking for armeb-linux-gnueabihf-pdflatex... no checking for pdflatex... no configure: WARNING: pdflatex not found - will not generate doxygen PDF documentation checking for armeb-linux-gnueabihf-makeindex... no checking for makeindex... no checking for armeb-linux-gnueabihf-egrep... /bin/egrep checking for doxygen... doxygen checking for asciidoc... no configure: WARNING: asciidoc not found - continuing without asciidoc support checking for convert... no configure: WARNING: Imagemagic (convert) not found - continuing without image support checking for mscgen... no configure: WARNING: mscgen not found - continuing without sequence message support checking for CU_get_error in -lcunit... yes checking CUnit/Basic.h usability... yes checking CUnit/Basic.h presence... yes checking for CUnit/Basic.h... yes checking for library containing timer_create... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating platform/linux-generic/Makefile config.status: creating platform/linux-generic/test/Makefile config.status: creating platform/linux-generic/test/pktio/Makefile config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/implementers-guide/Makefile config.status: creating doc/users-guide/Makefile config.status: creating doc/images/Makefile config.status: creating example/Makefile config.status: creating example/classifier/Makefile config.status: creating example/generator/Makefile config.status: creating example/ipsec/Makefile config.status: creating example/packet/Makefile config.status: creating example/timer/Makefile config.status: creating example/traffic_mgmt/Makefile config.status: creating helper/Makefile config.status: creating helper/test/Makefile config.status: creating pkgconfig/libodp.pc config.status: creating pkgconfig/libodphelper.pc config.status: creating scripts/Makefile config.status: creating test/Makefile config.status: creating test/api_test/Makefile config.status: creating test/performance/Makefile config.status: creating test/validation/Makefile config.status: creating test/validation/buffer/Makefile config.status: creating test/validation/classification/Makefile config.status: creating test/validation/config/Makefile config.status: creating test/validation/cpumask/Makefile config.status: creating test/validation/common/Makefile config.status: creating test/validation/crypto/Makefile config.status: creating test/validation/errno/Makefile config.status: creating test/validation/hash/Makefile config.status: creating test/validation/init/Makefile config.status: creating test/validation/packet/Makefile config.status: creating test/validation/pktio/Makefile config.status: creating test/validation/pool/Makefile config.status: creating test/validation/queue/Makefile config.status: creating test/validation/random/Makefile config.status: creating test/validation/scheduler/Makefile config.status: creating test/validation/std_clib/Makefile config.status: creating test/validation/synchronizers/Makefile config.status: creating test/validation/thread/Makefile config.status: creating test/validation/time/Makefile config.status: creating test/validation/timer/Makefile config.status: creating test/validation/shmem/Makefile config.status: creating test/validation/system/Makefile config.status: creating test/miscellaneous/Makefile config.status: creating helper/config.h config.status: executing depfiles commands config.status: executing libtool commands
opendataplane 1.4.1.0.git248.g5aa7144
Library version: 104:1:0
arch linux with_platform: linux-generic prefix: https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/new-build sysconfdir: ${prefix}/etc libdir: ${exec_prefix}/lib includedir: ${prefix}/include testdir:
cc: armeb-linux-gnueabihf-gcc cppflags: am_cppflags: -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/include -Ihttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/include am_cxxflags: -std=c++11 cflags: -g -O2 am_cflags: -pthread -DODP_DEBUG_PRINT=1 -DODP_DEBUG=1 -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -std=c99 ldflags: am_ldflags: -pthread -lrt -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/openssl-OpenSSL_1_0_1h/lib -Lhttps://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/installed/armeb/cunit-2.1-3/lib libs: -lcunit -lcrypto cunit: yes test_vald: yes test_perf: yes test_cpp: no test_helper: yes
+ retcode=0 + return 0 + retcode=0 + [[ 0 -ne 0 ]] + return 0 + git log -1 --oneline + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + exit_on_error make -j 8 + quiet make -j 8 + [[ 0 -eq 1 ]] + make -j 8 Making all in platform/linux-generic make[1]: Entering directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' CC odp_barrier.lo CC odp_buffer.lo CC odp_classification.lo CC odp_cpu.lo CC odp_cpumask.lo CC odp_errno.lo CC odp_crypto.lo CC odp_cpumask_task.lo CC odp_event.lo CC odp_hash.lo CC odp_init.lo CC odp_impl.lo CC odp_name_table.lo CC odp_packet.lo CC odp_packet_flags.lo CC odp_packet_io.lo CC odp_pkt_queue.lo odp_name_table.c: In function 'hash_name_and_kind': odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' __asm__("crc32w %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)); ^ odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' odp_name_table.c:158:2: error: invalid 'asm': invalid operand for code 'w' CC odp_pool.lo Makefile:757: recipe for target 'odp_name_table.lo' failed make[1]: *** [odp_name_table.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory 'https://ci.linaro.org/jenkins/job/odp-api-check/ARCH=armeb,GIT_BRANCH=api-next,label=docker-utopic/ws/check-odp/build/odp/platform/linux-generic' Makefile:482: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 + cleanup_exit + [[ 0 -eq 1 ]] + retcode=2 + set -e + '[' -d check-odp/build/odp/testdir/ ']' + test -d /home/buildslave/bin + mkdir /home/buildslave/bin + wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O /home/buildslave/bin/linaro-cp.py --2015-12-08 11:31:59-- https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py Resolving git.linaro.org (git.linaro.org)... 54.247.55.40 Connecting to git.linaro.org (git.linaro.org)|54.247.55.40|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/x-python] Saving to: '/home/buildslave/bin/linaro-cp.py'
0K .......... 45.1M=0s
2015-12-08 11:32:00 (45.1 MB/s) - '/home/buildslave/bin/linaro-cp.py' saved [10788]
+ '[' -d out ']' + '[' 2 -ne 0 ']' + exit 1 Build step 'Execute shell' marked build as failure Skipping publisher since build result is FAILURE