Started by upstream project "bdg-utils-prb" build number 144 originally caused by: GitHub pull request #134 of commit d2737fa0aba509592f2507dde558bd7c8c1fb319 automatically merged. [EnvInject] - Loading node environment variables. Building remotely on amp-jenkins-staging-worker-02 (ubuntu staging-02 staging) in workspace /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu Cloning the remote Git repository Cloning repository https://github.com/bigdatagenomics/utils.git > git init /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu # timeout=10 Fetching upstream changes from https://github.com/bigdatagenomics/utils.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/bigdatagenomics/utils.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/bigdatagenomics/utils.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/bigdatagenomics/utils.git # timeout=10 Fetching upstream changes from https://github.com/bigdatagenomics/utils.git > git fetch --tags --progress https://github.com/bigdatagenomics/utils.git +refs/pull/*:refs/remotes/origin/pr/* Checking out Revision 8ac4c5fcdc8682fd2651a079a6781ac7577f74ca (origin/pr/134/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f 8ac4c5fcdc8682fd2651a079a6781ac7577f74ca > git rev-list 3030c52ab8de8e063586e81e0c73991dd4286e91 # timeout=10 First time build. Skipping changelog. [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content JAVA_HOME=/usr/lib/jvm/java-8-oracle [EnvInject] - Variables injected successfully. [ubuntu] $ /bin/bash /tmp/hudson6178977005928409306.sh + set -e + export JAVA_HOME=/usr/lib/jvm/java-8-oracle + JAVA_HOME=/usr/lib/jvm/java-8-oracle + export PATH=/usr/lib/jvm/java-8-oracle/bin/:/home/jenkins/gems/bin:/usr/local/go/bin:/home/jenkins/go-projects/bin:/home/jenkins/anaconda2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + PATH=/usr/lib/jvm/java-8-oracle/bin/:/home/jenkins/gems/bin:/usr/local/go/bin:/home/jenkins/go-projects/bin:/home/jenkins/anaconda2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + set +x + ./scripts/jenkins-test # make a tempdir for writing maven cruft to UTILS_MVN_TMP_DIR=$(mktemp -d -t utilsTestMvnXXXXXXX) mktemp -d -t utilsTestMvnXXXXXXX ++ mktemp -d -t utilsTestMvnXXXXXXX + UTILS_MVN_TMP_DIR=/tmp/utilsTestMvnBHNwwgE # add this tempdir to the poms... find . -name pom.xml \ -exec sed -i.bak \ -e "s:sun.io.serialization.extendedDebugInfo=true:sun.io.serialization.extendedDebugInfo=true -Djava.io.tmpdir=${UTILS_MVN_TMP_DIR}:g" \ {} \; + find . -name pom.xml -exec sed -i.bak -e 's:sun.io.serialization.extendedDebugInfo=true:sun.io.serialization.extendedDebugInfo=true -Djava.io.tmpdir=/tmp/utilsTestMvnBHNwwgE:g' '{}' ';' find . -name "*.bak" -exec rm {} \; + find . -name '*.bak' -exec rm '{}' ';' # variable declarations export PATH=${JAVA_HOME}/bin/:${PATH} + export PATH=/usr/lib/jvm/java-8-oracle/bin/:/usr/lib/jvm/java-8-oracle/bin/:/home/jenkins/gems/bin:/usr/local/go/bin:/home/jenkins/go-projects/bin:/home/jenkins/anaconda2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + PATH=/usr/lib/jvm/java-8-oracle/bin/:/usr/lib/jvm/java-8-oracle/bin/:/home/jenkins/gems/bin:/usr/local/go/bin:/home/jenkins/go-projects/bin:/home/jenkins/anaconda2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games export MAVEN_OPTS="-Xmx1536m -XX:MaxPermSize=1g -Dfile.encoding=utf-8" + export 'MAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=1g -Dfile.encoding=utf-8' + MAVEN_OPTS='-Xmx1536m -XX:MaxPermSize=1g -Dfile.encoding=utf-8' DIR=$( cd $( dirname ${BASH_SOURCE[0]} ) && pwd ) cd $( dirname ${BASH_SOURCE[0]} ) && pwd dirname ${BASH_SOURCE[0]} +++ dirname ./scripts/jenkins-test ++ cd ./scripts ++ pwd + DIR=/home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/scripts PROJECT_ROOT=${DIR}/.. + PROJECT_ROOT=/home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/scripts/.. VERSION=$(grep "" ${PROJECT_ROOT}/pom.xml | head -2 | tail -1 | sed 's/ *//g' | sed 's/<\/version>//g') grep "" ${PROJECT_ROOT}/pom.xml | head -2 | tail -1 | sed 's/ *//g' | sed 's/<\/version>//g' ++ grep '' /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/scripts/../pom.xml ++ head -2 ++ tail -1 ++ sed 's/ *//g' ++ sed 's/<\/version>//g' + VERSION=0.2.15-SNAPSHOT # is the hadoop version set? if ! [[ ${HADOOP_VERSION} ]]; then echo "HADOOP_VERSION environment variable is not set." echo "Please set this variable before running." exit 1 fi + [[ -n 2.7.5 ]] # is the spark version set? if ! [[ ${SPARK_VERSION} ]]; then echo "SPARK_VERSION environment variable is not set." echo "Please set this variable before running." exit 1 fi + [[ -n 2.4.0 ]] # is the scala version set? if ! [[ ${SCALA_VERSION} ]]; then echo "SCALA_VERSION environment variable is not set." echo "Please set this variable before running." exit 1 fi + [[ -n 2.12 ]] if [ ${SCALA_VERSION} == 2.11 ]; then # shouldn't be able to move to scala 2.11 twice set +e ./scripts/move_to_scala_2.11.sh if [[ $? == 0 ]]; then echo "We have already moved to Scala 2.11, so running move_to_scala_2.11.sh a second time should fail, but error code was 0 (success)." exit 1 fi set -e fi + '[' 2.12 == 2.11 ']' if [ ${SCALA_VERSION} == 2.12 ]; then ./scripts/move_to_scala_2.12.sh fi + '[' 2.12 == 2.12 ']' + ./scripts/move_to_scala_2.12.sh # print versions echo "Testing UTILS version ${VERSION} on Spark ${SPARK_VERSION} and Hadoop ${HADOOP_VERSION} and Scala ${SCALA_VERSION}" + echo 'Testing UTILS version 0.2.15-SNAPSHOT on Spark 2.4.0 and Hadoop 2.7.5 and Scala 2.12' Testing UTILS version 0.2.15-SNAPSHOT on Spark 2.4.0 and Hadoop 2.7.5 and Scala 2.12 # if this is a pull request, we need to set the coveralls pr id if [[ ! -z $ghprbPullId ]]; then COVERALLS_PRB_OPTION="-DpullRequest=${ghprbPullId}" fi + [[ ! -z 134 ]] + COVERALLS_PRB_OPTION=-DpullRequest=134 # coveralls token should not be visible set +x +v + set +x +v Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1g; support was removed in 8.0 [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] utils [INFO] utils-misc-spark2_2.12: Miscellaneous Spark utility code [INFO] utils-minhash-spark2_2.12: MinHash-based Jaccard similarity estimator [INFO] utils-metrics-spark2_2.12: tools for collecting metrics on top of RDDs [INFO] utils-io-spark2_2.12: I/O utils [INFO] utils-statistics-spark2_2.12: Spark code for fitting statistical models [INFO] utils-cli-spark2_2.12: utilities for building command line applications [INFO] utils-serialization-spark2_2.12: tools for serializing data [INFO] utils-intervalrdd-spark2_2.12: IntervalRDD based on interval tree [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ utils-parent-spark2_2.12 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils-misc-spark2_2.12: Miscellaneous Spark utility code 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ utils-misc-spark2_2.12 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils-minhash-spark2_2.12: MinHash-based Jaccard similarity estimator 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ utils-minhash-spark2_2.12 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils-metrics-spark2_2.12: tools for collecting metrics on top of RDDs 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ utils-metrics-spark2_2.12 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils-io-spark2_2.12: I/O utils 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ utils-io-spark2_2.12 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils-statistics-spark2_2.12: Spark code for fitting statistical models 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ utils-statistics-spark2_2.12 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils-cli-spark2_2.12: utilities for building command line applications 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ utils-cli-spark2_2.12 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils-serialization-spark2_2.12: tools for serializing data 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ utils-serialization-spark2_2.12 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils-intervalrdd-spark2_2.12: IntervalRDD based on interval tree 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ utils-intervalrdd-spark2_2.12 --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] utils .............................................. SUCCESS [ 0.187 s] [INFO] utils-misc-spark2_2.12: Miscellaneous Spark utility code SUCCESS [ 0.016 s] [INFO] utils-minhash-spark2_2.12: MinHash-based Jaccard similarity estimator SUCCESS [ 0.002 s] [INFO] utils-metrics-spark2_2.12: tools for collecting metrics on top of RDDs SUCCESS [ 0.002 s] [INFO] utils-io-spark2_2.12: I/O utils .................... SUCCESS [ 0.002 s] [INFO] utils-statistics-spark2_2.12: Spark code for fitting statistical models SUCCESS [ 0.001 s] [INFO] utils-cli-spark2_2.12: utilities for building command line applications SUCCESS [ 0.002 s] [INFO] utils-serialization-spark2_2.12: tools for serializing data SUCCESS [ 0.001 s] [INFO] utils-intervalrdd-spark2_2.12: IntervalRDD based on interval tree SUCCESS [ 0.002 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.451 s [INFO] Finished at: 2019-03-21T09:34:47-07:00 [INFO] Final Memory: 22M/1472M [INFO] ------------------------------------------------------------------------ Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1g; support was removed in 8.0 [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] utils [INFO] utils-misc-spark2_2.12: Miscellaneous Spark utility code [INFO] utils-minhash-spark2_2.12: MinHash-based Jaccard similarity estimator [INFO] utils-metrics-spark2_2.12: tools for collecting metrics on top of RDDs [INFO] utils-io-spark2_2.12: I/O utils [INFO] utils-statistics-spark2_2.12: Spark code for fitting statistical models [INFO] utils-cli-spark2_2.12: utilities for building command line applications [INFO] utils-serialization-spark2_2.12: tools for serializing data [INFO] utils-intervalrdd-spark2_2.12: IntervalRDD based on interval tree [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ utils-parent-spark2_2.12 --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ utils-parent-spark2_2.12 --- [INFO] [INFO] --- scalariform-maven-plugin:0.1.4:format (default-cli) @ utils-parent-spark2_2.12 --- [INFO] Modified 0 of 81 .scala files [INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ utils-parent-spark2_2.12 --- [INFO] No sources to compile [INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile-first) @ utils-parent-spark2_2.12 --- [INFO] No sources to compile [INFO] [INFO] >>> scoverage-maven-plugin:1.1.1:report (default-cli) > [scoverage]test @ utils-parent-spark2_2.12 >>> [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ utils-parent-spark2_2.12 --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ utils-parent-spark2_2.12 --- [INFO] [INFO] --- scalariform-maven-plugin:0.1.4:format (default-cli) @ utils-parent-spark2_2.12 --- [INFO] Modified 0 of 81 .scala files [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:pre-compile (default-cli) @ utils-parent-spark2_2.12 --- [INFO] Skipping SCoverage execution for project with packaging type 'pom' [INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ utils-parent-spark2_2.12 --- [INFO] No sources to compile [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:post-compile (default-cli) @ utils-parent-spark2_2.12 --- [INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile-first) @ utils-parent-spark2_2.12 --- [INFO] No sources to compile [INFO] [INFO] <<< scoverage-maven-plugin:1.1.1:report (default-cli) < [scoverage]test @ utils-parent-spark2_2.12 <<< [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:report (default-cli) @ utils-parent-spark2_2.12 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils-misc-spark2_2.12: Miscellaneous Spark utility code 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ utils-misc-spark2_2.12 --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ utils-misc-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ utils-misc-spark2_2.12 --- [INFO] Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-misc/src/main/scala added. [INFO] [INFO] --- scalariform-maven-plugin:0.1.4:format (default-cli) @ utils-misc-spark2_2.12 --- [INFO] Modified 0 of 7 .scala files [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ utils-misc-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ utils-misc-spark2_2.12 --- [INFO] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-misc/src/main/scala:-1: info: compiling [INFO] Compiling 3 source files to /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-misc/target/2.12.6/classes at 1553186096098 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ utils-misc-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ utils-misc-spark2_2.12 --- [INFO] Test Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-misc/src/test/scala added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ utils-misc-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile-first) @ utils-misc-spark2_2.12 --- [INFO] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-misc/src/test/scala:-1: info: compiling [INFO] Compiling 4 source files to /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-misc/target/2.12.6/test-classes at 1553186102241 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ utils-misc-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ utils-misc-spark2_2.12 --- [INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:2.0.0:test (test) @ utils-misc-spark2_2.12 --- Discovery starting. Discovery completed in 125 milliseconds. Run starting. Expected test count is: 11 SparkFunSuiteSuite: 2019-03-21 09:35:09 WARN Utils:66 - Your hostname, amp-jenkins-staging-worker-02 resolves to a loopback address: 127.0.1.1; using 192.168.10.32 instead (on interface eno1) 2019-03-21 09:35:09 WARN Utils:66 - Set SPARK_LOCAL_IP if you need to bind to another address 2019-03-21 09:35:10 WARN NativeCodeLoader:62 - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable - a simple test using spark - copying a resource should pass equivalence testing - load a resource file MathUtilsSuite: - check equality with floating point comparison - check inequality with floating point comparison - compute factorials - test array aggregation in isolation - use array aggregator with an rdd - safe wrapped log should work - softmax an array - multiply an array by a scalar Run completed in 3 seconds, 681 milliseconds. Total number of tests run: 11 Suites: completed 3, aborted 0 Tests: succeeded 11, failed 0, canceled 0, ignored 0, pending 0 All tests passed. [INFO] [INFO] >>> scoverage-maven-plugin:1.1.1:report (default-cli) > [scoverage]test @ utils-misc-spark2_2.12 >>> [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ utils-misc-spark2_2.12 --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ utils-misc-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ utils-misc-spark2_2.12 --- [INFO] Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-misc/src/main/scala added. [INFO] [INFO] --- scalariform-maven-plugin:0.1.4:format (default-cli) @ utils-misc-spark2_2.12 --- [INFO] Modified 0 of 7 .scala files [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:pre-compile (default-cli) @ utils-misc-spark2_2.12 --- [WARNING] Skipping SCoverage execution - unsupported Scala version "2.12.6" [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ utils-misc-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ utils-misc-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ utils-misc-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:post-compile (default-cli) @ utils-misc-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ utils-misc-spark2_2.12 --- [INFO] Test Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-misc/src/test/scala added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ utils-misc-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile-first) @ utils-misc-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ utils-misc-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ utils-misc-spark2_2.12 --- [INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:2.0.0:test (test) @ utils-misc-spark2_2.12 --- Discovery starting. Discovery completed in 151 milliseconds. Run starting. Expected test count is: 11 SparkFunSuiteSuite: 2019-03-21 09:35:17 WARN Utils:66 - Your hostname, amp-jenkins-staging-worker-02 resolves to a loopback address: 127.0.1.1; using 192.168.10.32 instead (on interface eno1) 2019-03-21 09:35:17 WARN Utils:66 - Set SPARK_LOCAL_IP if you need to bind to another address 2019-03-21 09:35:17 WARN NativeCodeLoader:62 - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable - a simple test using spark - copying a resource should pass equivalence testing - load a resource file MathUtilsSuite: - check equality with floating point comparison - check inequality with floating point comparison - compute factorials - test array aggregation in isolation - use array aggregator with an rdd - safe wrapped log should work - softmax an array - multiply an array by a scalar Run completed in 3 seconds, 604 milliseconds. Total number of tests run: 11 Suites: completed 3, aborted 0 Tests: succeeded 11, failed 0, canceled 0, ignored 0, pending 0 All tests passed. [INFO] [INFO] <<< scoverage-maven-plugin:1.1.1:report (default-cli) < [scoverage]test @ utils-misc-spark2_2.12 <<< [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:report (default-cli) @ utils-misc-spark2_2.12 --- [INFO] Skipping SCoverage report generation [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils-minhash-spark2_2.12: MinHash-based Jaccard similarity estimator 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ utils-minhash-spark2_2.12 --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ utils-minhash-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ utils-minhash-spark2_2.12 --- [INFO] Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-minhash/src/main/scala added. [INFO] [INFO] --- scalariform-maven-plugin:0.1.4:format (default-cli) @ utils-minhash-spark2_2.12 --- [INFO] Modified 0 of 8 .scala files [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ utils-minhash-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-minhash/src/main/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ utils-minhash-spark2_2.12 --- [INFO] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-minhash/src/main/scala:-1: info: compiling [INFO] Compiling 6 source files to /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-minhash/target/2.12.6/classes at 1553186121047 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ utils-minhash-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ utils-minhash-spark2_2.12 --- [INFO] Test Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-minhash/src/test/scala added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ utils-minhash-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-minhash/src/test/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile-first) @ utils-minhash-spark2_2.12 --- [INFO] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-minhash/src/test/scala:-1: info: compiling [INFO] Compiling 2 source files to /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-minhash/target/2.12.6/test-classes at 1553186126723 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ utils-minhash-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ utils-minhash-spark2_2.12 --- [INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:2.0.0:test (test) @ utils-minhash-spark2_2.12 --- Discovery starting. Discovery completed in 131 milliseconds. Run starting. Expected test count is: 5 MinHashSuite: 2019-03-21 09:35:33 WARN Utils:66 - Your hostname, amp-jenkins-staging-worker-02 resolves to a loopback address: 127.0.1.1; using 192.168.10.32 instead (on interface eno1) 2019-03-21 09:35:33 WARN Utils:66 - Set SPARK_LOCAL_IP if you need to bind to another address 2019-03-21 09:35:34 WARN NativeCodeLoader:62 - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable - compute exact overlap for ten 1000 bp reads - compute approximate overlap for ten 1000 bp reads across different band sizes - should throw exception if we pick an illegal band count MinHashSignatureSuite: - compute the similarity of signatures - compute buckets for a simple signature Run completed in 5 seconds, 216 milliseconds. Total number of tests run: 5 Suites: completed 3, aborted 0 Tests: succeeded 5, failed 0, canceled 0, ignored 0, pending 0 All tests passed. [INFO] [INFO] >>> scoverage-maven-plugin:1.1.1:report (default-cli) > [scoverage]test @ utils-minhash-spark2_2.12 >>> [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ utils-minhash-spark2_2.12 --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ utils-minhash-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ utils-minhash-spark2_2.12 --- [INFO] Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-minhash/src/main/scala added. [INFO] [INFO] --- scalariform-maven-plugin:0.1.4:format (default-cli) @ utils-minhash-spark2_2.12 --- [INFO] Modified 0 of 8 .scala files [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:pre-compile (default-cli) @ utils-minhash-spark2_2.12 --- [WARNING] Skipping SCoverage execution - unsupported Scala version "2.12.6" [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ utils-minhash-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-minhash/src/main/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ utils-minhash-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ utils-minhash-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:post-compile (default-cli) @ utils-minhash-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ utils-minhash-spark2_2.12 --- [INFO] Test Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-minhash/src/test/scala added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ utils-minhash-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-minhash/src/test/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile-first) @ utils-minhash-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ utils-minhash-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ utils-minhash-spark2_2.12 --- [INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:2.0.0:test (test) @ utils-minhash-spark2_2.12 --- Discovery starting. Discovery completed in 159 milliseconds. Run starting. Expected test count is: 5 MinHashSuite: 2019-03-21 09:35:40 WARN Utils:66 - Your hostname, amp-jenkins-staging-worker-02 resolves to a loopback address: 127.0.1.1; using 192.168.10.32 instead (on interface eno1) 2019-03-21 09:35:40 WARN Utils:66 - Set SPARK_LOCAL_IP if you need to bind to another address 2019-03-21 09:35:41 WARN NativeCodeLoader:62 - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable - compute exact overlap for ten 1000 bp reads - compute approximate overlap for ten 1000 bp reads across different band sizes - should throw exception if we pick an illegal band count MinHashSignatureSuite: - compute the similarity of signatures - compute buckets for a simple signature Run completed in 5 seconds, 294 milliseconds. Total number of tests run: 5 Suites: completed 3, aborted 0 Tests: succeeded 5, failed 0, canceled 0, ignored 0, pending 0 All tests passed. [INFO] [INFO] <<< scoverage-maven-plugin:1.1.1:report (default-cli) < [scoverage]test @ utils-minhash-spark2_2.12 <<< [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:report (default-cli) @ utils-minhash-spark2_2.12 --- [INFO] Skipping SCoverage report generation [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils-metrics-spark2_2.12: tools for collecting metrics on top of RDDs 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.25.1/mockito-core-2.25.1.pom 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.25.1/mockito-core-2.25.1.pom (19 KB at 85.5 KB/sec) Downloading: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.7/byte-buddy-1.9.7.pom 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.7/byte-buddy-1.9.7.pom (10 KB at 832.4 KB/sec) Downloading: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.9.7/byte-buddy-parent-1.9.7.pom 3/35 KB 5/35 KB 8/35 KB 11/35 KB 13/35 KB 16/35 KB 19/35 KB 21/35 KB 24/35 KB 27/35 KB 29/35 KB 32/35 KB 35/35 KB 35/35 KB Downloaded: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.9.7/byte-buddy-parent-1.9.7.pom (35 KB at 2492.0 KB/sec) Downloading: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.7/byte-buddy-agent-1.9.7.pom 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.7/byte-buddy-agent-1.9.7.pom (6 KB at 535.4 KB/sec) Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.25.1/mockito-core-2.25.1.jar Downloading: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.7/byte-buddy-1.9.7.jar Downloading: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.7/byte-buddy-agent-1.9.7.jar 3/3188 KB 5/3188 KB 8/3188 KB 11/3188 KB 13/3188 KB 16/3188 KB 19/3188 KB 21/3188 KB 24/3188 KB 27/3188 KB 29/3188 KB 32/3188 KB 36/3188 KB 40/3188 KB 44/3188 KB 48/3188 KB 52/3188 KB 56/3188 KB 60/3188 KB 64/3188 KB 68/3188 KB 72/3188 KB 76/3188 KB 80/3188 KB 84/3188 KB 88/3188 KB 92/3188 KB 96/3188 KB 3/43 KB 96/3188 KB 5/43 KB 96/3188 KB 5/43 KB 100/3188 KB 5/43 KB 104/3188 KB 5/43 KB 108/3188 KB 5/43 KB 112/3188 KB 8/43 KB 112/3188 KB 11/43 KB 112/3188 KB 11/43 KB 116/3188 KB 13/43 KB 116/3188 KB 13/43 KB 120/3188 KB 13/43 KB 124/3188 KB 13/43 KB 128/3188 KB 16/43 KB 128/3188 KB 19/43 KB 128/3188 KB 19/43 KB 132/3188 KB 19/43 KB 136/3188 KB 19/43 KB 140/3188 KB 21/43 KB 140/3188 KB 21/43 KB 144/3188 KB 24/43 KB 144/3188 KB 27/43 KB 144/3188 KB 27/43 KB 148/3188 KB 27/43 KB 152/3188 KB 29/43 KB 152/3188 KB 29/43 KB 156/3188 KB 29/43 KB 160/3188 KB 32/43 KB 160/3188 KB 32/43 KB 164/3188 KB 32/43 KB 168/3188 KB 32/43 KB 172/3188 KB 32/43 KB 176/3188 KB 36/43 KB 176/3188 KB 40/43 KB 176/3188 KB 43/43 KB 176/3188 KB 43/43 KB 180/3188 KB 43/43 KB 184/3188 KB 43/43 KB 188/3188 KB 43/43 KB 192/3188 KB 43/43 KB 3/568 KB 196/3188 KB 43/43 KB 3/568 KB 196/3188 KB 43/43 KB 3/568 KB 200/3188 KB 43/43 KB 3/568 KB 204/3188 KB 43/43 KB 3/568 KB 208/3188 KB 43/43 KB 5/568 KB 208/3188 KB 43/43 KB 8/568 KB 208/3188 KB 43/43 KB 8/568 KB 212/3188 KB 43/43 KB 8/568 KB 216/3188 KB 43/43 KB 8/568 KB 220/3188 KB 43/43 KB 11/568 KB 220/3188 KB 43/43 KB 11/568 KB 224/3188 KB 43/43 KB 13/568 KB 224/3188 KB 43/43 KB 16/568 KB 224/3188 KB 43/43 KB 16/568 KB 228/3188 KB 43/43 KB 16/568 KB 232/3188 KB 43/43 KB 19/568 KB 236/3188 KB 43/43 KB 19/568 KB 236/3188 KB 43/43 KB 19/568 KB 240/3188 KB 43/43 KB 21/568 KB 240/3188 KB 43/43 KB 24/568 KB 240/3188 KB 43/43 KB 24/568 KB 244/3188 KB 43/43 KB 24/568 KB 248/3188 KB 43/43 KB 24/568 KB 252/3188 KB 43/43 KB 24/568 KB 256/3188 KB 43/43 KB 27/568 KB 256/3188 KB Downloaded: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.7/byte-buddy-agent-1.9.7.jar (43 KB at 1247.0 KB/sec) 29/568 KB 256/3188 KB 32/568 KB 260/3188 KB 32/568 KB 260/3188 KB 32/568 KB 264/3188 KB 32/568 KB 268/3188 KB 32/568 KB 272/3188 KB 36/568 KB 272/3188 KB 40/568 KB 272/3188 KB 40/568 KB 276/3188 KB 44/568 KB 280/3188 KB 44/568 KB 280/3188 KB 48/568 KB 280/3188 KB 48/568 KB 284/3188 KB 48/568 KB 288/3188 KB 48/568 KB 292/3188 KB 48/568 KB 296/3188 KB 48/568 KB 300/3188 KB 48/568 KB 304/3188 KB 52/568 KB 304/3188 KB 52/568 KB 308/3188 KB 52/568 KB 312/3188 KB 56/568 KB 312/3188 KB 56/568 KB 316/3188 KB 60/568 KB 316/3188 KB 60/568 KB 320/3188 KB 64/568 KB 320/3188 KB 64/568 KB 324/3188 KB 64/568 KB 328/3188 KB 68/568 KB 328/3188 KB 68/568 KB 332/3188 KB 72/568 KB 332/3188 KB 72/568 KB 336/3188 KB 76/568 KB 336/3188 KB 80/568 KB 336/3188 KB 80/568 KB 340/3188 KB 80/568 KB 344/3188 KB 84/568 KB 344/3188 KB 84/568 KB 348/3188 KB 88/568 KB 348/3188 KB 88/568 KB 352/3188 KB 92/568 KB 352/3188 KB 96/568 KB 352/3188 KB 96/568 KB 356/3188 KB 96/568 KB 360/3188 KB 100/568 KB 364/3188 KB 100/568 KB 364/3188 KB 104/568 KB 364/3188 KB 104/568 KB 368/3188 KB 108/568 KB 368/3188 KB 112/568 KB 368/3188 KB 112/568 KB 372/3188 KB 116/568 KB 372/3188 KB 116/568 KB 376/3188 KB 120/568 KB 376/3188 KB 120/568 KB 380/3188 KB 124/568 KB 380/3188 KB 124/568 KB 384/3188 KB 128/568 KB 384/3188 KB 128/568 KB 388/3188 KB 132/568 KB 388/3188 KB 132/568 KB 392/3188 KB 136/568 KB 392/3188 KB 136/568 KB 396/3188 KB 140/568 KB 396/3188 KB 140/568 KB 400/3188 KB 144/568 KB 400/3188 KB 144/568 KB 404/3188 KB 144/568 KB 408/3188 KB 144/568 KB 412/3188 KB 144/568 KB 416/3188 KB 148/568 KB 416/3188 KB 152/568 KB 416/3188 KB 156/568 KB 416/3188 KB 156/568 KB 420/3188 KB 160/568 KB 420/3188 KB 160/568 KB 424/3188 KB 160/568 KB 428/3188 KB 160/568 KB 432/3188 KB 160/568 KB 436/3188 KB 160/568 KB 440/3188 KB 160/568 KB 444/3188 KB 160/568 KB 448/3188 KB 164/568 KB 448/3188 KB 168/568 KB 448/3188 KB 172/568 KB 448/3188 KB 172/568 KB 452/3188 KB 176/568 KB 452/3188 KB 176/568 KB 456/3188 KB 176/568 KB 460/3188 KB 176/568 KB 464/3188 KB 176/568 KB 468/3188 KB 180/568 KB 468/3188 KB 180/568 KB 472/3188 KB 184/568 KB 472/3188 KB 184/568 KB 476/3188 KB 188/568 KB 476/3188 KB 188/568 KB 480/3188 KB 192/568 KB 480/3188 KB 192/568 KB 484/3188 KB 192/568 KB 488/3188 KB 192/568 KB 492/3188 KB 192/568 KB 496/3188 KB 196/568 KB 496/3188 KB 200/568 KB 496/3188 KB 204/568 KB 496/3188 KB 208/568 KB 496/3188 KB 208/568 KB 500/3188 KB 208/568 KB 504/3188 KB 208/568 KB 508/3188 KB 208/568 KB 512/3188 KB 212/568 KB 512/3188 KB 216/568 KB 512/3188 KB 220/568 KB 512/3188 KB 224/568 KB 512/3188 KB 224/568 KB 516/3188 KB 224/568 KB 520/3188 KB 224/568 KB 524/3188 KB 224/568 KB 528/3188 KB 228/568 KB 528/3188 KB 232/568 KB 528/3188 KB 232/568 KB 532/3188 KB 236/568 KB 532/3188 KB 236/568 KB 536/3188 KB 240/568 KB 536/3188 KB 240/568 KB 540/3188 KB 240/568 KB 544/3188 KB 240/568 KB 548/3188 KB 240/568 KB 552/3188 KB 244/568 KB 552/3188 KB 244/568 KB 556/3188 KB 248/568 KB 556/3188 KB 252/568 KB 556/3188 KB 252/568 KB 560/3188 KB 256/568 KB 560/3188 KB 256/568 KB 564/3188 KB 256/568 KB 568/3188 KB 256/568 KB 572/3188 KB 260/568 KB 572/3188 KB 260/568 KB 576/3188 KB 264/568 KB 576/3188 KB 268/568 KB 576/3188 KB 272/568 KB 576/3188 KB 272/568 KB 580/3188 KB 272/568 KB 584/3188 KB 272/568 KB 588/3188 KB 272/568 KB 592/3188 KB 276/568 KB 592/3188 KB 280/568 KB 592/3188 KB 284/568 KB 592/3188 KB 288/568 KB 592/3188 KB 288/568 KB 596/3188 KB 288/568 KB 600/3188 KB 288/568 KB 604/3188 KB 288/568 KB 608/3188 KB 292/568 KB 608/3188 KB 296/568 KB 608/3188 KB 296/568 KB 612/3188 KB 300/568 KB 612/3188 KB 300/568 KB 616/3188 KB 304/568 KB 616/3188 KB 304/568 KB 620/3188 KB 304/568 KB 624/3188 KB 308/568 KB 624/3188 KB 308/568 KB 628/3188 KB 312/568 KB 632/3188 KB 312/568 KB 632/3188 KB 316/568 KB 632/3188 KB 316/568 KB 636/3188 KB 320/568 KB 640/3188 KB 320/568 KB 640/3188 KB 320/568 KB 644/3188 KB 324/568 KB 644/3188 KB 324/568 KB 648/3188 KB 328/568 KB 648/3188 KB 328/568 KB 652/3188 KB 328/568 KB 656/3188 KB 332/568 KB 656/3188 KB 336/568 KB 656/3188 KB 336/568 KB 660/3188 KB 336/568 KB 664/3188 KB 336/568 KB 668/3188 KB 336/568 KB 672/3188 KB 340/568 KB 672/3188 KB 344/568 KB 672/3188 KB 348/568 KB 672/3188 KB 352/568 KB 672/3188 KB 352/568 KB 676/3188 KB 352/568 KB 680/3188 KB 352/568 KB 684/3188 KB 352/568 KB 688/3188 KB 356/568 KB 688/3188 KB 360/568 KB 688/3188 KB 364/568 KB 688/3188 KB 368/568 KB 688/3188 KB 368/568 KB 692/3188 KB 368/568 KB 696/3188 KB 368/568 KB 700/3188 KB 368/568 KB 704/3188 KB 372/568 KB 704/3188 KB 372/568 KB 708/3188 KB 376/568 KB 708/3188 KB 376/568 KB 712/3188 KB 376/568 KB 716/3188 KB 380/568 KB 716/3188 KB 380/568 KB 720/3188 KB 384/568 KB 720/3188 KB 384/568 KB 724/3188 KB 384/568 KB 728/3188 KB 384/568 KB 732/3188 KB 388/568 KB 732/3188 KB 388/568 KB 736/3188 KB 392/568 KB 736/3188 KB 396/568 KB 736/3188 KB 400/568 KB 736/3188 KB 400/568 KB 740/3188 KB 400/568 KB 744/3188 KB 400/568 KB 748/3188 KB 400/568 KB 752/3188 KB 404/568 KB 752/3188 KB 408/568 KB 752/3188 KB 412/568 KB 752/3188 KB 412/568 KB 756/3188 KB 416/568 KB 760/3188 KB 416/568 KB 760/3188 KB 416/568 KB 764/3188 KB 416/568 KB 768/3188 KB 420/568 KB 768/3188 KB 424/568 KB 768/3188 KB 428/568 KB 768/3188 KB 428/568 KB 772/3188 KB 432/568 KB 772/3188 KB 432/568 KB 776/3188 KB 432/568 KB 780/3188 KB 432/568 KB 784/3188 KB 436/568 KB 784/3188 KB 440/568 KB 784/3188 KB 440/568 KB 788/3188 KB 444/568 KB 788/3188 KB 444/568 KB 792/3188 KB 444/568 KB 796/3188 KB 444/568 KB 800/3188 KB 448/568 KB 804/3188 KB 448/568 KB 804/3188 KB 448/568 KB 808/3188 KB 448/568 KB 812/3188 KB 448/568 KB 816/3188 KB 448/568 KB 820/3188 KB 452/568 KB 820/3188 KB 452/568 KB 824/3188 KB 456/568 KB 828/3188 KB 456/568 KB 828/3188 KB 456/568 KB 832/3188 KB 460/568 KB 832/3188 KB 464/568 KB 832/3188 KB 464/568 KB 836/3188 KB 464/568 KB 840/3188 KB 464/568 KB 844/3188 KB 468/568 KB 844/3188 KB 468/568 KB 848/3188 KB 472/568 KB 848/3188 KB 476/568 KB 848/3188 KB 480/568 KB 848/3188 KB 480/568 KB 852/3188 KB 480/568 KB 856/3188 KB 480/568 KB 860/3188 KB 480/568 KB 864/3188 KB 484/568 KB 864/3188 KB 488/568 KB 864/3188 KB 488/568 KB 868/3188 KB 492/568 KB 868/3188 KB 492/568 KB 872/3188 KB 492/568 KB 876/3188 KB 492/568 KB 880/3188 KB 496/568 KB 880/3188 KB 496/568 KB 884/3188 KB 496/568 KB 888/3188 KB 496/568 KB 892/3188 KB 500/568 KB 892/3188 KB 500/568 KB 896/3188 KB 504/568 KB 896/3188 KB 508/568 KB 896/3188 KB 512/568 KB 896/3188 KB 512/568 KB 900/3188 KB 512/568 KB 904/3188 KB 512/568 KB 908/3188 KB 512/568 KB 912/3188 KB 516/568 KB 912/3188 KB 520/568 KB 912/3188 KB 520/568 KB 916/3188 KB 524/568 KB 916/3188 KB 524/568 KB 920/3188 KB 524/568 KB 924/3188 KB 528/568 KB 924/3188 KB 528/568 KB 928/3188 KB 528/568 KB 932/3188 KB 532/568 KB 932/3188 KB 532/568 KB 936/3188 KB 536/568 KB 936/3188 KB 536/568 KB 940/3188 KB 536/568 KB 944/3188 KB 540/568 KB 944/3188 KB 544/568 KB 944/3188 KB 544/568 KB 948/3188 KB 544/568 KB 952/3188 KB 544/568 KB 956/3188 KB 544/568 KB 960/3188 KB 548/568 KB 960/3188 KB 552/568 KB 960/3188 KB 556/568 KB 960/3188 KB 560/568 KB 960/3188 KB 560/568 KB 964/3188 KB 560/568 KB 968/3188 KB 560/568 KB 972/3188 KB 560/568 KB 976/3188 KB 564/568 KB 976/3188 KB 568/568 KB 976/3188 KB 568/568 KB 980/3188 KB 568/568 KB 984/3188 KB 568/568 KB 988/3188 KB 568/568 KB 992/3188 KB 568/568 KB 996/3188 KB 568/568 KB 1000/3188 KB 568/568 KB 1004/3188 KB 568/568 KB 1008/3188 KB 568/568 KB 1012/3188 KB 568/568 KB 1016/3188 KB 568/568 KB 1020/3188 KB 568/568 KB 1024/3188 KB 568/568 KB 1028/3188 KB 568/568 KB 1032/3188 KB 568/568 KB 1036/3188 KB 568/568 KB 1040/3188 KB 568/568 KB 1044/3188 KB 568/568 KB 1048/3188 KB 568/568 KB 1052/3188 KB 568/568 KB 1056/3188 KB 568/568 KB 1060/3188 KB 568/568 KB 1064/3188 KB 568/568 KB 1068/3188 KB 568/568 KB 1072/3188 KB 568/568 KB 1076/3188 KB 568/568 KB 1080/3188 KB 568/568 KB 1084/3188 KB 568/568 KB 1088/3188 KB 568/568 KB 1092/3188 KB 568/568 KB 1096/3188 KB 568/568 KB 1100/3188 KB 568/568 KB 1104/3188 KB 568/568 KB 1108/3188 KB 568/568 KB 1112/3188 KB 1116/3188 KB 1120/3188 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.25.1/mockito-core-2.25.1.jar (568 KB at 4934.1 KB/sec) 1124/3188 KB 1128/3188 KB 1132/3188 KB 1136/3188 KB 1140/3188 KB 1144/3188 KB 1148/3188 KB 1152/3188 KB 1156/3188 KB 1160/3188 KB 1164/3188 KB 1168/3188 KB 1172/3188 KB 1176/3188 KB 1180/3188 KB 1184/3188 KB 1188/3188 KB 1192/3188 KB 1196/3188 KB 1200/3188 KB 1204/3188 KB 1208/3188 KB 1212/3188 KB 1216/3188 KB 1220/3188 KB 1224/3188 KB 1228/3188 KB 1232/3188 KB 1236/3188 KB 1240/3188 KB 1244/3188 KB 1248/3188 KB 1252/3188 KB 1256/3188 KB 1260/3188 KB 1264/3188 KB 1268/3188 KB 1272/3188 KB 1276/3188 KB 1280/3188 KB 1284/3188 KB 1288/3188 KB 1292/3188 KB 1296/3188 KB 1300/3188 KB 1304/3188 KB 1308/3188 KB 1312/3188 KB 1316/3188 KB 1320/3188 KB 1324/3188 KB 1328/3188 KB 1332/3188 KB 1336/3188 KB 1340/3188 KB 1344/3188 KB 1348/3188 KB 1352/3188 KB 1356/3188 KB 1360/3188 KB 1364/3188 KB 1368/3188 KB 1372/3188 KB 1376/3188 KB 1380/3188 KB 1384/3188 KB 1388/3188 KB 1392/3188 KB 1396/3188 KB 1400/3188 KB 1404/3188 KB 1408/3188 KB 1412/3188 KB 1416/3188 KB 1420/3188 KB 1424/3188 KB 1428/3188 KB 1432/3188 KB 1436/3188 KB 1440/3188 KB 1444/3188 KB 1448/3188 KB 1452/3188 KB 1456/3188 KB 1460/3188 KB 1464/3188 KB 1468/3188 KB 1472/3188 KB 1476/3188 KB 1480/3188 KB 1484/3188 KB 1488/3188 KB 1492/3188 KB 1496/3188 KB 1500/3188 KB 1504/3188 KB 1508/3188 KB 1512/3188 KB 1516/3188 KB 1520/3188 KB 1524/3188 KB 1528/3188 KB 1532/3188 KB 1536/3188 KB 1540/3188 KB 1544/3188 KB 1548/3188 KB 1552/3188 KB 1556/3188 KB 1560/3188 KB 1564/3188 KB 1568/3188 KB 1572/3188 KB 1576/3188 KB 1580/3188 KB 1584/3188 KB 1588/3188 KB 1592/3188 KB 1596/3188 KB 1600/3188 KB 1604/3188 KB 1608/3188 KB 1612/3188 KB 1616/3188 KB 1620/3188 KB 1624/3188 KB 1628/3188 KB 1632/3188 KB 1636/3188 KB 1640/3188 KB 1644/3188 KB 1648/3188 KB 1652/3188 KB 1656/3188 KB 1660/3188 KB 1664/3188 KB 1668/3188 KB 1672/3188 KB 1676/3188 KB 1680/3188 KB 1684/3188 KB 1688/3188 KB 1692/3188 KB 1696/3188 KB 1700/3188 KB 1704/3188 KB 1708/3188 KB 1712/3188 KB 1716/3188 KB 1720/3188 KB 1724/3188 KB 1728/3188 KB 1732/3188 KB 1736/3188 KB 1740/3188 KB 1744/3188 KB 1748/3188 KB 1752/3188 KB 1756/3188 KB 1760/3188 KB 1764/3188 KB 1768/3188 KB 1772/3188 KB 1776/3188 KB 1780/3188 KB 1784/3188 KB 1788/3188 KB 1792/3188 KB 1796/3188 KB 1800/3188 KB 1804/3188 KB 1808/3188 KB 1812/3188 KB 1816/3188 KB 1820/3188 KB 1824/3188 KB 1828/3188 KB 1832/3188 KB 1836/3188 KB 1840/3188 KB 1844/3188 KB 1848/3188 KB 1852/3188 KB 1856/3188 KB 1860/3188 KB 1864/3188 KB 1868/3188 KB 1872/3188 KB 1876/3188 KB 1880/3188 KB 1884/3188 KB 1888/3188 KB 1892/3188 KB 1896/3188 KB 1900/3188 KB 1904/3188 KB 1908/3188 KB 1912/3188 KB 1916/3188 KB 1920/3188 KB 1924/3188 KB 1928/3188 KB 1932/3188 KB 1936/3188 KB 1940/3188 KB 1944/3188 KB 1948/3188 KB 1952/3188 KB 1956/3188 KB 1960/3188 KB 1964/3188 KB 1968/3188 KB 1972/3188 KB 1976/3188 KB 1980/3188 KB 1984/3188 KB 1988/3188 KB 1992/3188 KB 1996/3188 KB 2000/3188 KB 2004/3188 KB 2008/3188 KB 2012/3188 KB 2016/3188 KB 2020/3188 KB 2024/3188 KB 2028/3188 KB 2032/3188 KB 2036/3188 KB 2040/3188 KB 2044/3188 KB 2048/3188 KB 2052/3188 KB 2056/3188 KB 2060/3188 KB 2064/3188 KB 2068/3188 KB 2072/3188 KB 2076/3188 KB 2080/3188 KB 2084/3188 KB 2088/3188 KB 2092/3188 KB 2096/3188 KB 2100/3188 KB 2104/3188 KB 2108/3188 KB 2112/3188 KB 2116/3188 KB 2120/3188 KB 2124/3188 KB 2128/3188 KB 2132/3188 KB 2136/3188 KB 2140/3188 KB 2144/3188 KB 2148/3188 KB 2152/3188 KB 2156/3188 KB 2160/3188 KB 2164/3188 KB 2168/3188 KB 2172/3188 KB 2176/3188 KB 2180/3188 KB 2184/3188 KB 2188/3188 KB 2192/3188 KB 2196/3188 KB 2200/3188 KB 2204/3188 KB 2208/3188 KB 2212/3188 KB 2216/3188 KB 2220/3188 KB 2224/3188 KB 2228/3188 KB 2232/3188 KB 2236/3188 KB 2240/3188 KB 2244/3188 KB 2248/3188 KB 2252/3188 KB 2256/3188 KB 2260/3188 KB 2264/3188 KB 2268/3188 KB 2272/3188 KB 2276/3188 KB 2280/3188 KB 2284/3188 KB 2288/3188 KB 2292/3188 KB 2296/3188 KB 2300/3188 KB 2304/3188 KB 2308/3188 KB 2312/3188 KB 2316/3188 KB 2320/3188 KB 2324/3188 KB 2328/3188 KB 2332/3188 KB 2336/3188 KB 2340/3188 KB 2344/3188 KB 2348/3188 KB 2352/3188 KB 2356/3188 KB 2360/3188 KB 2364/3188 KB 2368/3188 KB 2372/3188 KB 2376/3188 KB 2380/3188 KB 2384/3188 KB 2388/3188 KB 2392/3188 KB 2396/3188 KB 2400/3188 KB 2404/3188 KB 2408/3188 KB 2412/3188 KB 2416/3188 KB 2420/3188 KB 2424/3188 KB 2428/3188 KB 2432/3188 KB 2436/3188 KB 2440/3188 KB 2444/3188 KB 2448/3188 KB 2452/3188 KB 2456/3188 KB 2460/3188 KB 2464/3188 KB 2468/3188 KB 2472/3188 KB 2476/3188 KB 2480/3188 KB 2484/3188 KB 2488/3188 KB 2492/3188 KB 2496/3188 KB 2500/3188 KB 2504/3188 KB 2508/3188 KB 2512/3188 KB 2516/3188 KB 2520/3188 KB 2524/3188 KB 2528/3188 KB 2532/3188 KB 2536/3188 KB 2540/3188 KB 2544/3188 KB 2548/3188 KB 2552/3188 KB 2556/3188 KB 2560/3188 KB 2564/3188 KB 2568/3188 KB 2572/3188 KB 2576/3188 KB 2580/3188 KB 2584/3188 KB 2588/3188 KB 2592/3188 KB 2596/3188 KB 2600/3188 KB 2604/3188 KB 2608/3188 KB 2612/3188 KB 2616/3188 KB 2620/3188 KB 2624/3188 KB 2628/3188 KB 2632/3188 KB 2636/3188 KB 2640/3188 KB 2644/3188 KB 2648/3188 KB 2652/3188 KB 2656/3188 KB 2660/3188 KB 2664/3188 KB 2668/3188 KB 2672/3188 KB 2676/3188 KB 2680/3188 KB 2684/3188 KB 2688/3188 KB 2692/3188 KB 2696/3188 KB 2700/3188 KB 2704/3188 KB 2708/3188 KB 2712/3188 KB 2716/3188 KB 2720/3188 KB 2724/3188 KB 2728/3188 KB 2732/3188 KB 2736/3188 KB 2740/3188 KB 2744/3188 KB 2748/3188 KB 2752/3188 KB 2756/3188 KB 2760/3188 KB 2764/3188 KB 2768/3188 KB 2772/3188 KB 2776/3188 KB 2780/3188 KB 2784/3188 KB 2788/3188 KB 2792/3188 KB 2796/3188 KB 2800/3188 KB 2804/3188 KB 2808/3188 KB 2812/3188 KB 2816/3188 KB 2820/3188 KB 2824/3188 KB 2828/3188 KB 2832/3188 KB 2836/3188 KB 2840/3188 KB 2844/3188 KB 2848/3188 KB 2852/3188 KB 2856/3188 KB 2860/3188 KB 2864/3188 KB 2868/3188 KB 2872/3188 KB 2876/3188 KB 2880/3188 KB 2884/3188 KB 2888/3188 KB 2892/3188 KB 2896/3188 KB 2900/3188 KB 2904/3188 KB 2908/3188 KB 2912/3188 KB 2916/3188 KB 2920/3188 KB 2924/3188 KB 2928/3188 KB 2932/3188 KB 2936/3188 KB 2940/3188 KB 2944/3188 KB 2948/3188 KB 2952/3188 KB 2956/3188 KB 2960/3188 KB 2964/3188 KB 2968/3188 KB 2972/3188 KB 2976/3188 KB 2980/3188 KB 2984/3188 KB 2988/3188 KB 2992/3188 KB 2996/3188 KB 3000/3188 KB 3004/3188 KB 3008/3188 KB 3012/3188 KB 3016/3188 KB 3020/3188 KB 3024/3188 KB 3028/3188 KB 3032/3188 KB 3036/3188 KB 3040/3188 KB 3044/3188 KB 3048/3188 KB 3052/3188 KB 3056/3188 KB 3060/3188 KB 3064/3188 KB 3068/3188 KB 3072/3188 KB 3076/3188 KB 3080/3188 KB 3084/3188 KB 3088/3188 KB 3092/3188 KB 3096/3188 KB 3100/3188 KB 3104/3188 KB 3108/3188 KB 3112/3188 KB 3116/3188 KB 3120/3188 KB 3124/3188 KB 3128/3188 KB 3132/3188 KB 3136/3188 KB 3140/3188 KB 3144/3188 KB 3148/3188 KB 3152/3188 KB 3156/3188 KB 3160/3188 KB 3164/3188 KB 3168/3188 KB 3172/3188 KB 3176/3188 KB 3180/3188 KB 3184/3188 KB 3188/3188 KB 3188/3188 KB Downloaded: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.7/byte-buddy-1.9.7.jar (3188 KB at 14294.9 KB/sec) [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ utils-metrics-spark2_2.12 --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ utils-metrics-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ utils-metrics-spark2_2.12 --- [INFO] Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/main/scala added. [INFO] [INFO] --- scalariform-maven-plugin:0.1.4:format (default-cli) @ utils-metrics-spark2_2.12 --- [INFO] Modified 0 of 39 .scala files [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ utils-metrics-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/main/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ utils-metrics-spark2_2.12 --- [INFO] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/main/scala:-1: info: compiling [INFO] Compiling 22 source files to /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/target/2.12.6/classes at 1553186147277 [WARNING] warning: non-variable type argument com.netflix.servo.monitor.Monitor[_] in type pattern scala.runtime.NonLocalReturnControl[com.netflix.servo.monitor.Monitor[_]] is unchecked since it is eliminated by erasure [WARNING] warning: there were 5 deprecation warnings (since 2.0.0) [WARNING] warning: there were two deprecation warnings (since 2.12.0) [WARNING] warning: there were 7 deprecation warnings in total; re-run with -deprecation for details [WARNING] warning: there were three feature warnings; re-run with -feature for details [WARNING] 5 warnings found [INFO] prepare-compile in 0 s [INFO] compile in 11 s [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ utils-metrics-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ utils-metrics-spark2_2.12 --- [INFO] Test Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ utils-metrics-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile-first) @ utils-metrics-spark2_2.12 --- [INFO] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala:-1: info: compiling [INFO] Compiling 17 source files to /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/target/2.12.6/test-classes at 1553186159053 [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/InstrumentedOrderedRDDFunctionsSuite.scala:44: warning: object JavaConversions in package collection is deprecated (since 2.12.0): use JavaConverters [WARNING] val timerNames = timerMap.keys().map(_.timerName).toSet [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/InstrumentedPairRDDFunctionsSuite.scala:58: warning: object JavaConversions in package collection is deprecated (since 2.12.0): use JavaConverters [WARNING] val timers = Metrics.Recorder.value.get.accumulable.value.timerMap.filter(entry => [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/InstrumentedRDDSuite.scala:86: warning: object JavaConversions in package collection is deprecated (since 2.12.0): use JavaConverters [WARNING] assertOnNameAndCountInTimingsTable(dataRows.get(1), "map at InstrumentedRDDSuite.scala", 1) [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/InstrumentedRDDSuite.scala:87: warning: object JavaConversions in package collection is deprecated (since 2.12.0): use JavaConverters [WARNING] assertOnNameAndCountInTimingsTable(dataRows.get(2), "function call", 10) [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/InstrumentedRDDSuite.scala:88: warning: object JavaConversions in package collection is deprecated (since 2.12.0): use JavaConverters [WARNING] assertOnNameAndCountInTimingsTable(dataRows.get(3), "timer 1", 10) [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/InstrumentedRDDSuite.scala:89: warning: object JavaConversions in package collection is deprecated (since 2.12.0): use JavaConverters [WARNING] assertOnNameAndCountInTimingsTable(dataRows.get(4), "timer 2", 10) [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/MetricsListenerSuite.scala:32: warning: method accumulator in class SparkContext is deprecated (since 2.0.0): use AccumulatorV2 [WARNING] val accumulator = sc.accumulator(0) [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/MetricsListenerSuite.scala:32: warning: object IntAccumulatorParam in object AccumulatorParam is deprecated (since 2.0.0): use AccumulatorV2 [WARNING] val accumulator = sc.accumulator(0) [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/MetricsListenerSuite.scala:32: warning: object AccumulatorParam in package spark is deprecated (since 2.0.0): use AccumulatorV2 [WARNING] val accumulator = sc.accumulator(0) [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/MetricsRecorderSuite.scala:30: warning: value MockitoSugar in package mock is deprecated: Please use org.scalatest.mockito.MockitoSugar instead [WARNING] val accumulable = mock[Accumulable[ServoTimers, RecordedTiming]] [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/MetricsRecorderSuite.scala:30: warning: class Accumulable in package spark is deprecated (since 2.0.0): use AccumulatorV2 [WARNING] val accumulable = mock[Accumulable[ServoTimers, RecordedTiming]] [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/MetricsRecorderSuite.scala:39: warning: value MockitoSugar in package mock is deprecated: Please use org.scalatest.mockito.MockitoSugar instead [WARNING] val accumulable = mock[Accumulable[ServoTimers, RecordedTiming]] [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/MetricsRecorderSuite.scala:39: warning: class Accumulable in package spark is deprecated (since 2.0.0): use AccumulatorV2 [WARNING] val accumulable = mock[Accumulable[ServoTimers, RecordedTiming]] [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/MetricsRecorderSuite.scala:56: warning: value MockitoSugar in package mock is deprecated: Please use org.scalatest.mockito.MockitoSugar instead [WARNING] val accumulable = mock[Accumulable[ServoTimers, RecordedTiming]] [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/MetricsRecorderSuite.scala:56: warning: class Accumulable in package spark is deprecated (since 2.0.0): use AccumulatorV2 [WARNING] val accumulable = mock[Accumulable[ServoTimers, RecordedTiming]] [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/MetricsRecorderSuite.scala:70: warning: value MockitoSugar in package mock is deprecated: Please use org.scalatest.mockito.MockitoSugar instead [WARNING] val accumulable = mock[Accumulable[ServoTimers, RecordedTiming]] [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/MetricsRecorderSuite.scala:70: warning: class Accumulable in package spark is deprecated (since 2.0.0): use AccumulatorV2 [WARNING] val accumulable = mock[Accumulable[ServoTimers, RecordedTiming]] [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/MetricsRecorderSuite.scala:84: warning: value MockitoSugar in package mock is deprecated: Please use org.scalatest.mockito.MockitoSugar instead [WARNING] val accumulable = mock[Accumulable[ServoTimers, RecordedTiming]] [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/MetricsRecorderSuite.scala:84: warning: class Accumulable in package spark is deprecated (since 2.0.0): use AccumulatorV2 [WARNING] val accumulable = mock[Accumulable[ServoTimers, RecordedTiming]] [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/MetricsRecorderSuite.scala:95: warning: value MockitoSugar in package mock is deprecated: Please use org.scalatest.mockito.MockitoSugar instead [WARNING] val accumulable = mock[Accumulable[ServoTimers, RecordedTiming]] [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/MetricsRecorderSuite.scala:95: warning: class Accumulable in package spark is deprecated (since 2.0.0): use AccumulatorV2 [WARNING] val accumulable = mock[Accumulable[ServoTimers, RecordedTiming]] [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/ServoTimerSuite.scala:94: warning: object JavaConversions in package collection is deprecated (since 2.12.0): use JavaConverters [WARNING] timer.getMonitors.foreach(monitor => { [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/ServoTimersAccumulableParamSuite.scala:30: warning: class Accumulable in package spark is deprecated (since 2.0.0): use AccumulatorV2 [WARNING] var accumulable: Accumulable[ServoTimers, RecordedTiming] = sc.accumulable(new ServoTimers()) [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/ServoTimersAccumulableParamSuite.scala:30: warning: method accumulable in class SparkContext is deprecated (since 2.0.0): use AccumulatorV2 [WARNING] var accumulable: Accumulable[ServoTimers, RecordedTiming] = sc.accumulable(new ServoTimers()) [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/ServoTimersAccumulableParamSuite.scala:70: warning: class Accumulable in package spark is deprecated (since 2.0.0): use AccumulatorV2 [WARNING] var accumulable: Accumulable[ServoTimers, RecordedTiming] = sc.accumulable(new ServoTimers()) [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/ServoTimersAccumulableParamSuite.scala:70: warning: method accumulable in class SparkContext is deprecated (since 2.0.0): use AccumulatorV2 [WARNING] var accumulable: Accumulable[ServoTimers, RecordedTiming] = sc.accumulable(new ServoTimers()) [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/ServoTimersAccumulableParamSuite.scala:108: warning: class Accumulable in package spark is deprecated (since 2.0.0): use AccumulatorV2 [WARNING] var accumulable1: Accumulable[ServoTimers, RecordedTiming] = sc.accumulable(new ServoTimers()) [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/ServoTimersAccumulableParamSuite.scala:108: warning: method accumulable in class SparkContext is deprecated (since 2.0.0): use AccumulatorV2 [WARNING] var accumulable1: Accumulable[ServoTimers, RecordedTiming] = sc.accumulable(new ServoTimers()) [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/ServoTimersAccumulableParamSuite.scala:114: warning: class Accumulable in package spark is deprecated (since 2.0.0): use AccumulatorV2 [WARNING] var accumulable2: Accumulable[ServoTimers, RecordedTiming] = sc.accumulable(new ServoTimers()) [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/ServoTimersAccumulableParamSuite.scala:114: warning: method accumulable in class SparkContext is deprecated (since 2.0.0): use AccumulatorV2 [WARNING] var accumulable2: Accumulable[ServoTimers, RecordedTiming] = sc.accumulable(new ServoTimers()) [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/TimerSuite.scala:34: warning: value MockitoSugar in package mock is deprecated: Please use org.scalatest.mockito.MockitoSugar instead [WARNING] val recorder = mock[MetricsRecorder] [WARNING] ^ [WARNING] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala/org/bdgenomics/utils/instrumentation/TimerSuite.scala:41: warning: value MockitoSugar in package mock is deprecated: Please use org.scalatest.mockito.MockitoSugar instead [WARNING] val recorder = mock[MetricsRecorder] [WARNING] ^ [WARNING] 32 warnings found [INFO] prepare-compile in 0 s [INFO] compile in 8 s [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ utils-metrics-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ utils-metrics-spark2_2.12 --- [INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:2.0.0:test (test) @ utils-metrics-spark2_2.12 --- Discovery starting. Discovery completed in 247 milliseconds. Run starting. Expected test count is: 43 InstrumentedRDDSuite: 2019-03-21 09:36:09 WARN Utils:66 - Your hostname, amp-jenkins-staging-worker-02 resolves to a loopback address: 127.0.1.1; using 192.168.10.32 instead (on interface eno1) 2019-03-21 09:36:09 WARN Utils:66 - Set SPARK_LOCAL_IP if you need to bind to another address 2019-03-21 09:36:09 WARN NativeCodeLoader:62 - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable - Operation is recorded correctly - Function call is recorded correctly - Instrumented Spark operation works correctly InstrumentedOrderedRDDFunctionsSuite: - Nested timings are not recorded for sortByKey operation InstrumentedPairRDDFunctionsSuite: - Persisting to Hadoop file is instrumented correctly +-------------------------+--------------------+--------+ | Col1 | Col2 | Col3 | +-------------------------+--------------------+--------+ | Col1Value1 | 100 nanoseconds | 100 | | Col1Value2 A Bit Longer | 200000 nanoseconds | 200000 | +-------------------------+--------------------+--------+ MonitorTableSuite: - Table is rendered correctly TimerSuite: - Time method does not error when no recorder is defined - Function times are recorded correctly with explicit recorder - Function times are recorded correctly with thread-local recorder DurationFormattingSuite: - Values with hours formatted correctly - Values with minutes formatted correctly - Values with seconds formatted correctly - Values with milliseconds formatted correctly - Values with microseconds formatted correctly - Values with nanoseconds formatted correctly - Negative duration does not throw an error HistogramSuite: - Histogram addition works ServoTimerSuite: - Total time computed correctly - Count computed correctly - Mean computed correctly - Max computed correctly - Min computed correctly - Timer and sub-monitors tagged correctly - Nanosecond timings recorded correctly MetricsSuite: - Timer metrics are computed correctly - Timer metrics are computed correctly for RDD operations MetricsListenerSuite: - Listener accumulates metrics when registered with Spark MetricsRecorderSuite: - Timings are recorded correctly - Nested timings are recorded correctly - New top-level operations get new sequence IDs - Repeated top-level operations get new sequence IDs - Non-matching timer name causes assertion error - Nested RDD operations are not recorded ASCIITableSuite: - Table is rendered correctly - Inequal sizes between header and rows are rejected AggregatorSuite: - UniqueAggregator only collects unique values - HistogramAggregator counts values correctly ServoTimersAccumulableParamSuite: - Values accumulated correctly - Paths with different properties are treated as distinct timers - Accumulable params can be merged together SparkMetricsSuite: - Task metrics are captured correctly - Stage metrics are captured correctly - Metrics are rendered correctly Run completed in 7 seconds, 650 milliseconds. Total number of tests run: 43 Suites: completed 16, aborted 0 Tests: succeeded 43, failed 0, canceled 0, ignored 0, pending 0 All tests passed. [INFO] [INFO] >>> scoverage-maven-plugin:1.1.1:report (default-cli) > [scoverage]test @ utils-metrics-spark2_2.12 >>> [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ utils-metrics-spark2_2.12 --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ utils-metrics-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ utils-metrics-spark2_2.12 --- [INFO] Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/main/scala added. [INFO] [INFO] --- scalariform-maven-plugin:0.1.4:format (default-cli) @ utils-metrics-spark2_2.12 --- [INFO] Modified 0 of 39 .scala files [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:pre-compile (default-cli) @ utils-metrics-spark2_2.12 --- [WARNING] Skipping SCoverage execution - unsupported Scala version "2.12.6" [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ utils-metrics-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/main/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ utils-metrics-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ utils-metrics-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:post-compile (default-cli) @ utils-metrics-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ utils-metrics-spark2_2.12 --- [INFO] Test Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/scala added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ utils-metrics-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-metrics/src/test/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile-first) @ utils-metrics-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ utils-metrics-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ utils-metrics-spark2_2.12 --- [INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:2.0.0:test (test) @ utils-metrics-spark2_2.12 --- Discovery starting. Discovery completed in 229 milliseconds. Run starting. Expected test count is: 43 InstrumentedRDDSuite: 2019-03-21 09:36:18 WARN Utils:66 - Your hostname, amp-jenkins-staging-worker-02 resolves to a loopback address: 127.0.1.1; using 192.168.10.32 instead (on interface eno1) 2019-03-21 09:36:18 WARN Utils:66 - Set SPARK_LOCAL_IP if you need to bind to another address 2019-03-21 09:36:19 WARN NativeCodeLoader:62 - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable - Operation is recorded correctly - Function call is recorded correctly - Instrumented Spark operation works correctly InstrumentedOrderedRDDFunctionsSuite: - Nested timings are not recorded for sortByKey operation InstrumentedPairRDDFunctionsSuite: - Persisting to Hadoop file is instrumented correctly +-------------------------+--------------------+--------+ | Col1 | Col2 | Col3 | +-------------------------+--------------------+--------+ | Col1Value1 | 100 nanoseconds | 100 | | Col1Value2 A Bit Longer | 200000 nanoseconds | 200000 | +-------------------------+--------------------+--------+ MonitorTableSuite: - Table is rendered correctly TimerSuite: - Time method does not error when no recorder is defined - Function times are recorded correctly with explicit recorder - Function times are recorded correctly with thread-local recorder DurationFormattingSuite: - Values with hours formatted correctly - Values with minutes formatted correctly - Values with seconds formatted correctly - Values with milliseconds formatted correctly - Values with microseconds formatted correctly - Values with nanoseconds formatted correctly - Negative duration does not throw an error HistogramSuite: - Histogram addition works ServoTimerSuite: - Total time computed correctly - Count computed correctly - Mean computed correctly - Max computed correctly - Min computed correctly - Timer and sub-monitors tagged correctly - Nanosecond timings recorded correctly MetricsSuite: - Timer metrics are computed correctly - Timer metrics are computed correctly for RDD operations MetricsListenerSuite: - Listener accumulates metrics when registered with Spark MetricsRecorderSuite: - Timings are recorded correctly - Nested timings are recorded correctly - New top-level operations get new sequence IDs - Repeated top-level operations get new sequence IDs - Non-matching timer name causes assertion error - Nested RDD operations are not recorded ASCIITableSuite: - Table is rendered correctly - Inequal sizes between header and rows are rejected AggregatorSuite: - UniqueAggregator only collects unique values - HistogramAggregator counts values correctly ServoTimersAccumulableParamSuite: - Values accumulated correctly - Paths with different properties are treated as distinct timers - Accumulable params can be merged together SparkMetricsSuite: - Task metrics are captured correctly - Stage metrics are captured correctly - Metrics are rendered correctly Run completed in 7 seconds, 280 milliseconds. Total number of tests run: 43 Suites: completed 16, aborted 0 Tests: succeeded 43, failed 0, canceled 0, ignored 0, pending 0 All tests passed. [INFO] [INFO] <<< scoverage-maven-plugin:1.1.1:report (default-cli) < [scoverage]test @ utils-metrics-spark2_2.12 <<< [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:report (default-cli) @ utils-metrics-spark2_2.12 --- [INFO] Skipping SCoverage report generation [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils-io-spark2_2.12: I/O utils 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ utils-io-spark2_2.12 --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ utils-io-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ utils-io-spark2_2.12 --- [INFO] Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-io/src/main/scala added. [INFO] [INFO] --- scalariform-maven-plugin:0.1.4:format (default-cli) @ utils-io-spark2_2.12 --- [INFO] Modified 0 of 9 .scala files [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ utils-io-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-io/src/main/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ utils-io-spark2_2.12 --- [INFO] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-io/src/main/scala:-1: info: compiling [INFO] Compiling 8 source files to /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-io/target/2.12.6/classes at 1553186185954 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ utils-io-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ utils-io-spark2_2.12 --- [INFO] Test Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-io/src/test/scala added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ utils-io-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile-first) @ utils-io-spark2_2.12 --- [INFO] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-io/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-io/target/2.12.6/test-classes at 1553186190237 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ utils-io-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ utils-io-spark2_2.12 --- [INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:2.0.0:test (test) @ utils-io-spark2_2.12 --- Discovery starting. Discovery completed in 107 milliseconds. Run starting. Expected test count is: 7 LocalFileLocatorSuite: - parentLocator retrieves the parent directory - relativeLocator retrieves a subdirectory - bytes accesses the named underlying file ByteArrayLocatorSuite: - byte access can be wrapped in a locator correctly FileLocatorSuite: - parseSlash can correctly parse a one-slash string - parseSlash can correctly parse a two-slash string - parseSlash can correctly parse a no-slash string Run completed in 220 milliseconds. Total number of tests run: 7 Suites: completed 4, aborted 0 Tests: succeeded 7, failed 0, canceled 0, ignored 0, pending 0 All tests passed. [INFO] [INFO] >>> scoverage-maven-plugin:1.1.1:report (default-cli) > [scoverage]test @ utils-io-spark2_2.12 >>> [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ utils-io-spark2_2.12 --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ utils-io-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ utils-io-spark2_2.12 --- [INFO] Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-io/src/main/scala added. [INFO] [INFO] --- scalariform-maven-plugin:0.1.4:format (default-cli) @ utils-io-spark2_2.12 --- [INFO] Modified 0 of 9 .scala files [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:pre-compile (default-cli) @ utils-io-spark2_2.12 --- [WARNING] Skipping SCoverage execution - unsupported Scala version "2.12.6" [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ utils-io-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-io/src/main/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ utils-io-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ utils-io-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:post-compile (default-cli) @ utils-io-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ utils-io-spark2_2.12 --- [INFO] Test Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-io/src/test/scala added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ utils-io-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile-first) @ utils-io-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ utils-io-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ utils-io-spark2_2.12 --- [INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:2.0.0:test (test) @ utils-io-spark2_2.12 --- Discovery starting. Discovery completed in 118 milliseconds. Run starting. Expected test count is: 7 LocalFileLocatorSuite: - parentLocator retrieves the parent directory - relativeLocator retrieves a subdirectory - bytes accesses the named underlying file ByteArrayLocatorSuite: - byte access can be wrapped in a locator correctly FileLocatorSuite: - parseSlash can correctly parse a one-slash string - parseSlash can correctly parse a two-slash string - parseSlash can correctly parse a no-slash string Run completed in 239 milliseconds. Total number of tests run: 7 Suites: completed 4, aborted 0 Tests: succeeded 7, failed 0, canceled 0, ignored 0, pending 0 All tests passed. [INFO] [INFO] <<< scoverage-maven-plugin:1.1.1:report (default-cli) < [scoverage]test @ utils-io-spark2_2.12 <<< [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:report (default-cli) @ utils-io-spark2_2.12 --- [INFO] Skipping SCoverage report generation [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils-statistics-spark2_2.12: Spark code for fitting statistical models 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ utils-statistics-spark2_2.12 --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ utils-statistics-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ utils-statistics-spark2_2.12 --- [INFO] Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-statistics/src/main/scala added. [INFO] [INFO] --- scalariform-maven-plugin:0.1.4:format (default-cli) @ utils-statistics-spark2_2.12 --- [INFO] Modified 0 of 6 .scala files [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ utils-statistics-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-statistics/src/main/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ utils-statistics-spark2_2.12 --- [INFO] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-statistics/src/main/scala:-1: info: compiling [INFO] Compiling 4 source files to /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-statistics/target/2.12.6/classes at 1553186196862 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ utils-statistics-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ utils-statistics-spark2_2.12 --- [INFO] Test Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-statistics/src/test/scala added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ utils-statistics-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-statistics/src/test/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile-first) @ utils-statistics-spark2_2.12 --- [INFO] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-statistics/src/test/scala:-1: info: compiling [INFO] Compiling 2 source files to /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-statistics/target/2.12.6/test-classes at 1553186202044 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ utils-statistics-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ utils-statistics-spark2_2.12 --- [INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:2.0.0:test (test) @ utils-statistics-spark2_2.12 --- Discovery starting. Discovery completed in 152 milliseconds. Run starting. Expected test count is: 6 PoissonMixtureModelSuite: 2019-03-21 09:36:48 WARN Utils:66 - Your hostname, amp-jenkins-staging-worker-02 resolves to a loopback address: 127.0.1.1; using 192.168.10.32 instead (on interface eno1) 2019-03-21 09:36:48 WARN Utils:66 - Set SPARK_LOCAL_IP if you need to bind to another address 2019-03-21 09:36:48 WARN NativeCodeLoader:62 - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable - run the m step on a trivial example 2019-03-21 09:36:51 WARN KMeans:66 - The input data is not directly cached, which may hurt performance if its parent RDDs are also uncached. 2019-03-21 09:36:52 WARN BLAS:61 - Failed to load implementation from: com.github.fommil.netlib.NativeSystemBLAS 2019-03-21 09:36:52 WARN BLAS:61 - Failed to load implementation from: com.github.fommil.netlib.NativeRefBLAS 2019-03-21 09:36:53 WARN KMeans:66 - The input data was not directly cached, which may hurt performance if its parent RDDs are also uncached. - fit a poisson to several thousand points ZScoreNormalizationSuite: - compute mean of a set of samples - compute variance of a set of samples - variance should be 0 if all elements are the same - check z-score for a varying rdd Run completed in 6 seconds, 711 milliseconds. Total number of tests run: 6 Suites: completed 3, aborted 0 Tests: succeeded 6, failed 0, canceled 0, ignored 0, pending 0 All tests passed. [INFO] [INFO] >>> scoverage-maven-plugin:1.1.1:report (default-cli) > [scoverage]test @ utils-statistics-spark2_2.12 >>> [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ utils-statistics-spark2_2.12 --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ utils-statistics-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ utils-statistics-spark2_2.12 --- [INFO] Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-statistics/src/main/scala added. [INFO] [INFO] --- scalariform-maven-plugin:0.1.4:format (default-cli) @ utils-statistics-spark2_2.12 --- [INFO] Modified 0 of 6 .scala files [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:pre-compile (default-cli) @ utils-statistics-spark2_2.12 --- [WARNING] Skipping SCoverage execution - unsupported Scala version "2.12.6" [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ utils-statistics-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-statistics/src/main/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ utils-statistics-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ utils-statistics-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:post-compile (default-cli) @ utils-statistics-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ utils-statistics-spark2_2.12 --- [INFO] Test Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-statistics/src/test/scala added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ utils-statistics-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-statistics/src/test/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile-first) @ utils-statistics-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ utils-statistics-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ utils-statistics-spark2_2.12 --- [INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:2.0.0:test (test) @ utils-statistics-spark2_2.12 --- Discovery starting. Discovery completed in 152 milliseconds. Run starting. Expected test count is: 6 PoissonMixtureModelSuite: 2019-03-21 09:36:56 WARN Utils:66 - Your hostname, amp-jenkins-staging-worker-02 resolves to a loopback address: 127.0.1.1; using 192.168.10.32 instead (on interface eno1) 2019-03-21 09:36:56 WARN Utils:66 - Set SPARK_LOCAL_IP if you need to bind to another address 2019-03-21 09:36:56 WARN NativeCodeLoader:62 - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable - run the m step on a trivial example 2019-03-21 09:36:59 WARN KMeans:66 - The input data is not directly cached, which may hurt performance if its parent RDDs are also uncached. 2019-03-21 09:37:00 WARN BLAS:61 - Failed to load implementation from: com.github.fommil.netlib.NativeSystemBLAS 2019-03-21 09:37:00 WARN BLAS:61 - Failed to load implementation from: com.github.fommil.netlib.NativeRefBLAS 2019-03-21 09:37:01 WARN KMeans:66 - The input data was not directly cached, which may hurt performance if its parent RDDs are also uncached. - fit a poisson to several thousand points ZScoreNormalizationSuite: - compute mean of a set of samples - compute variance of a set of samples - variance should be 0 if all elements are the same - check z-score for a varying rdd Run completed in 6 seconds, 486 milliseconds. Total number of tests run: 6 Suites: completed 3, aborted 0 Tests: succeeded 6, failed 0, canceled 0, ignored 0, pending 0 All tests passed. [INFO] [INFO] <<< scoverage-maven-plugin:1.1.1:report (default-cli) < [scoverage]test @ utils-statistics-spark2_2.12 <<< [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:report (default-cli) @ utils-statistics-spark2_2.12 --- [INFO] Skipping SCoverage report generation [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils-cli-spark2_2.12: utilities for building command line applications 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ utils-cli-spark2_2.12 --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ utils-cli-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ utils-cli-spark2_2.12 --- [INFO] Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-cli/src/main/scala added. [INFO] [INFO] --- scalariform-maven-plugin:0.1.4:format (default-cli) @ utils-cli-spark2_2.12 --- [INFO] Modified 0 of 3 .scala files [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ utils-cli-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-cli/src/main/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ utils-cli-spark2_2.12 --- [INFO] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-cli/src/main/scala:-1: info: compiling [INFO] Compiling 3 source files to /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-cli/target/2.12.6/classes at 1553186223020 [WARNING] warning: there was one deprecation warning [WARNING] warning: there was one deprecation warning (since 2.12.0) [WARNING] warning: there were two deprecation warnings in total; re-run with -deprecation for details [WARNING] three warnings found [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ utils-cli-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ utils-cli-spark2_2.12 --- [INFO] Test Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-cli/src/test/scala added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ utils-cli-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-cli/src/test/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile-first) @ utils-cli-spark2_2.12 --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ utils-cli-spark2_2.12 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ utils-cli-spark2_2.12 --- [INFO] Tests are skipped. [INFO] [INFO] >>> scoverage-maven-plugin:1.1.1:report (default-cli) > [scoverage]test @ utils-cli-spark2_2.12 >>> [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ utils-cli-spark2_2.12 --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ utils-cli-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ utils-cli-spark2_2.12 --- [INFO] Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-cli/src/main/scala added. [INFO] [INFO] --- scalariform-maven-plugin:0.1.4:format (default-cli) @ utils-cli-spark2_2.12 --- [INFO] Modified 0 of 3 .scala files [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:pre-compile (default-cli) @ utils-cli-spark2_2.12 --- [WARNING] Skipping SCoverage execution - unsupported Scala version "2.12.6" [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ utils-cli-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-cli/src/main/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ utils-cli-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ utils-cli-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:post-compile (default-cli) @ utils-cli-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ utils-cli-spark2_2.12 --- [INFO] Test Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-cli/src/test/scala added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ utils-cli-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-cli/src/test/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile-first) @ utils-cli-spark2_2.12 --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ utils-cli-spark2_2.12 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ utils-cli-spark2_2.12 --- [INFO] Tests are skipped. [INFO] [INFO] <<< scoverage-maven-plugin:1.1.1:report (default-cli) < [scoverage]test @ utils-cli-spark2_2.12 <<< [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:report (default-cli) @ utils-cli-spark2_2.12 --- [INFO] Skipping SCoverage report generation [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils-serialization-spark2_2.12: tools for serializing data 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ utils-serialization-spark2_2.12 --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ utils-serialization-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ utils-serialization-spark2_2.12 --- [INFO] Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-serialization/src/main/scala added. [INFO] [INFO] --- scalariform-maven-plugin:0.1.4:format (default-cli) @ utils-serialization-spark2_2.12 --- [INFO] Modified 0 of 1 .scala files [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ utils-serialization-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-serialization/src/main/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ utils-serialization-spark2_2.12 --- [INFO] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-serialization/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-serialization/target/2.12.6/classes at 1553186228395 [INFO] prepare-compile in 0 s [INFO] compile in 2 s [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ utils-serialization-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ utils-serialization-spark2_2.12 --- [INFO] Test Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-serialization/src/test/scala added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ utils-serialization-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-serialization/src/test/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile-first) @ utils-serialization-spark2_2.12 --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ utils-serialization-spark2_2.12 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ utils-serialization-spark2_2.12 --- [INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:2.0.0:test (test) @ utils-serialization-spark2_2.12 --- Discovery starting. Discovery completed in 77 milliseconds. Run starting. Expected test count is: 0 DiscoverySuite: Run completed in 127 milliseconds. Total number of tests run: 0 Suites: completed 1, aborted 0 Tests: succeeded 0, failed 0, canceled 0, ignored 0, pending 0 No tests were executed. [INFO] [INFO] >>> scoverage-maven-plugin:1.1.1:report (default-cli) > [scoverage]test @ utils-serialization-spark2_2.12 >>> [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ utils-serialization-spark2_2.12 --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ utils-serialization-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ utils-serialization-spark2_2.12 --- [INFO] Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-serialization/src/main/scala added. [INFO] [INFO] --- scalariform-maven-plugin:0.1.4:format (default-cli) @ utils-serialization-spark2_2.12 --- [INFO] Modified 0 of 1 .scala files [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:pre-compile (default-cli) @ utils-serialization-spark2_2.12 --- [WARNING] Skipping SCoverage execution - unsupported Scala version "2.12.6" [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ utils-serialization-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-serialization/src/main/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ utils-serialization-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ utils-serialization-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:post-compile (default-cli) @ utils-serialization-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ utils-serialization-spark2_2.12 --- [INFO] Test Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-serialization/src/test/scala added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ utils-serialization-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-serialization/src/test/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile-first) @ utils-serialization-spark2_2.12 --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ utils-serialization-spark2_2.12 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ utils-serialization-spark2_2.12 --- [INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:2.0.0:test (test) @ utils-serialization-spark2_2.12 --- Discovery starting. Discovery completed in 81 milliseconds. Run starting. Expected test count is: 0 DiscoverySuite: Run completed in 142 milliseconds. Total number of tests run: 0 Suites: completed 1, aborted 0 Tests: succeeded 0, failed 0, canceled 0, ignored 0, pending 0 No tests were executed. [INFO] [INFO] <<< scoverage-maven-plugin:1.1.1:report (default-cli) < [scoverage]test @ utils-serialization-spark2_2.12 <<< [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:report (default-cli) @ utils-serialization-spark2_2.12 --- [INFO] Skipping SCoverage report generation [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils-intervalrdd-spark2_2.12: IntervalRDD based on interval tree 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ utils-intervalrdd-spark2_2.12 --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ utils-intervalrdd-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ utils-intervalrdd-spark2_2.12 --- [INFO] Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-intervalrdd/src/main/scala added. [INFO] [INFO] --- scalariform-maven-plugin:0.1.4:format (default-cli) @ utils-intervalrdd-spark2_2.12 --- [INFO] Modified 0 of 8 .scala files [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ utils-intervalrdd-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-intervalrdd/src/main/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ utils-intervalrdd-spark2_2.12 --- [INFO] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-intervalrdd/src/main/scala:-1: info: compiling [INFO] Compiling 5 source files to /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-intervalrdd/target/2.12.6/classes at 1553186235663 [WARNING] warning: there were two deprecation warnings (since 2.0.0); re-run with -deprecation for details [WARNING] one warning found [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ utils-intervalrdd-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ utils-intervalrdd-spark2_2.12 --- [INFO] Test Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-intervalrdd/src/test/scala added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ utils-intervalrdd-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-intervalrdd/src/test/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile-first) @ utils-intervalrdd-spark2_2.12 --- [INFO] /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-intervalrdd/src/test/scala:-1: info: compiling [INFO] Compiling 3 source files to /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-intervalrdd/target/2.12.6/test-classes at 1553186241407 [INFO] prepare-compile in 0 s [INFO] compile in 9 s [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ utils-intervalrdd-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ utils-intervalrdd-spark2_2.12 --- [INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:2.0.0:test (test) @ utils-intervalrdd-spark2_2.12 --- Discovery starting. Discovery completed in 218 milliseconds. Run starting. Expected test count is: 31 IntervalRDDSuite: 2019-03-21 09:37:32 WARN Utils:66 - Your hostname, amp-jenkins-staging-worker-02 resolves to a loopback address: 127.0.1.1; using 192.168.10.32 instead (on interface eno1) 2019-03-21 09:37:32 WARN Utils:66 - Set SPARK_LOCAL_IP if you need to bind to another address 2019-03-21 09:37:32 WARN NativeCodeLoader:62 - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable - create IntervalRDD from RDD of datatype string - merge new values into existing IntervalRDD - call put multiple times on data with same interval - test filterByInterval - verify no data is lost in conversion from rdd to intervalrdd - count data where chromosome partitions overlap - get data where chromosome partitions overlap - apply predicate to the RDD - testing collect - test before and after toRDD sizes are the same - testing mapValues - Attempt to access data from non existing key - Delete values from rdd - Repartitions IntervalRDD IntervalPartitionSuite: - create new partition - create partition from iterator - get values from iterator-created partition - correctly fetches data that is initially unsorted - put some for iterator of intervals and key-values - get some for iterator of intervals - selectively getting intervals - putting differing number of reads into different regions - putting then getting a region that overlaps 3 regions - applying a predicate - applying a map IntervalArraySuite: - succeeds in searching empty IntervalArray - build a IntervalArray with a single item and retrieve data - build a IntervalArray out of multiple datapoints and retrieve data - verify get with requireOverlap set to false on IntervalArray retrieves nearest data - verify IntervalArray fetches all valid ranges - inserts new elements into IntervalArray Run completed in 6 seconds, 764 milliseconds. Total number of tests run: 31 Suites: completed 4, aborted 0 Tests: succeeded 31, failed 0, canceled 0, ignored 0, pending 0 All tests passed. [INFO] [INFO] >>> scoverage-maven-plugin:1.1.1:report (default-cli) > [scoverage]test @ utils-intervalrdd-spark2_2.12 >>> [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ utils-intervalrdd-spark2_2.12 --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ utils-intervalrdd-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ utils-intervalrdd-spark2_2.12 --- [INFO] Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-intervalrdd/src/main/scala added. [INFO] [INFO] --- scalariform-maven-plugin:0.1.4:format (default-cli) @ utils-intervalrdd-spark2_2.12 --- [INFO] Modified 0 of 8 .scala files [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:pre-compile (default-cli) @ utils-intervalrdd-spark2_2.12 --- [WARNING] Skipping SCoverage execution - unsupported Scala version "2.12.6" [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ utils-intervalrdd-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-intervalrdd/src/main/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ utils-intervalrdd-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ utils-intervalrdd-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:post-compile (default-cli) @ utils-intervalrdd-spark2_2.12 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ utils-intervalrdd-spark2_2.12 --- [INFO] Test Source directory: /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-intervalrdd/src/test/scala added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ utils-intervalrdd-spark2_2.12 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/utils-intervalrdd/src/test/resources [INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile-first) @ utils-intervalrdd-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ utils-intervalrdd-spark2_2.12 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ utils-intervalrdd-spark2_2.12 --- [INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:2.0.0:test (test) @ utils-intervalrdd-spark2_2.12 --- Discovery starting. Discovery completed in 151 milliseconds. Run starting. Expected test count is: 31 IntervalRDDSuite: 2019-03-21 09:37:40 WARN Utils:66 - Your hostname, amp-jenkins-staging-worker-02 resolves to a loopback address: 127.0.1.1; using 192.168.10.32 instead (on interface eno1) 2019-03-21 09:37:40 WARN Utils:66 - Set SPARK_LOCAL_IP if you need to bind to another address 2019-03-21 09:37:40 WARN NativeCodeLoader:62 - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable - create IntervalRDD from RDD of datatype string - merge new values into existing IntervalRDD - call put multiple times on data with same interval - test filterByInterval - verify no data is lost in conversion from rdd to intervalrdd - count data where chromosome partitions overlap - get data where chromosome partitions overlap - apply predicate to the RDD - testing collect - test before and after toRDD sizes are the same - testing mapValues - Attempt to access data from non existing key - Delete values from rdd - Repartitions IntervalRDD IntervalPartitionSuite: - create new partition - create partition from iterator - get values from iterator-created partition - correctly fetches data that is initially unsorted - put some for iterator of intervals and key-values - get some for iterator of intervals - selectively getting intervals - putting differing number of reads into different regions - putting then getting a region that overlaps 3 regions - applying a predicate - applying a map IntervalArraySuite: - succeeds in searching empty IntervalArray - build a IntervalArray with a single item and retrieve data - build a IntervalArray out of multiple datapoints and retrieve data - verify get with requireOverlap set to false on IntervalArray retrieves nearest data - verify IntervalArray fetches all valid ranges - inserts new elements into IntervalArray Run completed in 6 seconds, 952 milliseconds. Total number of tests run: 31 Suites: completed 4, aborted 0 Tests: succeeded 31, failed 0, canceled 0, ignored 0, pending 0 All tests passed. [INFO] [INFO] <<< scoverage-maven-plugin:1.1.1:report (default-cli) < [scoverage]test @ utils-intervalrdd-spark2_2.12 <<< [INFO] [INFO] --- scoverage-maven-plugin:1.1.1:report (default-cli) @ utils-intervalrdd-spark2_2.12 --- [INFO] [scoverage] Generating aggregated cobertura XML report... [INFO] [scoverage] Generating aggregated scoverage XML report... [INFO] [scoverage] Generating aggregated scoverage HTML report... [INFO] Skipping SCoverage report generation [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building utils 0.2.15-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- coveralls-maven-plugin:4.3.0:report (default-cli) @ utils-parent-spark2_2.12 --- [INFO] Starting Coveralls job for jenkins (144 / https://amplab.cs.berkeley.edu/jenkins/job/bdg-utils-prb/HADOOP_VERSION=2.7.5,SCALA_VERSION=2.12,SPARK_VERSION=2.4.0,label=ubuntu/144/) [INFO] Using repository token [INFO] Git commit 8ac4c5f in pr/134/merge [INFO] Writing Coveralls data to /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/target/coveralls.json... [INFO] Processing coverage report from /home/jenkins/workspace/bdg-utils-prb/HADOOP_VERSION/2.7.5/SCALA_VERSION/2.12/SPARK_VERSION/2.4.0/label/ubuntu/target/cobertura.xml [INFO] Successfully wrote Coveralls data in 57ms [INFO] Gathered code coverage metrics for 0 source files with 0 lines of code: [INFO] - 0 relevant lines [INFO] - 0 covered lines [INFO] - 0 missed lines [INFO] Submitting Coveralls data to API [INFO] Successfully submitted Coveralls data in 1710ms for Job #144.1 [INFO] https://coveralls.io/jobs/46448885 [INFO] *** It might take hours for Coveralls to update the actual coverage numbers for a job [INFO] If you see question marks in the report, please be patient [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] utils .............................................. SUCCESS [ 2.144 s] [INFO] utils-misc-spark2_2.12: Miscellaneous Spark utility code SUCCESS [ 27.199 s] [INFO] utils-minhash-spark2_2.12: MinHash-based Jaccard similarity estimator SUCCESS [ 25.102 s] [INFO] utils-metrics-spark2_2.12: tools for collecting metrics on top of RDDs SUCCESS [ 40.021 s] [INFO] utils-io-spark2_2.12: I/O utils .................... SUCCESS [ 10.907 s] [INFO] utils-statistics-spark2_2.12: Spark code for fitting statistical models SUCCESS [ 26.106 s] [INFO] utils-cli-spark2_2.12: utilities for building command line applications SUCCESS [ 4.764 s] [INFO] utils-serialization-spark2_2.12: tools for serializing data SUCCESS [ 7.745 s] [INFO] utils-intervalrdd-spark2_2.12: IntervalRDD based on interval tree SUCCESS [ 32.115 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:00 min [INFO] Finished at: 2019-03-21T09:37:49-07:00 [INFO] Final Memory: 60M/1500M [INFO] ------------------------------------------------------------------------ # we are done with maven, so clean up the maven temp dir find ${UTILS_MVN_TMP_DIR} + find /tmp/utilsTestMvnBHNwwgE /tmp/utilsTestMvnBHNwwgE /tmp/utilsTestMvnBHNwwgE/test.txt1543970742779260007.txt /tmp/utilsTestMvnBHNwwgE/LocalFileLocatorSuite6901055699660426708test /tmp/utilsTestMvnBHNwwgE/test.txt6594172790980328127.txt /tmp/utilsTestMvnBHNwwgE/LocalFileLocatorSuite3446056865375146676test /tmp/utilsTestMvnBHNwwgE/LocalFileLocatorSuite4962720913310428677test /tmp/utilsTestMvnBHNwwgE/LocalFileLocatorSuite7829406351973034699test /tmp/utilsTestMvnBHNwwgE/LocalFileLocatorSuite1871522161603356574test /tmp/utilsTestMvnBHNwwgE/LocalFileLocatorSuite6076383029624911301test rm -rf ${UTILS_MVN_TMP_DIR} + rm -rf /tmp/utilsTestMvnBHNwwgE echo + echo echo "All the tests passed" + echo 'All the tests passed' All the tests passed echo + echo Recording test results Setting commit status on GitHub for https://github.com/bigdatagenomics/utils/commit/8ac4c5fcdc8682fd2651a079a6781ac7577f74ca Finished: SUCCESS