You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2016/03/15 19:57:33 UTC

[jira] [Commented] (HBASE-15462) Docker-based builds failing...

    [ https://issues.apache.org/jira/browse/HBASE-15462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15195969#comment-15195969 ] 

Sean Busbey commented on HBASE-15462:
-------------------------------------

looks like this is a bug in the default docker image provided by Yetus.

We can either wait for a yetus fix, or make a custom docker image that does the same thing that issue does.

> Docker-based builds failing...
> ------------------------------
>
>                 Key: HBASE-15462
>                 URL: https://issues.apache.org/jira/browse/HBASE-15462
>             Project: HBase
>          Issue Type: Bug
>          Components: build
>            Reporter: stack
>
> Our hadoopqa builds have been failing the last few days setting up the docker container. Failure looks like this from console:
> {code}
> Removing intermediate container 3ae7349600a3
> Step 16 : RUN gem install rubocop --no-ri --no-rdoc
>  ---> Running in 7c3bedd253b0
> Invalid gemspec in [/var/lib/gems/1.9.1/specifications/unicode-display_width-1.0.2.gemspec]: Illformed requirement ["< 3.0.0, >= 1.9.3"]
> Invalid gemspec in [/var/lib/gems/1.9.1/specifications/unicode-display_width-1.0.2.gemspec]: Illformed requirement ["< 3.0.0, >= 1.9.3"]
> Invalid gemspec in [/var/lib/gems/1.9.1/specifications/unicode-display_width-1.0.2.gemspec]: Illformed requirement ["< 3.0.0, >= 1.9.3"]
> ERROR:  Error installing rubocop:
> 	rubocop requires unicode-display_width (>= 1.0.1, ~> 1.0)
> The command '/bin/sh -c gem install rubocop --no-ri --no-rdoc' returned a non-zero code: 1
> {code}
> Looks fixable?
> I changed the config on hadoopqa to not use docker builds in meantime.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)