minimal has quit [Quit: Leaving]
ssterling has joined #openwrt-devel
ssterlingg has quit [Read error: Connection reset by peer]
Daanct12 has joined #openwrt-devel
jakllsch_ has joined #openwrt-devel
jakllsch has quit [Remote host closed the connection]
Daanct12 has quit [Remote host closed the connection]
Daanct12 has joined #openwrt-devel
Staz has quit [Read error: Connection reset by peer]
Staz has joined #openwrt-devel
n3ph has quit [Read error: No route to host]
<owrt-images-builds> Build [#4](https://buildbot.openwrt.org/images/#/builders/233/builds/4) of `openwrt-23.05_layerscape/armv8_64b` completed successfully.
Daanct12 has quit [Ping timeout: 480 seconds]
Daanct12 has joined #openwrt-devel
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #openwrt-devel
Daanct12 has quit [Ping timeout: 480 seconds]
mirko_ has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
mirko has quit [Ping timeout: 480 seconds]
Shados_ has quit []
<owrt-images-builds> Build [#5](https://buildbot.openwrt.org/images/#/builders/96/builds/5) of `openwrt-23.05_ath79/generic` completed successfully.
skynet2_ has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
slh has quit [Remote host closed the connection]
slh64 has quit [Quit: gone]
slh has joined #openwrt-devel
slh64 has joined #openwrt-devel
rsalvaterra has joined #openwrt-devel
Daanct12 has joined #openwrt-devel
rua has joined #openwrt-devel
sorinello has joined #openwrt-devel
nixuser has quit [Ping timeout: 480 seconds]
nixuser has joined #openwrt-devel
ScrewDriver1337 has quit [Ping timeout: 480 seconds]
rsalvaterra_ has joined #openwrt-devel
rsalvaterra_ is now known as rsalvaterra
goliath has joined #openwrt-devel
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
n3ph has joined #openwrt-devel
Daanct12 has quit [Quit: WeeChat 4.4.3]
robimarko has joined #openwrt-devel
rua has quit [Quit: Leaving.]
<schmars[m]> in case anyone else is having git clone problems recently, lower your MTU. dont know what the issue is, but it appeared in three different locations with both git.openwrt.org and github.com
decke has quit [Remote host closed the connection]
decke has joined #openwrt-devel
Shados has joined #openwrt-devel
Shados has quit []
<KanjiMonster> schmars[m]: what does lower mean, and what is the mtu value that causes problems? without any numbers it isn't very actionable
<schmars[m]> the standard 1500 used to work fine, then the problem appeared and i tried 1404 out of the blue, i didn't try more, have other stuff to debug :)
<schmars[m]> other suggestions for this type of git failure didnt help (git config --global http.version HTTP/1.1, git config --global core.compression 0, git config --global http.postBuffer 1048576000)
<KanjiMonster> schmars[m]: also v4 or v6?
<schmars[m]> both actually - that's why i'm thinking the MTU itself isn't the issue, but lowering it might improve the circumstances so the issue doesn't trigger
<schmars[m]> but if noone else has been seeing it, i'll book it under "freak CI issues"
<KanjiMonster> at least pinging I had no issue with up to -s 1472 for v4 and -s 1452 for v6
<schmars[m]> i can't even repro locally with 1500
rua has joined #openwrt-devel
efahl is now known as Guest1629
efahl has joined #openwrt-devel
<owrt-images-builds> Build [#23](https://buildbot.openwrt.org/images/#/builders/109/builds/23) of `main_rockchip/armv8` failed.
<schmars[m]> yooooo you have to be fucking kidding me
<schmars[m]> that failed build has the same issue ^
<schmars[m]> this one yesterday too: Build [#19](https://buildbot.openwrt.org/images/#/builders/154/builds/19) of `openwrt-24.10_sunxi/cortexa53` failed.
rua is now known as Guest1630
<schmars[m]> glad i'm not seeing ghosts
rua has joined #openwrt-devel
<schmars[m]> ynezz: lower MTU fixed this worker issue ^ on my own buildbot
<schmars[m]> fixed / silenced / worked around, i dont know what the underlying issue is
Guest1630 has quit [Quit: Leaving.]
Guest1629 has quit [Ping timeout: 480 seconds]
<schmars[m]> my wildest guess is some detail in git server-side might have changed, as the issue occurs both with git.openwrt.org and github.com
skynet2 has joined #openwrt-devel
<schmars[m]> *saw
<efahl> hmm, just speculating about this... maybe github is rate- or bandwidth limiting your downloads and setting mtu smaller slows things down just enough???
<ynezz> schmars[m]: fatal: unable to access 'https://git.openwrt.org/feed/routing.git/': The requested URL returned error: 504
<ynezz> schmars[m]: 504 is unlikely to MTU or is it?
<schmars[m]> sorry i linked the wrong one
<schmars[m]> but if you look at that main_rockchip/armv8 failure 15 minutes ago, i've been having that same issue for the last few days, where the clone in scripts/feeds aborts because the connection is closed prematurely
<efahl> yeah, gateway timeout seems very unlikely as response to rate limiter
<schmars[m]> Cloning into './feeds/luci'... \n error: RPC failed; curl 18 transfer closed with outstanding read data remaining \n fetch-pack: unexpected disconnect while reading sideband packet
<schmars[m]> this is what i mean, nevermind the 504
skynet2_ has joined #openwrt-devel
<schmars[m]> happens with github.com too
<schmars[m]> and same with git.openwrt.org
<schmars[m]> i tested MTU=1404 as a wild guess and it disappeared. haven't tried other values, no deep debugging time today
<ynezz> its random, so you would need to run this for quite some time
<ynezz> usually happens when the server is overloaded
skynet2 has quit [Ping timeout: 480 seconds]
<schmars[m]> so you've seen this in the past?
<efahl> but if it happens on both github.com and git.owrt.org, sounds like network rather than server?
<schmars[m]> i had never seen it before
<schmars[m]> yeah network, or git itself on the server side
<schmars[m]> don't know if git on git.openwrt.org has been updated, but git client on my workers definitely hasn't
<schmars[m]> oh well it might actually, given they're building in a fresh container every time
<schmars[m]> anyway i can help debugging and have reliable reproductions, but not today :-)
decke has quit [Quit: The Lounge - https://thelounge.chat]
decke has joined #openwrt-devel
decke has quit [Remote host closed the connection]
decke has joined #openwrt-devel
ScrewDriver1337 has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
totkeks has joined #openwrt-devel
Slimey has joined #openwrt-devel
minimal has joined #openwrt-devel
donoban-woops is now known as donoban
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
rsalvaterra_ has joined #openwrt-devel
rsalvaterra_ is now known as rsalvaterra
onre has quit [Quit: Changing server]
onre has joined #openwrt-devel
totkeks has quit [Remote host closed the connection]
minimal has quit [Quit: Leaving]
PaulFertser has quit [Ping timeout: 480 seconds]
PaulFertser has joined #openwrt-devel
Obi-Wan- has joined #openwrt-devel
Obi-Wan has quit [Ping timeout: 480 seconds]
ScrewDriver1337 has quit [Quit: ZNC 1.9.1 - https://znc.in]
ScrewDriver1337 has joined #openwrt-devel
skynet2_ has quit []
skynet2 has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
skynet2_ has joined #openwrt-devel
skynet2 has quit [Ping timeout: 480 seconds]