Date
1 - 1 of 1
zephyr/master: daily build zephyr-kernel-1.7.99-170427-8bfee13 Failure
donotreply@...
zephyr/master: daily build zephyr-kernel-1.7.99-170427-8bfee13 Failure
job zephyr-sanity build number 768 failed see: https://jenkins.zephyrproject.org/job/zephyr-sanity/768/ make[2]: Leaving directory `/w/workspace/zephyr-sanity' make[1]: *** [all] Error 2 make[1]: Leaving directory `/w/workspace/zephyr-sanity/tests/bluetooth/init' ------------------sanity-out/qemu_cortex_m3/tests/bluetooth/init/test_14/build.log------------------ qemu_riscv32 tests/kernel/timer/timer_monotonic/test PASSED qemu_x86 tests/net/net_pkt/test FAILED: timeout ------------------------sanity-out/qemu_x86/tests/net/net_pkt/test/qemu.log------------------------- ***** BOOTING ZEPHYR OS v1.7.99 - BUILD: Apr 28 2017 10:25:54 ***** ASSERTION FAIL [num_events > 0] @ /w/workspace/zephyr-sanity/kernel/poll.c:177: zero events Generating LALR tables ------------------------sanity-out/qemu_x86/tests/net/net_pkt/test/qemu.log------------------------- qemu_x86 tests/net/lib/zoap/test FAILED: timeout ------------------------sanity-out/qemu_x86/tests/net/lib/zoap/test/qemu.log------------------------ ***** BOOTING ZEPHYR OS v1.7.99 - BUILD: Apr 28 2017 10:25:54 ***** ASSERTION FAIL [num_events > 0] @ /w/workspace/zephyr-sanity/kernel/poll.c:177: zero events ------------------------sanity-out/qemu_x86/tests/net/lib/zoap/test/qemu.log------------------------ qemu_x86 tests/net/lib/dns_packet/test FAILED: timeout ---------------------sanity-out/qemu_x86/tests/net/lib/dns_packet/test/qemu.log--------------------- ***** BOOTING ZEPHYR OS v1.7.99 - BUILD: Apr 28 2017 10:24:48 ***** ASSERTION FAIL [num_events > 0] @ /w/workspace/zephyr-sanity/kernel/poll.c:177: zero events ---------------------sanity-out/qemu_x86/tests/net/lib/dns_packet/test/qemu.log--------------------- 1 of 166 tests passed with 0 warnings in 10932 seconds Extra environment setting: CONFIG_ASSERT=y CONFIG_DEBUG=y Build step 'Execute shell' marked build as failure job zephyr-sanity build number 767 failed see: https://jenkins.zephyrproject.org/job/zephyr-sanity/767/ ***** BOOTING ZEPHYR OS v1.7.99 - BUILD: Apr 28 2017 02:28:13 ***** tc_start() - Test kernel CPU and thread routines Initializing kernel objects Testing interrupt locking and unlocking Testing irq_disable() and irq_enable() Testing some kernel context routines Testing k_current_get() from an ISR and task Testing k_is_in_isr() from an ISR Testing k_is_in_isr() from a preemtible thread Spawning a thread from a task Thread to test k_current_get() and k_is_in_isr() Thread to test k_yield() Testing k_busy_wait() Thread busy waiting for 20000 usecs Thread busy waiting completed Testing k_sleep() thread sleeping for 50 milliseconds thread back from sleep Testing k_thread_spawn() without cancellation thread (q order: 2, t/o: 500) is running got thread (q order: 2, t/o: 500) as expected thread (q order: 3, t/o: 750) is running got thread (q order: 3, t/o: 750) as expected thread (q order: 0, t/o: 1000) is running ---------------------sanity-out/qemu_riscv32/tests/kernel/context/test/qemu.log--------------------- 0 of 30 tests passed with 0 warnings in 77 seconds Extra environment setting: CONFIG_DEBUG=y Build step 'Execute shell' marked build as failure job zephyr-sanity build number 766 failed see: https://jenkins.zephyrproject.org/job/zephyr-sanity/766/ CC kernel/timer.o CC kernel/work_q.o LD kernel/built-in.o AR kernel/lib.a make[3]: Target `all' not remade because of errors. make[3]: Leaving directory `/w/workspace/zephyr-sanity/sanity-out/qemu_x86/tests/bluetooth/init/test_19' make[2]: *** [sub-make] Error 2 make[2]: Target `all' not remade because of errors. make[2]: Leaving directory `/w/workspace/zephyr-sanity' make[1]: *** [all] Error 2 make[1]: Leaving directory `/w/workspace/zephyr-sanity/tests/bluetooth/init' ---------------------sanity-out/qemu_x86/tests/bluetooth/init/test_19/build.log--------------------- qemu_x86 tests/net/trickle/test FAILED: timeout ------------------------sanity-out/qemu_x86/tests/net/trickle/test/qemu.log------------------------- ***** BOOTING ZEPHYR OS v1.7.99 - BUILD: Apr 28 2017 10:03:58 ***** ASSERTION FAIL [num_events > 0] @ /w/workspace/zephyr-sanity/kernel/poll.c:177: zero events ------------------------sanity-out/qemu_x86/tests/net/trickle/test/qemu.log------------------------- Generating LALR tables qemu_x86 tests/net/lib/dns_packet/test FAILED: timeout ---------------------sanity-out/qemu_x86/tests/net/lib/dns_packet/test/qemu.log--------------------- ***** BOOTING ZEPHYR OS v1.7.99 - BUILD: Apr 28 2017 10:01:50 ***** ASSERTION FAIL [num_events > 0] @ /w/workspace/zephyr-sanity/kernel/poll.c:177: zero events ---------------------sanity-out/qemu_x86/tests/net/lib/dns_packet/test/qemu.log--------------------- 2 of 141 tests passed with 0 warnings in 10841 seconds Extra environment setting: CONFIG_ASSERT=y Build step 'Execute shell' marked build as failure job zephyr-sanity build number 765 failed see: https://jenkins.zephyrproject.org/job/zephyr-sanity/765/ /w/workspace/zephyr-sanity/drivers/watchdog/wdt_sam.c:41:2: error: unknown type name ‘Wdt’ Wdt *const wdt = DEV_CFG(dev)->regs; ^~~ /w/workspace/zephyr-sanity/drivers/watchdog/wdt_sam.c:43:5: error: request for member ‘WDT_MR’ in something not a structure or union wdt->WDT_MR |= WDT_MR_WDDIS; ^~ /w/workspace/zephyr-sanity/drivers/watchdog/wdt_sam.c:43:17: error: ‘WDT_MR_WDDIS’ undeclared (first use in this function) wdt->WDT_MR |= WDT_MR_WDDIS; ^~~~~~~~~~~~ /w/workspace/zephyr-sanity/drivers/watchdog/wdt_sam.c:43:17: note: each undeclared identifier is reported only once for each function it appears in /w/workspace/zephyr-sanity/drivers/watchdog/wdt_sam.c: At top level: /w/workspace/zephyr-sanity/drivers/watchdog/wdt_sam.c:88:10: error: ‘WDT’ undeclared here (not in a function) .regs = WDT ^~~ make[5]: *** [drivers/watchdog/wdt_sam.o] Error 1 make[5]: Target `__build' not remade because of errors. make[4]: *** [drivers/watchdog] Error 2 make[4]: Target `__build' not remade because of errors. make[3]: *** [drivers] Error 2 make[3]: Target `all' not remade because of errors. make[3]: Leaving directory `/w/workspace/zephyr-sanity/sanity-out/arduino_due/tests/drivers/build_all/test_build_drivers' make[2]: *** [sub-make] Error 2 make[2]: Target `all' not remade because of errors. make[2]: Leaving directory `/w/workspace/zephyr-sanity' make[1]: *** [all] Error 2 make[1]: Leaving directory `/w/workspace/zephyr-sanity/tests/drivers/build_all' ------------sanity-out/arduino_due/tests/drivers/build_all/test_build_drivers/build.log------------- 0 of 1 tests passed with 0 warnings in 4 seconds Build step 'Execute shell' marked build as failure
|
|