You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/09/13 20:49:43 UTC

Build failed in Jenkins: PDFBox-ant #1565

See <https://builds.apache.org/job/PDFBox-ant/1565/changes>

Changes:

[lehmi] PDFBOX-2301: added the optional usage of scratch files to the nonsequential parser

------------------------------------------
Started by an SCM change
Building remotely on H10 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/PDFBox-ant/ws/>
Updating http://svn.apache.org/repos/asf/pdfbox/trunk at revision '2014-09-13T18:49:39.276 +0000'
U         pdfbox/src/test/java/org/apache/pdfbox/pdfparser/TestNonSequentialPDFParser.java
U         pdfbox/src/main/java/org/apache/pdfbox/cos/COSStream.java
U         pdfbox/src/main/java/org/apache/pdfbox/cos/COSDocument.java
U         pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java
U         pdfbox/src/main/java/org/apache/pdfbox/pdfparser/BaseParser.java
U         pdfbox/src/main/java/org/apache/pdfbox/pdfparser/ConformingPDFParser.java
U         pdfbox/src/main/java/org/apache/pdfbox/pdfparser/NonSequentialPDFParser.java
At revision 1624773
[pdfbox] $ /home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.4/bin/ant -file build.xml dist
Error occurred during initialization of VM
Cannot create VM thread. Out of system resources.
Build step 'Invoke Ant' marked build as failure

Jenkins build is back to normal : PDFBox-ant #1572

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PDFBox-ant/1572/changes>


Build failed in Jenkins: PDFBox-ant #1571

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PDFBox-ant/1571/changes>

Changes:

[tilman] PDFBOX-2347: avoid COSNull object ("null" in PDF)

------------------------------------------
Started by an SCM change
Building remotely on H10 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/PDFBox-ant/ws/>
Updating http://svn.apache.org/repos/asf/pdfbox/trunk at revision '2014-09-14T22:49:42.192 +0000'
U         pdfbox/src/main/java/org/apache/pdfbox/pdfparser/NonSequentialPDFParser.java
At revision 1624920
[pdfbox] $ /home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.4/bin/ant -file build.xml dist
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Cannot create GC thread. Out of system resources.
# An error report file with more information is saved as:
# <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/hs_err_pid27185.log>
Build step 'Invoke Ant' marked build as failure

Build failed in Jenkins: PDFBox-ant #1570

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PDFBox-ant/1570/changes>

Changes:

[tilman] PDFBOX-2347: revert previous commit

------------------------------------------
Started by an SCM change
Building remotely on H10 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/PDFBox-ant/ws/>
Updating http://svn.apache.org/repos/asf/pdfbox/trunk at revision '2014-09-14T21:49:42.455 +0000'
U         pdfbox/src/main/java/org/apache/pdfbox/pdfparser/NonSequentialPDFParser.java
At revision 1624912
[pdfbox] $ /home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.4/bin/ant -file build.xml dist
Error occurred during initialization of VM
Cannot create VM thread. Out of system resources.
Build step 'Invoke Ant' marked build as failure

Build failed in Jenkins: PDFBox-ant #1569

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PDFBox-ant/1569/changes>

Changes:

[tilman] PDFBOX-2347: use the correct method to get null, not COSNull if "null" in PDF

------------------------------------------
Started by an SCM change
Building remotely on H10 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/PDFBox-ant/ws/>
Updating http://svn.apache.org/repos/asf/pdfbox/trunk at revision '2014-09-14T19:49:39.327 +0000'
U         pdfbox/src/main/java/org/apache/pdfbox/pdfparser/NonSequentialPDFParser.java
At revision 1624899
[pdfbox] $ /home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.4/bin/ant -file build.xml dist
Error occurred during initialization of VM
java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:640)
	at java.lang.ref.Reference.<clinit>(Reference.java:145)

Build step 'Invoke Ant' marked build as failure

Build failed in Jenkins: PDFBox-ant #1568

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PDFBox-ant/1568/changes>

Changes:

[lehmi] PDFBOX-2301: enable the usage of scratch files within the old parser

------------------------------------------
Started by an SCM change
Building remotely on H10 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/PDFBox-ant/ws/>
Updating http://svn.apache.org/repos/asf/pdfbox/trunk at revision '2014-09-14T11:49:39.294 +0000'
U         pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java
U         pdfbox/src/main/java/org/apache/pdfbox/pdfparser/PDFParser.java
U         pdfbox/src/main/java/org/apache/pdfbox/pdfparser/BaseParser.java
At revision 1624840
[pdfbox] $ /home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.4/bin/ant -file build.xml dist
Error occurred during initialization of VM
java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:640)
	at java.lang.ref.Finalizer.<clinit>(Finalizer.java:188)

Build step 'Invoke Ant' marked build as failure

Build failed in Jenkins: PDFBox-ant #1567

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PDFBox-ant/1567/changes>

Changes:

[lehmi] PDFBOX-2301: updated documentation

[lehmi] PDFBOX-2301: updated documentation, removed unused methods

------------------------------------------
Started by an SCM change
Building remotely on H10 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/PDFBox-ant/ws/>
Updating http://svn.apache.org/repos/asf/pdfbox/trunk at revision '2014-09-14T10:49:39.276 +0000'
U         pdfbox/src/main/java/org/apache/pdfbox/cos/COSDocument.java
U         pdfbox/src/main/java/org/apache/pdfbox/cos/COSStream.java
U         pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java
U         pdfbox/src/main/java/org/apache/pdfbox/pdfparser/PDFParser.java
U         preflight/src/test/java/org/apache/pdfbox/preflight/utils/TestCOSUtils.java
At revision 1624829
WARNING: clock of the subversion server appears to be out of sync. This can result in inconsistent check out behavior.
[pdfbox] $ /home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.4/bin/ant -file build.xml dist
Error occurred during initialization of VM
java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:640)
	at java.lang.ref.Reference.<clinit>(Reference.java:145)

Build step 'Invoke Ant' marked build as failure

Build failed in Jenkins: PDFBox-ant #1566

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PDFBox-ant/1566/changes>

Changes:

[lehmi] PDFBOX-2301: move the handling of scratch files to COSStream

------------------------------------------
Started by an SCM change
Building remotely on H10 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/PDFBox-ant/ws/>
Updating http://svn.apache.org/repos/asf/pdfbox/trunk at revision '2014-09-14T08:49:38.896 +0000'
U         pdfbox/src/main/java/org/apache/pdfbox/cos/COSStream.java
U         pdfbox/src/main/java/org/apache/pdfbox/cos/COSDocument.java
At revision 1624812
[pdfbox] $ /home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.4/bin/ant -file build.xml dist
Error occurred during initialization of VM
java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:640)
	at java.lang.ref.Finalizer.<clinit>(Finalizer.java:188)

Build step 'Invoke Ant' marked build as failure