[
https://issues.apache.org/jira/browse/YETUS-496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15934959#comment-15934959
]
Yetus QA commented on YETUS-496:
--------------------------------
| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 19m
15s{color} | {color:blue} Docker mode activated. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m
0s{color} | {color:green} The patch does not contain any @author tags. {color} |
| {color:green}+1{color} | {color:green} pylint {color} | {color:green} 0m
6s{color} | {color:green} There were no new pylint issues. {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m
0s{color} | {color:green} The patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m
0s{color} | {color:green} The patch does not generate ASF License warnings.
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 19m 27s{color} |
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=1.13.1 Server=1.13.1 Image:yetus/yetus:e4e4903 |
| JIRA Issue | YETUS-496 |
| GITHUB PR | https://github.com/apache/yetus/pull/9 |
| Optional Tests | pylint |
| uname | Linux a2241f09acd5 4.4.0-43-generic #63-Ubuntu SMP Wed Oct 12
13:48:03 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | nobuild |
| git revision | master / fdeee7b |
| pylint | v1.6.5 |
| modules | C: . U: . |
| Console output |
https://builds.apache.org/job/PreCommit-YETUS-Build/547/console |
| Powered by | Apache Yetus 0.5.0-SNAPSHOT http://yetus.apache.org |
This message was automatically generated.
> 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
> Assignee: Akira Ajisaka
> 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 <module>
> 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)