Tuesday, 2024-10-29

*** ykarel_ is now known as ykarel09:49
*** ykarel_ is now known as ykarel13:59
*** elvira1 is now known as elvira14:27
fricklertimburke: not sure if gmann already pinged you, did you see the failure trying to run swift func tests on Ubuntu 24.04? https://zuul.opendev.org/t/openstack/build/9a49e3916e3e4f8e89997f33e93870af15:43
caioauHey! I'm having some issues with opendev code hosting (gitea), I'm getting 500 error from one of the instances (gitea09.opendev.org is not well)20:59
fungicaioau: https://gitea09.opendev.org:3000/ loads for me. what's the url you were testing?21:36
fungialso the apache proxy on https://gitea09.opendev.org:3081/ which is what haproxy is balancing connections to21:38
caioaufungi: https://gitea09.opendev.org:3000/starlingx/apt-ostree/archive/6ce41230c5dcd2240b5f358497d2c8bb5979e166.tar.gz22:31
clarkbcaioau: I'm not sure that those tarballs have worked for some time (I think they did work at one point then there was some issue)22:52
clarkbit hasn't been a huge priority to try and debug because git should continue to work and you can always produce a tarball with git post clone22:53
clarkbbut if people want to debug it help is welcome. We could probably start by holding a test node and trying to reproduce there22:53
clarkb`...ers/web/repo/repo.go:478:Download() [E] archiver.Await: archiver.StartArchive: context deadline exceeded` this is the error fwiw23:04
clarkbbasicaly I think creating the archive is taking longer than gitea's request timeout allows for. I suspect that this worked at one time because there was no global timeout but there is now?23:04
clarkband that is at odds with these requests. Not sure if we can set a different timeout for archive generation23:04
clarkbhttps://github.com/go-gitea/gitea/blob/v1.22.3/services/repository/archiver/archiver.go#L129 this is where that message originates. WIth the error itself coming from the queue implementation's Has method23:22
clarkbhttps://github.com/go-gitea/gitea/commit/6f9c278559789066aa831c1df25b0d866103d02d seems suspicious given its a big rewrite of queuing but I dnio't know if the timing is right for when we first started seeing the issue23:22

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!