See
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/247/display/redirect?page=changes>
Changes:
[andor] ZOOKEEPER-3176: Quorum TLS - add SSL config options
------------------------------------------
[...truncated 14.66 KB...]
[ivy:retrieve] :: retrieving :: org.apache.zookeeper#zookeeper
[ivy:retrieve] confs: [default]
[ivy:retrieve] 21 artifacts copied, 0 already retrieved (8266kB/26ms)
ivy-retrieve-clover:
clover.check:
clover.setup:
clover:
ivy-retrieve-javacc:
[mkdir] Created dir:
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/build/javacc/lib>
[ivy:retrieve] :: resolving dependencies ::
org.apache.zookeeper#zookeeper;3.6.0-SNAPSHOT
[ivy:retrieve] confs: [javacc]
[ivy:retrieve] found net.java.dev.javacc#javacc;5.0 in maven2
[ivy:retrieve] :: resolution report :: resolve 22ms :: artifacts dl 0ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| javacc | 1 | 0 | 0 | 0 || 1 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache.zookeeper#zookeeper
[ivy:retrieve] confs: [javacc]
[ivy:retrieve] 1 artifacts copied, 0 already retrieved (291kB/2ms)
generate_jute_parser:
[mkdir] Created dir:
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/build/jute_compiler/org/apache/jute/compiler/generated>
[ivy:artifactproperty] DEPRECATED: 'ivy.conf.file' is deprecated, use
'ivy.settings.file' instead
[ivy:artifactproperty] :: loading settings :: file =
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/ivysettings.xml>
[move] Moving 1 file to
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/build/javacc/lib>
[javacc] Java Compiler Compiler Version 5.0 (Parser Generator)
[javacc] (type "javacc" with no arguments for help)
[javacc] Reading from file
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/zookeeper-jute/src/main/java/org/apache/jute/compiler/generated/rcc.jj>
. . .
[javacc] File "TokenMgrError.java" does not exist. Will create one.
[javacc] File "ParseException.java" does not exist. Will create one.
[javacc] File "Token.java" does not exist. Will create one.
[javacc] File "SimpleCharStream.java" does not exist. Will create one.
[javacc] Parser generated successfully.
jute:
[javac] Compiling 39 source files to
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/build/classes>
[javac] warning: [options] bootstrap class path not set in conjunction with
-source 8
[javac] 1 warning
compile_jute_uptodate:
compile_jute:
[mkdir] Created dir:
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/zookeeper-jute/target/main/java>
[mkdir] Created dir:
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/zookeeper-client/zookeeper-client-c/generated>
[java] ../../../src/main/resources/zookeeper.jute Parsed Successfully
[java] ../../../zookeeper-jute/src/main/resources/zookeeper.jute Parsed
Successfully
[touch] Creating
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/zookeeper-jute/target/main/java/.generated>
ver-gen:
[javac] Compiling 1 source file to
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/build/classes>
[javac] warning: [options] bootstrap class path not set in conjunction with
-source 8
[javac] 1 warning
git-revision:
[mkdir] Created dir:
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/.revision>
version-info:
process-template:
build-generated:
[javac] Compiling 65 source files to
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/build/classes>
[javac] warning: [options] bootstrap class path not set in conjunction with
-source 8
[javac] 1 warning
compile:
[javac] Compiling 305 source files to
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/build/classes>
[javac] warning: [options] bootstrap class path not set in conjunction with
-source 8
[javac]
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/zookeeper-server/src/main/java/org/apache/zookeeper/server/ClientCnxnLimitException.java>:26:
warning: [serial] serializable class ClientCnxnLimitException has no
definition of serialVersionUID
[javac] public class ClientCnxnLimitException extends Exception {
[javac] ^
[javac]
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/zookeeper-server/src/main/java/org/apache/zookeeper/server/metric/AvgMinMaxCounter.java>:70:
warning: [deprecation] ROUND_HALF_UP in BigDecimal has been deprecated
[javac] return bg.setScale(4,
BigDecimal.ROUND_HALF_UP).doubleValue();
[javac] ^
[javac]
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/zookeeper-server/src/main/java/org/apache/zookeeper/server/metric/AvgMinMaxCounter.java>:70:
warning: [deprecation] setScale(int,int) in BigDecimal has been deprecated
[javac] return bg.setScale(4,
BigDecimal.ROUND_HALF_UP).doubleValue();
[javac] ^
[javac]
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/zookeeper-server/src/main/java/org/apache/zookeeper/metrics/impl/MetricsProviderBootstrap.java>:37:
warning: [deprecation] newInstance() in Class has been deprecated
[javac] true,
Thread.currentThread().getContextClassLoader()).newInstance();
[javac]
^
[javac] where T is a type-variable:
[javac] T extends Object declared in class Class
[javac]
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/zookeeper-server/src/main/java/org/apache/zookeeper/server/NIOServerCnxn.java>:246:
warning: [cast] redundant cast to ByteBuffer
[javac] b = (ByteBuffer) b.slice().limit(
[javac] ^
[javac]
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/zookeeper-server/src/main/java/org/apache/zookeeper/server/persistence/FilePadding.java>:78:
warning: [cast] redundant cast to ByteBuffer
[javac] fileChannel.write((ByteBuffer) fill.position(0),
newFileSize - fill.remaining());
[javac] ^
[javac]
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/zookeeper-server/src/main/java/org/apache/zookeeper/server/watch/WatchManagerFactory.java>:42:
warning: [deprecation] newInstance() in Class has been deprecated
[javac] (IWatchManager)
Class.forName(watchManagerName).newInstance();
[javac] ^
[javac] where T is a type-variable:
[javac] T extends Object declared in class Class
[javac] 8 warnings
compile-test:
[mkdir] Created dir:
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/build/test/classes>
[javac] Compiling 273 source files to
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/build/test/classes>
[javac] warning: [options] bootstrap class path not set in conjunction with
-source 8
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 warning
[javac] Compiling 11 source files to
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/build/test/classes>
[javac] warning: [options] bootstrap class path not set in conjunction with
-source 8
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 warning
[javac] Compiling 2 source files to
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/build/test/classes>
[javac] warning: [options] bootstrap class path not set in conjunction with
-source 8
[javac] Note:
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/zookeeper-it/src/test/bench/org/apache/zookeeper/server/watch/WatchBench.java>
uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 warning
init:
ivy-download:
ivy-taskdef:
ivy-init:
ivy-retrieve-owasp:
[ivy:retrieve] :: loading settings :: file =
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/ivysettings.xml>
[ivy:retrieve] :: resolving dependencies ::
org.apache.zookeeper#zookeeper;3.6.0-SNAPSHOT
[ivy:retrieve] confs: [owasp]
[ivy:retrieve] found org.owasp#dependency-check-ant;3.2.1 in maven2
[ivy:retrieve] found org.owasp#dependency-check-core;3.2.1 in maven2
[ivy:retrieve] found com.vdurmont#semver4j;2.2.0 in maven2
[ivy:retrieve] found joda-time#joda-time;1.6 in maven2
[ivy:retrieve] found org.slf4j#slf4j-api;1.7.25 in maven2
[ivy:retrieve] found org.owasp#dependency-check-utils;3.2.1 in maven2
[ivy:retrieve] found commons-io#commons-io;2.6 in maven2
[ivy:retrieve] found org.apache.commons#commons-lang3;3.7 in maven2
[ivy:retrieve] found org.apache.commons#commons-compress;1.16.1 in maven2
[ivy:retrieve] found org.objenesis#objenesis;2.6 in maven2
[ivy:retrieve] found org.apache.commons#commons-text;1.3 in maven2
[ivy:retrieve] found org.apache.lucene#lucene-core;5.5.5 in maven2
[ivy:retrieve] found org.apache.lucene#lucene-analyzers-common;5.5.5 in maven2
[ivy:retrieve] found org.apache.lucene#lucene-queryparser;5.5.5 in maven2
[ivy:retrieve] found org.apache.lucene#lucene-queries;5.5.5 in maven2
[ivy:retrieve] found org.apache.lucene#lucene-sandbox;5.5.5 in maven2
[ivy:retrieve] found org.apache.velocity#velocity;1.7 in maven2
[ivy:retrieve] found commons-collections#commons-collections;3.2.2 in maven2
[ivy:retrieve] found commons-lang#commons-lang;2.4 in maven2
[ivy:retrieve] found org.glassfish#javax.json;1.0.4 in maven2
[ivy:retrieve] found org.jsoup#jsoup;1.11.3 in maven2
[ivy:retrieve] found com.sun.mail#mailapi;1.6.1 in maven2
[ivy:retrieve] found javax.activation#activation;1.1 in maven2
[ivy:retrieve] found com.google.code.gson#gson;2.8.5 in maven2
[ivy:retrieve] found com.h2database#h2;1.4.196 in maven2
[ivy:retrieve] :: resolution report :: resolve 791ms :: artifacts dl 15ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| owasp | 25 | 0 | 0 | 0 || 25 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache.zookeeper#zookeeper
[ivy:retrieve] confs: [owasp]
[ivy:retrieve] 25 artifacts copied, 0 already retrieved (11579kB/143ms)
owasp-taskdef:
ivy-retrieve:
[ivy:retrieve] :: resolving dependencies ::
org.apache.zookeeper#zookeeper;3.6.0-SNAPSHOT
[ivy:retrieve] confs: [default]
[ivy:retrieve] found jline#jline;2.11 in maven2
[ivy:retrieve] found org.eclipse.jetty#jetty-server;9.4.10.v20180503 in maven2
[ivy:retrieve] found javax.servlet#javax.servlet-api;3.1.0 in maven2
[ivy:retrieve] found org.eclipse.jetty#jetty-http;9.4.10.v20180503 in maven2
[ivy:retrieve] found org.eclipse.jetty#jetty-util;9.4.10.v20180503 in maven2
[ivy:retrieve] found org.eclipse.jetty#jetty-io;9.4.10.v20180503 in maven2
[ivy:retrieve] found org.eclipse.jetty#jetty-servlet;9.4.10.v20180503 in maven2
[ivy:retrieve] found org.eclipse.jetty#jetty-security;9.4.10.v20180503 in
maven2
[ivy:retrieve] found com.fasterxml.jackson.core#jackson-databind;2.9.5 in
maven2
[ivy:retrieve] found com.fasterxml.jackson.core#jackson-annotations;2.9.0 in
maven2
[ivy:retrieve] found com.fasterxml.jackson.core#jackson-core;2.9.5 in maven2
[ivy:retrieve] found org.slf4j#slf4j-api;1.7.25 in maven2
[ivy:retrieve] found org.slf4j#slf4j-log4j12;1.7.25 in maven2
[ivy:retrieve] found commons-cli#commons-cli;1.2 in maven2
[ivy:retrieve] found com.github.spotbugs#spotbugs-annotations;3.1.9 in maven2
[ivy:retrieve] found com.google.code.findbugs#jsr305;3.0.2 in maven2
[ivy:retrieve] found log4j#log4j;1.2.17 in maven2
[ivy:retrieve] found org.apache.yetus#audience-annotations;0.5.0 in maven2
[ivy:retrieve] found io.netty#netty-all;4.1.29.Final in maven2
[ivy:retrieve] found com.googlecode.json-simple#json-simple;1.1.1 in maven2
[ivy:retrieve] found commons-lang#commons-lang;2.6 in maven2
[ivy:retrieve] :: resolution report :: resolve 195ms :: artifacts dl 9ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 21 | 0 | 0 | 0 || 21 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache.zookeeper#zookeeper
[ivy:retrieve] confs: [default]
[ivy:retrieve] 0 artifacts copied, 21 already retrieved (0kB/8ms)
owasp:
[owasp:dependency-check] Checking for updates
[owasp:dependency-check] starting getUpdatesNeeded() ...
[owasp:dependency-check] Download Started for NVD CVE - Modified
[owasp:dependency-check] Download Complete for NVD CVE - Modified (2191 ms)
[owasp:dependency-check] Processing Started for NVD CVE - Modified
[owasp:dependency-check] Processing Complete for NVD CVE - Modified (17587 ms)
[owasp:dependency-check] Begin database maintenance.
[owasp:dependency-check] End database maintenance.
[owasp:dependency-check] Check for updates complete (24978 ms)
[owasp:dependency-check] Analysis Started
[owasp:dependency-check] Finished Archive Analyzer (0 seconds)
[owasp:dependency-check] Finished File Name Analyzer (0 seconds)
[owasp:dependency-check] Finished Jar Analyzer (0 seconds)
[owasp:dependency-check] Finished Central Analyzer (0 seconds)
[owasp:dependency-check] Finished Assembly Analyzer (0 seconds)
[owasp:dependency-check] Finished Dependency Merging Analyzer (0 seconds)
[owasp:dependency-check] Finished Version Filter Analyzer (0 seconds)
[owasp:dependency-check] Finished Hint Analyzer (0 seconds)
[owasp:dependency-check] Created CPE Index (2 seconds)
[owasp:dependency-check] Skipping CPE Analysis for npm
[owasp:dependency-check] Finished CPE Analyzer (3 seconds)
[owasp:dependency-check] Finished False Positive Analyzer (0 seconds)
[owasp:dependency-check] Finished NVD CVE Analyzer (0 seconds)
[owasp:dependency-check] Finished Vulnerability Suppression Analyzer (0 seconds)
[owasp:dependency-check] Finished Dependency Bundling Analyzer (0 seconds)
[owasp:dependency-check] Analysis Complete (6 seconds)
BUILD FAILED
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/build.xml>:1708:
Dependency-Check Failure:
One or more dependencies were identified with vulnerabilities that have a CVSS
score greater than or equal to '0.0': CVE-2018-14719, CVE-2018-14718,
CVE-2018-14721, CVE-2018-14720
See the dependency-check report for more details.
Total time: 1 minute 3 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 730.32 KB of artifacts by 17.5% relative to #245