You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by "Jonathan Turner Eagles (Jira)" <ji...@apache.org> on 2020/12/11 05:16:00 UTC

[jira] [Resolved] (TEZ-4258) Fix travisci build

     [ https://issues.apache.org/jira/browse/TEZ-4258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Turner Eagles resolved TEZ-4258.
-----------------------------------------
    Fix Version/s: 0.9.3
                   0.10.1
       Resolution: Fixed

Committed this change to master and branch-0.9

> Fix travisci build
> ------------------
>
>                 Key: TEZ-4258
>                 URL: https://issues.apache.org/jira/browse/TEZ-4258
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>            Priority: Major
>             Fix For: 0.10.1, 0.9.3
>
>         Attachments: TEZ-4258.001.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The TravisCI build looks like it's been broken for quite some time. 
> The build errors with the following message
> {code:java}
> Installing oraclejdk8
> $ export JAVA_HOME=~/oraclejdk8
> $ export PATH="$JAVA_HOME/bin:$PATH"
> $ ~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"
> Ignoring license option: BCL -- using GPLv2+CE by default
> install-jdk.sh 2020-06-02
> Expected feature release number in range of 9 to 16, but got: 8
> The command "~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"" failed and exited with 3 during .
> Your build has been stopped.
> {code}
> This is off putting to potential new contributors and can be fixed pretty easily. PR coming up.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)