scala3 icon indicating copy to clipboard operation
scala3 copied to clipboard

Nightly Dotty workflow of 2024-02-24 failed

Open github-actions[bot] opened this issue 1 year ago • 7 comments

See https://github.com/lampepfl/dotty/actions/runs/8027770056

github-actions[bot] avatar Feb 24 '24 04:02 github-actions[bot]

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 :-)

hamzaremmal avatar Feb 24 '24 23:02 hamzaremmal

@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.

odersky avatar Feb 26 '24 10:02 odersky

I discussed it with @hamzaremmal, and he's happy to overtake CB from me. Thank you @hamzaremmal!

anatoliykmetyuk avatar Feb 26 '24 10:02 anatoliykmetyuk

@anatoliykmetyuk and I will meet tomorrow so he can explain the procedure to me. Expect this to be fixed by then.

hamzaremmal avatar Feb 26 '24 10:02 hamzaremmal

Since this is a blocker, I've disabled the test for now (See #19783)

hamzaremmal avatar Feb 26 '24 12:02 hamzaremmal