You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/04/07 12:40:11 UTC

Build failed in Jenkins: drill-scm #953

See <https://builds.apache.org/job/drill-scm/953/display/redirect?page=changes>

Changes:

[arina.yelchiyeva] DRILL-6279: Indicate operators that spilled in-memory data to disk on

[arina.yelchiyeva] DRILL-6303: Provide a button to copy the Drillbit's JStack shown in

[arina.yelchiyeva] DRILL-6287: apache-release profile should be disabled by default

[arina.yelchiyeva] DRILL-6271: Updated copyright range in NOTICE

[arina.yelchiyeva] DRILL-6016: Fix for Error reading INT96 created by Apache Spark

[arina.yelchiyeva] DRILL-6230: Extend row set readers to handle hyper vectors

[arina.yelchiyeva] DRILL-6284: Add operator metrics for batch sizing for flatten

[arina.yelchiyeva] DRILL-6296: Add operator metrics for batch sizing for merge join

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H31 (ubuntu xenial) in workspace <https://builds.apache.org/job/drill-scm/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/drill.git
 > git init <https://builds.apache.org/job/drill-scm/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/drill.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/drill.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/drill.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/drill.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/drill.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/drill.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision da241134fb88464139437b05b1feaafbb3014bb0 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f da241134fb88464139437b05b1feaafbb3014bb0
Commit message: "DRILL-6296: Add operator metrics for batch sizing for merge join"
 > git rev-list --no-walk 9a6cb59b9b7a5b127e5f60309ce2f506ede9652a # timeout=10
[drill-scm] $ /home/jenkins/tools/maven/apache-maven-3.3.3/bin/mvn clean install -DskipTests
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: linux
[INFO] os.detected.arch: x86_64
[INFO] os.detected.version: 4.4
[INFO] os.detected.version.major: 4
[INFO] os.detected.version.minor: 4
[INFO] os.detected.release: ubuntu
[INFO] os.detected.release.version: 16.04
[INFO] os.detected.release.like.ubuntu: true
[INFO] os.detected.release.like.debian: true
[INFO] os.detected.classifier: linux-x86_64
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Drill Root POM
[INFO] tools/Parent Pom
[INFO] tools/freemarker codegen tooling
[INFO] Drill Protocol
[INFO] Common (Logical Plan, Base expressions)
[INFO] Logical Plan, Base expressions
[INFO] exec/Parent Pom
[INFO] exec/memory/Parent Pom
[INFO] exec/memory/base
[INFO] exec/rpc
[INFO] exec/Vectors
[INFO] contrib/Parent Pom
[INFO] contrib/data/Parent Pom
[INFO] contrib/data/tpch-sample-data
[INFO] exec/Java Execution Engine
[INFO] exec/JDBC Driver using dependencies
[INFO] JDBC JAR with all dependencies
[INFO] Drill-on-YARN
[INFO] contrib/kudu-storage-plugin
[INFO] contrib/opentsdb-storage-plugin
[INFO] contrib/mongo-storage-plugin
[INFO] contrib/hbase-storage-plugin
[INFO] contrib/jdbc-storage-plugin
[INFO] contrib/hive-storage-plugin/Parent Pom
[INFO] contrib/hive-storage-plugin/hive-exec-shaded
[INFO] contrib/hive-storage-plugin/core
[INFO] contrib/drill-gis-plugin
[INFO] contrib/kafka-storage-plugin
[INFO] Packaging and Distribution Assembly
[INFO] contrib/mapr-format-plugin
[INFO] contrib/sqlline
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Drill Root POM 1.14.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ drill-root ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-checks) @ drill-root ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://builds.apache.org/job/drill-scm/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 89 implicit excludes (use -debug for more details).
[INFO] Exclude: **/*.log
[INFO] Exclude: **/*.css
[INFO] Exclude: **/*.js
[INFO] Exclude: **/*.md
[INFO] Exclude: **/*.eps
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.seq
[INFO] Exclude: **/*.parquet
[INFO] Exclude: **/*.sql
[INFO] Exclude: **/git.properties
[INFO] Exclude: **/*.csv
[INFO] Exclude: **/*.csvh
[INFO] Exclude: **/*.csvh-test
[INFO] Exclude: **/*.tsv
[INFO] Exclude: **/*.txt
[INFO] Exclude: **/*.ssv
[INFO] Exclude: **/drill-*.conf
[INFO] Exclude: **/.buildpath
[INFO] Exclude: **/*.proto
[INFO] Exclude: **/*.fmpp
[INFO] Exclude: **/target/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.tdd
[INFO] Exclude: **/*.project
[INFO] Exclude: **/TAGS
[INFO] Exclude: **/*.checkstyle
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/.settings/**
[INFO] Exclude: .*/**
[INFO] Exclude: **/*.patch
[INFO] Exclude: **/*.pb.cc
[INFO] Exclude: **/*.pb.h
[INFO] Exclude: **/*.linux
[INFO] Exclude: **/client/*build*/**
[INFO] Exclude: **/client/tags
[INFO] Exclude: **/cmake_install.cmake
[INFO] Exclude: **/ssl/*.csr
[INFO] Exclude: **/ssl/*.pem
[INFO] Exclude: **/ssl/*.p12
[INFO] Exclude: **/*.tbl
[INFO] Exclude: **/*.httpd
[INFO] Exclude: **/*.autotools
[INFO] Exclude: **/*.cproject
[INFO] Exclude: **/*.drill
[INFO] Exclude: dependency-reduced-pom.xml
[INFO] 13 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 6 licenses.
[INFO] 
[INFO] --- git-commit-id-plugin:2.1.9:revision (for-jars) @ drill-root ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.1.9:revision (for-source-tarball) @ drill-root ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ drill-root ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ drill-root ---
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:test-jar (default) @ drill-root ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.12.1:check (checkstyle-validation) @ drill-root ---
Downloading: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/5.9/checkstyle-5.9.pom
3/26 KB   5/26 KB   8/26 KB   11/26 KB   13/26 KB   16/26 KB   19/26 KB   21/26 KB   24/26 KB   26/26 KB              Downloaded: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/5.9/checkstyle-5.9.pom (26 KB at 51.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/5.9/checkstyle-5.9.jar
3/705 KB   5/705 KB   8/705 KB   11/705 KB   13/705 KB   16/705 KB   19/705 KB   21/705 KB   24/705 KB   27/705 KB   29/705 KB   32/705 KB   36/705 KB   40/705 KB   44/705 KB   48/705 KB   52/705 KB   56/705 KB   60/705 KB   64/705 KB   68/705 KB   72/705 KB   76/705 KB   80/705 KB   84/705 KB   88/705 KB   92/705 KB   96/705 KB   100/705 KB   104/705 KB   108/705 KB   112/705 KB   116/705 KB   120/705 KB   124/705 KB   128/705 KB   132/705 KB   136/705 KB   140/705 KB   144/705 KB   148/705 KB   152/705 KB   156/705 KB   160/705 KB   164/705 KB   168/705 KB   172/705 KB   176/705 KB   180/705 KB   184/705 KB   188/705 KB   192/705 KB   196/705 KB   200/705 KB   204/705 KB   208/705 KB   212/705 KB   216/705 KB   220/705 KB   224/705 KB   228/705 KB   232/705 KB   236/705 KB   240/705 KB   244/705 KB   248/705 KB   252/705 KB   256/705 KB   260/705 KB   264/705 KB   268/705 KB   272/705 KB   276/705 KB   280/705 KB   284/705 KB   288/705 KB   292/705 KB   296/705 KB   300/705 KB   304/705 KB   308/705 KB   312/705 KB   316/705 KB   320/705 KB   324/705 KB   328/705 KB   332/705 KB   336/705 KB   340/705 KB   344/705 KB   348/705 KB   352/705 KB   356/705 KB   360/705 KB   364/705 KB   368/705 KB   372/705 KB   376/705 KB   380/705 KB   384/705 KB   388/705 KB   392/705 KB   396/705 KB   400/705 KB   404/705 KB   408/705 KB   412/705 KB   416/705 KB   420/705 KB   424/705 KB   428/705 KB   432/705 KB   436/705 KB   440/705 KB   444/705 KB   448/705 KB   452/705 KB   456/705 KB   460/705 KB   464/705 KB   468/705 KB   472/705 KB   476/705 KB   480/705 KB   484/705 KB   488/705 KB   492/705 KB   496/705 KB   500/705 KB   504/705 KB   508/705 KB   512/705 KB   516/705 KB   520/705 KB   524/705 KB   528/705 KB   532/705 KB   536/705 KB   540/705 KB   544/705 KB   548/705 KB   552/705 KB   556/705 KB   560/705 KB   564/705 KB   568/705 KB   572/705 KB   576/705 KB   580/705 KB   584/705 KB   588/705 KB   592/705 KB   596/705 KB   600/705 KB   604/705 KB   608/705 KB   612/705 KB   616/705 KB   620/705 KB   624/705 KB   628/705 KB   632/705 KB   636/705 KB   640/705 KB   644/705 KB   648/705 KB   652/705 KB   656/705 KB   660/705 KB   664/705 KB   668/705 KB   672/705 KB   676/705 KB   680/705 KB   684/705 KB   688/705 KB   692/705 KB   696/705 KB   700/705 KB   704/705 KB   705/705 KB                Downloaded: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/5.9/checkstyle-5.9.jar (705 KB at 4637.2 KB/sec)
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (validate_java_and_maven_version) @ drill-root ---
[WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message:
Detected JDK Version: 1.7.0-80 is not in the allowed range [1.8,1.9).
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Drill Root POM .............................. FAILURE [  9.854 s]
[INFO] tools/Parent Pom ................................... SKIPPED
[INFO] tools/freemarker codegen tooling ................... SKIPPED
[INFO] Drill Protocol ..................................... SKIPPED
[INFO] Common (Logical Plan, Base expressions) ............ SKIPPED
[INFO] Logical Plan, Base expressions ..................... SKIPPED
[INFO] exec/Parent Pom .................................... SKIPPED
[INFO] exec/memory/Parent Pom ............................. SKIPPED
[INFO] exec/memory/base ................................... SKIPPED
[INFO] exec/rpc ........................................... SKIPPED
[INFO] exec/Vectors ....................................... SKIPPED
[INFO] contrib/Parent Pom ................................. SKIPPED
[INFO] contrib/data/Parent Pom ............................ SKIPPED
[INFO] contrib/data/tpch-sample-data ...................... SKIPPED
[INFO] exec/Java Execution Engine ......................... SKIPPED
[INFO] exec/JDBC Driver using dependencies ................ SKIPPED
[INFO] JDBC JAR with all dependencies ..................... SKIPPED
[INFO] Drill-on-YARN ...................................... SKIPPED
[INFO] contrib/kudu-storage-plugin ........................ SKIPPED
[INFO] contrib/opentsdb-storage-plugin .................... SKIPPED
[INFO] contrib/mongo-storage-plugin ....................... SKIPPED
[INFO] contrib/hbase-storage-plugin ....................... SKIPPED
[INFO] contrib/jdbc-storage-plugin ........................ SKIPPED
[INFO] contrib/hive-storage-plugin/Parent Pom ............. SKIPPED
[INFO] contrib/hive-storage-plugin/hive-exec-shaded ....... SKIPPED
[INFO] contrib/hive-storage-plugin/core ................... SKIPPED
[INFO] contrib/drill-gis-plugin ........................... SKIPPED
[INFO] contrib/kafka-storage-plugin ....................... SKIPPED
[INFO] Packaging and Distribution Assembly ................ SKIPPED
[INFO] contrib/mapr-format-plugin ......................... SKIPPED
[INFO] contrib/sqlline .................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.929 s
[INFO] Finished at: 2018-04-07T12:40:10+00:00
[INFO] Final Memory: 68M/878M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce (validate_java_and_maven_version) on project drill-root: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts

Jenkins build is back to normal : drill-scm #954

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/drill-scm/954/display/redirect>