You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/06/18 05:13:32 UTC

[GitHub] [activemq-artemis-native] martin-g commented on pull request #8: ARTEMIS-2705 Use Docker aarch64 image to build a native library

martin-g commented on pull request #8:
URL: https://github.com/apache/activemq-artemis-native/pull/8#issuecomment-645777318


   The tests fail on aarch64!
   I will try to debug them later today!
   
   ```
   -------------------------------------------------------
    T E S T S
   -------------------------------------------------------
   Running org.apache.activemq.artemis.nativo.jlibaio.test.CallbackCachelTest
   Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec - in org.apache.activemq.artemis.nativo.jlibaio.test.CallbackCachelTest
   Running org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest
   LibaioStressTest:: -Dtest.stress.time=5000
   Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.684 sec <<< FAILURE! - in org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest
   testStressWritesNoSleeps(org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest)  Time elapsed: 0.059 sec  <<< ERROR!
   java.lang.RuntimeException: Cannot initialize queue:Function not implemented
   	at org.apache.activemq.artemis.nativo.jlibaio.LibaioContext.newContext(Native Method)
   	at org.apache.activemq.artemis.nativo.jlibaio.LibaioContext.<init>(LibaioContext.java:169)
   	at org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest.setUpFactory(LibaioStressTest.java:66)
   
   testStressWritesNoSleeps(org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest)  Time elapsed: 0.069 sec  <<< ERROR!
   java.lang.NullPointerException: null
   	at org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest.deleteFactory(LibaioStressTest.java:71)
   
   testOpen(org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest)  Time elapsed: 0 sec  <<< ERROR!
   java.lang.RuntimeException: Cannot initialize queue:Function not implemented
   	at org.apache.activemq.artemis.nativo.jlibaio.LibaioContext.newContext(Native Method)
   	at org.apache.activemq.artemis.nativo.jlibaio.LibaioContext.<init>(LibaioContext.java:169)
   	at org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest.setUpFactory(LibaioStressTest.java:66)
   
   testOpen(org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest)  Time elapsed: 0.015 sec  <<< ERROR!
   java.lang.NullPointerException: null
   	at org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest.deleteFactory(LibaioStressTest.java:71)
   
   testForceSyscall(org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest)  Time elapsed: 0 sec  <<< ERROR!
   java.lang.RuntimeException: Cannot initialize queue:Function not implemented
   	at org.apache.activemq.artemis.nativo.jlibaio.LibaioContext.newContext(Native Method)
   	at org.apache.activemq.artemis.nativo.jlibaio.LibaioContext.<init>(LibaioContext.java:169)
   	at org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest.setUpFactory(LibaioStressTest.java:66)
   
   testForceSyscall(org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest)  Time elapsed: 0.001 sec  <<< ERROR!
   java.lang.NullPointerException: null
   	at org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest.deleteFactory(LibaioStressTest.java:71)
   
   testStressWrites(org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest)  Time elapsed: 0.032 sec  <<< ERROR!
   java.lang.RuntimeException: Cannot initialize queue:Function not implemented
   	at org.apache.activemq.artemis.nativo.jlibaio.LibaioContext.newContext(Native Method)
   	at org.apache.activemq.artemis.nativo.jlibaio.LibaioContext.<init>(LibaioContext.java:169)
   	at org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest.setUpFactory(LibaioStressTest.java:66)
   
   testStressWrites(org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest)  Time elapsed: 0.391 sec  <<< ERROR!
   java.lang.NullPointerException: null
   	at org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest.deleteFactory(LibaioStressTest.java:71)
   
   Running org.apache.activemq.artemis.nativo.jlibaio.test.LibaioTest
   java.lang.RuntimeException: Cannot initialize queue:Function not implemented
   	at org.apache.activemq.artemis.nativo.jlibaio.LibaioContext.newContext(Native Method)
   	at org.apache.activemq.artemis.nativo.jlibaio.LibaioContext.<init>(LibaioContext.java:169)
   	at org.apache.activemq.artemis.nativo.jlibaio.test.LibaioTest.testAIO(LibaioTest.java:57)
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.lang.reflect.Method.invoke(Method.java:498)
   	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
   	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
   	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
   	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
   	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
   	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
   	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
   	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
   	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
   	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
   	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
   	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
   Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.701 sec - in org.apache.activemq.artemis.nativo.jlibaio.test.LibaioTest
   Running org.apache.activemq.artemis.nativo.jlibaio.test.LoadedTest
   Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.activemq.artemis.nativo.jlibaio.test.LoadedTest
   Running org.apache.activemq.artemis.nativo.jlibaio.test.OpenCloseContextTest
   #test 0
   #test 0
   Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.235 sec <<< FAILURE! - in org.apache.activemq.artemis.nativo.jlibaio.test.OpenCloseContextTest
   testCloseAndStart(org.apache.activemq.artemis.nativo.jlibaio.test.OpenCloseContextTest)  Time elapsed: 0.005 sec  <<< ERROR!
   java.lang.RuntimeException: Cannot initialize queue:Function not implemented
   	at org.apache.activemq.artemis.nativo.jlibaio.LibaioContext.newContext(Native Method)
   	at org.apache.activemq.artemis.nativo.jlibaio.LibaioContext.<init>(LibaioContext.java:169)
   	at org.apache.activemq.artemis.nativo.jlibaio.test.OpenCloseContextTest.testCloseAndStart(OpenCloseContextTest.java:167)
   
   testRepeatOpenCloseContext(org.apache.activemq.artemis.nativo.jlibaio.test.OpenCloseContextTest)  Time elapsed: 0.145 sec  <<< ERROR!
   java.lang.RuntimeException: Cannot initialize queue:Function not implemented
   	at org.apache.activemq.artemis.nativo.jlibaio.LibaioContext.newContext(Native Method)
   	at org.apache.activemq.artemis.nativo.jlibaio.LibaioContext.<init>(LibaioContext.java:169)
   	at org.apache.activemq.artemis.nativo.jlibaio.test.OpenCloseContextTest.testRepeatOpenCloseContext(OpenCloseContextTest.java:56)
   
   testRepeatOpenCloseContext2(org.apache.activemq.artemis.nativo.jlibaio.test.OpenCloseContextTest)  Time elapsed: 0.022 sec  <<< ERROR!
   java.lang.RuntimeException: Cannot initialize queue:Function not implemented
   	at org.apache.activemq.artemis.nativo.jlibaio.LibaioContext.newContext(Native Method)
   	at org.apache.activemq.artemis.nativo.jlibaio.LibaioContext.<init>(LibaioContext.java:169)
   	at org.apache.activemq.artemis.nativo.jlibaio.test.OpenCloseContextTest.testRepeatOpenCloseContext2(OpenCloseContextTest.java:114)
   
   
   Results :
   
   Tests in error: 
   org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest.testForceSyscall(org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest)
     Run 1: LibaioStressTest.setUpFactory:66 ? Runtime Cannot initialize queue:Function no...
     Run 2: LibaioStressTest.deleteFactory:71 NullPointer
   
   org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest.testOpen(org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest)
     Run 1: LibaioStressTest.setUpFactory:66 ? Runtime Cannot initialize queue:Function no...
     Run 2: LibaioStressTest.deleteFactory:71 NullPointer
   
   org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest.testStressWrites(org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest)
     Run 1: LibaioStressTest.setUpFactory:66 ? Runtime Cannot initialize queue:Function no...
     Run 2: LibaioStressTest.deleteFactory:71 NullPointer
   
   org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest.testStressWritesNoSleeps(org.apache.activemq.artemis.nativo.jlibaio.test.LibaioStressTest)
     Run 1: LibaioStressTest.setUpFactory:66 ? Runtime Cannot initialize queue:Function no...
     Run 2: LibaioStressTest.deleteFactory:71 NullPointer
   
     OpenCloseContextTest.testCloseAndStart:167 ? Runtime Cannot initialize queue:F...
     OpenCloseContextTest.testRepeatOpenCloseContext:56 ? Runtime Cannot initialize...
     OpenCloseContextTest.testRepeatOpenCloseContext2:114 ? Runtime Cannot initiali...
   
   Tests run: 10, Failures: 0, Errors: 7, Skipped: 1
   
   [ERROR] There are test failures.
   ```
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org