2024-10-19T09:08:11 *** teepee_ is now known as teepee 2024-10-19T13:12:01 *** teepee_ is now known as teepee 2024-10-19T13:59:22 *** teepee_ is now known as teepee 2024-10-19T17:34:31 *** teepee_ is now known as teepee 2024-10-19T17:48:36 bmwiedemann: could you check https://progress.opensuse.org/issues/168499 please 2024-10-19T19:14:03 LCP: is there anything I can do, to help clean out the recents on paste.o.o? 2024-10-19T19:15:10 I didn't have the time to give you perms to do it, sorry 2024-10-19T19:15:22 no worries. 2024-10-19T20:18:02 any ideas https://github.com/openSUSE/get-o-o/actions/runs/11420435256/job/31776187919?pr=226 => "SocketError: Failed to open TCP connection to mirror.rackspace.com:443", is that thing supposed to have access to that mirror 2024-10-19T20:21:42 I'd guess it checks download.o.o for the image sizes, and gets redirected to random mirrors 2024-10-19T20:22:02 in that case, it is supposed to have access to arbitrary mirrors download.o.o redirects to 2024-10-19T20:22:07 s/it is/is it/ 2024-10-19T20:24:44 depends on the redirect target it gets from download.o.o, so yes, it might need access to random mirrors 2024-10-19T20:26:42 so who does that? it's some github managed server if I understand correctly 2024-10-19T20:27:15 have a look at the get-o-o Rakefile: 2024-10-19T20:27:27 conn = ::Faraday.new(url: URI("https://download.opensuse.org#{k['primary_link']}")) do |r| 2024-10-19T20:27:32 r.use ::FaradayMiddleware::FollowRedirects, limit: 5 2024-10-19T20:28:43 also note that download.o.o might not do redirects when we build get.o.o in our infrastructure because it recognizes our source IP as internal 2024-10-19T20:28:58 while github servers obviously are not internal 2024-10-19T20:37:55 sorry, but I don't understand how that helps me make the PR pipeline green ;-) 2024-10-19T20:38:08 in previous PRs it seems to have worked 2024-10-19T20:39:19 restarting the pipeline might help - either the mirror recovered, or you get redirected to another mirror 2024-10-19T20:40:40 happens again https://github.com/openSUSE/get-o-o/actions/runs/11420435367/job/31776483273 2024-10-19T20:40:59 the mirror seems rather fine to me 2024-10-19T20:42:16 according to https://docs.github.com/en/actions/using-github-hosted-runners/connecting-to-a-private-network/about-private-networking-with-github-hosted-runners#about-github-hosted-runners-networking it should have internet access 2024-10-19T20:42:55 right 2024-10-19T20:48:29 after searching for the error message " SocketError: getaddrinfo: Try again", we are at an old saying: it's always DNS ;-) 2024-10-19T20:49:36 the DNS server used by github might be overloaded etc. - but not completely broken because the lookup done for download.o.o seems to have worked 2024-10-19T20:52:32 fun 2024-10-19T20:52:59 ok to merge regardless? is just one word in the body.. 2024-10-19T20:54:28 yes, I'll take the risk ;-) 2024-10-19T20:54:51 even better, not in my name then ;) 2024-10-19T21:03:18 bmwiedemann: fyi I also asked darix regarding stage