See <https://builds.apache.org/job/ZooKeeper-trunk-owasp/258/display/redirect>
------------------------------------------
[...truncated 16.26 KB...]
[ivy:retrieve] found net.java.dev.javacc#javacc;5.0 in maven2
[ivy:retrieve] :: resolution report :: resolve 22ms :: artifacts dl 1ms
---------------------------------------------------------------------
| | 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/3ms)
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 308 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 276 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;4.0.2 in maven2
[ivy:retrieve] found org.owasp#dependency-check-core;4.0.2 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;4.0.2 in maven2
[ivy:retrieve] found commons-io#commons-io;2.6 in maven2
[ivy:retrieve] found org.apache.commons#commons-lang3;3.4 in maven2
[ivy:retrieve] found com.google.code.gson#gson;2.8.5 in maven2
[ivy:retrieve] found commons-collections#commons-collections;3.2.2 in maven2
[ivy:retrieve] found org.apache.commons#commons-compress;1.18 in maven2
[ivy:retrieve] found org.apache.commons#commons-text;1.3 in maven2
[ivy:retrieve] found org.apache.lucene#lucene-core;7.6.0 in maven2
[ivy:retrieve] found org.apache.lucene#lucene-analyzers-common;7.6.0 in maven2
[ivy:retrieve] found org.apache.lucene#lucene-queryparser;7.6.0 in maven2
[ivy:retrieve] found org.apache.lucene#lucene-queries;7.6.0 in maven2
[ivy:retrieve] found org.apache.lucene#lucene-sandbox;7.6.0 in maven2
[ivy:retrieve] found org.apache.velocity#velocity;1.7 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.3 in maven2
[ivy:retrieve] found com.google.guava#guava;27.0.1-jre in maven2
[ivy:retrieve] found com.google.guava#failureaccess;1.0.1 in maven2
[ivy:retrieve] found
com.google.guava#listenablefuture;9999.0-empty-to-avoid-conflict-with-guava in
maven2
[ivy:retrieve] found com.google.code.findbugs#jsr305;3.0.2 in maven2
[ivy:retrieve] found org.checkerframework#checker-qual;2.5.2 in maven2
[ivy:retrieve] found com.google.errorprone#error_prone_annotations;2.2.0 in
maven2
[ivy:retrieve] found com.google.j2objc#j2objc-annotations;1.1 in maven2
[ivy:retrieve] found org.codehaus.mojo#animal-sniffer-annotations;1.17 in
maven2
[ivy:retrieve] found com.h3xstream.retirejs#retirejs-core;3.0.1 in maven2
[ivy:retrieve] found org.json#json;20140107 in maven2
[ivy:retrieve] found com.esotericsoftware#minlog;1.3 in maven2
[ivy:retrieve] found com.github.spullara.mustache.java#compiler;0.8.17 in
maven2
[ivy:retrieve] found com.h2database#h2;1.4.196 in maven2
[ivy:retrieve] :: resolution report :: resolve 1414ms :: artifacts dl 40ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| owasp | 35 | 0 | 0 | 0 || 35 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache.zookeeper#zookeeper
[ivy:retrieve] confs: [owasp]
[ivy:retrieve] 35 artifacts copied, 0 already retrieved (15405kB/139ms)
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] found io.dropwizard.metrics#metrics-core;3.2.5 in maven2
[ivy:retrieve] :: resolution report :: resolve 259ms :: artifacts dl 11ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 22 | 0 | 0 | 0 || 22 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache.zookeeper#zookeeper
[ivy:retrieve] confs: [default]
[ivy:retrieve] 0 artifacts copied, 22 already retrieved (0kB/7ms)
owasp:
[owasp:dependency-check-update] Checking for updates
[owasp:dependency-check-update] starting getUpdatesNeeded() ...
[owasp:dependency-check-update] Download Started for NVD CVE - Modified
[owasp:dependency-check-update] Download Complete for NVD CVE - Modified (2436
ms)
[owasp:dependency-check-update] Processing Started for NVD CVE - Modified
[owasp:dependency-check-update] Processing Complete for NVD CVE - Modified
(25676 ms)
[owasp:dependency-check-update] Begin database maintenance.
[owasp:dependency-check-update] End database maintenance.
[owasp:dependency-check-update] Skipping RetireJS update since last update was
within 24 hours.
[owasp:dependency-check-update] Check for updates complete (31261 ms)
[owasp:dependency-check-update] Checking for updates
[owasp:dependency-check-update] Skipping NVD check since last check was within
4 hours.
[owasp:dependency-check-update] Skipping RetireJS update since last update was
within 24 hours.
[owasp:dependency-check-update] Check for updates complete (21 ms)
[owasp:dependency-check-update] Analysis Started
[owasp:dependency-check-update] Finished Archive Analyzer (0 seconds)
[owasp:dependency-check-update] Finished File Name Analyzer (0 seconds)
[owasp:dependency-check-update] Finished Jar Analyzer (0 seconds)
[owasp:dependency-check-update] Finished Central Analyzer (1 seconds)
[owasp:dependency-check-update] Finished Assembly Analyzer (0 seconds)
[owasp:dependency-check-update] Finished Dependency Merging Analyzer (0 seconds)
[owasp:dependency-check-update] Finished Version Filter Analyzer (0 seconds)
[owasp:dependency-check-update] Finished Hint Analyzer (0 seconds)
[owasp:dependency-check-update] Created CPE Index (3 seconds)
[owasp:dependency-check-update] Skipping CPE Analysis for npm
[owasp:dependency-check-update] Finished CPE Analyzer (3 seconds)
[owasp:dependency-check-update] Finished False Positive Analyzer (0 seconds)
[owasp:dependency-check-update] Finished NVD CVE Analyzer (0 seconds)
[owasp:dependency-check-update] Finished Vulnerability Suppression Analyzer (0
seconds)
[owasp:dependency-check-update] Finished Dependency Bundling Analyzer (0
seconds)
[owasp:dependency-check-update] Analysis Complete (7 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-1000873,
CVE-2018-14721, CVE-2018-14720, CVE-2017-7656, CVE-2017-7658, CVE-2017-7657,
CVE-2018-12536, CVE-2018-12056
See the dependency-check report for more details.
Total time: 1 minute 19 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 892.51 KB of artifacts by 14.3% relative to #248