Started by user Philipp Haussleiter
Running as SYSTEM
Building in workspace /home/javastream.de/jenkins/jobs/org.mustangproject/workspace
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir /home/javastream.de/jenkins/jobs/org.mustangproject/workspace/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/HardyLoppmann/mustangproject.git # timeout=10
Fetching upstream changes from https://github.com/HardyLoppmann/mustangproject.git
> git --version # timeout=10
> git --version # 'git version 2.39.5'
> git fetch --tags --force --progress -- https://github.com/HardyLoppmann/mustangproject.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 9b5c106f1c6b1038392822cf47304e0cdb6abeed (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 9b5c106f1c6b1038392822cf47304e0cdb6abeed # timeout=10
Commit message: "new command line option / prompt for format (fx or zf)"
> git rev-list --no-walk 9b5c106f1c6b1038392822cf47304e0cdb6abeed # timeout=10
[workspace] $ Xvnc -help
Starting xvnc
[workspace] $ Xvnc :15 -localhost -nolisten tcp
02/05/25 13:26:04 Xvnc version TightVNC-1.3.10
02/05/25 13:26:04 Copyright (C) 2000-2009 TightVNC Group
02/05/25 13:26:04 Copyright (C) 1999 AT&T Laboratories Cambridge
02/05/25 13:26:04 All Rights Reserved.
02/05/25 13:26:04 See http://www.tightvnc.com/ for information on TightVNC
02/05/25 13:26:04 Desktop name 'x11' (maven:15)
02/05/25 13:26:04 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
02/05/25 13:26:04 Listening for VNC connections on TCP port 5915
[workspace] $ mvn clean install -DskipTests
FATAL: command execution failed
java.io.IOException: error=2, No such file or directory
at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:295)
at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:225)
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1126)
Caused: java.io.IOException: Cannot run program "mvn" (in directory "/home/javastream.de/jenkins/jobs/org.mustangproject/workspace"): error=2, No such file or directory
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1170)
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1089)
at hudson.Proc$LocalProc.<init>(Proc.java:252)
at hudson.Proc$LocalProc.<init>(Proc.java:221)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:995)
at hudson.Launcher$ProcStarter.start(Launcher.java:507)
at hudson.Launcher$ProcStarter.join(Launcher.java:518)
at hudson.tasks.Maven.perform(Maven.java:369)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
at hudson.model.Build$BuildExecution.build(Build.java:199)
at hudson.model.Build$BuildExecution.doRun(Build.java:164)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:527)
at hudson.model.Run.execute(Run.java:1840)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:446)
Font directory '/usr/share/fonts/X11/Speedo/' not found - ignoring
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
Font directory '/usr/share/fonts/X11/75dpi/' not found - ignoring
Font directory '/usr/share/fonts/X11/100dpi/' not found - ignoring
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE