*** ykarel_ is now known as ykarel | 09:49 | |
*** ykarel_ is now known as ykarel | 13:59 | |
*** elvira1 is now known as elvira | 14:27 | |
frickler | timburke: 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/9a49e3916e3e4f8e89997f33e93870af | 15:43 |
---|---|---|
caioau | Hey! 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 |
fungi | caioau: https://gitea09.opendev.org:3000/ loads for me. what's the url you were testing? | 21:36 |
fungi | also the apache proxy on https://gitea09.opendev.org:3081/ which is what haproxy is balancing connections to | 21:38 |
caioau | fungi: https://gitea09.opendev.org:3000/starlingx/apt-ostree/archive/6ce41230c5dcd2240b5f358497d2c8bb5979e166.tar.gz | 22:31 |
clarkb | caioau: 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 |
clarkb | it 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 clone | 22:53 |
clarkb | but if people want to debug it help is welcome. We could probably start by holding a test node and trying to reproduce there | 22:53 |
clarkb | `...ers/web/repo/repo.go:478:Download() [E] archiver.Await: archiver.StartArchive: context deadline exceeded` this is the error fwiw | 23:04 |
clarkb | basicaly 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 |
clarkb | and that is at odds with these requests. Not sure if we can set a different timeout for archive generation | 23:04 |
clarkb | https://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 method | 23:22 |
clarkb | https://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 issue | 23:22 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!