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

Hudson commented on HBASE-26601:
--------------------------------

Results for branch branch-2.4
        [build #260 on 
builds.a.o|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2.4/260/]:
 (x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2.4/260/General_20Nightly_20Build_20Report/]




(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2.4/260/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]


(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2.4/260/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2.4/260/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> maven-gpg-plugin failing with "Inappropriate ioctl for device"
> --------------------------------------------------------------
>
>                 Key: HBASE-26601
>                 URL: https://issues.apache.org/jira/browse/HBASE-26601
>             Project: HBase
>          Issue Type: Improvement
>          Components: build
>            Reporter: Andrew Kyle Purtell
>            Assignee: Andrew Kyle Purtell
>            Priority: Major
>             Fix For: 2.5.0, 2.4.9, 2.6.0, 3.0.0-alpha-3
>
>
> In some environments, if the Maven GPG plugin is too old, GPG signing will 
> fail with "Inappropriate ioctl for device"
> The fix is to specify the latest version of the GPG plugin in the 
> {{pluginManagement}} section of the project's POM, currently 3.0.1. 
> {noformat}
>     ...
>     <pluginManagement>
>       <plugins>
>         <plugin>
>           <groupId>org.apache.maven.plugins</groupId>
>           <artifactId>maven-gpg-plugin</artifactId>
>           <version>3.0.1</version>
>         </plugin>
>     ...
>     </pluginManagement>
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to