owrt-images-builds has quit [Quit: buildmaster reconfigured: bot disconnecting]
owrt-images-builds has joined #openwrt-devel
n3ph has joined #openwrt-devel
gromero has joined #openwrt-devel
n3ph_ has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
gromero has quit [Ping timeout: 480 seconds]
<T-Bone>
NETDEV WATCHDOG: eth0 (mtk_soc_eth): transmit queue 5 timed out
T-Bone is now known as f00b4r0
<f00b4r0>
nbd: https://pastebin.com/6XGXWjcN this is on 23.05.5 on GL.inet MT6000, apparently the same thing as #13262 and #13122, the latter suggests a patch has been pushed to master but never backported to 23.05
<robimarko>
Some ISP-s changed the default one to 1234 though
<stintel>
meanwhile we found a drywall part in the roof to the attic, so I now have access to my attic and I can start insulating the roof because there is zero insulation
<stintel>
s/roof/ceiling/
<stintel>
I was looking at the roof from the outside with a thermal imaging camera, the heat loss kind of already confirmed there would be no insulation
<stintel>
but now I know for sure, and have a nice weekend job!
<f00b4r0>
robimarko: dunno. My gripe is that when I grab the buildbot .config and run make defconfig && make; the build always fails on xdp-tool, which I then have to manually disable
<f00b4r0>
and now my 23.05.5 filogic build just failed weirdly
<f00b4r0>
bash: line 1: /home/varenet/openwrt2305_uspot/staging_dir/host/bin/lzma: No such file or directory
<f00b4r0>
wth
<f00b4r0>
huh. It's trying to lzma compress an initramfs
<f00b4r0>
but
<f00b4r0>
# CONFIG_TARGET_INITRAMFS_COMPRESSION_LZMA is not set
<f00b4r0>
this is on filogic-acelink_ew-7886cax
* f00b4r0
wonders how buildbot succeeds here
<f00b4r0>
xz is the selected compression method.
* f00b4r0
scratches head
gromero has joined #openwrt-devel
* f00b4r0
wipes everything and starts again
n3ph_ has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
<KanjiMonster>
f00b4r0: make IGNORE_ERRORS="n m" should make that xdp-tool failure non-fatal (assuming xdp-tool isn't part of the image), and matches how buildbots do the (phase1) build
n3ph has joined #openwrt-devel
<f00b4r0>
KanjiMonster: thanks. Although I'm not sure what's the point of enabling a package that can never be built. Presumably the cause should be fixed, not the effects?
<KanjiMonster>
f00b4r0: the buildbot config does not selectively enable packages, but rather says "build everything available (that is target specific, e.g. kernel modules)". IGNORE_ERRORS="n m" is so that if packages fail to build (which happen from time to time), they don't break the whole build
<KanjiMonster>
and yes, the package build should be fixed
<KanjiMonster>
but you don't want the whole build to fail just because a random package from the packages feed didn't build
skynet2 has joined #openwrt-devel
<robimarko>
Well, xdp-tools seem to compile again on buildbots
<mrkiko>
robimarko: is there an equivalent of macaddr_set_bit_la via dts?
n3ph_ has joined #openwrt-devel
<robimarko>
mrkiko: I dont think so
n3ph has quit [Ping timeout: 480 seconds]
<f00b4r0>
robimarko: afair buildbots use a cached version of the source. If memory serves me right, xdp-tools fails to build because the source is unobtainium (or maybe I'm confused)
<f00b4r0>
KanjiMonster: ack, although I wonder why the IGNORE_ERRORS config isn't part of the resulting config.buildinfo
<robimarko>
f00b4r0: I dont think it was ever failing on missing source
<f00b4r0>
ok then maybe I'm confusing with something else. For as long as I can remember, xdp-tools failed to build for me.
<robimarko>
23.05?
<f00b4r0>
yes
<f00b4r0>
but iirc it failed in other branches as well, including master
<robimarko>
Yes, it used to fail, but now I see it builds
<KanjiMonster>
f00b4r0: because IGNORE_ERRORS, as maybe evident by its missing CONFIG_ prefix, is not a configuration option ;-). It's more on the same level as V=
<f00b4r0>
oh right
robimarko_ has joined #openwrt-devel
<f00b4r0>
so I grabbed the two patches from https://github.com/openwrt/openwrt/pull/16419, dumped them in pending-5.15 and that built fine (eventually). Let's see if it fixes the crashes