From dev-return-77410-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Tue Jan 22 00:21:00 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id EB70A180627 for ; Tue, 22 Jan 2019 00:20:59 +0100 (CET) Received: (qmail 16034 invoked by uid 500); 21 Jan 2019 23:20:59 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 16023 invoked by uid 99); 21 Jan 2019 23:20:58 -0000 Received: from mail-relay.apache.org (HELO mailrelay1-lw-us.apache.org) (207.244.88.152) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2019 23:20:58 +0000 Received: from jenkins02.apache.org (jenkins02.apache.org [195.201.213.130]) by mailrelay1-lw-us.apache.org (ASF Mail Server at mailrelay1-lw-us.apache.org) with ESMTP id 512764407 for ; Mon, 21 Jan 2019 23:20:57 +0000 (UTC) Received: from jenkins02.apache.org (localhost.localdomain [127.0.0.1]) by jenkins02.apache.org (ASF Mail Server at jenkins02.apache.org) with ESMTP id 8066033E00DF for ; Mon, 21 Jan 2019 23:20:56 +0000 (UTC) Date: Mon, 21 Jan 2019 23:20:55 +0000 (UTC) From: Apache Jenkins Server To: dev@zookeeper.apache.org Message-ID: <1086804967.4993.1548112856527.JavaMail.jenkins@jenkins02> In-Reply-To: <110862824.273.1546998093560.JavaMail.jenkins@jenkins02> References: <110862824.273.1546998093560.JavaMail.jenkins@jenkins02> Subject: Failed: ZOOKEEPER-974 PreCommit Build #3723 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_4992_1356386309.1548112855696" X-Jenkins-Job: PreCommit-ZOOKEEPER-Build X-Jenkins-Result: FAILURE ------=_Part_4992_1356386309.1548112855696 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-974 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/3723/ ###########################################################################= ######## ########################## LAST 60 LINES OF THE CONSOLE ###################= ######## [...truncated 8.71 KB...] =09at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888) =09at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155) =09at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186) =09at hudson.scm.SCM.checkout(SCM.java:504) =09at hudson.model.AbstractProject.checkout(AbstractProject.java:1208) =09at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(Abs= tractBuild.java:574) =09at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) =09at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.j= ava:499) =09at hudson.model.Run.execute(Run.java:1810) =09at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) =09at hudson.model.ResourceController.execute(ResourceController.java:97) =09at hudson.model.Executor.run(Executor.java:429) Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --pro= gress git://git.apache.org/zookeeper.git +refs/heads/*:refs/remotes/origin/= *" returned status code 128: stdout:=20 stderr: fatal: remote error: access denied or repository not exported: /zoo= keeper.git =09at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitA= PIImpl.java:2038) =09at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCreden= tials(CliGitAPIImpl.java:1757) =09at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImp= l.java:72) =09at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl= .java:438) =09at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandle= r$1.call(RemoteGitImpl.java:153) =09at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandle= r$1.call(RemoteGitImpl.java:146) =09at hudson.remoting.UserRequest.perform(UserRequest.java:212) =09at hudson.remoting.UserRequest.perform(UserRequest.java:54) =09at hudson.remoting.Request$2.run(Request.java:369) =09at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecut= orService.java:72) =09at java.util.concurrent.FutureTask.run(FutureTask.java:266) =09at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.= java:1142) =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor= .java:617) =09at java.lang.Thread.run(Thread.java:748) =09Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H= 6 =09=09at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741= ) =09=09at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest= .java:357) =09=09at hudson.remoting.Channel.call(Channel.java:955) =09=09at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHan= dler.execute(RemoteGitImpl.java:146) =09=09at sun.reflect.GeneratedMethodAccessor499.invoke(Unknown Source) =09=09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAc= cessorImpl.java:43) =09=09at java.lang.reflect.Method.invoke(Method.java:498) =09=09at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHan= dler.invoke(RemoteGitImpl.java:132) =09=09at com.sun.proxy.$Proxy115.execute(Unknown Source) =09=09at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886) =09=09at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155) =09=09at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186) =09=09at hudson.scm.SCM.checkout(SCM.java:504) =09=09at hudson.model.AbstractProject.checkout(AbstractProject.java:1208) =09=09at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(= AbstractBuild.java:574) =09=09at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:= 86) =09=09at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuil= d.java:499) =09=09at hudson.model.Run.execute(Run.java:1810) =09=09at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) =09=09at hudson.model.ResourceController.execute(ResourceController.java:97= ) =09=09at hudson.model.Executor.run(Executor.java:429) ERROR: Error fetching remote repo 'origin' Archiving artifacts Recording test results ERROR: Step =E2=80=98Publish JUnit test result report=E2=80=99 failed: No t= est report files were found. Configuration error? [description-setter] Could not determine description. Email was triggered for: Failure - Any Sending email for trigger: Failure - Any ###########################################################################= ######## ############################## FAILED TESTS (if any) ######################= ######## No tests ran. ------=_Part_4992_1356386309.1548112855696--