Well I guess I did a mistake removing getallmavencoordinates target in the build.xml
It generate external that are copy of existing artefacts (batik for example) https://github.com/apache/netbeans/pull/4410 https://github.com/apache/netbeans-jenkins-lib/pull/64 So I will not generate maven artefacts for RC1. Eric De : Michael Bien <> Envoyé : mercredi 20 juillet 2022 15:23 À : Neil C Smith <[email protected]> Cc : [email protected]; Eric Barboni <[email protected]> Objet : Re: [RELEASES] Building 15-rc1 On 20.07.22 13:41, Neil C Smith wrote: On Wed, 20 Jul 2022 at 11:01, Michael Bien <mailto:[email protected]> <[email protected]> wrote: is it this job we are talking about? https://ci-builds.apache.org/job/Netbeans/job/netbeans-matrix/ No, this one https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/ thanks. looking at the log, i can see several exceptions such as: [ERROR] java.nio.file.NoSuchFileException: /home/jenkins/jenkins-agent/workspace/netbeans-TLP_netbeans_release150/build-release-temp/nbbuild/build/external.info at sun.nio.fs.UnixException.translateToIOException (UnixException.java:92) at sun.nio.fs.UnixException.rethrowAsIOException (UnixException.java:111) at sun.nio.fs.UnixException.rethrowAsIOException (UnixException.java:116) at sun.nio.fs.UnixFileSystemProvider.newByteChannel (UnixFileSystemProvider.java:219) at java.nio.file.Files.newByteChannel (Files.java:371) at java.nio.file.Files.newByteChannel (Files.java:422) at java.nio.file.spi.FileSystemProvider.newInputStream (FileSystemProvider.java:420) at java.nio.file.Files.newInputStream (Files.java:156) at java.nio.file.Files.newBufferedReader (Files.java:2839) at java.nio.file.Files.readAllLines (Files.java:3330) at java.nio.file.Files.readAllLines (Files.java:3370) at org.apache.netbeans.nbm.repository.PopulateRepositoryMojo.findExternal (PopulateRepositoryMojo.java:974) (...) they do not appear in the 140 build, the log is also 3x larger. We should run those unzip and zip steps quiet since a large part of the log are just inflate/deflate lines which makes it difficult to manage. -mbien Neil
