odl-integration-compatible-with-all failure [Aluminium MRI]
Karthika Panneer
Hi integration-dev / Robert , With respect to Aluminium version bump changes I triggered a multipatch build consisting of Openflowplugin and Genius patches. The invidual project builds have passed whereas the distribution build is failing at odl-integration-compatible-with-all with the following error,
[INFO] Running org.opendaylight.odlparent.featuretest.SingleFeatureTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 620.718 s <<< FAILURE! - in org.opendaylight.odlparent.featuretest.SingleFeatureTest
[ERROR] installFeatureCatchAndLog(org.opendaylight.odlparent.featuretest.SingleFeatureTest)[repoUrl: file:/w/workspace/integration-multipatch-test-aluminium/patch_tester/distribution/features/singles/odl-integration-compatible-with-all/target/feature/feature.xml, Feature: odl-integration-compatible-with-all 0.13.0.SNAPSHOT] Time elapsed: 616.899 s <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 600000 milliseconds
at java.base@....6/jdk.internal.misc.Unsafe.park(Native Method)
at java.base@....6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at java.base@....6/java.util.concurrent.FutureTask.awaitDone(FutureTask.java:447)
at java.base@....6/java.util.concurrent.FutureTask.get(FutureTask.java:190)
at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvisionInThread(FeaturesServiceImpl.java:1002)
at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvisionInThread(FeaturesServiceImpl.java:972)
at org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:820)
at org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:740)
at org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:725)
at org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:730)
at org.opendaylight.odlparent.featuretest.SingleFeatureTest.installFeature(SingleFeatureTest.java:425)
at org.opendaylight.odlparent.featuretest.SingleFeatureTest.installFeatureCatchAndLog(SingleFeatureTest.java:395)
at java.base@....6/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base@....6/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base@....6/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base@....6/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
at java.base@....6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base@....6/java.lang.Thread.run(Thread.java:834)
Patch link : Openflowplugin : https://git.opendaylight.org/gerrit/c/openflowplugin/+/89498 Genius : https://git.opendaylight.org/gerrit/c/genius/+/89613/ Multipatch job : https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/integration-multipatch-test-aluminium/35/console.log.gz
Any pointers on the same?
Regards, R P Karthika |
|
Robert Varga
On 21/05/2020 15:54, R P Karthika . wrote:
Patch link :It's compatible-with-all, which means that also netvirt patch needs to be pulled in. Otherwise, no I don't have any further clue, mainly because the corresponding log file (target/SFT/karaf.log) was not retained. Luis, any idea why that is? Regards, Robert |
|