Hi! Regarding the first error, in case your machine is compatible with embedded mongoDb (check it), then try to update de.flapdoodle.embed.mongo lib version in Drill.
Regarding the second one, you should install "libaio1" and "libaio-dev" libs on your OS: https://github.com/apache/drill/blob/master/.circleci/config.yml#L44 Do you want to run all tests on your machine? If no, just run: mvn clean install -DskipTests Kind regards Vitalii On Wed, Nov 28, 2018 at 9:40 PM hanu mapr <[email protected]> wrote: > Hello Naresh, > > It looks like mongo is failing with following error. > java.lang.IllegalArgumentException: this version does not support 32Bit: > V3_4:Linux:B32 > at de.flapdoodle.embed.mongo.Paths.getBitSize(Paths.java:157) > ~[de.flapdoodle.embed.mongo-2.0.3.jar:na] > at de.flapdoodle.embed.mongo.Paths.getPath(Paths.java:97) > ~[de.flapdoodle.embed.mongo-2.0.3.jar:na] > > Can you check your linux version if it is compatible?. > > Thanks, > > On Wed, Nov 28, 2018 at 9:39 AM Naresh Bhat <[email protected]> > wrote: > > > Hi, > > > > I am trying to compile Apache Drill master branch on ARM64 platform. > > > > But the following test cases are failing to run. Do you have any > > suggestions? > > > > Test case failure issue-1: storage-Mongo > > ============================== > > > > linaro@debian:~/Apache-components-build/drill$ mvn -pl > > 'contrib/storage-mongo' clean install > > [INFO] Scanning for projects... > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Detecting the operating system and CPU architecture > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] os.detected.name: linux > > [INFO] os.detected.arch: aarch_64 > > [INFO] os.detected.version: 4.16 > > [INFO] os.detected.version.major: 4 > > [INFO] os.detected.version.minor: 16 > > [INFO] os.detected.release: debian > > [INFO] os.detected.release.version: 9 > > [INFO] os.detected.release.like.debian: true > > [INFO] os.detected.classifier: linux-aarch_64 > > [INFO] > > [INFO] ------------< org.apache.drill.contrib:drill-mongo-storage > > >------------ > > [INFO] Building contrib/mongo-storage-plugin 1.15.0-SNAPSHOT > > [INFO] --------------------------------[ jar > > ]--------------------------------- > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.pom > > Downloaded from central: > > > > > https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.pom > > (16 kB at 25 kB/s) > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.jar > > Downloaded from central: > > > > > https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.jar > > (109 kB at 1.5 MB/s) > > Downloading from sonatype-nexus-snapshots: > > > > > https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/exec/drill-java-exec/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from mapr-drill-optiq-snapshots: > > > > > http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/exec/drill-java-exec/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from sonatype-nexus-snapshots: > > > > > https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/exec/exec-parent/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from mapr-drill-optiq-snapshots: > > > > > http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/exec/exec-parent/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from sonatype-nexus-snapshots: > > > > > https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-root/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from mapr-drill-optiq-snapshots: > > > > > http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-root/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from sonatype-nexus-snapshots: > > > > > https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-protocol/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from mapr-drill-optiq-snapshots: > > > > > http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-protocol/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from sonatype-nexus-snapshots: > > > > > https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-common/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from mapr-drill-optiq-snapshots: > > > > > http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-common/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from mapr-drill-optiq-snapshots: > > > > > http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-logical/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from sonatype-nexus-snapshots: > > > > > https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-logical/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from sonatype-nexus-snapshots: > > > > > https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/exec/drill-rpc/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from mapr-drill-optiq-snapshots: > > > > > http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/exec/drill-rpc/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from sonatype-nexus-snapshots: > > > > > https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/memory/drill-memory-base/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from mapr-drill-optiq-snapshots: > > > > > http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/memory/drill-memory-base/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from sonatype-nexus-snapshots: > > > > > https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/memory/memory-parent/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from mapr-drill-optiq-snapshots: > > > > > http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/memory/memory-parent/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from sonatype-nexus-snapshots: > > > > > https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/exec/vector/1.15.0-SNAPSHOT/maven-metadata.xml > > Downloading from mapr-drill-optiq-snapshots: > > > > > http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/exec/vector/1.15.0-SNAPSHOT/maven-metadata.xml > > [INFO] > > [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ > > drill-mongo-storage --- > > [INFO] Deleting > > /home/linaro/Apache-components-build/drill/contrib/storage-mongo/target > > [INFO] > > [INFO] --- apache-rat-plugin:0.11:check (rat-checks) @ > drill-mongo-storage > > --- > > [INFO] RAT will not execute since it is configured to be skipped via > system > > property 'rat.skip'. > > [INFO] > > [INFO] --- git-commit-id-plugin:2.2.5:revision (for-jars) @ > > drill-mongo-storage --- > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/com/intellij/annotations/12.0/annotations-12.0.pom > > Downloaded from central: > > > > > https://repo.maven.apache.org/maven2/com/intellij/annotations/12.0/annotations-12.0.pom > > (1.6 kB at 54 kB/s) > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.5.4.201711221230-r/org.eclipse.jgit-4.5.4.201711221230-r.pom > > Downloaded from central: > > > > > https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.5.4.201711221230-r/org.eclipse.jgit-4.5.4.201711221230-r.pom > > (9.5 kB at 328 kB/s) > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/4.5.4.201711221230-r/org.eclipse.jgit-parent-4.5.4.201711221230-r.pom > > Downloaded from central: > > > > > https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/4.5.4.201711221230-r/org.eclipse.jgit-parent-4.5.4.201711221230-r.pom > > (27 kB at 914 kB/s) > > Downloading from central: > > > https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.53/jsch-0.1.53.pom > > Downloaded from central: > > > https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.53/jsch-0.1.53.pom > > (3.2 kB at 120 kB/s) > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom > > Downloaded from central: > > > > > https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom > > (4.3 kB at 181 kB/s) > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom > > Downloaded from central: > > > > > https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom > > (0 B at 0 B/s) > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.pom > > Downloaded from central: > > > > > https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.pom > > (0 B at 0 B/s) > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom > > Downloaded from central: > > > > > https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom > > (0 B at 0 B/s) > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.3.3.pom > > Downloaded from central: > > > > > https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.3.3.pom > > (0 B at 0 B/s) > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/joda-time/joda-time/2.10/joda-time-2.10.jar > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.5.4.201711221230-r/org.eclipse.jgit-4.5.4.201711221230-r.jar > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/com/intellij/annotations/12.0/annotations-12.0.jar > > Downloaded from central: > > > > > https://repo.maven.apache.org/maven2/com/intellij/annotations/12.0/annotations-12.0.jar > > (20 kB at 222 kB/s) > > Downloading from central: > > > https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.53/jsch-0.1.53.jar > > Downloaded from central: > > > > > https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar > > (324 kB at 1.3 MB/s) > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar > > Downloaded from central: > > > > > https://repo.maven.apache.org/maven2/joda-time/joda-time/2.10/joda-time-2.10.jar > > (641 kB at 2.5 MB/s) > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar > > Downloaded from central: > > > https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.53/jsch-0.1.53.jar > > (280 kB at 1.0 MB/s) > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar > > Downloaded from central: > > > > > https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar > > (125 kB at 356 kB/s) > > Downloaded from central: > > > > > https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar > > (283 kB at 681 kB/s) > > Downloaded from central: > > > > > https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar > > (592 kB at 1.2 MB/s) > > Downloaded from central: > > > > > https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar > > (1.3 MB at 2.7 MB/s) > > Downloaded from central: > > > > > https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.5.4.201711221230-r/org.eclipse.jgit-4.5.4.201711221230-r.jar > > (2.4 MB at 4.2 MB/s) > > [INFO] > > [INFO] --- maven-remote-resources-plugin:1.5:process > > (process-resource-bundles) @ drill-mongo-storage --- > > [INFO] > > [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ > > drill-mongo-storage --- > > [INFO] Using 'UTF-8' encoding to copy filtered resources. > > [INFO] Copying 2 resources > > [INFO] Copying 3 resources > > [INFO] > > [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ > > drill-mongo-storage --- > > [INFO] Compiling 20 source files to > > > > > /home/linaro/Apache-components-build/drill/contrib/storage-mongo/target/classes > > [INFO] > > [INFO] --- maven-resources-plugin:2.6:testResources > (default-testResources) > > @ drill-mongo-storage --- > > [INFO] Using 'UTF-8' encoding to copy filtered resources. > > [INFO] Copying 4 resources > > [INFO] Copying 3 resources > > [INFO] > > [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) > @ > > drill-mongo-storage --- > > [INFO] Compiling 8 source files to > > > > > /home/linaro/Apache-components-build/drill/contrib/storage-mongo/target/test-classes > > [INFO] > > [INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ > > drill-mongo-storage --- > > [INFO] > > [INFO] ------------------------------------------------------- > > [INFO] T E S T S > > [INFO] ------------------------------------------------------- > > 10:19:01.092 [main] ERROR o.a.d.exec.store.mongo.MongoTestSuit - Error > > while starting shrded cluster. > > java.lang.IllegalArgumentException: this version does not support 32Bit: > > V3_4:Linux:B32 > > at de.flapdoodle.embed.mongo.Paths.getBitSize(Paths.java:157) > > ~[de.flapdoodle.embed.mongo-2.0.3.jar:na] > > at de.flapdoodle.embed.mongo.Paths.getPath(Paths.java:97) > > ~[de.flapdoodle.embed.mongo-2.0.3.jar:na] > > at > > > > > de.flapdoodle.embed.process.store.LocalArtifactStore.getArtifact(LocalArtifactStore.java:71) > > ~[de.flapdoodle.embed.process-2.0.2.jar:na] > > at > > > > > de.flapdoodle.embed.process.store.LocalArtifactStore.checkArtifact(LocalArtifactStore.java:38) > > ~[de.flapdoodle.embed.process-2.0.2.jar:na] > > at > > > > > de.flapdoodle.embed.process.store.ArtifactStore.checkDistribution(ArtifactStore.java:65) > > ~[de.flapdoodle.embed.process-2.0.2.jar:na] > > at > > > > > de.flapdoodle.embed.process.store.ExtractedArtifactStore.checkDistribution(ExtractedArtifactStore.java:60) > > ~[de.flapdoodle.embed.process-2.0.2.jar:na] > > at > de.flapdoodle.embed.process.runtime.Starter.prepare(Starter.java:56) > > ~[de.flapdoodle.embed.process-2.0.2.jar:na] > > at > de.flapdoodle.embed.process.runtime.Starter.prepare(Starter.java:49) > > ~[de.flapdoodle.embed.process-2.0.2.jar:na] > > at > > > > > de.flapdoodle.embed.mongo.tests.MongosSystemForTestFactory.initializeReplicaSet(MongosSystemForTestFactory.java:118) > > ~[de.flapdoodle.embed.mongo-2.0.3.jar:na] > > at > > > > > de.flapdoodle.embed.mongo.tests.MongosSystemForTestFactory.start(MongosSystemForTestFactory.java:93) > > ~[de.flapdoodle.embed.mongo-2.0.3.jar:na] > > at > > > > > org.apache.drill.exec.store.mongo.MongoTestSuit$DistributedMode.setup(MongoTestSuit.java:129) > > [test-classes/:na] > > at > > > > > org.apache.drill.exec.store.mongo.MongoTestSuit$DistributedMode.access$300(MongoTestSuit.java:90) > > [test-classes/:na] > > at > > > > > org.apache.drill.exec.store.mongo.MongoTestSuit.initMongo(MongoTestSuit.java:256) > > [test-classes/:na] > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > ~[na:1.8.0-release] > > at > > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > > ~[na:1.8.0-release] > > at > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > ~[na:1.8.0-release] > > at java.lang.reflect.Method.invoke(Method.java:498) > ~[na:1.8.0-release] > > at > > > > > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) > > [junit-4.12.jar:4.12] > > at > > > > > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > > [junit-4.12.jar:4.12] > > at > > > > > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) > > [junit-4.12.jar:4.12] > > at > > > > > mockit.integration.junit4.JUnit4TestRunnerDecorator.executeClassMethod(JUnit4TestRunnerDecorator.java:92) > > [jmockit-1.43.jar:1.43] > > at > > > > > mockit.integration.junit4.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:29) > > [jmockit-1.43.jar:1.43] > > at > > > > > mockit.integration.junit4.FakeFrameworkMethod.invokeExplosively(FakeFrameworkMethod.java:29) > > [jmockit-1.43.jar:1.43] > > at > > > > > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java) > > [junit-4.12.jar:4.12] > > at > > > > > org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) > > [junit-4.12.jar:4.12] > > at > > > org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) > > [junit-4.12.jar:4.12] > > at org.junit.runners.ParentRunner.run(ParentRunner.java:363) > > [junit-4.12.jar:4.12] > > at org.junit.runners.Suite.runChild(Suite.java:128) > > [junit-4.12.jar:4.12] > > at org.junit.runners.Suite.runChild(Suite.java:27) > > [junit-4.12.jar:4.12] > > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) > > [junit-4.12.jar:4.12] > > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) > > [junit-4.12.jar:4.12] > > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) > > [junit-4.12.jar:4.12] > > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) > > [junit-4.12.jar:4.12] > > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) > > [junit-4.12.jar:4.12] > > at org.junit.runners.ParentRunner.run(ParentRunner.java:363) > > [junit-4.12.jar:4.12] > > at > org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) > > [surefire-junit47-2.21.0.jar:2.21.0] > > at > > > > > org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) > > [surefire-junit47-2.21.0.jar:2.21.0] > > at > > > > > org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeLazy(JUnitCoreWrapper.java:119) > > [surefire-junit47-2.21.0.jar:2.21.0] > > at > > > > > org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:87) > > [surefire-junit47-2.21.0.jar:2.21.0] > > at > > > > > org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) > > [surefire-junit47-2.21.0.jar:2.21.0] > > at > > > > > org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) > > [surefire-junit47-2.21.0.jar:2.21.0] > > at > > > > > org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379) > > [surefire-booter-2.21.0.jar:2.21.0] > > at > > > > > org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340) > > [surefire-booter-2.21.0.jar:2.21.0] > > at > > > > > org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125) > > [surefire-booter-2.21.0.jar:2.21.0] > > at > > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413) > > [surefire-booter-2.21.0.jar:2.21.0] > > [INFO] Running org.apache.drill.exec.store.mongo.MongoTestSuit > > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: > > 0.007 s <<< FAILURE! - in org.apache.drill.exec.store.mongo.MongoTestSuit > > [ERROR] org.apache.drill.exec.store.mongo.MongoTestSuit Time elapsed: > > 0.005 s <<< ERROR! > > java.lang.Exception: Error while starting shrded cluster. > > at > > > > > org.apache.drill.exec.store.mongo.MongoTestSuit.initMongo(MongoTestSuit.java:256) > > Caused by: java.lang.IllegalArgumentException: this version does not > > support 32Bit: V3_4:Linux:B32 > > at > > > > > org.apache.drill.exec.store.mongo.MongoTestSuit.initMongo(MongoTestSuit.java:256) > > > > [INFO] > > [INFO] Results: > > [INFO] > > [ERROR] Errors: > > [ERROR] MongoTestSuit.initMongo:256 ยป Error while starting shrded > > cluster. > > [INFO] > > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 > > [INFO] > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] BUILD FAILURE > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 26.812 s > > [INFO] Finished at: 2018-11-28T10:19:01Z > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) > > on project drill-mongo-storage: There are test failures. > > [ERROR] > > [ERROR] Please refer to > > > > > /home/linaro/Apache-components-build/drill/contrib/storage-mongo/target/surefire-reports > > for the individual test results. > > [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, > > [date].dumpstream and [date]-jvmRun[N].dumpstream. > > [ERROR] -> [Help 1] > > [ERROR] > > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e > > switch. > > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > [ERROR] > > [ERROR] For more information about the errors and possible solutions, > > please read the following articles: > > [ERROR] [Help 1] > > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > > linaro@debian:~/Apache-components-build/drill$ > > > > Test case failure issue-2: storage-jdbc > > ============================ > > > > linaro@debian:~/Apache-components-build/drill$ mvn -pl > > 'contrib/storage-jdbc' clean install > > [INFO] Scanning for projects... > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Detecting the operating system and CPU architecture > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] os.detected.name: linux > > [INFO] os.detected.arch: aarch_64 > > [INFO] os.detected.version: 4.16 > > [INFO] os.detected.version.major: 4 > > [INFO] os.detected.version.minor: 16 > > [INFO] os.detected.release: debian > > [INFO] os.detected.release.version: 9 > > [INFO] os.detected.release.like.debian: true > > [INFO] os.detected.classifier: linux-aarch_64 > > [INFO] > > [INFO] ------------< org.apache.drill.contrib:drill-jdbc-storage > > >------------- > > [INFO] Building contrib/jdbc-storage-plugin 1.15.0-SNAPSHOT > > [INFO] --------------------------------[ jar > > ]--------------------------------- > > [INFO] > > [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ > > drill-jdbc-storage --- > > [INFO] Deleting > > /home/linaro/Apache-components-build/drill/contrib/storage-jdbc/target > > [INFO] > > [INFO] --- apache-rat-plugin:0.11:check (rat-checks) @ drill-jdbc-storage > > --- > > [INFO] RAT will not execute since it is configured to be skipped via > system > > property 'rat.skip'. > > [INFO] > > [INFO] --- git-commit-id-plugin:2.2.5:revision (for-jars) @ > > drill-jdbc-storage --- > > [INFO] > > [INFO] --- jcabi-mysql-maven-plugin:0.9:classify (mysql-test) @ > > drill-jdbc-storage --- > > [INFO] ${mysql.classifier} set to "linux-aarch64" > > [INFO] > > [INFO] --- maven-dependency-plugin:3.1.1:unpack (default) @ > > drill-jdbc-storage --- > > [INFO] Configured Artifact: com.jcabi:mysql-dist:linux-aarch64:5.6.14:zip > > Downloading from mapr-releases: > > > > > http://repository.mapr.com/maven/com/jcabi/mysql-dist/5.6.14/mysql-dist-5.6.14-linux-aarch64.zip > > Downloading from mapr-drill-thirdparty: > > > > > http://repository.mapr.com/nexus/content/repositories/drill/com/jcabi/mysql-dist/5.6.14/mysql-dist-5.6.14-linux-aarch64.zip > > Downloading from central: > > > > > https://repo.maven.apache.org/maven2/com/jcabi/mysql-dist/5.6.14/mysql-dist-5.6.14-linux-aarch64.zip > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] BUILD FAILURE > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 5.649 s > > [INFO] Finished at: 2018-11-28T10:29:44Z > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-dependency-plugin:3.1.1:unpack (default) > on > > project drill-jdbc-storage: Unable to find/resolve artifact.: Failure to > > find com.jcabi:mysql-dist:zip:linux-aarch64:5.6.14 in > > http://conjars.org/repo was cached in the local repository, resolution > > will > > not be reattempted until the update interval of conjars has elapsed or > > updates are forced -> [Help 1] > > [ERROR] > > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e > > switch. > > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > [ERROR] > > [ERROR] For more information about the errors and possible solutions, > > please read the following articles: > > [ERROR] [Help 1] > > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > > linaro@debian:~/Apache-components-build/drill$ > > > > > > Thanks and Regards > > -Naresh > > >
