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 Hudson Server <hu...@hudson.apache.org> on 2010/09/03 12:05:39 UTC

Hudson build is still unstable: PDFBox-trunk #152

See <https://hudson.apache.org/hudson/job/PDFBox-trunk/changes>



Hudson build is back to normal : PDFBox-trunk #154

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/PDFBox-trunk/154/changes>



Re: Build failed in Hudson: PDFBox-trunk #153

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Fri, Sep 3, 2010 at 1:03 PM, Apache Hudson Server
<hu...@hudson.apache.org> wrote:
> [INFO] Too many unapproved licenses: 177

Fixed in revision 992267.

BR,

Jukka Zitting

Build failed in Hudson: PDFBox-trunk #153

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/PDFBox-trunk/153/changes>

Changes:

[jukka] PDFBOX-494: Addtional CMap files from adobe

Use the BSD-licensed cmap resources from http://opensource.adobe.com/wiki/display/cmap/Downloads

------------------------------------------
[...truncated 239 lines...]
[INFO] Compiling 62 source files to <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/fontbox/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 4 source files to <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/fontbox/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/fontbox/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.fontbox.cff.Type1CharStringTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.apache.fontbox.cmap.TestCMapParser
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.apache.fontbox.cmap.TestCMap
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.fontbox.cff.Type1FontUtilTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[INFO] [bundle:bundle {execution: default-bundle}]
[INFO] [apache-rat:check {execution: default}]
[INFO] Exclude: release.properties
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/fontbox/target/fontbox-1.3.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/pdfbox/fontbox/1.3.0-SNAPSHOT/fontbox-1.3.0-SNAPSHOT.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/hudson/.m2/repository/repository.xml
[Fatal Error] :-1:-1: Premature end of file.
org.xml.sax.SAXParseException: Premature end of file.
	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:264)
	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:292)
	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:172)
	at org.apache.felix.obrplugin.ObrUpdate.parseFile(ObrUpdate.java:347)
	at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:324)
	at org.apache.felix.obrplugin.ObrInstall.execute(ObrInstall.java:140)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:681)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:625)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
[INFO] Writing OBR metadata
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/fontbox/1.3.0-SNAPSHOT/fontbox-1.3.0-20100903.110255-26.jar
163K uploaded  (fontbox-1.3.0-20100903.110255-26.jar)
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'snapshot org.apache.pdfbox:fontbox:1.3.0-SNAPSHOT'
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.pdfbox:fontbox'
[INFO] Uploading project information for fontbox 1.3.0-20100903.110255-26
[INFO] [bundle:deploy {execution: default-deploy}]
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/fontbox/pom.xml> to /home/hudson/hudson/jobs/PDFBox-trunk/modules/org.apache.pdfbox$fontbox/builds/2010-09-03_11-02-39/archive/org.apache.pdfbox/fontbox/1.3.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/fontbox/target/fontbox-1.3.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/PDFBox-trunk/modules/org.apache.pdfbox$fontbox/builds/2010-09-03_11-02-39/archive/org.apache.pdfbox/fontbox/1.3.0-20100903.110255-26/fontbox-1.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache JempBox
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/jempbox/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/jempbox/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 24 source files to <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/jempbox/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/jempbox/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/jempbox/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/jempbox/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.jempbox.xmp.XMPSchemaTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec

Results :

Tests run: 8, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[INFO] [bundle:bundle {execution: default-bundle}]
[INFO] [apache-rat:check {execution: default}]
[INFO] Exclude: release.properties
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/jempbox/target/jempbox-1.3.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/pdfbox/jempbox/1.3.0-SNAPSHOT/jempbox-1.3.0-SNAPSHOT.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/hudson/.m2/repository/repository.xml
[Fatal Error] :-1:-1: Premature end of file.
org.xml.sax.SAXParseException: Premature end of file.
	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:264)
	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:292)
	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:172)
	at org.apache.felix.obrplugin.ObrUpdate.parseFile(ObrUpdate.java:347)
	at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:324)
	at org.apache.felix.obrplugin.ObrInstall.execute(ObrInstall.java:140)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:681)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:625)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
[INFO] Writing OBR metadata
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/jempbox/1.3.0-SNAPSHOT/jempbox-1.3.0-20100903.110255-26.jar
50K uploaded  (jempbox-1.3.0-20100903.110255-26.jar)
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.pdfbox:jempbox'
[INFO] Uploading project information for jempbox 1.3.0-20100903.110255-26
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'snapshot org.apache.pdfbox:jempbox:1.3.0-SNAPSHOT'
[INFO] [bundle:deploy {execution: default-deploy}]
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/jempbox/pom.xml> to /home/hudson/hudson/jobs/PDFBox-trunk/modules/org.apache.pdfbox$jempbox/builds/2010-09-03_11-02-39/archive/org.apache.pdfbox/jempbox/1.3.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/jempbox/target/jempbox-1.3.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/PDFBox-trunk/modules/org.apache.pdfbox$jempbox/builds/2010-09-03_11-02-39/archive/org.apache.pdfbox/jempbox/1.3.0-20100903.110255-26/jempbox-1.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache PDFBox
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/pdfbox/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks

find.adobefiles:

get.adobefiles:

testexist:

downloadfile:
    [unjar] Expanding: <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/pdfbox/download/pcfi-2010.08.09.jar> into <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/pdfbox/target/classes/org/apache/pdfbox/resources/afm>
    [unjar] Expanding: <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/pdfbox/download/pcfi-2010.08.09.jar> into <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/pdfbox/target/classes/org/apache/pdfbox/resources>
[INFO] Executed tasks
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 187 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 466 source files to <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/pdfbox/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 73 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 16 source files to <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/pdfbox/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/pdfbox/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.pdfbox.TestAll
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 sec
Running org.apache.pdfbox.util.TestTextStripper
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.176 sec

Results :

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[INFO] [bundle:bundle {execution: default-bundle}]
[INFO] [apache-rat:check {execution: default}]
[INFO] Exclude: src/test/resources/input/rendering/*.ai
[INFO] Exclude: download/glyphlist.txt
[INFO] Exclude: release.properties
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/pdfbox/pom.xml> to /home/hudson/hudson/jobs/PDFBox-trunk/modules/org.apache.pdfbox$pdfbox/builds/2010-09-03_11-02-39/archive/org.apache.pdfbox/pdfbox/1.3.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/PDFBox-trunk/ws/trunk/pdfbox/target/pdfbox-1.3.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/PDFBox-trunk/modules/org.apache.pdfbox$pdfbox/builds/2010-09-03_11-02-39/archive/org.apache.pdfbox/pdfbox/1.3.0-SNAPSHOT/pdfbox-1.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Too many unapproved licenses: 177
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 6 seconds
[INFO] Finished at: Fri Sep 03 11:03:52 UTC 2010
[INFO] Final Memory: 44M/175M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@pdfbox.apache.org
channel stopped
Archiving artifacts