Mahout installation - mahout
This is the error i get when doing mvn clean install in trunk directory. Some tests are failing and core is not being installed. Any suggestions as to what can go wrong?
I have installed maven and I know it has installed correctly because mvn --version works.
Here is the whole output:
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.mahout:mahout-integration:jar:0.7-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: ${project.groupId}:mahout-core:jar -> duplicate declaration of version (?) # line 121, column 17
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Apache Mahout
[INFO] Mahout Build Tools
[INFO] Mahout Math
[INFO] Mahout Core
[INFO] Mahout Integration
[INFO] Mahout Examples
[INFO] Mahout Release Package
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Mahout 0.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) # mahout ---
[INFO] Deleting /opt/ibm/biginsights/trunk/target
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) # mahout ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) # mahout ---
[INFO] Installing /opt/ibm/biginsights/trunk/pom.xml to /root/.m2/repository/org/apache/mahout/mahout/0.7-SNAPSHOT/mahout-0.7-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Mahout Build Tools 0.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) # mahout-buildtools ---
[INFO] Deleting /opt/ibm/biginsights/trunk/buildtools/target
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) # mahout-buildtools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) # mahout-buildtools ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) # mahout-buildtools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/ibm/biginsights/trunk/buildtools/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) # mahout-buildtools ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.8.1:test (default-test) # mahout-buildtools ---
[INFO] No tests to run.
[INFO] Surefire report directory: /opt/ibm/biginsights/trunk/buildtools/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) # mahout-buildtools ---
[INFO] Building jar: /opt/ibm/biginsights/trunk/buildtools/target/mahout-buildtools-0.7-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) # mahout-buildtools ---
[INFO] Installing /opt/ibm/biginsights/trunk/buildtools/target/mahout-buildtools-0.7-SNAPSHOT.jar to /root/.m2/repository/org/apache/mahout/mahout-buildtools/0.7-SNAPSHOT/mahout-buildtools-0.7-SNAPSHOT.jar
[INFO] Installing /opt/ibm/biginsights/trunk/buildtools/pom.xml to /root/.m2/repository/org/apache/mahout/mahout-buildtools/0.7-SNAPSHOT/mahout-buildtools-0.7-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Mahout Math 0.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) # mahout-math ---
[INFO] Deleting /opt/ibm/biginsights/trunk/math/target
[INFO]
[INFO] --- mahout-collection-codegen-plugin:1.0:generate (default) # mahout-math ---
[INFO] Writing to /opt/ibm/biginsights/trunk/math/target/generated-sources/org/apache
[INFO]
.....
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) # mahout-math ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/ibm/biginsights/trunk/math/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) # mahout-math ---
[INFO] Compiling 347 source files to /opt/ibm/biginsights/trunk/math/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) # mahout-math ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) # mahout-math ---
[INFO] Compiling 118 source files to /opt/ibm/biginsights/trunk/math/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.8.1:test (default-test) # mahout-math ---
[INFO] Surefire report directory: /opt/ibm/biginsights/trunk/math/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.mahout.math.als.AlternatingLeastSquaresSolverTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.803 sec
Running org.apache.mahout.math.TestSparseMatrix
Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
Running org.apache.mahout.math.decomposer.hebbian.TestHebbianSolver
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.991 sec
Running org.apache.mahout.math.decomposer.lanczos.TestLanczosSolver
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.078 sec
Running org.apache.mahout.math.PivotedMatrixTest
Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec
Running org.apache.mahout.math.TestDenseVector
Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.mahout.math.TestSparseColumnMatrix
Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.apache.mahout.math.TestDenseMatrix
Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.apache.mahout.math.list.ShortArrayListTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.apache.mahout.math.list.ByteArrayListTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 sec
Running org.apache.mahout.math.list.LongArrayListTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.list.IntArrayListTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.mahout.math.list.CharArrayListTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.list.FloatArrayListTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.list.DoubleArrayListTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.mahout.math.VectorTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.mahout.math.stats.OnlineSummarizerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
Running org.apache.mahout.math.stats.OnlineExponentialAverageTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.stats.LogLikelihoodTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.mahout.math.QRDecompositionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running org.apache.mahout.math.TestSingularValueDecomposition
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.mahout.math.TestSparseRowMatrix
Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.apache.mahout.math.TestOrderedIntDoubleMapping
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.mahout.math.TestRandomAccessSparseVector
Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.mahout.math.solver.TestConjugateGradientSolver
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.apache.mahout.math.solver.LSMRTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.mahout.math.solver.EigenDecompositionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
Running org.apache.mahout.math.jet.random.engine.MersenneTwisterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.jet.random.GammaTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.589 sec
Running org.apache.mahout.math.jet.random.ExponentialTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 sec
Running org.apache.mahout.math.jet.random.NegativeBinomialTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.apache.mahout.math.jet.random.NormalTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 sec
Running org.apache.mahout.math.jet.stat.ProbabilityTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.apache.mahout.math.jet.stat.GammaTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec
Running org.apache.mahout.math.PermutedVectorViewTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.mahout.math.TestVectorView
Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.mahout.math.map.OpenByteShortHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.mahout.math.map.OpenCharFloatHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.map.OpenShortShortHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.map.OpenDoubleShortHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.mahout.math.map.OpenFloatLongHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.map.OpenIntFloatHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.map.OpenShortObjectHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.mahout.math.map.OpenObjectIntHashMapTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
Running org.apache.mahout.math.map.OpenFloatCharHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.map.OpenDoubleByteHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenByteFloatHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenIntObjectHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenIntIntHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenDoubleObjectHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.mahout.math.map.OpenDoubleDoubleHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.map.OpenByteByteHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.map.OpenCharCharHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.map.OpenFloatByteHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenShortDoubleHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.map.OpenIntDoubleHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.mahout.math.map.OpenCharDoubleHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.map.OpenDoubleIntHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
Running org.apache.mahout.math.map.OpenShortLongHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.map.OpenByteIntHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenObjectDoubleHashMapTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.mahout.math.map.OpenLongShortHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.map.OpenIntByteHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.map.OpenCharShortHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.map.OpenObjectShortHashMapTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.mahout.math.map.OpenLongFloatHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.map.OpenLongLongHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenDoubleFloatHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenCharObjectHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.map.OpenObjectFloatHashMapTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.map.OpenShortFloatHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenByteCharHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
Running org.apache.mahout.math.map.OpenDoubleCharHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenFloatShortHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.mahout.math.map.OpenIntLongHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.mahout.math.map.OpenShortIntHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.mahout.math.map.OpenShortByteHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.mahout.math.map.OpenIntShortHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.mahout.math.map.OpenObjectCharHashMapTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenByteDoubleHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenObjectLongHashMapTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenByteLongHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.mahout.math.map.OpenByteObjectHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenShortCharHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.mahout.math.map.OpenLongObjectHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenFloatFloatHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenCharLongHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenLongIntHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.apache.mahout.math.map.OpenLongDoubleHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.mahout.math.map.OpenDoubleLongHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenFloatObjectHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.map.OpenLongByteHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.mahout.math.map.OpenFloatIntHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.mahout.math.map.OpenFloatDoubleHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.mahout.math.map.OpenCharByteHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.mahout.math.map.OpenIntCharHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.mahout.math.map.OpenCharIntHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenLongCharHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.mahout.math.map.OpenObjectByteHashMapTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.mahout.math.MurmurHashTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.mahout.math.MurmurHash3Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.mahout.math.CholeskyDecompositionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.944 sec
Running org.apache.mahout.math.TestSequentialAccessSparseVector
Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.mahout.math.set.OpenDoubleHashSetTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.mahout.math.set.OpenShortHashSetTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.mahout.math.set.OpenIntHashSetTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.mahout.math.set.OpenCharHashSetTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.mahout.math.set.OpenFloatHashSetTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.mahout.math.set.OpenLongHashSetTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.mahout.math.set.OpenByteHashSetTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.mahout.math.TestMatrixView
Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running org.apache.mahout.math.ssvd.SequentialBigSvdTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.apache.mahout.common.RandomUtilsTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Results :
Tests run: 1867, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) # mahout-math ---
[INFO] Building jar: /opt/ibm/biginsights/trunk/math/target/mahout-math-0.7-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) # mahout-math ---
[INFO] Building jar: /opt/ibm/biginsights/trunk/math/target/mahout-math-0.7-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) # mahout-math ---
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/mahout already added, skipping
[INFO] org/apache/mahout/math already added, skipping
[INFO] org/apache/mahout/math/list already added, skipping
[INFO] org/apache/mahout/math/function already added, skipping
[INFO] org/apache/mahout/math/map already added, skipping
[INFO] org/apache/mahout/math/set already added, skipping
[INFO] Building jar: /opt/ibm/biginsights/trunk/math/target/mahout-math-0.7-SNAPSHOT-sources.jar
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/mahout already added, skipping
[INFO] org/apache/mahout/math already added, skipping
[INFO] org/apache/mahout/math/list already added, skipping
[INFO] org/apache/mahout/math/function already added, skipping
[INFO] org/apache/mahout/math/map already added, skipping
[INFO] org/apache/mahout/math/set already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) # mahout-math ---
[INFO] Installing /opt/ibm/biginsights/trunk/math/target/mahout-math-0.7-SNAPSHOT.jar to /root/.m2/repository/org/apache/mahout/mahout-math/0.7-SNAPSHOT/mahout-math-0.7-SNAPSHOT.jar
[INFO] Installing /opt/ibm/biginsights/trunk/math/pom.xml to /root/.m2/repository/org/apache/mahout/mahout-math/0.7-SNAPSHOT/mahout-math-0.7-SNAPSHOT.pom
[INFO] Installing /opt/ibm/biginsights/trunk/math/target/mahout-math-0.7-SNAPSHOT-tests.jar to /root/.m2/repository/org/apache/mahout/mahout-math/0.7-SNAPSHOT/mahout-math-0.7-SNAPSHOT-tests.jar
[INFO] Installing /opt/ibm/biginsights/trunk/math/target/mahout-math-0.7-SNAPSHOT-sources.jar to /root/.m2/repository/org/apache/mahout/mahout-math/0.7-SNAPSHOT/mahout-math-0.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Mahout Core 0.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) # mahout-core ---
[INFO] Deleting /opt/ibm/biginsights/trunk/core/target
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) # mahout-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) # mahout-core ---
[INFO] Compiling 645 source files to /opt/ibm/biginsights/trunk/core/target/classes
[INFO]
[INFO] --- maven-antrun-plugin:1.6:run (default) # mahout-core ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks
main:
[copy] Copying 1 file to /opt/ibm/biginsights/trunk/core/target/classes
[INFO] Executed tasks
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) # mahout-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) # mahout-core ---
[INFO] Compiling 228 source files to /opt/ibm/biginsights/trunk/core/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.8.1:test (default-test) # mahout-core ---
[INFO] Surefire report directory: /opt/ibm/biginsights/trunk/core/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.mahout.cf.taste.hadoop.als.ParallelALSFactorizationJobTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.663 sec
...
Running org.apache.mahout.math.hadoop.stochasticsvd.LocalSSVDPCADenseTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 11.226 sec <<< FAILURE!
Running org.apache.mahout.math.hadoop.stochasticsvd.LocalSSVDSolverDenseTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.06 sec
Running org.apache.mahout.math.hadoop.stochasticsvd.LocalSSVDSolverSparseSequentialTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 11.181 sec <<< FAILURE!
Running org.apache.mahout.math.hadoop.stochasticsvd.SSVDCommonTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
...
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.mahout.classifier.df.tools.VisualizerTest
Tests run: 3, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec <<< FAILURE!
Running org.apache.mahout.classifier.df.data.DataTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 sec
...
Running org.apache.mahout.fpm.pfpgrowth.FPGrowthSyntheticDataTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 126.143 sec
Running org.apache.mahout.fpm.pfpgrowth.PFPGrowthTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 11.852 sec <<< FAILURE!
Running org.apache.mahout.fpm.pfpgrowth.PFPGrowthRetailDataTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 14.917 sec <<< FAILURE!
Running org.apache.mahout.fpm.pfpgrowth.fpgrowth.FrequentPatternMaxHeapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
...
Results :
Failed tests:
testTreeVisualize(org.apache.mahout.classifier.df.tools.VisualizerTest): expected:<
testForestVisualize(org.apache.mahout.classifier.df.tools.VisualizerTest): expected:<Tree[1]:
Tests in error:
runPCATest1(org.apache.mahout.math.hadoop.stochasticsvd.LocalSSVDPCADenseTest): Bt job unsuccessful.
testSSVDSolverPowerIterations1(org.apache.mahout.math.hadoop.stochasticsvd.LocalSSVDSolverSparseSequentialTest): Bt job unsuccessful.
testStartParallelFPGrowth(org.apache.mahout.fpm.pfpgrowth.PFPGrowthTest): Job failed!
testStartParallelFPGrowthInSteps(org.apache.mahout.fpm.pfpgrowth.PFPGrowthTest): Job failed!
testRetailDataMinSup100(org.apache.mahout.fpm.pfpgrowth.PFPGrowthRetailDataTest): Job failed!
testRetailDataMinSup100InSteps(org.apache.mahout.fpm.pfpgrowth.PFPGrowthRetailDataTest): Job failed!
Tests run: 674, Failures: 2, Errors: 6, Skipped: 1
Without posting any detail about the failures, I don't think anyone can help you debug this. You have only posted a summary.
You can skip tests with mvn -DskipTests ...
Related
The driver is not executable in Remote Jenkins and test script is working fine in Windows
My automation test scripts are working fine in local window machine. However, if I tried to automate via jenkins it is displaying that the driver is not executable. On top of that, I am not sure about which chrome version plugin has installed in jenkin due to permission denied for accessing plugins. [[1;34mINFO[m] 11:41:03 [[1;34mINFO[m] ------------------------------------------------------- 11:41:03 [[1;34mINFO[m] T E S T S 11:41:03 [[1;34mINFO[m] ------------------------------------------------------- 11:41:05 [[1;34mINFO[m] Running [1mTestSuite[m 11:41:08 launching browser 11:41:08 launching browser 11:41:08 launching browser 11:41:09 [[1;31mERROR[m] [1;31mTests [0;1mrun: [0;1m14[m, [1;31mFailures: [0;1;31m3[m, Errors: 0, [1;33mSkipped: [0;1;33m11[m, Time elapsed: 3.879 s[1;31m <<< FAILURE![m - in [1mTestSuite[m 11:41:09 [[1;31mERROR[m] setup(com.mondia.qa.mondia.ment.du.selenium.Tests.LoginTest) Time elapsed: 3.635 s <<< FAILURE! 11:41:09 java.lang.IllegalStateException: The driver is not executable: /mnt/resource/workspace/Selenium/MENT/src/main/resources/chromedriver/win32/chromedriver.exe 11:41:09 11:41:09 [[1;31mERROR[m] setup(com.mondia.qa.mondia.ment.du.selenium.Tests.VideoClubsTest) Time elapsed: 0.004 s <<< FAILURE! 11:41:09 java.lang.IllegalStateException: The driver is not executable: /mnt/resource/workspace/Selenium/MENT/src/main/resources/chromedriver/win32/chromedriver.exe 11:41:09 11:41:09 [[1;31mERROR[m] setup(com.mondia.qa.mondia.ment.du.selenium.Tests.WelcomeScreenDu) Time elapsed: 0.002 s <<< FAILURE! 11:41:09 java.lang.IllegalStateException: The driver is not executable: /mnt/resource/workspace/Selenium/MENT/src/main/resources/chromedriver/win32/chromedriver.exe 11:41:09 11:41:09 [[1;34mINFO[m] 11:41:09 [[1;34mINFO[m] Results: 11:41:09 [[1;34mINFO[m] 11:41:09 [[1;31mERROR[m] [1;31mFailures: [m 11:41:09 [[1;31mERROR[m] [1;31m LoginTest>BaseMentDu.setup:46 » IllegalState The driver is not executable: /mn...[m 11:41:09 [[1;31mERROR[m] [1;31m VideoClubsTest>BaseMentDu.setup:46 » IllegalState The driver is not executable...[m 11:41:09 [[1;31mERROR[m] [1;31m WelcomeScreenDu>BaseMentDu.setup:46 » IllegalState The driver is not executabl...[m 11:41:09 [[1;34mINFO[m] 11:41:09 [[1;31mERROR[m] [1;31mTests run: 14, Failures: 3, Errors: 0, Skipped: 11[m 11:41:09 [[1;34mINFO[m] 11:41:09 [[1;34mINFO[m] [1m------------------------------------------------------------------------[m 11:41:09 [[1;34mINFO[m] [1;31mBUILD FAILURE[m 11:41:09 [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
How I can get specific text from Jenkins Console log to editable email notification
Below is the console log. From this log, I need only 1 link which is highlighted as bolder. 11:23:43.329 [Forwarding newSession on session null to remote] INFO o.o.s.remote.ProtocolHandshake - Detected dialect: W3C 11:23:43.514 [pool-1-thread-11 for channel id=7] WARN o.o.s.devtools.CdpVersionFinder - Unable to find an exact match for CDP version 100, so returning the closest version found: 96 11:23:43.515 [pool-1-thread-11 for channel id=7] INFO o.o.s.devtools.CdpVersionFinder - Found CDP implementation for version 100 of 96 [32mGiven [0m[32mI am on the login page[0m [90m# com.swtestacademy.springbootselenium.cucumber.steps.LoginSteps.iAmOnTheLoginPage()[0m [32mWhen [0m[32mclick on signup button[0m [90m# com.swtestacademy.springbootselenium.cucumber.steps.LoginSteps.clickOnSignupButton()[0m [32mThen [0m[32mI try to login with [0m[32m[1m""[0m[32m and [0m[32m[1m""[0m [90m# com.swtestacademy.springbootselenium.cucumber.steps.LoginSteps.iTryToLoginWithAnd(java.lang.String,java.lang.String)[0m [32mThen [0m[32mI verify invalid login message for each field[0m [90m# com.swtestacademy.springbootselenium.cucumber.steps.LoginSteps.iVerifyInvalidLoginMessageForEachField()[0m [32m[1m┌──────────────────────────────────────────────────────────────────────────┐[0m [32m[1m│[0m View your Cucumber Report at: [32m[1m│[0m [32m[1m│[0m [1m[36m[4m**https://reports.cucumber.io/reports/fd3e73cd-dd42-44d3-b601-bc7581e11618**[0m [32m[1m│[0m [32m[1m│[0m [32m[1m│[0m [32m[1m│[0m This report was published in collection "mooninvoice" [32m[1m│[0m [32m[1m└──────────────────────────────────────────────────────────────────────────┘[0m[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.978 s - in com.swtestacademy.springbootselenium.cucumber.RunCucumberTest [INFO] Examples.Example #1 Time elapsed: 26.037 s [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results
Jenkins is running selenium script on headless firefox browser
I am setting up jenkins foy my selenium scripts and when I am running the jenkins, It is running the script on headless browser. When I am running mvn test command on local , it opens the browser and start the scripts. But on jenkins, It just show the below console without launching a browser [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite 1554541558637 mozrunner::runner INFO Running command: "C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe" "-marionette" "-foreground" "-no-remote" "-profile" "C:\\WINDOWS\\TEMP\\rust_mozprofile.T3HA3HnEMbw5" 1554541560097 addons.webextension.screenshots#mozilla.org WARN Loading extension 'screenshots#mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons 1554541560097 addons.webextension.screenshots#mozilla.org WARN Loading extension 'screenshots#mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/ 1554541560097 addons.webextension.screenshots#mozilla.org WARN Loading extension 'screenshots#mozilla.org': Reading manifest: Invalid extension permission: about:reader* 1554541567733 Marionette INFO Listening on port 58226 [Child 56144, Chrome_ChildThread] WARNING: pipe error: 109: file z:/task_1554038299/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341 1554541568018 Marionette WARN TLS certificate errors will be ignored for this session Apr 06, 2019 2:36:08 PM org.openqa.selenium.remote.ProtocolHandshake createSession INFO: Detected dialect: W3C [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.171 s - in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 20.523 s [INFO] Finished at: 2019-04-06T14:36:12+05:30 [INFO] ------------------------------------------------------------------------ Finished: SUCCESS
When running Automation suite on Jenkin, it would not launch Browser physically. Jenkin execute tests in headless mode. You may not be able to see the results on Browser.
compiling cassandra test cases failing
I am trying to build cassandra binaries from source and when I try to compile unit test cases, one of them fails. I am build cassandra-2.1.4 with Java 8. These are the commands I run: ant -Dfile.encoding="UTF-8" ant test ant artifacts Failure details: [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest [junit] Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.903 sec [junit] [junit] ------------- Standard Output --------------- [junit] WARN 17:48:26 No host ID found, created eeaaa375-22f0-4a4c-845a-31decd240218 (Note: This should happen exactly once per node). [junit] WARN 17:48:26 No host ID found, created eeaaa375-22f0-4a4c-845a-31decd240218 (Note: This should happen exactly once per node). [junit] Importing 1 keys... [junit] 1 keys imported successfully. [junit] ------------- ---------------- --------------- [junit] Testcase: testExportColumnsWithMetadata(org.apache.cassandra.tools.SSTableExportTest): FAILED [junit] unexpected serialization format for topLevelDeletion expected:<{"[markedForDeleteAt":0,"localDeletionTime]":0}> but was:<{"[localDeletionTime":0,"markedForDeleteAt]":0}> [junit] junit.framework.AssertionFailedError: unexpected serialization format for topLevelDeletion expected:<{"[markedForDeleteAt":0,"localDeletionTime]":0}> but was:<{"[localDeletionTime":0,"markedForDeleteAt]":0}> [junit] at org.apache.cassandra.tools.SSTableExportTest.testExportColumnsWithMetadata(SSTableExportTest.java:298) [junit] [junit] [junit] Test org.apache.cassandra.tools.SSTableExportTest FAILED [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.759 sec
This is a known issue and has been fixed in Apache Cassandra's trunk (will become 2.2) branch. https://issues.apache.org/jira/browse/CASSANDRA-9065
Jenkins Plugin Build Error
I wan't to modify the Jenkins-Plugin with the name Deploy Plugin. If I maven install the plugin the InjectedTest runs into a FileSystemException: C:\Users\froth\AppData\Local\Temp\hudson2805772493654455072test\secret.key: Der Prozess kann nicht auf die Datei zugreifen, da sie von einem anderen Prozess verwendet wird. In English: C:\Users\froth\AppData\Local\Temp\hudson2805772493654455072test\secret.key: The process can not access the file because it is being used by another process. I think this is just a read/write problem of the VM or of Windows7. Does anybody know how to work arround this issue? PS: Here is the StackTrace: T E S T S ------------------------------------------------------- Running hudson.plugins.deploy.glassfish.GlassFish2xAdapterTest Running hudson.plugins.deploy.glassfish.GlassFish3xAdapterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 sec - in hudson.plugins.deploy.glassfish.GlassFish2xAdapterTest Running hudson.plugins.deploy.glassfish.GlassFishAdapterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in hudson.plugins.deploy.glassfish.GlassFishAdapterTest Running hudson.plugins.deploy.PasswordProtectedAdapterCargoTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 sec - in hudson.plugins.deploy.glassfish.GlassFish3xAdapterTest Running hudson.plugins.deploy.tomcat.Tomcat7xAdapterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in hudson.plugins.deploy.tomcat.Tomcat7xAdapterTest Running InjectedTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 sec - in hudson.plugins.deploy.PasswordProtectedAdapterCargoTest Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 12.069 sec <<< FAILURE! - in InjectedTest org.jvnet.hudson.test.JellyTestSuiteBuilder$JellyTestSuite(org.jvnet.hudson.test.junit.FailedTest) Time elapsed: 0.005 sec <<< ERROR! java.io.IOException: Failed to clean up temp dirs at org.jvnet.hudson.test.TemporaryDirectoryAllocator.dispose(TemporaryDirectoryAllocator.java:86) at org.jvnet.hudson.test.TestEnvironment.dispose(TestEnvironment.java:81) at org.jvnet.hudson.test.HudsonTestCase.tearDown(HudsonTestCase.java:414) at org.jvnet.hudson.test.JellyTestSuiteBuilder$JellyTestSuite.tearDown(JellyTestSuiteBuilder.java:138) at org.jvnet.hudson.test.junit.GroupedTest.run(GroupedTest.java:53) at junit.framework.TestSuite.runTest(TestSuite.java:255) at junit.framework.TestSuite.run(TestSuite.java:250) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.nio.file.FileSystemException: C:\Users\froth\AppData\Local\Temp\hudson2805772493654455072test\secret.key: Der Prozess kann nicht auf die Datei zugreifen, da sie von einem anderen Prozess verwendet wird.
I have the same issue on Windows 7 and opened https://issues.jenkins-ci.org/browse/JENKINS-21977 for this with some further analysis. Still, as a temporary workaround you can disable the injected tests by adding the following to the pom.xml: <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <excludes> <exclude>InjectedTest.java</exclude> </excludes> </configuration> </plugin> </plugins> </build>
As a temporal solution also (from the 1st comment in the opened issue link in the previous answer) changing the version of the parent pom to 1.539 does resolve the issue with compiling; it worked perfectly with me without the need to skip the tests.