scala3
scala3 copied to clipboard
Nightly Dotty workflow of 2024-02-24 failed
See https://github.com/lampepfl/dotty/actions/runs/8027770056
This is an issue with an SSL Certificate with one of the URLs used in the tests. You can reproduce it with the following :
import java.net.{URL, HttpURLConnection}
val url = new URL("https://s3.amazonaws.com/onnx-model-zoo/squeezenet/squeezenet1.1/squeezenet1.1.onnx")
val conn = url.openConnection()
conn.connect()
Also, this link is not used anymore in the original project. We should probably update dotty-staging/onnx-scala too. (I will not do it myself as I'm not a 100% familiar with the procedure)
PS: I would be very interested to learn more about the procedure, whoever picks this one up, I would be grateful if you contact me prior to fixing this :-)
@anatoliykmetyuk According to Maintenance.md you are still the maintainer of CB. Can you take a look and/or find a successor who can take this on from now?
Everyone: If there's a blocker like this, it needs to be assigned to someone. @hamzaremmal's analysis is really useful, but there needs to be a follow-up.
I discussed it with @hamzaremmal, and he's happy to overtake CB from me. Thank you @hamzaremmal!
@anatoliykmetyuk and I will meet tomorrow so he can explain the procedure to me. Expect this to be fixed by then.
Since this is a blocker, I've disabled the test for now (See #19783)