adoptium / temurin-build

Eclipse Temurin™ build scripts - common across all releases/versions
Apache License 2.0
1k stars 244 forks source link

OpenJ9/JDK17 failure to download boot JDK via api.adoptopenjdk.net #2756

Open sxa opened 2 years ago

sxa commented 2 years ago

Thank you for reporting a broken build! Please fill in the following details:

Appears to have failed to download from the API:

[sxa@sainz adoptium.net]$ wget --no-check-certificate https://api.adoptium.net/v3/binary/latest/17/ea/linux/x64/jdk/openj9/normal/adoptium
--2021-10-13 11:05:36--  https://api.adoptium.net/v3/binary/latest/17/ea/linux/x64/jdk/openj9/normal/adoptium
Resolving api.adoptium.net (api.adoptium.net)... 20.62.244.126
Connecting to api.adoptium.net (api.adoptium.net)|20.62.244.126|:443... connected.
WARNING: cannot verify api.adoptium.net's certificate, issued by ‘/C=US/O=Let's Encrypt/CN=R3’:
  Issued certificate has expired.
HTTP request sent, awaiting response... 404 Not Found
2021-10-13 11:05:37 ERROR 404: Not Found.
AdamBrousseau commented 2 years ago

I assume this is expected since Adoptium or AdoptOpenJDK hasn't and won't produce jdk17 OpenJ9 releases. For OpenJ9 farm and Semeru farm, we've hacked in the GitHub milestone 2 pre-release for 17 for now.

sophia-guo commented 2 years ago

Yes, actually adoptium doesn't have any openj9 jdks. For tests, we will change back to adoptopenjdk for openj9 jdk query. before Semeru API is up and running. https://github.com/adoptium/aqa-tests/issues/2950

AdamBrousseau commented 3 months ago

Guessing this can be closed now?

karianna commented 3 months ago

@sxa to confirm

sxa commented 3 months ago

That's a good question ... I guess it's down to whether we expect it to be auto downloaded as it is for Adoptium. There is a PR floating around at the moment to enhance the ability to download not JDKs so I'll look at that one first to see if it is of help here before choosing this out.