MartinBalin opened a new issue, #5196: URL: https://github.com/apache/netbeans/issues/5196
### Apache NetBeans version Apache NetBeans 16 ### What happened VSNetBeans builder failed at https://ci-builds.apache.org/job/Netbeans/job/netbeans-vscode/1389/consoleText at bottom there is following error: ``` -checkout-graalvm: [exec] Cloning into 'graal'... [exec] warning: Could not find remote branch vm-20.3.0 to clone. [exec] fatal: Remote branch vm-20.3.0 not found in upstream origin BUILD FAILED /home/jenkins/workspace/Netbeans/netbeans-vscode/java/java.mx.project/build.xml:30: exec returned: 128 ``` Checking https://github.com/oracle/graal git repo there is no [`vm-20.3.0`](https://github.com/apache/netbeans/blob/6e18d439dbcf608714abe1f5b855900db9fd6216/java/java.mx.project/build.xml#L34) tag nor branch. Similarly there is also a reference to mx branch [`5.279.0`](https://github.com/apache/netbeans/blob/6e18d439dbcf608714abe1f5b855900db9fd6216/java/java.mx.project/build.xml#L44) at the same build.xml. The failure happened with build #1389, VSIX itself is built. ### How to reproduce See the build on jenkins https://ci-builds.apache.org/job/Netbeans/job/netbeans-vscode/1389/ ### Did this work correctly in an earlier version? No / Don't know ### Operating System ubuntu jenkins builder ### JDK JDK11 ### Apache NetBeans packaging Apache VSNetBeans for VSCode ### Anything else _No response_ ### Are you willing to submit a pull request? Yes ### Code of Conduct Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
