<owrt-images-builds> Build [#151](https://buildbot.openwrt.org/images/#/builders/231/builds/151) of `master_mpc85xx/p1010` completed successfully.
skynet2 has quit [Quit: Leaving]
goliath has quit [Quit: SIGSEGV]
<owrt-images-builds> Build [#149](https://buildbot.openwrt.org/images/#/builders/163/builds/149) of `master_gemini/generic` completed successfully.
thejoker8814 is now known as Guest295
thejoker8814 has joined #openwrt-devel
Guest295 has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#145](https://buildbot.openwrt.org/images/#/builders/149/builds/145) of `master_mediatek/filogic` completed successfully.
<owrt-images-builds> Build [#146](https://buildbot.openwrt.org/images/#/builders/104/builds/146) of `master_layerscape/armv8_64b` completed successfully.
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_sunxi.html has been updated. (0% images and 100.0% packages reproducible in our current test framework.)
rz has quit [Remote host closed the connection]
rz has joined #openwrt-devel
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
gch981213 has joined #openwrt-devel
Piraty has joined #openwrt-devel
rz has quit [Remote host closed the connection]
rz has joined #openwrt-devel
minimal has quit [Quit: Leaving]
dangole has quit [Remote host closed the connection]
rua has quit [Read error: Connection reset by peer]
rua has joined #openwrt-devel
foxtrot has quit [Quit: Goodbye]
slh64 has joined #openwrt-devel
foxtrot has joined #openwrt-devel
<nbd> hauke: i wasn't active looking into tls 1.3, i just worked with uclient on my host system for testing and noticed ustream-ssl connection failures
rz has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
robimarko has joined #openwrt-devel
<f00b4r0> Mangix: 1) this is because we're doing fancy color stuff (dispensable), 2) make 4.1 was released in... 2014, we started requiring it in... 2021. There is a difference between "updating to a tool several years old" and "updating to a tool released a few weeks/months ago". Furthermore make does not require an entire interpreter environment (python) to even execute. I rest my case.
<ynezz> Mangix: robimarko: Re: git.openwrt.org/e09d3fd290 - BTW my understanding of that previous comment "# make core tools depend on sed and flock" and code `$(filter-out zstd,$(tools-core))` was, that you actually want sed/flock dependency for all the tools-core, but not for zstd
<robimarko> ynezz: Comment is a bit misleading
<robimarko> Because this commit doesnt really change anything
<robimarko> That for loop was making all core tools depend on sed, and then flock was made a dependency of sed
<robimarko> Nothing has really changed, flock is still built first as sed depends on t
<robimarko> Then libdeflate, zstd and sed
<ynezz> ok, that description got me, still doesn't explain the build failure, going to nuke the build dir and check again
<robimarko> ynezz: do you have a log?
<ynezz> nope, I've a gnome-terminal which crashes on middle-click :P need to update
<ynezz> it might not be even related, but I've checked whats new in the tree and spotted this
<ynezz> tools build now fine, so not related apparently, sorry for the noise and thanks for making xz usage reduced, really appreciate it
<robimarko> Relief that I did not break more stuff, still weeding out all of the hashes that need to be updated
<ynezz> its a huge change, so some fallout is expected, I wouldn't worry about that :P
<robimarko> Anybody here merging packages repo stuff?
<robimarko> It seems that I managed to merge the PR to GH only, its not mirrored to git.openwrt.org
<ynezz> https://git.openwrt.org/?p=feed/packages.git;a=commit;h=272f55e87f0731b3f04aefd39598a127b317abf4
<robimarko> Ok, just took it a while
<f00b4r0> robimarko: 👍 well done, thank you
<robimarko> Thanks, weeding out missed hash updates in the core, just discovered CHECK_ALL
<f00b4r0> CHECK_ALL?
<robimarko> Yeah in tools Makefile and package Makefile
<f00b4r0> ynezz: btw #14619 will require syncing with you, to update phase2 sdk pattern match
<f00b4r0> robimarko: oh, that's convenient
* f00b4r0 makes mental note
<Ansuel> f00b4r0 for the sdk change should we first change phase2 or merge the commit?
<Ansuel> i guess there will be some delay time where one or 2 thing won't be available?
<Ansuel> also ynezz we have to update the CI actions for the feeds repository to use the .zstd sdk ?
<f00b4r0> Ansuel: correct, there will be a minor downtime
rua has joined #openwrt-devel
<jow> f00b4r0: Ansuel: maybe just relax the pattern to openwrt-sdk-*.*
<jow> it's not the first time it had to be adjusted
<f00b4r0> good idea. That would solve the transition period
<f00b4r0> in that case phase2 should be updated first to accept the relaxed pattern, and then the commit can be pushed
<robimarko> Cannot reproduce it locally
<f00b4r0> could this be ci needing updating?
<robimarko> Well, all toolchain dockers should have been updated by now
<robimarko> I see at91 have been pushed 19 hours ago
<f00b4r0> it only happens for one arch though
<robimarko> it is at91 specific package
<f00b4r0> I just noticed after downloading the artifact
<f00b4r0> and it's also doing funky things, it builds either of two different versions (with different hashes) depending on config option, if I read this right?
<f00b4r0> the Makefile was refreshed 7 months ago so presumably it was missed?
<f00b4r0> it's pulling source from GH
<robimarko> oh yeah, it changes the hash it pulls based on config option
<robimarko> It hasnt been touched outside of the CPE identifier for 2 years
<robimarko> and even then ci did not actually build it since it only built for malta and x86
<robimarko> I refreshed the "main" hash but CI is building for sam9x so that changes the hash being pulled
<robimarko> Yeah, when building for sam9x then hash is incorrect
<ynezz> f00b4r0: thanks for letting me know, I'll change the pattern to *.tar.*
<robimarko> I am going to push this as follow-up fix to not trigger CI rebuild
<ynezz> f00b4r0: while at it, I would deploy https://github.com/openwrt/buildbot/pull/26 can you review please?
goliath has joined #openwrt-devel
hanetzer has joined #openwrt-devel
<f00b4r0> ynezz: they're all formatting + path fixes? if it works i see nothing wrong (I can't test anyway), though I'm not sure splitting string literals at sometimes odd places really helps readability. It also makes manually testing the quoted commands much harder, which is a downside imo.
skynet2 has joined #openwrt-devel
rz has joined #openwrt-devel
SlimeyX has joined #openwrt-devel
<robimarko> Ok, all hashes should be sorted now
<ynezz> f00b4r0: so to make that fix clear and easier to follow, I've splitted that long line https://github.com/openwrt/buildbot/pull/26/commits/a67d93280734bcb728219afc48f659b683ae88d0 before
minimal has joined #openwrt-devel
Znevna has left #openwrt-devel [#openwrt-devel]
Znevna has joined #openwrt-devel
<Znevna> so that's what that button does
<Znevna> so I have one of these https://openwrt.org/toh/sitecom/wlr-8100
<Znevna> v1 001 per the device label
<Znevna> but for some reason it doesn't seem to be supported?
<Znevna> only 002 is?
<Znevna> and sysupgrade doesn't work but does?
<Znevna> boy that page is messed up
swalker has quit [Remote host closed the connection]
<owrt-images-builds> Build [#150](https://buildbot.openwrt.org/images/#/builders/61/builds/150) of `master_ramips/mt7621` failed.
swalker has joined #openwrt-devel
kirdesde has joined #openwrt-devel
kirdesde has quit [Ping timeout: 480 seconds]
<nbd> hauke: sorry, didn't see the ustream-ssl patches in your PR, so i made similar changes myself
nixuser has quit [Ping timeout: 480 seconds]
nixuser has joined #openwrt-devel
<hauke> nbd: ok no problem
kirdesde has joined #openwrt-devel
<swalker> updated openwrt/upstream, https://sdwalker.github.io/uscan/index.html
kirdesde has quit [Quit: The Lounge - https://thelounge.chat]
kirdesde has joined #openwrt-devel
kirdesde has quit []
kirdesde has joined #openwrt-devel
kirdesde has quit []
kirdesde has joined #openwrt-devel
kirdesde has quit []
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
goliath has quit [Quit: SIGSEGV]
gch981213 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
hanetzer has quit [Read error: Connection reset by peer]