Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] Build failed in Jenkins: rdf4j-storage-develop-verify #141

See <https://ci.eclipse.org/rdf4j/job/rdf4j-storage-develop-verify/141/display/redirect>

------------------------------------------
Started by user hmottestad@xxxxxxxxx
Building in workspace <https://ci.eclipse.org/rdf4j/job/rdf4j-storage-develop-verify/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/rdf4j-storage.git
 > /usr/local/bin/git init <https://ci.eclipse.org/rdf4j/job/rdf4j-storage-develop-verify/ws/> # timeout=10
Fetching upstream changes from https://github.com/eclipse/rdf4j-storage.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/rdf4j-storage.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/rdf4j-storage.git # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/rdf4j-storage.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/rdf4j-storage.git
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/rdf4j-storage.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision e408b68e4105f9b78002b7a99f00be626df21622 (origin/develop)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f e408b68e4105f9b78002b7a99f00be626df21622
Commit message: "Merge pull request #131 from eclipse/feature/1118_more_sh_or_support"
 > /usr/local/bin/git rev-list --no-walk e408b68e4105f9b78002b7a99f00be626df21622 # timeout=10
FATAL: Unable to produce a script file
java.io.IOException: No such file or directory
	at java.io.UnixFileSystem.createFileExclusively(Native Method)
	at java.io.File.createTempFile(File.java:2024)
	at hudson.FilePath$CreateTextTempFile.invoke(FilePath.java:1444)
Caused: java.io.IOException: Failed to create a temporary directory in /tmp/genie.rdf4j
	at hudson.FilePath$CreateTextTempFile.invoke(FilePath.java:1446)
	at hudson.FilePath$CreateTextTempFile.invoke(FilePath.java:1423)
	at hudson.FilePath.act(FilePath.java:1042)
	at hudson.FilePath.act(FilePath.java:1025)
	at hudson.FilePath.createTextTempFile(FilePath.java:1418)
Caused: java.io.IOException: Failed to create a temp file on <https://ci.eclipse.org/rdf4j/job/rdf4j-storage-develop-verify/ws/>
	at hudson.FilePath.createTextTempFile(FilePath.java:1420)
	at hudson.tasks.CommandInterpreter.createScriptFile(CommandInterpreter.java:162)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:94)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.Build$BuildExecution.build(Build.java:206)
	at hudson.model.Build$BuildExecution.doRun(Build.java:163)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
	at hudson.model.Run.execute(Run.java:1798)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user hmottestad@xxxxxxxxx


Back to the top