Aha. That's an interesting point. I missed that the first time :)
Ted Yu wrote:
[3] [4] are for master branch.
Don't know why branch-1 testing is "special".
On Tue, May 2, 2017 at 8:41 AM, Josh Elser<[email protected]> wrote:
I've been running into an issue where the PreCommit job fails when
building the Yetus Docker image because it attempts to fetch a version of
Oracle JDK8 (8u121) where only a newer version is present (8u131).
I've seen my tasks [1] fail as well someone else's [2], but I've also seen
some others [3] [4] which don't appear to have issues. I've not been able
to determine why some builds run and others don't.
It seems related to Docker using a cached image that has a "stale"
aptitude cache, causing apt-get to try to pull the jdk8u121 package instead
of the new jdk8u131 package. I'm not really sure how best to address it
though. Thoughts?
- Josh
[1] https://builds.apache.org/job/PreCommit-HBASE-Build/6647/console
[2] https://builds.apache.org/job/PreCommit-HBASE-Build/6663/console
[3] https://builds.apache.org/job/PreCommit-HBASE-Build/6664/console
[4] https://builds.apache.org/job/PreCommit-HBASE-Build/6665/console