See <https://qa.nuxeo.org/jenkins/job/nuxeo-5.4-fullbuild-openjdk/170/>
------------------------------------------
[...truncated 15815 lines...]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.969 sec
Running org.nuxeo.ecm.platform.picture.core.test.TestImagingService
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
Running org.nuxeo.ecm.platform.picture.core.test.TestPictureBlobHolder
11:21:33,568 ERROR [SQLRepositoryTestCase] There are 2 open session(s) at tear
down; it seems the test leaked 1 session(s).
11:21:34,528 ERROR [SQLRepositoryTestCase] There are 5 open session(s) at tear
down; it seems the test leaked 3 session(s).
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.87 sec
Running org.nuxeo.ecm.platform.picture.core.test.TestMagickExecutors
3872x2592-JPEG@SLTests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time
elapsed: 6.067 sec
Running org.nuxeo.ecm.platform.picture.core.test.TestExifHelper
Aug 14, 2011 11:21:40 AM it.tidalwave.image.op.ReadOp$Type$3 read
INFO: readMetadata(java.io.BufferedInputStream@436d4b50, 0)
Aug 14, 2011 11:21:40 AM it.tidalwave.image.op.ReadOp$Type$1 read
INFO: read(java.io.BufferedInputStream@15384ed5, 0)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec
Results :
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar:
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.4-fullbuild-openjdk/ws/nuxeo/nuxeo-features/nuxeo-platform-imaging/nuxeo-platform-imaging-core/target/nuxeo-platform-imaging-core-5.4.3-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.4-fullbuild-openjdk/ws/nuxeo/nuxeo-features/nuxeo-platform-imaging/nuxeo-platform-imaging-core/target/nuxeo-platform-imaging-core-5.4.3-SNAPSHOT.jar>
to
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.4-fullbuild-openjdk/ws/.repository/org/nuxeo/ecm/platform/nuxeo-platform-imaging-core/5.4.3-SNAPSHOT/nuxeo-platform-imaging-core-5.4.3-SNAPSHOT.jar>
[INFO] ------------------------------------------------------------------------
[INFO] Building Nuxeo Platform Imaging Convert
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.4-fullbuild-openjdk/ws/nuxeo/nuxeo-features/nuxeo-platform-imaging/nuxeo-platform-imaging-convert/target>
[INFO] [buildnumber:create {execution: default}]
[INFO] Storing buildNumber: 20110814-112142 at timestamp: 1313313702983
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.4-fullbuild-openjdk/ws/nuxeo/nuxeo-features/nuxeo-platform-imaging/nuxeo-platform-imaging-convert/target>
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 3 source files to
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.4-fullbuild-openjdk/ws/nuxeo/nuxeo-features/nuxeo-platform-imaging/nuxeo-platform-imaging-convert/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 4 source files to
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.4-fullbuild-openjdk/ws/nuxeo/nuxeo-features/nuxeo-platform-imaging/nuxeo-platform-imaging-convert/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory:
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.4-fullbuild-openjdk/ws/nuxeo/nuxeo-features/nuxeo-platform-imaging/nuxeo-platform-imaging-convert/target/surefire-reports>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.nuxeo.ecm.platform.picture.convert.test.TestImagingConvertPlugin
11:21:46,369 ERROR [IMImageUtils] Resizing with ImageMagick failed
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at
org.nuxeo.ecm.platform.picture.magick.utils.ImageIdentifier.getInfo(ImageIdentifier.java:40)
at
org.nuxeo.ecm.platform.picture.magick.utils.ImageResizer.resize(ImageResizer.java:53)
at
org.nuxeo.ecm.platform.picture.core.im.IMImageUtils.resize(IMImageUtils.java:174)
at
org.nuxeo.ecm.platform.picture.ImagingComponent.resize(ImagingComponent.java:117)
at
org.nuxeo.ecm.platform.picture.convert.ResizePictureConverter.convert(ResizePictureConverter.java:65)
at
org.nuxeo.ecm.core.convert.service.ConversionServiceImpl.convert(ConversionServiceImpl.java:168)
at
org.nuxeo.ecm.platform.picture.convert.test.TestImagingConvertPlugin.testResizeConverter(TestImagingConvertPlugin.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at junit.framework.TestCase.runTest(TestCase.java:168)
at org.jmock.core.VerifyingTestCase.runBare(VerifyingTestCase.java:39)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:102)
at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.929 sec <<<
FAILURE!
Running org.nuxeo.ecm.platform.picture.convert.test.TestBlobHolderSet
DatabaseHelper: Database used for VCS tests:
org.nuxeo.ecm.core.storage.sql.DatabaseH2
11:21:50,695 ERROR [BinaryTextListener] Converter any2text is not registered
org.nuxeo.ecm.core.convert.api.ConverterNotRegistered: Converter any2text is
not registered
at
org.nuxeo.ecm.core.convert.service.ConversionServiceImpl.isConverterAvailable(ConversionServiceImpl.java:237)
at
org.nuxeo.ecm.core.convert.service.ConversionServiceImpl.isConverterAvailable(ConversionServiceImpl.java:219)
at
org.nuxeo.ecm.core.convert.service.ConversionServiceImpl.convert(ConversionServiceImpl.java:146)
at
org.nuxeo.ecm.core.storage.sql.coremodel.BinaryTextListener.blobsToText(BinaryTextListener.java:184)
at
org.nuxeo.ecm.core.storage.sql.coremodel.BinaryTextListener.handleEvent(BinaryTextListener.java:141)
at
org.nuxeo.ecm.core.event.impl.AsyncEventExecutor$Job.run(AsyncEventExecutor.java:159)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Aug 14, 2011 11:21:50 AM it.tidalwave.image.op.ReadOp$Type$3 read
INFO: readMetadata(java.io.BufferedInputStream@35de4376, 0)
Aug 14, 2011 11:21:50 AM it.tidalwave.image.op.ReadOp$Type$1 read
INFO: read(java.io.BufferedInputStream@3248bc64, 0)
11:21:51,354 ERROR [BinaryTextListener] Converter any2text is not registered
org.nuxeo.ecm.core.convert.api.ConverterNotRegistered: Converter any2text is
not registered
at
org.nuxeo.ecm.core.convert.service.ConversionServiceImpl.isConverterAvailable(ConversionServiceImpl.java:237)
at
org.nuxeo.ecm.core.convert.service.ConversionServiceImpl.isConverterAvailable(ConversionServiceImpl.java:219)
at
org.nuxeo.ecm.core.convert.service.ConversionServiceImpl.convert(ConversionServiceImpl.java:146)
at
org.nuxeo.ecm.core.storage.sql.coremodel.BinaryTextListener.blobsToText(BinaryTextListener.java:184)
at
org.nuxeo.ecm.core.storage.sql.coremodel.BinaryTextListener.handleEvent(BinaryTextListener.java:141)
at
org.nuxeo.ecm.core.event.impl.AsyncEventExecutor$Job.run(AsyncEventExecutor.java:159)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
11:21:51,391 ERROR [AsyncEventExecutor$Job] Failed to execute async event test
on listener sql-storage-binary-text
org.nuxeo.ecm.core.api.ClientException: Failed to save session
at
org.nuxeo.ecm.core.api.AbstractSession.save(AbstractSession.java:1855)
at
org.nuxeo.ecm.core.storage.sql.coremodel.BinaryTextListener.handleEvent(BinaryTextListener.java:165)
at
org.nuxeo.ecm.core.event.impl.AsyncEventExecutor$Job.run(AsyncEventExecutor.java:159)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception:
org.nuxeo.ecm.core.api.DocumentException. message:
org.nuxeo.ecm.core.storage.StorageException: Could not insert: INSERT INTO
"HIERARCHY" ("ID", "PARENTID", "POS", "NAME", "ISPROPERTY", "PRIMARYTYPE",
"MIXINTYPES", "ISCHECKEDIN", "BASEVERSIONID", "MAJORVERSION", "MINORVERSION",
"ISVERSION") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
at
org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession.save(SQLSession.java:146)
at
org.nuxeo.ecm.core.api.AbstractSession.save(AbstractSession.java:1851)
... 5 more
Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception:
org.nuxeo.ecm.core.storage.StorageException. message: Could not insert: INSERT
INTO "HIERARCHY" ("ID", "PARENTID", "POS", "NAME", "ISPROPERTY", "PRIMARYTYPE",
"MIXINTYPES", "ISCHECKEDIN", "BASEVERSIONID", "MAJORVERSION", "MINORVERSION",
"ISVERSION") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
at
org.nuxeo.ecm.core.storage.sql.jdbc.JDBCRowMapper.insertSimpleRows(JDBCRowMapper.java:554)
at
org.nuxeo.ecm.core.storage.sql.jdbc.JDBCRowMapper.writeCreates(JDBCRowMapper.java:461)
at
org.nuxeo.ecm.core.storage.sql.jdbc.JDBCRowMapper.write(JDBCRowMapper.java:432)
at
org.nuxeo.ecm.core.storage.sql.CachingRowMapper.write(CachingRowMapper.java:350)
at
org.nuxeo.ecm.core.storage.sql.SessionImpl.flushWithoutFulltext(SessionImpl.java:287)
at
org.nuxeo.ecm.core.storage.sql.SessionImpl.flush(SessionImpl.java:277)
at org.nuxeo.ecm.core.storage.sql.SessionImpl.save(SessionImpl.java:263)
at
org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession.save(SQLSession.java:144)
... 6 more
Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception:
org.h2.jdbc.JdbcBatchUpdateException. message: Referential integrity constraint
violation: HIERARCHY_PARENTID_HIERARCHY_FK: PUBLIC.HIERARCHY FOREIGN
KEY(PARENTID) REFERENCES PUBLIC.HIERARCHY(ID); SQL statement:
INSERT INTO "HIERARCHY" ("ID", "PARENTID", "POS", "NAME", "ISPROPERTY",
"PRIMARYTYPE", "MIXINTYPES", "ISCHECKEDIN", "BASEVERSIONID", "MAJORVERSION",
"MINORVERSION", "ISVERSION") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[23002-114]
at
org.h2.jdbc.JdbcPreparedStatement.executeBatch(JdbcPreparedStatement.java:1067)
at
org.nuxeo.ecm.core.storage.sql.jdbc.JDBCRowMapper.insertSimpleRows(JDBCRowMapper.java:547)
... 13 more
11:21:51,392 ERROR [EventBundleTransactionHandler] Exception caught while
setting the transaction as rollback only
java.lang.NullPointerException
at
org.nuxeo.ecm.core.event.tx.EventBundleTransactionHandler.setTransactionRollbackOnly(EventBundleTransactionHandler.java:189)
at
org.nuxeo.ecm.core.event.impl.AsyncEventExecutor$Job.run(AsyncEventExecutor.java:163)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
11:21:51,546 ERROR [SQLRepositoryTestCase] There are 1 open session(s) at tear
down; it seems the test leaked 1 session(s).
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.432 sec
Running org.nuxeo.ecm.platform.picture.convert.test.TestImagingAdapter
Aug 14, 2011 11:21:53 AM it.tidalwave.image.op.ReadOp$Type$3 read
INFO: readMetadata(java.io.BufferedInputStream@2aaf914c, 0)
Aug 14, 2011 11:21:53 AM it.tidalwave.image.op.ReadOp$Type$1 read
INFO: read(java.io.BufferedInputStream@41ed54a0, 0)
Aug 14, 2011 11:21:53 AM it.tidalwave.image.op.ReadOp$Type$3 read
INFO: readMetadata(java.io.BufferedInputStream@7291b9b0, 0)
Aug 14, 2011 11:21:53 AM it.tidalwave.image.op.ReadOp$Type$1 read
INFO: read(java.io.BufferedInputStream@19aa5882, 0)
11:21:53,966 ERROR [BinaryTextListener] Converter any2text is not registered
org.nuxeo.ecm.core.convert.api.ConverterNotRegistered: Converter any2text is
not registered
at
org.nuxeo.ecm.core.convert.service.ConversionServiceImpl.isConverterAvailable(ConversionServiceImpl.java:237)
at
org.nuxeo.ecm.core.convert.service.ConversionServiceImpl.isConverterAvailable(ConversionServiceImpl.java:219)
at
org.nuxeo.ecm.core.convert.service.ConversionServiceImpl.convert(ConversionServiceImpl.java:146)
at
org.nuxeo.ecm.core.storage.sql.coremodel.BinaryTextListener.blobsToText(BinaryTextListener.java:184)
at
org.nuxeo.ecm.core.storage.sql.coremodel.BinaryTextListener.handleEvent(BinaryTextListener.java:141)
at
org.nuxeo.ecm.core.event.impl.AsyncEventExecutor$Job.run(AsyncEventExecutor.java:159)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
11:21:53,971 ERROR [BinaryTextListener] Converter any2text is not registered
org.nuxeo.ecm.core.convert.api.ConverterNotRegistered: Converter any2text is
not registered
at
org.nuxeo.ecm.core.convert.service.ConversionServiceImpl.isConverterAvailable(ConversionServiceImpl.java:237)
at
org.nuxeo.ecm.core.convert.service.ConversionServiceImpl.isConverterAvailable(ConversionServiceImpl.java:219)
at
org.nuxeo.ecm.core.convert.service.ConversionServiceImpl.convert(ConversionServiceImpl.java:146)
at
org.nuxeo.ecm.core.storage.sql.coremodel.BinaryTextListener.blobsToText(BinaryTextListener.java:184)
at
org.nuxeo.ecm.core.storage.sql.coremodel.BinaryTextListener.handleEvent(BinaryTextListener.java:141)
at
org.nuxeo.ecm.core.event.impl.AsyncEventExecutor$Job.run(AsyncEventExecutor.java:159)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Aug 14, 2011 11:21:54 AM it.tidalwave.image.op.ReadOp$Type$3 read
INFO: readMetadata(java.io.BufferedInputStream@661e937f, 0)
Aug 14, 2011 11:21:54 AM it.tidalwave.image.op.ReadOp$Type$1 read
INFO: read(java.io.BufferedInputStream@77f6d2e3, 0)
11:21:54,523 ERROR [IMImageUtils] Resizing with ImageMagick failed
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at
org.nuxeo.ecm.platform.picture.magick.utils.ImageIdentifier.getInfo(ImageIdentifier.java:40)
at
org.nuxeo.ecm.platform.picture.magick.utils.ImageResizer.resize(ImageResizer.java:53)
at
org.nuxeo.ecm.platform.picture.core.im.IMImageUtils.resize(IMImageUtils.java:174)
at
org.nuxeo.ecm.platform.picture.ImagingComponent.resize(ImagingComponent.java:117)
at
org.nuxeo.ecm.platform.picture.convert.ResizePictureConverter.convert(ResizePictureConverter.java:65)
at
org.nuxeo.ecm.core.convert.service.ConversionServiceImpl.convert(ConversionServiceImpl.java:168)
at
org.nuxeo.ecm.platform.picture.api.adapters.AbstractPictureAdapter.createPictureimpl(AbstractPictureAdapter.java:414)
at
org.nuxeo.ecm.platform.picture.api.adapters.AbstractPictureAdapter.addViews(AbstractPictureAdapter.java:351)
at
org.nuxeo.ecm.platform.picture.api.adapters.DefaultPictureAdapter.createPicture(DefaultPictureAdapter.java:83)
at
org.nuxeo.ecm.platform.picture.convert.test.TestImagingAdapter.testAdapter(TestImagingAdapter.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at junit.framework.TestCase.runTest(TestCase.java:168)
at org.jmock.core.VerifyingTestCase.runBare(VerifyingTestCase.java:39)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:102)
at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
11:21:54,634 ERROR [SQLRepositoryTestCase] There are 2 open session(s) at tear
down; it seems the test leaked 1 session(s).
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.087 sec
Results :
Tests in error:
testResizeConverter(org.nuxeo.ecm.platform.picture.convert.test.TestImagingConvertPlugin)
Tests run: 5, Failures: 0, Errors: 1, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to
<https://qa.nuxeo.org/jenkins/job/nuxeo-5.4-fullbuild-openjdk/ws/nuxeo/nuxeo-features/nuxeo-platform-imaging/nuxeo-platform-imaging-convert/target/surefire-reports>
for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 80 minutes 41 seconds
[INFO] Finished at: Sun Aug 14 11:21:55 CEST 2011
[INFO] Final Memory: 603M/910M
[INFO] ------------------------------------------------------------------------
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
_______________________________________________
ECM-QA mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-qa