From ros-release-bounces@lists.ros.org Sat Aug 22 01:49:51 2015 Return-Path: X-Original-To: ros-lurker@osuosl.org Delivered-To: ros-lurker@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 4046D1C151A for ; Sat, 22 Aug 2015 01:49:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id D3730883FF for ; Sat, 22 Aug 2015 01:49:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Spam-Flag: NO X-Spam-Score: -3.424 X-Spam-Level: X-Spam-Status: No, score=-3.424 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_SOFTFAIL=0.665, T_DKIM_INVALID=0.01] autolearn=unavailable Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H_ShPXuLh4ew; Sat, 22 Aug 2015 01:49:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5074088340; Sat, 22 Aug 2015 01:49:49 +0000 (UTC) X-Original-To: ros-release@lists.ros.org Delivered-To: ros-release@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 149951C151A for ; Sat, 22 Aug 2015 01:49:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id CCA4688340 for ; Sat, 22 Aug 2015 01:49:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3mtXfMTa_KLJ for ; Sat, 22 Aug 2015 01:49:47 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-qg0-f42.google.com (mail-qg0-f42.google.com [209.85.192.42]) by fraxinus.osuosl.org (Postfix) with ESMTPS id B8DAD87820 for ; Sat, 22 Aug 2015 01:49:46 +0000 (UTC) Received: by qged69 with SMTP id d69so56857954qge.0 for ; Fri, 21 Aug 2015 18:49:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=W99cMubzPXiPdsX2xi94LjznSbd7MUEmTafFdK/qnIE=; b=iAvv+CAwva0VQ8CP6xZ5e/swIkC2hborZOtm8GisPZuCdnugeFaMD8oPhg1gISF2lQ dzCxNTMPKJYs4LX3szc0B6DLTXKgpIU/GYlQpnibKqvBIVMsCwPJKjzovqq23TFXqVa8 b2EIW/Q0Ibl5OdDIiaGVuQGPS4p0eQ91aTCEroI5I8drfEcHSnwEDH6v/NInqedWRb/l 4GOj11CPRxbaB5jR08D2qcewUVoFFXugaNGL3r+s8M+4GfLInN47ZGPlwIspgB5ompjf 616df0LcF4AdZxFdb4TrKUnePUDsNEJSnIGipAwWbWyTqHdPX5lepSOlIXepxirWitSK uwSg== MIME-Version: 1.0 X-Received: by 10.140.145.16 with SMTP id 16mr25329738qhr.34.1440208185754; Fri, 21 Aug 2015 18:49:45 -0700 (PDT) Received: by 10.140.97.180 with HTTP; Fri, 21 Aug 2015 18:49:45 -0700 (PDT) Date: Fri, 21 Aug 2015 20:49:45 -0500 Message-ID: To: ros-release Subject: [ros-release] problems running pre-release test X-BeenThere: ros-release@lists.ros.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: The ROS release mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Jack O'Quin via ros-release Reply-To: Jack O'Quin , The ROS release mailing list Content-Type: multipart/mixed; boundary="===============5564547155825889921==" Errors-To: ros-release-bounces@lists.ros.org Sender: "ros-release" --===============5564547155825889921== Content-Type: multipart/alternative; boundary=001a1135639c508a34051ddc9957 --001a1135639c508a34051ddc9957 Content-Type: text/plain; charset=UTF-8 I have not yet succeeded in running the new pre-release tests for Indigo on Trusty. The web page generated this command for bwi_common: ``` mkdir -p /tmp/prerelease_job cd /tmp/prerelease_job generate_prerelease_script.py \ https://raw.githubusercontent.com/ros-infrastructure/ros_buildfarm_config/master/index.yaml \ indigo default ubuntu trusty amd64 \ bwi_common \ --level 1 \ --output-dir ./ ``` When I run that and then ./prerelease.sh it fails with these messages: ``` + docker build -t devel_task_generation__indigo_prerelease . repository name component must match "[a-z0-9]+(?:[._-][a-z0-9]+)*" ``` As best I can tell, that regexp does not match a string with two '_' characters in a row. Any suggestions? -- joq --001a1135639c508a34051ddc9957 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I have not yet succeeded in running the new pre-relea= se tests for Indigo on Trusty.=C2=A0

The web page gener= ated this command for bwi_common:
```
mkdir -p /tmp/prerelease_job
cd /tmp/prerelease_job
generate_prerelease_script.py \
= https://raw.githubusercontent.com/ros-infrastr= ucture/ros_buildfarm_config/master/index.yaml \
indigo default ubuntu trusty amd64 \
bwi_common \
--leve= l 1 \
--output-dir ./
```<= /div>

When I run that and then ./prerelease.sh it fails = with these messages:
```
+ docker build -t devel_t= ask_generation__indigo_prerelease .
repository name component mus= t match "[a-z0-9]+(?:[._-][a-z0-9]+)*"
```
<= div>
As best I can tell, that regexp does not match a string = with two '_' characters in a row.

Any sugg= estions?
--
=C2=A0joq
--001a1135639c508a34051ddc9957-- --===============5564547155825889921== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ros-release mailing list ros-release@lists.ros.org http://lists.ros.org/mailman/listinfo/ros-release --===============5564547155825889921==--