Skip to content
Failed

Console Output

Started by an SCM change
Building in workspace /jenkins/jobs/oi-userland/workspace
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/OpenIndiana/oi-userland.git # timeout=10
Fetching upstream changes from git://github.com/OpenIndiana/oi-userland.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://github.com/OpenIndiana/oi-userland.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/oi/hipster^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/oi/hipster^{commit} # timeout=10
Checking out Revision 69153b46c5f87f4c65b0565beeafd29dfc6ecf68 (refs/remotes/origin/oi/hipster)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 69153b46c5f87f4c65b0565beeafd29dfc6ecf68
 > git rev-list b05826b418b11dea48bfae6c56656275bf3eae24 # timeout=10
 > git tag -a -f -m Jenkins Build #3715 jenkins-oi-userland-3715 # timeout=10
FATAL: Unable to produce a script file
java.io.IOException: Failed to create a temp file on /jenkins/jobs/oi-userland/workspace
	at hudson.FilePath.createTextTempFile(FilePath.java:1410)
	at hudson.tasks.CommandInterpreter.createScriptFile(CommandInterpreter.java:142)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:80)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:64)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
	at hudson.model.Build$BuildExecution.build(Build.java:205)
	at hudson.model.Build$BuildExecution.doRun(Build.java:162)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1720)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: java.io.IOException: Failed to create a temporary directory in /var/tmp
	at hudson.FilePath$17.invoke(FilePath.java:1396)
	at hudson.FilePath$17.invoke(FilePath.java:1384)
	at hudson.FilePath.act(FilePath.java:1018)
	at hudson.FilePath.act(FilePath.java:996)
	at hudson.FilePath.createTextTempFile(FilePath.java:1384)
	... 12 more
Caused by: java.io.IOException: No space left on device
	at java.io.UnixFileSystem.createFileExclusively(Native Method)
	at java.io.File.createTempFile(File.java:2001)
	at hudson.FilePath$17.invoke(FilePath.java:1394)
	... 16 more
Build step 'Execute shell' marked build as failure
IRC notifier plugin: Sending notification to: #oi-dev
Finished: FAILURE