On 20.07.22 13:41, Neil C Smith wrote:
On Wed, 20 Jul 2022 at 11:01, Michael Bien<[email protected]> wrote:
is it this job we are talking about?
https://ci-builds.apache.org/job/Netbeans/job/netbeans-matrix/
No, this
onehttps://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