You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/12/14 09:21:17 UTC

Build failed in Jenkins: ZooKeeper-trunk-owasp #201

See <https://builds.apache.org/job/ZooKeeper-trunk-owasp/201/display/redirect>

------------------------------------------
[...truncated 13.46 KB...]
[ivy:retrieve] 	found commons-cli#commons-cli;1.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] :: resolution report :: resolve 59ms :: artifacts dl 8ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   18  |   0   |   0   |   0   ||   18  |   0   |
	---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache.zookeeper#zookeeper
[ivy:retrieve] 	confs: [default]
[ivy:retrieve] 	18 artifacts copied, 0 already retrieved (7954kB/20ms)

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 34ms :: 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/4ms)

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 63 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 299 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/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>:240: 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] 5 warnings

compile-test:
    [mkdir] Created dir: <https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/build/test/classes>
    [javac] Compiling 263 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 857ms :: artifacts dl 19ms
	---------------------------------------------------------------------
	|                  |            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/160ms)

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 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] :: resolution report :: resolve 168ms :: artifacts dl 7ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   18  |   0   |   0   |   0   ||   18  |   0   |
	---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.apache.zookeeper#zookeeper
[ivy:retrieve] 	confs: [default]
[ivy:retrieve] 	0 artifacts copied, 18 already retrieved (0kB/5ms)

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  (2281 ms)
[owasp:dependency-check] Processing Started for NVD CVE - Modified
[owasp:dependency-check] Processing Complete for NVD CVE - Modified  (38011 ms)
[owasp:dependency-check] Begin database maintenance.
[owasp:dependency-check] End database maintenance.
[owasp:dependency-check] Check for updates complete (59063 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 (3 seconds)
[owasp:dependency-check] Skipping CPE Analysis for npm
[owasp:dependency-check] Finished CPE Analyzer (4 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 (7 seconds)

BUILD FAILED
<https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/build.xml>:1707: 

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-8088
See the dependency-check report for more details.



Total time: 1 minute 38 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 501.48 KB of artifacts by 31.9% relative to #199

Build failed in Jenkins: ZooKeeper-trunk-owasp #202

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ZooKeeper-trunk-owasp/202/display/redirect>

------------------------------------------
Started by user phunt
[EnvInject] - Loading node environment variables.
Building remotely on H28 (ubuntu xenial) in workspace <https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/zookeeper.git
 > git init <https://builds.apache.org/job/ZooKeeper-trunk-owasp/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/zookeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: repository 'https://git-wip-us.apache.org/repos/asf/zookeeper.git/' not found

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:614)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H28
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1641.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy118.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1146)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error cloning remote repo 'origin'
Retrying after 10 seconds
 > 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/zookeeper.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/zookeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/zookeeper.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1794)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: repository 'https://git-wip-us.apache.org/repos/asf/zookeeper.git/' not found

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H28
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1641.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > 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/zookeeper.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/zookeeper.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/zookeeper.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1794)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/zookeeper.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: repository 'https://git-wip-us.apache.org/repos/asf/zookeeper.git/' not found

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H28
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1641.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Archiving artifacts