I'm getting this from the current EAP of Intellij ...
# kotest
d
I'm getting this from the current EAP of Intellij Ultimate
s
What's the year version string ?
d
IntelliJ IDEA 2023.1 EAP (Ultimate Edition) Build #IU-231.4840.387, built on January 19, 2023 Expiration date: February 18, 2023 Runtime version: 17.0.5+8-b759.1 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Linux 5.15.0-58-generic GC: G1 Young Generation, G1 Old Generation Memory: 1966M Cores: 16 Registry: debugger.new.tool.window.layout=true ide.experimental.ui=true editor.minimap.enabled=true Non-Bundled Plugins: com.databricks (1.1) com.intellij.plugins.expui (0.4) org.jetbrains.plugins.go-template (231.4840.362) com.intellij.kubernetes (231.4840.362) Pythonid (231.4840.387) com.jetbrains.php (231.4840.387) Kotlin: 231-1.7.21-release-272-IJ4840.387 Current Desktop: Budgie:GNOME
s
ok let me do a release for that
d
Thanks!
d
That was quick!
s
if I goes green 🙂
ugh they bumped to jdk17 so now I need to handle multiple jdk's in the github actions
Ok merged and release is in progress - it usually takes them 24 hours to approve.
There's something wrong with the 231 builds. It won't complete on github actions. No idea what's going on but it's just timing out downloading from jetbrains it seems.
All the others work fine.
Same thing for me locally too. CompileCommand: exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend
d
Thanks for tackling all this so fast!
I could always not be using EAP, but I guess if no one does, then there's no EAP... and testing is just one thing I can't pass up on!
s
Copy code
Could not HEAD '<https://objects.githubusercontent.com/github-production-release-asset-2e65be/239530533/2f78c43c-861b-4a2b-8fdd-fa432490caa7?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230123T124944Z&X-Amz-Expires=300&X-Amz-Signature=19abf3536bb3403ffba15ad24ddba8cda91e7b993faedf4da8467c6db0a28d4d&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=239530533&response-content-disposition=attachment%3B%20filename%3Dmarketplace-zip-signer-cli.jar&response-content-type=application%2Foctet-stream>'. Received status code 503 from server: Egress is over the account limit.
d
Copy code
Egress is over the account limit.
Is what you're sending out from Github (not just on this project, but in all the repos in your account) very big content? It seems like they're rate limiting the outgoing traffic per account...!
Funny, because HEAD returns very little, just the headers, not the body (content),..
Maybe there's too many accesses to your releases... (if so that's a good sign 😃 , you're work is very popular!)
s
It's only this IC-231 version
Everything else is releasing fine. Maybe it's just not quite ready on their side. It looks like 231 is brand new.
d
It is, Jetbrains Toolbox just discovered/installed it for me a day ago... I wonder if there are other plugins that have succeeded in updating...