Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3D333200C3A for ; Fri, 17 Mar 2017 00:19:47 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3BC56160B78; Thu, 16 Mar 2017 23:19:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 85399160B8B for ; Fri, 17 Mar 2017 00:19:46 +0100 (CET) Received: (qmail 15313 invoked by uid 500); 16 Mar 2017 23:19:45 -0000 Mailing-List: contact notifications-help@yetus.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@yetus.apache.org Delivered-To: mailing list notifications@yetus.apache.org Received: (qmail 15304 invoked by uid 99); 16 Mar 2017 23:19:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Mar 2017 23:19:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 31B93C14DF for ; Thu, 16 Mar 2017 23:19:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id J9XJUSnUlNur for ; Thu, 16 Mar 2017 23:19:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 5B50E5FD3B for ; Thu, 16 Mar 2017 23:19:44 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 00A0AE05C1 for ; Thu, 16 Mar 2017 23:19:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id A50A6254B9 for ; Thu, 16 Mar 2017 23:19:41 +0000 (UTC) Date: Thu, 16 Mar 2017 23:19:41 +0000 (UTC) From: "Allen Wittenauer (JIRA)" To: notifications@yetus.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YETUS-496) range with empty jira list? is failing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 16 Mar 2017 23:19:47 -0000 Allen Wittenauer created YETUS-496: -------------------------------------- Summary: range with empty jira list? is failing Key: YETUS-496 URL: https://issues.apache.org/jira/browse/YETUS-496 Project: Yetus Issue Type: Bug Components: Release Doc Maker Affects Versions: 0.5.0 Reporter: Allen Wittenauer Priority: Blocker Running this command: {code} releasedocmaker.py --project HADOOP --project HDFS --project YARN --project MAPREDUCE --projecttitle Apache Hadoop --range --version 2.7.3 --version 3.1.0 --index --license --outputdir HADOOP {code} ... which I last ran back in January i snow failing like so: {code} Looking for 2.7.3 through 3.1.0 Adding 2.7.3 to the list Adding 2.7.4 to the list Adding 2.8.0 to the list Adding 2.8.1 to the list Adding 2.9.0 to the list Adding 3.0.0-alpha1 to the list Adding 3.0.0-alpha2 to the list Adding 3.0.0-alpha3 to the list Adding 3.0.0-beta1 to the list Traceback (most recent call last): File "/Users/aw/shared-vmware/yetus/release-doc-maker/releasedocmaker.py", line 896, in main() File "/Users/aw/shared-vmware/yetus/release-doc-maker/releasedocmaker.py", line 728, in main jlist = sorted(JiraIter(vstr, projects)) File "/Users/aw/shared-vmware/yetus/release-doc-maker/releasedocmaker.py", line 377, in __init__ self.jiras = JiraIter.collect_jiras(ver, projects) File "/Users/aw/shared-vmware/yetus/release-doc-maker/releasedocmaker.py", line 356, in collect_jiras data = JiraIter.query_jira(ver, projects, pos) File "/Users/aw/shared-vmware/yetus/release-doc-maker/releasedocmaker.py", line 319, in query_jira return JiraIter.load_jira(params, 0) File "/Users/aw/shared-vmware/yetus/release-doc-maker/releasedocmaker.py", line 327, in load_jira JiraIter.retry_load(resp, params, fail_count) UnboundLocalError: local variable 'resp' referenced before assignment {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)