**** BEGIN LOGGING AT Thu Jun 26 02:59:58 2014 Jun 26 05:29:37 build #101 of pxa is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/pxa/builds/101 Jun 26 06:38:30 build #674 of at91 is complete: Failure [failed shell_15] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/674 Jun 26 06:39:36 build #3 of brcm47xx.mips74k is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx.mips74k/builds/3 Jun 26 06:40:09 build #3 of brcm47xx.legacy is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx.legacy/builds/3 Jun 26 06:54:55 has anyone mentioned that the wiki is down? i was giving a building-openwrt talk today, noticed 404s on several of the links i was trying to show people. :( Jun 26 06:56:35 dns gives me 188.40.166.25 Jun 26 06:57:09 only part of the live demo that failed Jun 26 06:57:23 i was smiled upon by the live-demo-gods Jun 26 07:21:58 build #195 of mvebu is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/mvebu/builds/195 Jun 26 07:32:36 build #558 of kirkwood is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/558 Jun 26 07:35:18 build #554 of ar71xx is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx/builds/554 Jun 26 07:56:45 build #102 of x86_64 is complete: Failure [failed compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/x86_64/builds/102 Jun 26 08:41:01 build #101 of adm8668 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/adm8668/builds/101 Jun 26 08:41:55 russell--: yeah, noticed it last night, was just coming in now to mention it too :) Jun 26 08:50:50 it's been mentioned a few times on #openwrt (as i discovered a bit late) Jun 26 10:16:04 luka r41338 trunk/target/linux/ kirkwood/base-files/etc/uci-defaults/01_leds kirkwood/base-files/lib/kirkwood.sh kirkwood/base-files/etc/uci-defaults/02_network kirkwood/base-files/lib/functions * kirkwood: move kirkwood.sh to /lib/ for consistency Jun 26 10:16:07 luka r41339 trunk/target/linux/ imx6/base-files/lib/upgrade/platform.sh imx6/base-files/etc/uci-defaults/02_network imx6/base-files/lib/functions imx6/base-files/lib/imx6.sh * imx6: move imx6.sh to /lib/ for consistency Jun 26 10:16:08 luka r41340 trunk/package/ boot/uboot-envtools/Makefile boot/uboot-envtools/files/imx6 boot/uboot-envtools/files/kirkwood * uboot-envtools: use new scripts from /lib/ to match boards Jun 26 10:23:26 luka r41341 trunk/target/linux/ mvebu/base-files/lib/mvebu.sh mvebu/base-files/lib/preinit * mvebu: drop preinit script Jun 26 10:53:38 nbd: http://www.employees.org/~mstenber/x/syslog.log has that netifd stall (interfaces h0-h2 ). there's few extra debug messages there but otherwise HEAD of your current netifd version ( 61e627ed78ed47e40cc63a24ff8fb2f5fb2c418f ) Jun 26 10:54:09 _all_ interfaces stay in down state after that single reload, despite the actual devices being up etc. Jun 26 10:55:11 reload in the log starts with config_init_all debug message (second one) Jun 26 10:56:34 notably, interface_handle_config_change is called only for h3, which is interface that isn't even up Jun 26 10:57:27 are there any teardown processes started or running for h0/h1? Jun 26 10:57:46 nope, think they send syslog too Jun 26 10:57:58 (although OpenWrt syslog is bit loggy, but I see only the proto_hnet_setup, not proto_hnet_teardown messages) Jun 26 10:58:08 err, s/loggy/_lossy_/ Jun 26 10:58:39 yeah, there's logger call at least in the proto handler Jun 26 10:58:50 so it should be there if it was called (and syslog buffer didn't overflow or something else weird happen) Jun 26 11:03:41 i think we need to check what's going on inside proto_shell_handler() when this happens Jun 26 11:03:59 specifically for the teardown command Jun 26 11:04:27 want me to insert some debug to see it being called? Jun 26 11:04:47 yes, and check for the various conditions inside the teardown codepath in that function as well Jun 26 11:05:01 the state->sm related checks/modifications Jun 26 11:05:03 ok Jun 26 11:07:36 inserted debugs to all returns + real call + entry, we shall see soon, running tests now Jun 26 11:07:42 it doesn't always fail immediately but shouldn't be long Jun 26 11:11:28 nbd: updated the log. in this case the teardowns are there in the log (both from new debugs and proto handler script), but it never calls setup again after teardown Jun 26 11:12:15 proto_shell_handler search shows those new debugs Jun 26 11:33:02 ok, going to be afk for a while - nbd, let me know if you have anything new I should test by the time I'll ve back (hour or two probably) ;) Jun 26 11:44:51 blogic r41342 trunk/package/network/utils/iputils/Makefile * iputils: fix compile when using eglibc Jun 26 11:45:20 blogic r41343 trunk/target/linux/ramips/dts/WRTNODE.dts * ralink: fix up WRTNode vs WRTNODE in the dts file Jun 26 11:45:24 blogic r41344 trunk/package/base-files/files/etc/rc.common * base-files: add a post start hook to the procd init.d api Jun 26 11:45:28 blogic r41345 trunk/package/ (5 files in 3 dirs) * mdns: add the new openwrt mdns daemon Jun 26 11:45:32 blogic r41346 trunk/target/linux/ ar71xx/base-files/lib/upgrade/platform.sh ar71xx/image/ubinize-nbg6716.ini ar71xx/image/Makefile * ar71xx: nbg6716: Enable procd nand sysupgrage Jun 26 11:45:36 blogic r41347 trunk/scripts/ubinize-image.sh * scripts/ubinize-image.sh: fix parameter handling Jun 26 11:51:41 blogic r41348 trunk/target/linux/ (7 files in 6 dirs) * ar71xx: add support for EasyLink M150 and M-mini Jun 26 12:22:41 cyrus r41349 trunk/package/network/config/firewall/Makefile * firewall3: add fw3 zone function to enumerate devices Jun 26 13:49:30 blogic r41350 trunk/target/linux/ ar71xx/files/arch/mips/ath79/mach-el-mini.c ar71xx/files/arch/mips/ath79/mach-el-m150.c ar71xx/patches-3.10/712-MIPS-ath79-add-EasyLink-support.patch ar71xx/generic/profiles/easylink.mk * ar71xx: r41348 is missing these files Jun 26 13:49:36 blogic r41351 trunk/ (29 files in 29 dirs) * kernel: update 3.10.36->3.10.44 Jun 26 13:49:40 blogic r41352 trunk/target/linux/ (26 files) * kernel: refresh generic patches Jun 26 13:49:44 blogic r41353 trunk/target/linux/ (5 files) * ralink: refresh kernel patches Jun 26 14:19:53 luka: what's the prupose of the ntp "enabled" config? Jun 26 14:19:59 the commit messages just say what the diff is, Jun 26 14:21:00 possibly being able to not launch ntpd Jun 26 14:21:15 disabling the init script (system) is no option since it also sets hostname, timezone etc. Jun 26 14:23:04 erm nvm, it has a dedicated init script Jun 26 14:24:03 and the ntpd part of it is handled by the enable_server option? Jun 26 14:39:17 karlp: management protocols such as tr069 or netconf have such "enabled" options Jun 26 14:40:06 so instead of disabling init script it would be easier to handle those requirements by modifying option inside uci config file Jun 26 14:42:23 while I kinda agree, it seems to be very non-standard. (Also, a description like that would have been nice in the commit comment right? Jun 26 14:43:52 i will need to send patch v2 anyway since bastian was right Jun 26 14:44:14 so i will add this in description Jun 26 15:03:24 ping nbd Jun 26 17:39:15 build #611 of x86 is complete: Failure [failed compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/x86/builds/611 Jun 26 17:41:58 build #607 of rb532 is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/607 Jun 26 17:42:23 build #607 of ppc44x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/607 Jun 26 17:45:43 build #576 of sibyte is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/576 Jun 26 18:08:49 build #100 of omap is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/omap/builds/100 Jun 26 18:40:33 build #647 of cobalt is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/647 Jun 26 18:43:21 build #587 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/587 Jun 26 19:07:08 build #653 of orion is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/653 Jun 26 19:38:36 finally got a zedboard Jun 26 19:38:42 I can now continue with my work... Jun 26 20:08:53 build #542 of au1000 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/542 Jun 26 20:15:36 build #196 of mvebu is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/mvebu/builds/196 Jun 26 21:35:01 build #502 of mcs814x is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mcs814x/builds/502 **** ENDING LOGGING AT Fri Jun 27 02:59:59 2014