ChanServ changed the topic of #freedesktop to: https://www.freedesktop.org infrastructure and online services || for questions about freedesktop.org projects, please see each project's contact || for discussions about specifications, please use https://gitlab.freedesktop.org/xdg or xdg@lists.freedesktop.org
manuels has quit [Quit: Ping timeout (120 seconds)]
manuels has joined #freedesktop
ybogdano has quit [Ping timeout: 480 seconds]
Seirdy has quit []
Seirdy has joined #freedesktop
athLeeT has joined #freedesktop
jedizon has quit [Remote host closed the connection]
strugee has joined #freedesktop
strugee has quit [Quit: ZNC - http://znc.in]
strugee has joined #freedesktop
ximion1 has quit []
jarthur has quit [Quit: Textual IRC Client: www.textualapp.com]
jstein has quit []
scrumplex has quit [Quit: Quassel - Signing Off]
scrumplex has joined #freedesktop
MajorBiscuit has joined #freedesktop
elmarco[m] has left #freedesktop [#freedesktop]
___nick___ has joined #freedesktop
__nick__ has joined #freedesktop
___nick___ has quit [Ping timeout: 480 seconds]
<daniels> bentiss: happy new year & wb :)
<daniels> bentiss: I've generated a new Gitaly container image which has both gdb & delve enabled; my thinking is that we can attach to the gitaly-3 server process and see where it's getting stuck
<daniels> which would in turn hopefully let us pinpoint the broken repo?
__nick__ has quit []
___nick___ has joined #freedesktop
___nick___ has quit []
___nick___ has joined #freedesktop
kgrygo has joined #freedesktop
__nick__ has joined #freedesktop
___nick___ has quit [Ping timeout: 480 seconds]
ximion has joined #freedesktop
<bentiss> daniels: sounds good :)
<Venemo> hi guys
<Venemo> can someone please help? I'm trying to merge this: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14193
<Venemo> looks like the bot gave up on it completely
<MrCooper> it's waiting for the pipeline result, but the pipeline is waiting for manual action (not sure why though offhand)
<Venemo> I tried a manual pipeline as well, but got some timeouts
<MrCooper> ah, the problem is that the pipeline was triggered by you, not by Marge
<Venemo> I triggered it just now
<Venemo> I would have assumed marge would create a new pipeline for itself
<MrCooper> the problem is that you rebased yourself instead of letting Marge do it
<MrCooper> this created the pipeline for you instead of her
<MrCooper> which breaks the rules
<MrCooper> so manual jobs exist when they shouldn't
<Venemo> I didn't rebase actually
<MrCooper> hmm, https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14193/pipelines looks like this MR is in a broken state somehow
<Venemo> I did a force push earlier today to add the r-b tags to the commits
<MrCooper> there are multiple pipelines with "latest"+"detached" tags for the same commit
<MrCooper> did you click the "Run pipeline" button or something like that?
<Venemo> I force pushed, assigned to marge, got "I'm broken on the inside"
<Venemo> yes
<MrCooper> how?
<Venemo> clicked on the button
<MrCooper> don't click the button, that's the problem
<MrCooper> it can only work if the pipeline is created for Marge
<Venemo> I waited for some time, before triggering it
<Venemo> and it didn't trigger itself
<MrCooper> you must only retry jobs in Marge's pipeline, not create your own pipelines
<MrCooper> now you need to wait for another MR to get merged first
<Venemo> sigh
<Venemo> ok I unassigned and re-assigned marge bot
<Venemo> will it work now?
<MrCooper> no
<Venemo> why not? and what do I need to do to fix it?
<MrCooper> the only way to create a pipeline for Marge is for her to rebase
<Venemo> it can rebase all it wants
<jenatali> If you force push to remove the part-of tags and then reassign marge it should work, since that'll make it so she has to rebase
<MrCooper> true
<Venemo> ok, will do that
<Venemo> force pushed (again), and assigned to the bot again, is this good now?
<MrCooper> not sure she'll notice something changed
<Venemo> also unassigned and reassigned it
<MrCooper> don't think that directly triggers any action
<Venemo> okay, what do I need to do, then?
<MrCooper> I don't know enough about Marge internals to suggest something certain to work other than waiting for another MR to get merged first
<Venemo> ok I just unassigned the MR now
<Venemo> is there any way I can delete the old pipelines from the MR?
<Venemo> I don't know why there are so many
fahien3 is now known as fahien
<MrCooper> every push creates 2 pipelines, every click on the "Run pipeline" button one more
Seirdy has quit [Ping timeout: 480 seconds]
Major_Biscuit has joined #freedesktop
Seirdy has joined #freedesktop
MajorBiscuit has quit [Ping timeout: 480 seconds]
kgrygo_ has joined #freedesktop
kgrygo has quit [Ping timeout: 480 seconds]
Haaninjo has joined #freedesktop
<hakzsam> btw, gitlab emails seem off
<bentiss> daniels: ^^ OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate has expired)
alatiera has quit [Ping timeout: 480 seconds]
ngcortes has joined #freedesktop
alanc has quit [Remote host closed the connection]
alanc has joined #freedesktop
Major_Biscuit has quit [Ping timeout: 480 seconds]
jarthur has joined #freedesktop
ybogdano has joined #freedesktop
<demarchi> bentiss: missing update on ca-certificate?
<demarchi> another issue today in gitlab: fetch via https not working. Trying to fetch igt blocks indefinitely
<demarchi> $ GIT_CURL_VERBOSE=1 GIT_TRACE=1 git ls-remote https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
<demarchi> ...
<demarchi> 11:07:24.730939 http.c:664 == Info: TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
<demarchi> 11:07:24.731029 http.c:664 == Info: TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
<demarchi> 11:07:24.731053 http.c:664 == Info: old SSL session ID is stale, removing
<demarchi> 11:07:24.731085 http.c:664 == Info: Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
__nick__ has quit [Ping timeout: 480 seconds]
Haaninjo has quit [Quit: Ex-Chat]
<tchar> demarchi: I've seen the same issues too with https://gitlab.freedesktop.org/hakzsam/fossils-db.git -- I'd guess it's related to the certificate expiration
<daniels> thanks for the heads-up about the CA certs, I've fixed it
<daniels> no it's not related
<daniels> it's still the same ongoing git issues which have been plaguing us for a while
<daniels> but bentiss & I have both been away on holiday, so we've not been able to bottom them out and fix them yet
<tchar> right... a lovely new years gift :P
<daniels> bentiss: ^ on that note, the gitaly instances are now all running a version which has both gdb & delve installed, so when they freeze up again we can at least inspect the frozen goroutines, etc
<daniels> tchar: yeah, it's really great
jstein has joined #freedesktop
<demarchi> daniels: thanks
<daniels> git is working again, but only briefly
alanc has quit [Remote host closed the connection]
ybogdano has quit [Ping timeout: 480 seconds]
ajak has quit [Ping timeout: 480 seconds]
ajak has joined #freedesktop
immibis has quit [Ping timeout: 480 seconds]
immibis has joined #freedesktop
ybogdano has joined #freedesktop
ybogdano has quit [Ping timeout: 480 seconds]
ybogdano has joined #freedesktop
jstein has quit []
ybogdano has quit [Ping timeout: 480 seconds]