Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8FD6397F9 for ; Tue, 16 Dec 2014 14:02:02 +0000 (UTC) Received: (qmail 90673 invoked by uid 500); 16 Dec 2014 14:02:02 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 90650 invoked by uid 500); 16 Dec 2014 14:02:02 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 90642 invoked by uid 99); 16 Dec 2014 14:02:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Dec 2014 14:02:02 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of flex.ci.builds@gmail.com designates 209.85.220.53 as permitted sender) Received: from [209.85.220.53] (HELO mail-pa0-f53.google.com) (209.85.220.53) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Dec 2014 14:01:36 +0000 Received: by mail-pa0-f53.google.com with SMTP id kq14so14119895pab.12 for ; Tue, 16 Dec 2014 06:01:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:reply-to:to:message-id:subject:mime-version:content-type :content-transfer-encoding; bh=aisi/g5GZKnLOPPh46STou8J9oM+IdBlIkvYJ9QDa5o=; b=pemxwpI3MHab2eUsHzRoxb9m3al3MXpmW2ChPAvnpGX16ds66YiJspzbD/ztwKHs8V MbUBmMBH3UXJ562BIYxOC6a+UvyRxRTRAefdbn89onC9E985e1rJJngCj3QVXJ+oCTVu T8MFQfWK8YzlveMjdth3HwMnj0EKsLW2p+FFCsYVFq87JLbkAQre3+MD8WRLfbBrm2eJ GuhVGeNBFXqvGX1pLnncehBJpq+AdY0Dm2smBYjKvgZtp00Ve4MfxDyzuVrXpDCwWuLK ShA9Bi5cMWklFmBitn/4mGsl7rhyxH2OYN5Od0kOXNjGJ6opOU8CLckDV3n7Tf6v606W rSlg== X-Received: by 10.68.132.225 with SMTP id ox1mr60688492pbb.85.1418738493457; Tue, 16 Dec 2014 06:01:33 -0800 (PST) Received: from apacheflexbuild.apacheflexbuild.d2.internal.cloudapp.net ([137.135.15.91]) by mx.google.com with ESMTPSA id be3sm1128001pbc.33.2014.12.16.06.01.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 16 Dec 2014 06:01:32 -0800 (PST) From: flex.ci.builds@gmail.com X-Google-Original-From: aharui@apache.org Date: Tue, 16 Dec 2014 14:01:30 +0000 (UTC) Reply-To: dev@flex.apache.org To: commits@flex.apache.org Message-ID: <16809051.44.1418738490756.JavaMail.APACHEFLEXBUILD$@apacheflexbuild> Subject: Build failed in Jenkins: flex-sdk-release #465 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Jenkins-Job: flex-sdk-release X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org See ------------------------------------------ Started by upstream project "flex-sdk_test" build number 31 originally caused by: Started by upstream project "flex-sdk" build number 530 originally caused by: Started by timer Building remotely on flex_sdk_slave2 in workspace No JDK named =E2=80=98(Default)=E2=80=99 found Fetching changes from the remote Git repository Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/flex= -sdk.git FATAL: Failed to fetch from https://git-wip-us.apache.org/repos/asf/flex-sd= k.git hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.ap= ache.org/repos/asf/flex-sdk.git =09at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:623) =09at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:855) =09at hudson.plugins.git.GitSCM.checkout(GitSCM.java:880) =09at hudson.model.AbstractProject.checkout(AbstractProject.java:1255) =09at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(Abs= tractBuild.java:624) =09at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) =09at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.j= ava:530) =09at hudson.model.Run.execute(Run.java:1740) =09at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) =09at hudson.model.ResourceController.execute(ResourceController.java:88) =09at hudson.model.Executor.run(Executor.java:233) Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --pro= gress https://git-wip-us.apache.org/repos/asf/flex-sdk.git +refs/heads/*:re= fs/remotes/origin/*" returned status code 128: stdout:=20 stderr: fatal: The remote end hung up unexpectedly fatal: protocol error: bad pack header =09at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitA= PIImpl.java:1276) =09at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCreden= tials(CliGitAPIImpl.java:1146) =09at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImp= l.java:87) =09at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl= .java:254) =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:118) =09at hudson.remoting.UserRequest.perform(UserRequest.java:48) =09at hudson.remoting.Request$2.run(Request.java:328) =09at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecut= orService.java:72) =09at java.util.concurrent.FutureTask.run(Unknown Source) =09at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) =09at hudson.remoting.Engine$1$1.run(Engine.java:63) =09at java.lang.Thread.run(Unknown Source)