For some reason "src/main/resources/logos/ApacheDrill.eps" is being
identified as a BINARY file on all of my build machine of as UNKNOWN on
Apache's.

On Thu, Jan 22, 2015 at 8:20 PM, Aditya <[email protected]> wrote:

> Mea culpa!
>
> Looks like may last check-in broke the build in license check even though
> it passed on my local machine twice.
>
>
> On Thu, Jan 22, 2015 at 7:52 PM, Apache Jenkins Server <
> [email protected]> wrote:
>
>> See <https://builds.apache.org/job/drill-scm/200/changes>
>>
>> Changes:
>>
>> [adi] DRILL-2056: Remove "sandbox" folder from Drill source
>>
>> [adi] DRILL-2052: Remove remaining references to "incubator" from source
>> code
>>
>> [sphillips] DRILL-1960: Automatic reallocation
>>
>> ------------------------------------------
>> Started by an SCM change
>> Started by an SCM change
>> Building remotely on H10 (Ubuntu ubuntu) in workspace <
>> https://builds.apache.org/job/drill-scm/ws/>
>>  > git rev-parse --is-inside-work-tree # timeout=10
>> Fetching changes from the remote Git repository
>>  > 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 --version # timeout=10
>>  > 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 a22b47243dbfdc5d956a5a7cf7964a6b9ae1418e
>> (refs/remotes/origin/master)
>>  > git config core.sparsecheckout # timeout=10
>>  > git checkout -f a22b47243dbfdc5d956a5a7cf7964a6b9ae1418e
>>  > git rev-list 8d1e1affe86a5adca3bc17eeaf7520f0d379a393 # timeout=10
>> [drill-scm] $
>> /home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5/bin/mvn
>> clean install -DskipTests
>> [INFO] Scanning for projects...
>> [WARNING]
>> [WARNING] Some problems were encountered while building the effective
>> model for org.apache.drill.exec:drill-interpreter:jar:0.8.0-SNAPSHOT
>> [WARNING] 'build.plugins.plugin.version' for
>> org.codehaus.mojo:exec-maven-plugin is missing. @ line 57, column 15
>> [WARNING]
>> [WARNING] It is highly recommended to fix these problems because they
>> threaten the stability of your build.
>> [WARNING]
>> [WARNING] For this reason, future Maven versions might no longer support
>> building such malformed projects.
>> [WARNING]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Reactor Build Order:
>> [INFO]
>> [INFO] Apache Drill Root POM
>> [INFO] Drill Protocol
>> [INFO] Common (Logical Plan, Base expressions)
>> [INFO] contrib/Parent Pom
>> [INFO] contrib/data/Parent Pom
>> [INFO] contrib/data/tpch-sample-data
>> [INFO] exec/Parent Pom
>> [INFO] exec/Java Execution Engine
>> [INFO] contrib/hive-storage-plugin/Parent Pom
>> [INFO] contrib/hive-storage-plugin/hive-exec-shaded
>> [INFO] contrib/hive-storage-plugin/core
>> [INFO] exec/JDBC Driver using dependencies
>> [INFO] JDBC JAR with all dependencies
>> [INFO] exec/Drill expression interpreter
>> [INFO] contrib/mongo-storage-plugin
>> [INFO] contrib/hbase-storage-plugin
>> [INFO] Packaging and Distribution Assembly
>> [INFO] contrib/sqlline
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache Drill Root POM 0.8.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ drill-root ---
>> [INFO] Deleting <https://builds.apache.org/job/drill-scm/ws/target>
>> [INFO]
>> [INFO] --- apache-rat-plugin:0.10:check (rat-checks) @ drill-root ---
>> [INFO] 56 implicit excludes (use -debug for more details).
>> [INFO] Exclude: **/*.log
>> [INFO] Exclude: **/*.css
>> [INFO] Exclude: **/*.js
>> [INFO] Exclude: **/*.md
>> [INFO] Exclude: sandbox/**
>> [INFO] Exclude: **/*.json
>> [INFO] Exclude: **/*.parquet
>> [INFO] Exclude: **/*.sql
>> [INFO] Exclude: **/git.properties
>> [INFO] Exclude: **/*.csv
>> [INFO] Exclude: **/*.tsv
>> [INFO] Exclude: **/*.txt
>> [INFO] Exclude: **/drill-*.conf
>> [INFO] Exclude: **/.buildpath
>> [INFO] Exclude: **/*.proto
>> [INFO] Exclude: **/*.fmpp
>> [INFO] Exclude: **/target/**
>> [INFO] Exclude: **/*.iml
>> [INFO] Exclude: **/*.tdd
>> [INFO] Exclude: **/*.project
>> [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: **/*.tbl
>> [INFO] 16 resources included (use -debug for more details)
>> Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property '
>> http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not
>> recognized.
>> Compiler warnings:
>>   WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property '
>> http://javax.xml.XMLConstants/property/accessExternalDTD' is not
>> recognized.'
>> Warning:  org.apache.xerces.parsers.SAXParser: Feature '
>> http://javax.xml.XMLConstants/feature/secure-processing' is not
>> recognized.
>> Warning:  org.apache.xerces.parsers.SAXParser: Property '
>> http://javax.xml.XMLConstants/property/accessExternalDTD' is not
>> recognized.
>> Warning:  org.apache.xerces.parsers.SAXParser: Property '
>> http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not
>> recognized.
>> [INFO] Rat check: Summary of files. Unapproved: 1 unknown: 1 generated: 0
>> approved: 8 licence.
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Apache Drill Root POM ............................. FAILURE
>> [18.166s]
>> [INFO] Drill Protocol .................................... SKIPPED
>> [INFO] Common (Logical Plan, Base expressions) ........... SKIPPED
>> [INFO] contrib/Parent Pom ................................ SKIPPED
>> [INFO] contrib/data/Parent Pom ........................... SKIPPED
>> [INFO] contrib/data/tpch-sample-data ..................... SKIPPED
>> [INFO] exec/Parent Pom ................................... SKIPPED
>> [INFO] exec/Java Execution Engine ........................ 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] exec/JDBC Driver using dependencies ............... SKIPPED
>> [INFO] JDBC JAR with all dependencies .................... SKIPPED
>> [INFO] exec/Drill expression interpreter ................. SKIPPED
>> [INFO] contrib/mongo-storage-plugin ...................... SKIPPED
>> [INFO] contrib/hbase-storage-plugin ...................... SKIPPED
>> [INFO] Packaging and Distribution Assembly ............... SKIPPED
>> [INFO] contrib/sqlline ................................... SKIPPED
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 19.191s
>> [INFO] Finished at: Fri Jan 23 03:52:02 UTC 2015
>> [INFO] Final Memory: 18M/913M
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] Failed to execute goal
>> org.apache.rat:apache-rat-plugin:0.10:check (rat-checks) on project
>> drill-root: Too many files with unapproved license: 1 See RAT report in: <
>> https://builds.apache.org/job/drill-scm/ws/target/rat.txt> -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>> Build step 'Invoke top-level Maven targets' marked build as failure
>> Archiving artifacts
>> Sending artifact delta relative to drill-scm #199
>> Archived 1 artifacts
>> Archive block size is 32768
>> Received 0 blocks and 139530800 bytes
>> Compression is 0.0%
>> Took 43 sec
>>
>
>

Reply via email to