-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nightly Dotty workflow of 2024-02-24 failed #19772
Comments
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)
|
@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) |
Should this ticket remain open? |
Yes, I'm currently doing some refactoring on the CB and I'll close it once done. |
See https://github.com/lampepfl/dotty/actions/runs/8027770056
The text was updated successfully, but these errors were encountered: