[
https://issues.apache.org/jira/browse/HBASE-22421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16840136#comment-16840136
]
Peter Somogyi commented on HBASE-22421:
---------------------------------------
Error on nightly:
{noformat}
[2019-05-15T07:46:46.637Z] Reading package lists...
[2019-05-15T07:46:47.345Z] W: GPG error: http://ppa.launchpad.net trusty
InRelease: The following signatures couldn't be verified because the public key
is not available: NO_PUBKEY D16DD0BD5F28EA3F
[2019-05-15T07:46:47.345Z] W: Size of file
/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_universe_binary-amd64_Packages.gz
is not what the server reported 375429 375435
[2019-05-15T07:46:48.813Z] Reading package lists...
[2019-05-15T07:46:48.813Z] Building dependency tree...
[2019-05-15T07:46:48.813Z] Reading state information...
[2019-05-15T07:46:48.813Z] The following NEW packages will be installed:
[2019-05-15T07:46:48.813Z] bats
[2019-05-15T07:46:48.813Z] 0 upgraded, 1 newly installed, 0 to remove and 1 not
upgraded.
[2019-05-15T07:46:48.813Z] Need to get 10.6 kB of archives.
[2019-05-15T07:46:48.813Z] After this operation, 70.7 kB of additional disk
space will be used.
[2019-05-15T07:46:48.813Z] WARNING: The following packages cannot be
authenticated!
[2019-05-15T07:46:48.813Z] bats
[2019-05-15T07:46:48.813Z] E: There are problems and -y was used without
--force-yes
[2019-05-15T07:46:48.813Z] The command '/bin/sh -c apt-key update && apt-get -q
update && apt-get -q install --no-install-recommends -y bats' returned a
non-zero code: 100
[2019-05-15T07:46:48.813Z] ERROR: Docker failed to build
yetus/hbase:1958b94.{noformat}
Locally I'm able to build the dev-support/docker/Dockerfile image
> branch-1 docker mode for yetus fails
> ------------------------------------
>
> Key: HBASE-22421
> URL: https://issues.apache.org/jira/browse/HBASE-22421
> Project: HBase
> Issue Type: Bug
> Components: build, test
> Affects Versions: 1.5.0
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Priority: Critical
> Fix For: 1.5.0, 1.4.10, 1.3.5
>
> Attachments: HBASE-22421-branch-1.v0.patch,
> HBASE-22421-branch-1.v1.patch
>
>
> started showing up on precommit runs yesterday. I presume a new version of
> rubocop came out that updated the minimum ruby version
> {code}
> 02:46:28 Building native extensions. This could take a while...
> 02:46:29 [91mERROR: Error installing rubocop:
> 02:46:29 rubocop requires Ruby version >= 2.3.0.
> 02:46:29 [0mSuccessfully installed jaro_winkler-1.5.2
> 02:46:30 The command '/bin/sh -c gem install rubocop' returned a non-zero
> code: 1
> 02:46:30 ERROR: Docker failed to build yetus/hbase:61288f8.
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)