07:42 sergi: Hi mesa developers! I try to write a reminder in advance, but I forgot to do it last week. The disable MR was already posted https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34149, but it is nice to have a message here. Today, we have the scheduled maintenance of the Collabora's farm. It is already in progress, sorry for the late notice here.
10:17 __tim: seeing some new failures with ci-templates uploading/copying blobs into the registry fwiw
10:18 __tim: 1) Error: writing blob: checking whether a blob sha256:... exists in registry.freedesktop.org/slomo/gstreamer-rs/debian/bookworm-slim: StatusCode: 403, ""
10:18 __tim: time="2025-04-07T09:49:26Z" level=error msg="Unable to write image event: \"write unixgram @98781->/run/systemd/journal/socket: sendmsg: no such file or directory\"" (https://gitlab.freedesktop.org/slomo/gstreamer-rs/-/jobs/74116149)
10:19 __tim: 2) Error: writing blob: Patch "https://registry.freedesktop.org/v2/...": write tcp 10.88.43.109:46618->138.199.132.39:443: use of closed network connection (https://gitlab.freedesktop.org/dabrain34/gstreamer/-/jobs/74110629)
10:43 bentiss: __tim: probably related to the fact that I'm playing with nginx trying to set up range requests, so we can have fastly talk to us with files bigger than 20 MB :/
10:43 bentiss: in theory the config reload is transparent, but maybe not entirely
10:47 eric_engestrom: I was about to report the same thing ^^
10:47 eric_engestrom: (the registry giving 500s)
10:47 eric_engestrom: mupuf: ^
10:47 mupuf: yeah, I saw :)
13:34 sergi: Hi Mesa developers! Collabora's farm is re-enabled
15:56 Venemo: good afternoon guys, can someone help me figure out what is wrong with this MR? https://gitlab.freedesktop.org/mesa/mesa/-/pipelines/1399128 why does a bunch of RADV jobs cause issues for Intel, ARM etc. CI jobs?
15:56 Venemo: sorry that's a typo
15:56 Venemo: my question is, why does a bunch of RADV commits break Intel, ARM etc. CI?
15:57 Venemo: I don't even understand why those jobs are even started for this MR
16:36 daniels: the fd.o registry is having some issues, so those jobs can't pull the container
16:36 daniels: they're started because you modified src/.clang-format and the glob isn't quite exotic enough to detect that that is a harmless change in src/
16:37 daniels: it would be possible to change .gitlab-ci/test-source-dep.yml to do that, but that means breaking out the src/* glob to list everything individually which is tbh probably not worth it for this corner case
19:21 zmike: am I missing something here or is this pipeline broken? https://gitlab.freedesktop.org/mesa/mesa/-/pipelines/1399301
19:21 zmike: all the build jobs passed but no tests are being run
19:23 jenatali: zmike: I started https://gitlab.freedesktop.org/mesa/mesa/-/jobs/74159414 - I know the other jobs in this stage are required before tests start to run but I haven't seen this particular job ever show up before
19:23 zmike: 🤔
19:45 zmike: I guess that was it
19:45 zmike: annoying that there continue to be more and more buttons to press to use the webui