Return-Path: X-Original-To: apmail-builds-archive@minotaur.apache.org Delivered-To: apmail-builds-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 60B5B94F7 for ; Wed, 5 Oct 2011 20:51:49 +0000 (UTC) Received: (qmail 46627 invoked by uid 500); 5 Oct 2011 20:51:49 -0000 Delivered-To: apmail-builds-archive@apache.org Received: (qmail 46572 invoked by uid 500); 5 Oct 2011 20:51:49 -0000 Mailing-List: contact builds-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@apache.org Delivered-To: mailing list builds@apache.org Received: (qmail 46564 invoked by uid 99); 5 Oct 2011 20:51:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2011 20:51:49 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of msa@schor.com designates 64.5.52.12 as permitted sender) Received: from [64.5.52.12] (HELO gateway09.websitewelcome.com) (64.5.52.12) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 05 Oct 2011 20:51:40 +0000 Received: (qmail 17623 invoked from network); 5 Oct 2011 20:47:53 -0000 Received: from gator74.hostgator.com (184.173.199.208) by gateway09.websitewelcome.com with SMTP; 5 Oct 2011 20:47:53 -0000 Received: from [129.34.20.19] (port=16545 helo=[9.2.89.110]) by gator74.hostgator.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1RBYQw-0003yr-1M for builds@apache.org; Wed, 05 Oct 2011 15:51:18 -0500 Message-ID: <4E8CC344.50300@schor.com> Date: Wed, 05 Oct 2011 16:51:16 -0400 From: Marshall Schor User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: builds@apache.org Subject: Re: often finding failures to deploy after successful build References: <4E8B5938.2010508@schor.com> <4E8C73F5.9060505@schor.com> In-Reply-To: X-Enigmail-Version: 1.3.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator74.hostgator.com X-AntiAbuse: Original Domain - apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - schor.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: yktgi01e0-s5.watson.ibm.com ([9.2.89.110]) [129.34.20.19]:16545 X-Source-Auth: msa+schor.com X-Email-Count: 2 X-Source-Cap: bWlzY2hvcjttaXNjaG9yO2dhdG9yNzQuaG9zdGdhdG9yLmNvbQ== X-Virus-Checked: Checked by ClamAV on apache.org thanks, they're working now. -Marshall On 10/5/2011 12:23 PM, Olivier Lamy wrote: > Hello, > I have just added the repository id (apache.snapshots.https) in maven > deployer configuration and it works better at least add ons. > sdk build is waiting an executor. > > 2011/10/5 Marshall Schor : >> Does 401 mean some kind of permissions failure? Is there something we need to >> do have Jenkins have permission to deploy to the Snapshot repo at >> repository.apache.org? >> >> -Marshall >> >> On 10/4/2011 3:06 PM, Marshall Schor wrote: >>> Frequently, our builds report "failure", but when we look we find the build >>> itself was "Successful", but at the end of the build, some Jenkins action to >>> deploy to the snapshot repository fails with code "401". >>> >>> Here's an example: >>> >>> [INFO] BUILD SUCCESS >>> [INFO] ------------------------------------------------------------------------ >>> [INFO] Total time: 15:09.417s >>> [INFO] Finished at: Tue Oct 04 18:17:10 UTC 2011 >>> [INFO] Final Memory: 48M/196M >>> [INFO] ------------------------------------------------------------------------ >>> channel stopped >>> Maven RedeployPublished use remote ubuntu1 maven settings from : /home/jenkins/.m2/settings.xml >>> [ERROR] uniqueVersion == false is not anymore supported in maven 3 >>> [INFO] Deployment in https://repository.apache.org/content/repositories/snapshots (id=,uniqueVersion=false) >>> Deploying the main artifact AlchemyAPIAnnotator-2.3.2-SNAPSHOT.jar >>> Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/uima/AlchemyAPIAnnotator/2.3.2-SNAPSHOT/maven-metadata.xml >>> Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/uima/AlchemyAPIAnnotator/2.3.2-SNAPSHOT/maven-metadata.xml (2 KB at 2.0 KB/sec) >>> Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/uima/AlchemyAPIAnnotator/2.3.2-SNAPSHOT/AlchemyAPIAnnotator-2.3.2-20111004.181713-3.jar >>> Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/uima/AlchemyAPIAnnotator/2.3.2-SNAPSHOT/AlchemyAPIAnnotator-2.3.2-20111004.181713-3.pom >>> ERROR: Failed to deploy artifacts: Could not transfer artifact org.apache.uima:AlchemyAPIAnnotator:jar:2.3.2-20111004.181713-3 from/to (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/uima/AlchemyAPIAnnotator/2.3.2-SNAPSHOT/AlchemyAPIAnnotator-2.3.2-20111004.181713-3.jar. Return code is: 401 >>> >>> >>> Full output is here: https://builds.apache.org/job/UIMA%20Addons/94/console >>> >>> Anyone have any ideas how to fix this? >>> >>> -Marshall >>> >>> >>> > >