I am trying to fix our plugin build (sonargraph-integration-plugin) on 
jenkins-ci. It always fails during a tool installation - we install 
Sonargraph-Build as a tool for our tests. This is done by downloading a zip 
file from a URL and then unpacking it. This all runs without issues on 
Github, our own Jenkins and on a local machine. Now I am wondering if there 
are size restrictions for tool downloads on your server. Sonargraph-Build 
needs about 280 MB. Here is the stack trace, if fails when trying to chmod 
a file, that should have been in the zipfile it unpacked, but cannot find:

15:35:49  java.nio.file.NoSuchFileException: 
/home/jenkins/agent/workspace/graph-integration-plugin_develop/target/Tools/SonargraphBuild/newest/SonargraphBuild-15.4.3.155_2025-10-02/plugins/org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar
15:35:49   at 
java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
15:35:49   at 
java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
15:35:49   at 
java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
15:35:49   at 
java.base/sun.nio.fs.UnixFileAttributeViews$Posix.setMode(UnixFileAttributeViews.java:277)
15:35:49   at 
java.base/sun.nio.fs.UnixFileAttributeViews$Posix.setPermissions(UnixFileAttributeViews.java:299)
15:35:49   at 
java.base/java.nio.file.Files.setPosixFilePermissions(Files.java:2170)
15:35:49   at hudson.FilePath._chmod(FilePath.java:2009)

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/jenkinsci-dev/2b7e26ba-b62d-47a9-95ec-35d5ebbb1933n%40googlegroups.com.

Reply via email to