**** BEGIN LOGGING AT Tue Apr 21 02:59:59 2020 Apr 21 03:08:07 build #119 of lantiq/xrx200 is complete: Failure [failed] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/lantiq%2Fxrx200/builds/119 blamelist: Joel Johnson , Kevin Darbyshire-Bryant , Magnus Kroken , Hans Dedecker , Tomasz Maciej Nowak Apr 21 03:08:07 Apr 21 03:11:38 build #118 of imx6/generic is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/imx6%2Fgeneric/builds/118 blamelist: Joel Johnson , Kevin Darbyshire-Bryant , Magnus Kroken , Hans Dedecker , Tomasz Apr 21 03:11:38 Maciej Nowak Apr 21 04:06:54 build #121 of octeon/generic is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/octeon%2Fgeneric/builds/121 blamelist: Joel Johnson , Kevin Darbyshire-Bryant , Magnus Kroken , Hans Dedecker , Apr 21 04:06:54 Tomasz Maciej Nowak Apr 21 04:10:51 build #122 of layerscape/armv7 is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/layerscape%2Farmv7/builds/122 blamelist: Joel Johnson , Kevin Darbyshire-Bryant , Magnus Kroken , Hans Dedecker , Apr 21 04:10:52 Tomasz Maciej Nowak Apr 21 04:13:09 build #121 of lantiq/falcon is complete: Failure [failed] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/lantiq%2Ffalcon/builds/121 blamelist: Hans Dedecker , Kevin Darbyshire-Bryant Apr 21 05:42:56 build #119 of ar71xx/tiny is complete: Failure [failed dirupload] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ar71xx%2Ftiny/builds/119 blamelist: Hans Dedecker , Kevin Darbyshire-Bryant Apr 21 06:22:22 build #330 of x86/generic is complete: Failure [failed fetchrefs] Build details are at http://buildbot.openwrt.org/master/images/builders/x86%2Fgeneric/builds/330 blamelist: Tomasz Maciej Nowak , Tobias M?del , Petr ?tetiar , Daniel Golle , Hans Dedecker , Apr 21 06:22:22 Alexander Couzens , Pawel Dembicki Apr 21 06:27:43 build #118 of mpc85xx/p1020 is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mpc85xx%2Fp1020/builds/118 blamelist: Hans Dedecker , Kevin Darbyshire-Bryant Apr 21 06:29:59 build #117 of ramips/rt305x is complete: Failure [failed] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Frt305x/builds/117 blamelist: Hans Dedecker , Kevin Darbyshire-Bryant Apr 21 06:32:18 build #115 of ar71xx/nand is complete: Failure [failed fetchrefs] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ar71xx%2Fnand/builds/115 blamelist: Hans Dedecker , Kevin Darbyshire-Bryant Apr 21 06:40:26 build #115 of ramips/mt76x8 is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Fmt76x8/builds/115 blamelist: Hans Dedecker , Kevin Darbyshire-Bryant Apr 21 06:46:32 build #114 of lantiq/xway is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/lantiq%2Fxway/builds/114 blamelist: Hans Dedecker , Kevin Darbyshire-Bryant Apr 21 06:51:41 build #150 of octeontx/generic is complete: Failure [failed fetchrefs] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/octeontx%2Fgeneric/builds/150 blamelist: Kevin Darbyshire-Bryant Apr 21 07:52:34 Well it doesn't look like I've *actually* broken anything Apr 21 08:09:29 no, congrats :) Apr 21 08:11:12 LOL Apr 21 08:13:27 Curious - what dev environment do people use when working on openwrt? eg. looking at foo.c it refs a structure in foo.h, do people have multiple windows with vi instances in them or something less 1980s Apr 21 08:13:40 nano + grep Apr 21 08:13:44 xcode :3 Apr 21 08:13:55 I recently upgraded to sublime_text :) Apr 21 08:14:05 but still grep :P Apr 21 08:14:14 git grep is awesome tbh Apr 21 08:14:59 f00b4r0: xcode ? really? Apr 21 08:15:16 as soon I'm writing more than a few dozen lines, yes Apr 21 08:15:30 otherwise I'd use vim Apr 21 08:16:10 ok, I should take a look at xcode then. Apr 21 08:16:55 but I think it's going to take a lot of de-programming of the fingers to prevent them typing 'vi foo.c' - and 'git grep' Apr 21 08:17:15 go with what works for you. that's usually the correct choice :) Apr 21 08:17:28 just wondering if I was being ancient and/or silly Apr 21 08:18:01 looking for silly-- Apr 21 08:18:30 vim is not silly. Of course if you inflect upon yourself plain vi, that's another story :) Apr 21 08:20:56 in a previous existence I can remember investigating termcap & terminfo files/dbases. For an ibm3270 terminal emulator running on wy50 speaking terminals...all with their own wyse 50 emulation bugs in them. Apr 21 08:21:05 plain vi is a horror :( Apr 21 08:21:25 too many features. Use cat Apr 21 08:21:44 lol Apr 21 08:21:46 it can do multiple lines and it can overwrite files in case you made a mistake Apr 21 08:21:51 haha Apr 21 08:22:26 what on earth do you mean by plain vi ? Apr 21 08:22:36 vi-not-m I guess Apr 21 08:23:10 it's the only editor in unix land that I know. Apr 21 08:23:43 ldir: there's vi and vim Apr 21 08:23:50 vi is... well... Apr 21 08:24:17 ldir: do you have syntax highlighting? Apr 21 08:25:10 f00b4r0: yes I do, I guess that's a vim feature. But all the important stuff like 'cw', 'c$', x is what I'd expect. Apr 21 08:25:44 yes that's a vim feature. You really couldn't bear with plain vi. It'd drive you over a cliff. Apr 21 08:26:35 especially if it decides your terminal isn't VT100 compliant. at this point you'd go postal on the computer, in a manner similar to a well known internet meme of the early 2000s :) Apr 21 08:26:56 But in the late 80s when I wrote in something called 'dataflex' (really don't ask) all I had was 'vi' Apr 21 08:27:11 oh dear Apr 21 08:29:12 nano unnerves me - it's far to wysiwyg - I think I must be insane. Apr 21 08:30:39 * f00b4r0 notes he never uses the change command in vim Apr 21 08:30:52 s is my friend ;) Apr 21 08:33:02 * ldir learns something new today 's' in vi - thanks! Apr 21 08:33:35 well if you can think native sed, you'll love s ;) Apr 21 08:35:56 oh of course! I am aware of s but I always use it in 'command mode'. eg 1,$s/foo/bar/g Apr 21 08:40:24 build #286 of zynq/generic is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/master/images/builders/zynq%2Fgeneric/builds/286 blamelist: Daniel Golle , Hans Dedecker , Tomasz Maciej Nowak , Alexander Couzens Apr 21 08:43:03 owrt-snap-builds: I still haven't broken it ok! Apr 21 08:43:03 What you say! Apr 21 08:44:05 ldir: you can use % instead of 1,$ Apr 21 08:44:30 ldir: sounds like a sarcastic reply from the bot at your statement .. ;-) Apr 21 08:45:16 xback: I'm hoping one day it becomes sentient and says 'no, you really did break it and this is how...' Apr 21 08:45:38 ldir: feel free to submit a patch for that Apr 21 08:45:46 PaulFertser: learning 2 things in a day might be pushing it! Apr 21 08:47:22 ldir: and when you use vim you can select something in "visual mode" and then press "s" and the special region will be prepended to the command so that it works on selected only. Apr 21 08:57:48 in theory that's now 3 things - I'm beginning to wonder what has dropped out now! :-) Apr 21 09:05:33 * f00b4r0 points ldir at O'Reilly's Vim Pocket Reference ;) Apr 21 09:20:21 I was wondering if someone could help me understand how switches connect to CPUs on SoC (I'm studying mt7621a btw). Is this true. Each physical port on the switch has a phy and a GMAC. The switch also has a extra GMAC that is connected to the SoC via RGMII. I assume the other end of the RGMII is a another GMAC in the SoC. If that is correct are the RGMII wires reversed for the CPU? Also if this is correct is the Apr 21 09:20:21 other end of the SoC GMAC connected to some fast bus so that rx ring buffer and tx descriptors can be accessed via DMA Apr 21 09:41:25 Neighbor11111113: the mt7621 has a internal mt7530 switch. The switch has 7 ports and 5 phy's. 1 port #6 is always connected to 1st GMAC of the soc. Apr 21 09:42:08 1 port #5 shares the RGMII bus with 2nd GMAC, but it can also conenct to an external phy. Apr 21 09:42:48 Some extra info https://github.com/torvalds/linux/blob/master/Documentation/devicetree/bindings/net/dsa/mt7530.txt Apr 21 09:45:45 Thanks Rene__, when you say port #6 is connected to 1st GMAC of the SoC. How is it connected? Does the switch has a GMAC and the SoC have one and they are connected via RGMII. If so, are the RGMII TX & RX wires reversed on the SoC to make this work? Assuming this is correct, is this how switches in general connect to a SoC? Apr 21 09:47:16 GMACs of the soc are connected to the packet engine, for hardware offloading, but is bypassed by default and via the PDMA of QDMA the packets are send to the CPU memory Apr 21 09:48:15 Yes switch and soc both have a MAC and are connected via RGMII. Apr 21 09:50:15 Check http://wiki.banana-pi.org/Banana_Pi_BPI-R64#Documents and look for the MT7531 datasheet. Apr 21 09:50:58 Yes it is a new chip but it gives you a good impression how it works. Apr 21 09:55:56 Awesome really appreciate that. I'll definitely read that documenation, just a quick question while I have your attention. 1. Am I correct in thinking switch is programmed via MDIO? If so, I noticed there is only one MDIO pads (and registers) so how do you configure GMAC2, doesn't it need its own MDIO? Apr 21 09:56:06 I'm not actually trying to implement GMAC2, just curious how these things work Apr 21 09:58:41 SOC GMACs are programmed via SOC regisers. MT7530 and all the PHY's and programmed via MDIO bus. Apr 21 09:59:34 Gotcha, that makes sense! Apr 21 10:00:02 2nd GMAC is working BTW. Apr 21 10:00:24 if the second GMAC is connected to external Phy how is that Phy programmed? Apr 21 10:01:04 Also via MDIO bus. external phy also has een address. Apr 21 10:01:57 Sorry what is een address? Was it spelling mistake, did you mean memory address? Apr 21 10:02:14 Also glad to hear 2nd gmac is working. What are people using the 2nd GMAC for? Would it be possible to connect xDSL to the unit? Apr 21 10:02:30 do you know what a I2C bus is? Apr 21 10:03:09 Extremely shallow knowledge of it. I know a little bit about SPI, I assume I2C is similiar. Is that correct/ Apr 21 10:04:46 2nd GMAC be used as a WAN port or connect a external phy which is connected to ADSL or fiber connection. Apr 21 10:05:17 SPI and I2C are not the same. Apr 21 10:06:22 Interesting. So when you say WAN port do you mean on the switch? Presumambly so you can have two network interfaces without using VLAN. Really cool you can easily connect ADSL/fiber to the same unit. I'd be interested in playing with that one day Apr 21 10:07:09 I thought they were similiar, i.e. slow speed serial buses. Is I2C used to connect the mdio of external Phy? Apr 21 10:07:56 phy 0 or phy 4 of the switch can directly connect to 2nd GMAC. But not in all cases. Read mt7530.txt file for more info. Apr 21 10:08:17 I2C and MDIO are very similair. Apr 21 10:08:45 On a MDIO bus you have one master, the SOC, and slaves, the phy's and external phy's. Apr 21 10:09:10 every slave has a adrress between 0 and 31. Apr 21 10:09:50 the switch has address 31 and the switch phy's used 0 to 4. Apr 21 10:11:37 Gotcha, makes sense Apr 21 10:11:46 Thanks Rene__ really apprecaite you clearing that all up for me :) Apr 21 10:13:43 Neighbor11111113: great! Apr 21 10:20:23 lynxis: the fritz boxes do not use Intel DECT Apr 21 10:20:42 the Intel DECT is connetced over SPI and I think PCM Apr 21 10:20:46 but I am not 100% sure Apr 21 10:24:43 build #264 of ipq40xx/generic is complete: Failure [failed dirupload] Build details are at http://buildbot.openwrt.org/master/images/builders/ipq40xx%2Fgeneric/builds/264 blamelist: Daniel Golle , Hans Dedecker , Tomasz Maciej Nowak , Alexander Couzens Apr 21 10:28:30 build #21 of ath79/mikrotik is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/master/images/builders/ath79%2Fmikrotik/builds/21 blamelist: Hans Dedecker , Daniel Golle , Alexander Couzens Apr 21 10:30:43 I think there's a genereal connectivity problem Apr 21 10:45:41 f00b4r0: this one? https://www.amazon.com/dp/1449392172 Apr 21 10:46:07 Borromini: aye Apr 21 10:46:10 thanks :) Apr 21 10:46:32 although I think there's a more recent version Apr 21 10:46:40 or maybe not Apr 21 10:46:57 content can't change that much after all :) Apr 21 11:04:46 not for that kind of useful dinosaurs :) Apr 21 11:17:26 build #75 of bcm27xx/bcm2709 is complete: Failure [failed dirupload] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm27xx%2Fbcm2709/builds/75 blamelist: Hans Dedecker , Daniel Golle , Alexander Couzens Apr 21 11:18:12 Neighbor11111113: SPI/I2C aren't exactly "slow" (in the traditional UART sense) speed serial bus (unless you compare them to SATA). You can casually reach tens of MHz and there are video interfaces that connect over SPI :) Apr 21 11:22:41 build #75 of bcm27xx/bcm2711 is complete: Failure [failed] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm27xx%2Fbcm2711/builds/75 blamelist: Hans Dedecker , Alexander Couzens Apr 21 13:15:53 Interesting f00b4r0 Apr 21 13:18:56 Just noticed the builtbot, does it have automated testing as well? Apr 21 13:19:49 build #144 of mediatek/mt7622 is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mediatek%2Fmt7622/builds/144 blamelist: Kevin Darbyshire-Bryant Apr 21 13:23:33 build #146 of mediatek/mt7623 is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mediatek%2Fmt7623/builds/146 blamelist: Kevin Darbyshire-Bryant Apr 21 13:23:34 build #70 of bcm63xx/generic is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm63xx%2Fgeneric/builds/70 blamelist: Koen Vandeputte , Alexander Couzens Apr 21 13:27:30 build #143 of cns3xxx/generic is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/cns3xxx%2Fgeneric/builds/143 blamelist: Kevin Darbyshire-Bryant Apr 21 13:27:44 build #70 of bcm27xx/bcm2710 is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm27xx%2Fbcm2710/builds/70 blamelist: Koen Vandeputte , Alexander Couzens Apr 21 13:33:38 build #373 of oxnas/ox820 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/oxnas%2Fox820/builds/373 blamelist: Koen Vandeputte , Alexander Couzens Apr 21 13:33:39 build #369 of lantiq/ase is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/lantiq%2Fase/builds/369 blamelist: Koen Vandeputte , Alexander Couzens Apr 21 13:33:40 build #370 of at91/sam9x is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/at91%2Fsam9x/builds/370 blamelist: Koen Vandeputte , Alexander Couzens Apr 21 13:33:41 build #2 of rockchip/armv8 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/rockchip%2Farmv8/builds/2 blamelist: Koen Vandeputte Apr 21 13:33:44 build #76 of bcm47xx/mips74k is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm47xx%2Fmips74k/builds/76 blamelist: Koen Vandeputte Apr 21 13:33:45 build #76 of bcm47xx/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm47xx%2Fgeneric/builds/76 blamelist: Koen Vandeputte Apr 21 13:33:46 build #75 of bcm47xx/legacy is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm47xx%2Flegacy/builds/75 blamelist: Koen Vandeputte Apr 21 13:33:47 build #75 of bcm27xx/bcm2708 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm27xx%2Fbcm2708/builds/75 blamelist: Koen Vandeputte Apr 21 13:33:49 build #368 of sunxi/cortexa53 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/sunxi%2Fcortexa53/builds/368 blamelist: Koen Vandeputte Apr 21 13:33:50 build #367 of ipq806x/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/ipq806x%2Fgeneric/builds/367 blamelist: Koen Vandeputte Apr 21 13:33:51 build #359 of arc770/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/arc770%2Fgeneric/builds/359 blamelist: Koen Vandeputte Apr 21 13:33:55 build #339 of apm821xx/sata is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/apm821xx%2Fsata/builds/339 blamelist: Koen Vandeputte Apr 21 13:34:00 build #341 of ramips/rt3883 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/ramips%2Frt3883/builds/341 blamelist: Koen Vandeputte Apr 21 13:34:01 build #336 of lantiq/xway_legacy is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/lantiq%2Fxway_legacy/builds/336 blamelist: Koen Vandeputte Apr 21 13:34:02 build #336 of mvebu/cortexa72 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/mvebu%2Fcortexa72/builds/336 blamelist: Koen Vandeputte Apr 21 13:34:03 build #337 of mediatek/mt7623 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/mediatek%2Fmt7623/builds/337 blamelist: Koen Vandeputte Apr 21 13:34:04 build #333 of armvirt/32 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/armvirt%2F32/builds/333 blamelist: Koen Vandeputte Apr 21 13:34:05 build #332 of mediatek/mt7622 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/mediatek%2Fmt7622/builds/332 blamelist: Koen Vandeputte Apr 21 13:34:06 build #333 of cns3xxx/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/cns3xxx%2Fgeneric/builds/333 blamelist: Koen Vandeputte Apr 21 13:34:08 build #330 of mvebu/cortexa9 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/mvebu%2Fcortexa9/builds/330 blamelist: Koen Vandeputte Apr 21 13:34:09 build #332 of mvebu/cortexa53 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/mvebu%2Fcortexa53/builds/332 blamelist: Koen Vandeputte Apr 21 13:34:10 build #328 of archs38/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/archs38%2Fgeneric/builds/328 blamelist: Koen Vandeputte Apr 21 13:34:11 build #328 of x86/geode is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/x86%2Fgeode/builds/328 blamelist: Koen Vandeputte Apr 21 13:34:12 build #339 of kirkwood/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/kirkwood%2Fgeneric/builds/339 blamelist: Koen Vandeputte Apr 21 13:34:14 build #297 of x86/legacy is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/x86%2Flegacy/builds/297 blamelist: Koen Vandeputte Apr 21 13:34:16 build #294 of lantiq/xrx200 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/lantiq%2Fxrx200/builds/294 blamelist: Koen Vandeputte Apr 21 13:34:21 build #272 of mpc85xx/p2020 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/mpc85xx%2Fp2020/builds/272 blamelist: Koen Vandeputte Apr 21 13:34:26 build #281 of x86/64 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/x86%2F64/builds/281 blamelist: Koen Vandeputte Apr 21 13:34:27 build #281 of rb532/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/rb532%2Fgeneric/builds/281 blamelist: Koen Vandeputte Apr 21 13:34:27 build #297 of mpc85xx/p1020 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/mpc85xx%2Fp1020/builds/297 blamelist: Koen Vandeputte Apr 21 13:34:30 build #295 of gemini/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/gemini%2Fgeneric/builds/295 blamelist: Koen Vandeputte Apr 21 13:34:30 build #296 of imx6/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/imx6%2Fgeneric/builds/296 blamelist: Koen Vandeputte Apr 21 13:34:36 build #289 of armvirt/64 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/armvirt%2F64/builds/289 blamelist: Koen Vandeputte Apr 21 13:34:38 build #287 of mxs/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/mxs%2Fgeneric/builds/287 blamelist: Koen Vandeputte Apr 21 13:34:39 build #271 of layerscape/armv7 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/layerscape%2Farmv7/builds/271 blamelist: Koen Vandeputte Apr 21 13:34:40 build #277 of ath79/tiny is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/ath79%2Ftiny/builds/277 blamelist: Koen Vandeputte Apr 21 13:34:42 build #271 of sunxi/cortexa8 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/sunxi%2Fcortexa8/builds/271 blamelist: Koen Vandeputte Apr 21 13:37:30 boo, sorry Apr 21 13:40:26 build #143 of mvebu/cortexa9 is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mvebu%2Fcortexa9/builds/143 blamelist: Kevin Darbyshire-Bryant Apr 21 14:22:05 that looks more correctly ;-) Apr 21 14:22:25 šŸ˜‚ Apr 21 14:23:21 * ldir just done my first bit of socket networky type programming involving socket & setsockopt. Apr 21 14:23:37 /o\ Apr 21 14:23:40 ie, open a socket & set an option! Apr 21 14:24:13 you should be ready now to tackle the buildbot issues Apr 21 14:24:29 If I said this was a 'callback' (?) using libcurl... and https-dns-proxy how fast would you run away??!!!!! :-) Apr 21 14:30:00 https://curl.haxx.se/libcurl/c/CURLOPT_OPENSOCKETFUNCTION.html Apr 21 14:37:39 build #182 of mediatek/mt7629 is complete: Failure [failed dirupload] Build details are at http://buildbot.openwrt.org/master/images/builders/mediatek%2Fmt7629/builds/182 blamelist: Koen Vandeputte , Alexander Couzens Apr 21 14:49:40 build #340 of apm821xx/sata is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/apm821xx%2Fsata/builds/340 Apr 21 15:00:46 build #282 of x86/64 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/x86%2F64/builds/282 Apr 21 15:03:33 build #322 of apm821xx/nand is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/apm821xx%2Fnand/builds/322 Apr 21 15:29:51 build #77 of bcm47xx/mips74k is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm47xx%2Fmips74k/builds/77 Apr 21 15:42:23 build #77 of bcm47xx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm47xx%2Fgeneric/builds/77 Apr 21 15:56:31 build #23 of ath79/mikrotik is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ath79%2Fmikrotik/builds/23 Apr 21 16:06:31 build #77 of bcm27xx/bcm2711 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm27xx%2Fbcm2711/builds/77 Apr 21 16:10:35 build #76 of bcm47xx/legacy is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm47xx%2Flegacy/builds/76 Apr 21 16:37:46 build #76 of bcm27xx/bcm2708 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm27xx%2Fbcm2708/builds/76 Apr 21 17:06:57 build #71 of bcm63xx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm63xx%2Fgeneric/builds/71 Apr 21 17:07:35 build #71 of bcm27xx/bcm2710 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm27xx%2Fbcm2710/builds/71 Apr 21 17:23:36 build #183 of mediatek/mt7629 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/mediatek%2Fmt7629/builds/183 Apr 21 17:31:24 build #76 of bcm63xx/smp is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm63xx%2Fsmp/builds/76 Apr 21 17:53:47 build #375 of octeontx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/octeontx%2Fgeneric/builds/375 Apr 21 18:09:16 build #374 of oxnas/ox820 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/oxnas%2Fox820/builds/374 Apr 21 18:09:39 ynezz: you around? Apr 21 18:10:55 just submitting https://github.com/openwrt/openwrt/pull/2947 but I have to admit that include/netfilter.mk evades my understandingā€¦ Iā€™ve banged on it and the build failures went away, but kmod-nft-core isnā€™t getting updated with the additional .koā€™s so Iā€™m a little confounded. Apr 21 18:35:00 build #370 of lantiq/ase is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/lantiq%2Fase/builds/370 Apr 21 18:36:58 build #371 of at91/sam9x is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/at91%2Fsam9x/builds/371 Apr 21 18:56:29 build #368 of ipq806x/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ipq806x%2Fgeneric/builds/368 Apr 21 19:03:09 build #369 of sunxi/cortexa53 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/sunxi%2Fcortexa53/builds/369 Apr 21 19:18:33 build #354 of pistachio/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/pistachio%2Fgeneric/builds/354 Apr 21 19:39:19 jow: could you find this signify fingerprint shell script? Apr 21 19:43:29 build #347 of tegra/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/tegra%2Fgeneric/builds/347 Apr 21 19:48:04 build #360 of arc770/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/arc770%2Fgeneric/builds/360 Apr 21 19:49:29 build #343 of ath79/nand is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ath79%2Fnand/builds/343 Apr 21 19:56:52 Hi blogic & nbd I was studying your mt7621 mac and switch drivers to help me learn about these areas. It appears to me that the mtk_eth_soc probe depends on the gsw_mt7621 switch being probed first. Because mtk_eth_sock probe calls register_netdev which will ndo_init which is a pointer mtk_gsw_init. mtk_gsw_init calls platform_get_drvdata, so it appears to require the switch already be probed. Apr 21 19:57:20 Is there anything in the code that explictily forces this or are you relying on that fact that mtk_eth_sock is last in the Makefile for that directory? Apr 21 19:57:21 thanks Apr 21 19:59:46 build #336 of at91/sama5 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/at91%2Fsama5/builds/336 Apr 21 20:01:30 dumb questionā€¦ Iā€™ve just added a new package in a feedā€¦ how do I then make the build system aware of it? scripts/feeds update -i didnā€™t do itā€¦ Apr 21 20:03:04 build #327 of mpc85xx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/mpc85xx%2Fgeneric/builds/327 Apr 21 20:03:57 feeds install Apr 21 20:04:00 either -a or the name of it. Apr 21 20:04:05 ./script feeds install Apr 21 20:21:25 build #77 of bcm27xx/bcm2709 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm27xx%2Fbcm2709/builds/77 Apr 21 20:31:59 build #342 of ramips/rt3883 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ramips%2Frt3883/builds/342 Apr 21 20:33:35 build #337 of lantiq/xway_legacy is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/lantiq%2Fxway_legacy/builds/337 Apr 21 20:45:59 build #328 of layerscape/armv8_64b is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/layerscape%2Farmv8_64b/builds/328 Apr 21 20:48:30 build #338 of mediatek/mt7623 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/mediatek%2Fmt7623/builds/338 Apr 21 20:59:42 build #337 of mvebu/cortexa72 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/mvebu%2Fcortexa72/builds/337 Apr 21 21:15:17 build #334 of cns3xxx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/cns3xxx%2Fgeneric/builds/334 Apr 21 21:33:00 build #334 of armvirt/32 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/armvirt%2F32/builds/334 Apr 21 21:34:40 build #333 of mvebu/cortexa53 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/mvebu%2Fcortexa53/builds/333 Apr 21 21:35:22 build #329 of archs38/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/archs38%2Fgeneric/builds/329 Apr 21 21:37:13 build #331 of mvebu/cortexa9 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/mvebu%2Fcortexa9/builds/331 Apr 21 21:41:09 build #332 of x86/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/x86%2Fgeneric/builds/332 Apr 21 21:53:09 build #327 of omap/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/omap%2Fgeneric/builds/327 Apr 21 21:57:57 build #339 of ramips/rt288x is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ramips%2Frt288x/builds/339 Apr 21 22:06:32 build #329 of x86/geode is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/x86%2Fgeode/builds/329 Apr 21 22:20:10 build #296 of bcm53xx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm53xx%2Fgeneric/builds/296 Apr 21 22:25:27 build #295 of lantiq/xrx200 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/lantiq%2Fxrx200/builds/295 Apr 21 22:28:09 build #287 of octeon/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/octeon%2Fgeneric/builds/287 Apr 21 22:36:29 build #277 of samsung/s5pv210 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/samsung%2Fs5pv210/builds/277 Apr 21 22:37:39 build #280 of ath79/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ath79%2Fgeneric/builds/280 Apr 21 22:40:22 build #340 of kirkwood/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/kirkwood%2Fgeneric/builds/340 Apr 21 22:43:56 build #273 of mpc85xx/p2020 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/mpc85xx%2Fp2020/builds/273 Apr 21 22:57:23 build #115 of zynq/generic is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/zynq%2Fgeneric/builds/115 blamelist: Petr ?tetiar , Kevin Darbyshire-Bryant Apr 21 23:00:28 karlp: Neighbor11111113: thanks, that did it. was trying ā€œfeeds update -iā€ and it wasnā€™t doing anythingā€¦ Apr 21 23:00:48 np Apr 21 23:00:51 slow day on the channelā€¦ yesterday was a lot chattierā€¦ Apr 21 23:03:13 build #117 of bcm53xx/generic is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/bcm53xx%2Fgeneric/builds/117 blamelist: Petr ?tetiar , Kevin Darbyshire-Bryant Apr 21 23:06:43 build #271 of ramips/mt7620 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ramips%2Fmt7620/builds/271 Apr 21 23:10:23 build #269 of ramips/mt7621 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ramips%2Fmt7621/builds/269 Apr 21 23:17:19 build #282 of sunxi/cortexa7 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/sunxi%2Fcortexa7/builds/282 Apr 21 23:19:15 build #266 of lantiq/falcon is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/lantiq%2Ffalcon/builds/266 Apr 21 23:19:34 build #282 of rb532/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/rb532%2Fgeneric/builds/282 Apr 21 23:30:05 build #298 of mpc85xx/p1020 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/mpc85xx%2Fp1020/builds/298 Apr 21 23:30:07 build #296 of gemini/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/gemini%2Fgeneric/builds/296 Apr 21 23:57:34 build #293 of ramips/mt76x8 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ramips%2Fmt76x8/builds/293 Apr 21 23:59:22 build #118 of omap/generic is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/omap%2Fgeneric/builds/118 blamelist: Petr ?tetiar , Kevin Darbyshire-Bryant Apr 22 00:03:04 build #104 of ath79/generic is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ath79%2Fgeneric/builds/104 blamelist: Petr ?tetiar , Kevin Darbyshire-Bryant Apr 22 00:05:29 build #288 of zynq/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/zynq%2Fgeneric/builds/288 Apr 22 00:05:48 build #291 of lantiq/xway is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/lantiq%2Fxway/builds/291 Apr 22 00:07:04 build #108 of samsung/s5pv210 is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/samsung%2Fs5pv210/builds/108 blamelist: Petr ?tetiar , Kevin Darbyshire-Bryant Apr 22 00:08:44 build #297 of imx6/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/imx6%2Fgeneric/builds/297 Apr 22 00:11:14 '84 Apr 22 00:12:11 build #110 of gemini/generic is complete: Failure [failed] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/gemini%2Fgeneric/builds/110 blamelist: Petr ?tetiar , Kevin Darbyshire-Bryant Apr 22 00:12:53 build #297 of ramips/rt305x is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ramips%2Frt305x/builds/297 Apr 22 00:15:25 build #109 of ipq40xx/generic is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ipq40xx%2Fgeneric/builds/109 blamelist: Petr ?tetiar , Kevin Darbyshire-Bryant Apr 22 00:17:18 build #266 of ipq40xx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ipq40xx%2Fgeneric/builds/266 Apr 22 00:19:16 build #272 of layerscape/armv7 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/layerscape%2Farmv7/builds/272 Apr 22 00:20:04 build #278 of ath79/tiny is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ath79%2Ftiny/builds/278 Apr 22 00:20:20 build #78 of bcm27xx/bcm2711 is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm27xx%2Fbcm2711/builds/78 blamelist: Petr ?tetiar Apr 22 00:45:53 build #4 of rockchip/armv8 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/rockchip%2Farmv8/builds/4 Apr 22 01:05:28 build #107 of sunxi/cortexa8 is complete: Failure [failed fetchrefs] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/sunxi%2Fcortexa8/builds/107 blamelist: Petr ?tetiar , Kevin Darbyshire-Bryant Apr 22 01:09:08 build #72 of bcm63xx/generic is complete: Failure [failed dirupload] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm63xx%2Fgeneric/builds/72 blamelist: Petr ?tetiar Apr 22 01:12:15 build #371 of lantiq/ase is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/master/images/builders/lantiq%2Fase/builds/371 blamelist: Petr ?tetiar Apr 22 01:26:10 build #184 of mediatek/mt7629 is complete: Failure [failed images] Build details are at http://buildbot.openwrt.org/master/images/builders/mediatek%2Fmt7629/builds/184 blamelist: Petr ?tetiar Apr 22 01:58:53 build #112 of ramips/mt7620 is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Fmt7620/builds/112 blamelist: Petr ?tetiar , Kevin Darbyshire-Bryant Apr 22 01:59:53 build #370 of sunxi/cortexa53 is complete: Failure [failed dirupload] Build details are at http://buildbot.openwrt.org/master/images/builders/sunxi%2Fcortexa53/builds/370 blamelist: Petr ?tetiar Apr 22 02:02:17 build #328 of mpc85xx/generic is complete: Failure [failed] Build details are at http://buildbot.openwrt.org/master/images/builders/mpc85xx%2Fgeneric/builds/328 blamelist: Petr ?tetiar Apr 22 02:57:05 build #339 of mediatek/mt7623 is complete: Failure [failed images] Build details are at http://buildbot.openwrt.org/master/images/builders/mediatek%2Fmt7623/builds/339 blamelist: Petr ?tetiar Apr 22 02:57:17 build #108 of brcm63xx/smp is complete: Failure [failed fetchrefs] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm63xx%2Fsmp/builds/108 blamelist: Petr ?tetiar , Kevin Darbyshire-Bryant **** ENDING LOGGING AT Wed Apr 22 02:59:57 2020