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
columbarius has joined #freedesktop
co1umbarius has quit [Ping timeout: 480 seconds]
<DavidHeidelberg[m]>
haha, I thought so! Thanks daniels (btw. do we have some graphana view which can be used to deduct this?)
<daniels>
not right now, no
<DavidHeidelberg[m]>
last thing on my mind (for today), when I looking at GitLab runners connected to FDO, I see: mesa-ci-aarch64-lava-baylibre, 2 or 3 years stalled runners as mesa-db410c-4, google-intel-kbl-gt2-nami-7 etc., maybe they could be wiped?
<robclark>
we probably should spend some time figuring out what the deal is with some of the fd-farm runners.. I think there are some we've taken offline over the years without actually going back and looking at what the issue is.. but maybe just file issues and assign to respective farm owners and let them deal with it when they have bandwidth
ximion has quit [Quit: Detached from the Matrix]
AbleBacon has quit [Read error: Connection reset by peer]
atticf_ has quit [Quit: leaving]
atticf has joined #freedesktop
dcunit3d has quit [Ping timeout: 480 seconds]
bmodem has joined #freedesktop
bmodem has quit [Ping timeout: 480 seconds]
bmodem has joined #freedesktop
bmodem has quit [Excess Flood]
bmodem has joined #freedesktop
bmodem has quit [Excess Flood]
bmodem has joined #freedesktop
sima has joined #freedesktop
Haaninjo has joined #freedesktop
alanc has quit [Remote host closed the connection]
alanc has joined #freedesktop
Leopold_ has joined #freedesktop
Leopold__ has quit [Ping timeout: 480 seconds]
Leopold_ has quit [Remote host closed the connection]
Leopold_ has joined #freedesktop
jani has quit []
jani has joined #freedesktop
jani has quit []
jani has joined #freedesktop
<DavidHeidelberg[m]>
for my 50 cents, I tried to ping people from Baylibre, but no response at all (with some enablement we dropped their very long time disabled job).
<eric_engestrom>
daniels: re- "nothing ever changes on the runners" -> nothing changed in the repo either, so I'm not sure what that leaves as possible change?
<mupuf>
bugs can take time to appear: caches rotting, ...
<eric_engestrom>
could we pause 24 until we figure this out? it has prevented almost every MR from landing over the last day or two, unless babysitted to manually retry every job until they run on another runner (I've done that for a bunch of MRs but I can't keep doing that)
ishitatsuyuki has quit [Ping timeout: 480 seconds]
Haaninjo has quit [Quit: Ex-Chat]
karolherbst has quit [Remote host closed the connection]
wb9688_ has joined #freedesktop
karolherbst has joined #freedesktop
wb9688 has quit [Ping timeout: 480 seconds]
pulsar12 has joined #freedesktop
wb9688_ has quit []
wb9688 has joined #freedesktop
Zeroine has joined #freedesktop
random_james is now known as random_james_awy
pulsar12 has quit [Read error: Connection reset by peer]
Kayden has quit [Quit: -> home]
<Zeroine>
Hi, I hope I can ask this here. I'm using libdbus but when I call dbus_pending_call_steal_reply with my pending call it fails. Here's the source and the error https://bpa.st/FNRQ the error says the argument is incorrect but that function has a "DBusPendingCall *" parameter and I'm passing an argument "pending" which is defined as "DBusPendingCall *pending" so I don't get what the