[ImageJ-builds] Build failed in Jenkins: scripting-R #5
jenkins at imagej.net
jenkins at imagej.net
Mon Sep 28 15:16:30 CDT 2015
See <http://jenkins.imagej.net/job/scripting-R/5/changes>
Changes:
[Curtis Rueden] README.md: add Jenkins build status badge
[Curtis Rueden] POM: fix Jenkins URL (http, not https)
[Curtis Rueden] README.md: link Jenkins badge to the job
[Mark Hiner] Update RServe and REngine to org.rosuda groupId
[Mark Hiner] RUtils: short-circuit type matching
[Mark Hiner] RUtils: don't throw IllegalArgumentException
[Mark Hiner] RUtils: unwrap single-element arrays
[Mark Hiner] Implement R scripting
[Mark Hiner] RTest: use ints
[Mark Hiner] RTest: don't look for python language
[Mark Hiner] RTest: remove Parameter test
[Mark Hiner] RTest: convert engine.get requests
------------------------------------------
Started by user Mark Hiner
Building on master in workspace <http://jenkins.imagej.net/job/scripting-R/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/scijava/scripting-r # timeout=10
Fetching upstream changes from git://github.com/scijava/scripting-r
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/scijava/scripting-r +refs/heads/master:refs/remotes/origin/master
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 495f25d52b7c32cb408770e38df5fa3b2c4f5e94 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 495f25d52b7c32cb408770e38df5fa3b2c4f5e94
> git rev-list 9f871d881fc4f4db64846d29647ab6a5054d601f # timeout=10
FATAL: Unable to produce a script file
java.io.IOException: Failed to create a temp file on <http://jenkins.imagej.net/job/scripting-R/ws/>
at hudson.FilePath.createTextTempFile(FilePath.java:1383)
at hudson.tasks.CommandInterpreter.createScriptFile(CommandInterpreter.java:144)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:82)
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: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:537)
at hudson.model.Run.execute(Run.java:1741)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:381)
Caused by: java.io.IOException: No space left on device
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:345)
at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
at sun.nio.cs.StreamEncoder.implClose(StreamEncoder.java:316)
at sun.nio.cs.StreamEncoder.close(StreamEncoder.java:149)
at java.io.OutputStreamWriter.close(OutputStreamWriter.java:233)
at hudson.FilePath$17.invoke(FilePath.java:1376)
at hudson.FilePath$17.invoke(FilePath.java:1357)
at hudson.FilePath.act(FilePath.java:991)
at hudson.FilePath.act(FilePath.java:969)
at hudson.FilePath.createTextTempFile(FilePath.java:1357)
... 12 more
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
ERROR: Publisher 'Publish JUnit test result report' failed: Test reports were found but none of them are new. Did tests run?
For example, <http://jenkins.imagej.net/job/scripting-R/ws/target/surefire-reports/TEST-org.scijava.plugins.scripting.r.RTest.xml> is 7 mo 19 days old
More information about the ImageJ-builds
mailing list