**** BEGIN LOGGING AT Fri Nov 21 02:59:58 2014 Nov 21 03:16:47 build #136 of brcm63xx.smp is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/brcm63xx.smp/builds/136 Nov 21 03:39:31 build #726 of xburst is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/726 Nov 21 03:40:42 build #114 of x86.xen_domu is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/x86.xen_domu/builds/114 Nov 21 03:44:31 build #223 of adm8668 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/adm8668/builds/223 Nov 21 03:44:44 build #579 of octeon is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/579 Nov 21 04:29:09 build #214 of omap is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/omap/builds/214 Nov 21 04:32:41 build #320 of mvebu is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/mvebu/builds/320 Nov 21 04:36:49 build #349 of mxs is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/mxs/builds/349 Nov 21 06:33:53 build #247 of bcm53xx is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/bcm53xx/builds/247 Nov 21 07:05:39 build #436 of mpc85xx is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/mpc85xx/builds/436 Nov 21 08:55:35 build #620 of mcs814x is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/mcs814x/builds/620 Nov 21 10:36:49 build #602 of mpc52xx is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/602 Nov 21 10:37:14 build #624 of adm5120 is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/adm5120/builds/624 Nov 21 11:07:52 build #255 of x86_64 is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/x86_64/builds/255 Nov 21 11:13:05 build #617 of gemini is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/617 Nov 21 11:32:18 build #163 of brcm47xx.legacy is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx.legacy/builds/163 Nov 21 12:04:03 build #795 of cobalt is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/795 Nov 21 13:09:08 build #236 of sunxi is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/sunxi/builds/236 Nov 21 13:13:17 eccomi Nov 21 14:17:05 build #835 of brcm63xx is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/brcm63xx/builds/835 Nov 21 14:21:43 build #753 of ppc44x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/753 Nov 21 14:35:03 anybody aware of software which transparently sniffs traffic and extracts certain data out of it? usecase: transparently extracting pictures out of tcp-streams (http-only would be okay as well) Nov 21 14:36:48 i just know about driftnet - but that requires gtk.. Nov 21 15:12:30 build #804 of atheros is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/atheros/builds/804 Nov 21 15:19:37 build #254 of cns21xx is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/cns21xx/builds/254 Nov 21 15:32:58 etherpeg? wasn't that it? Nov 21 15:33:06 * karlp tries to remember the other package for this Nov 21 16:44:33 build #812 of brcm47xx is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx/builds/812 Nov 21 16:49:17 build #800 of orion is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/800 Nov 21 17:28:45 jow_laptop: that json post size thing I was having the other day, it's not the _size_ per se, it's "soemthign else" Nov 21 17:29:24 I was making some mistakes in my own code and sending in far more json blob than I needed to send, and mapping the view model js down to the data needed for the post _works_ but I still can't explain the failure. Nov 21 17:29:29 I've cut it down to a demo: https://gist.github.com/karlp/5f601b7470968a053297 Nov 21 17:30:21 posting the "b1" variable from javascript fails, posting the b2 variable works, Nov 21 17:30:58 I tried removing the \n from the json, and using luci.json and dkjson, but the error message from dkjson is always some sort of json parse error at line1, column 2049. Nov 21 17:32:08 I've "solved" it for my own needs, but it really doesn't feel "solved" just "pushed out til later" Nov 21 17:37:46 I've just updated it with some clearer example json, where just adding and removing the "x" chars from the json cause it to fail. Nov 21 18:09:39 jow_laptop: I don't think this check is correct: https://github.com/openwrt/luci/blob/master/modules/base/luasrc/http/protocol.lua#L661 Nov 21 18:09:44 I think it's returning too early. Nov 21 18:10:07 ltn12.pump.step is returning 1,nil there, and it returns straight away, isntead of calling pump.step again to continue with the next chunk. Nov 21 18:10:33 parsing the header uses if not ok, Nov 21 18:12:17 yeah, ok, cool, fixed it. Nov 21 18:12:25 I'll send you a patch :) Nov 21 18:15:52 build #797 of lantiq is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq/builds/797 Nov 21 18:21:44 there you are: https://github.com/openwrt/luci/pull/258 Nov 21 18:22:01 thanks for listening to me ramble on, forced me to keep digging for it :) have a good weekend all! Nov 21 18:44:24 wigyori r43337 trunk/target/ (19 files in 2 dirs) * sunxi: add initial 3.18 support Nov 21 18:50:35 build #780 of ppc40x is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/780 Nov 21 18:51:26 wigyori r43338 trunk/target/linux/sunxi/config-3.18 * sunxi: add config for 3.18 Nov 21 18:53:49 build #717 of sibyte is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/717 Nov 21 19:24:13 build #362 of imx6 is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/imx6/builds/362 Nov 21 19:38:02 build #729 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/729 Nov 21 19:47:19 build #139 of ramips.rt3883 is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.rt3883/builds/139 Nov 21 19:52:45 build #253 of malta is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/malta/builds/253 Nov 21 20:37:55 build #253 of pxa is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/pxa/builds/253 Nov 21 20:39:18 build #253 of realview is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/realview/builds/253 Nov 21 20:39:43 nbd r43339 trunk/package/network/services/hostapd/Makefile * hostapd: switch dependency from mac80211 to cfg80211 Nov 21 22:27:42 build #786 of ramips is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/786 Nov 21 22:31:17 nbd r43340 trunk/package/kernel/mac80211/patches/322-mac80211-add-more-missing-checks-for-VHT-tx-rates.patch * mac80211: fix a crash on using VHT rates Nov 21 23:46:08 build #765 of uml is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/765 Nov 21 23:50:04 build #642 of iop32x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/642 Nov 21 23:58:49 build #757 of rb532 is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/757 Nov 22 00:45:21 build #751 of ar7 is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/751 Nov 22 01:09:05 build #133 of x86.kvm_guest is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/x86.kvm_guest/builds/133 Nov 22 02:34:56 build #757 of x86 is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/x86/builds/757 Nov 22 02:56:24 build #705 of ixp4xx is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/705 **** ENDING LOGGING AT Sat Nov 22 03:00:00 2014